/*! -----------------------------------------------------------------------------------

    Template Name: Kreta Admin
    Template URI: http://admin.pixelstrap.com/kreta/template
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------

    1.Base css
        1.1 Reset CSS
        1.2 Typography CSS

    2.Components css
        2.1 According CSS
        2.2 Alert CSS
        2.3 Avatars CSS
        2.4 Badge CSS
        2.5 Bookmark CSS
        2.6 Breadcrumb CSS
        2.7 Basic-card CSS      
        2.8 Buttons CSS
        2.9 Block-ui CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Form-input CSS
        2.16 Form-wizard CSS
        2.17 Forms CSS
        2.18 Icons CSS
        2.19 List CSS
        2.20 Loader CSS  
        2.21 Modal CSS
        2.22 Popover CSS
        2.23 Print CSS
        2.24 Radio CSS
        2.25 Ribbon CSS
        2.26 Range-slider CSS
        2.27 Switch CSS
        2.28 Tab CSS
        2.29 Table CSS
        2.30 Toasts CSS
        2.31 Touchspin CSS
        2.32 Tour CSS
        2.33 Tree CSS
        2.34 Typeahead-search CSS
        2.35 Scrollbar CSS


    3. Pages
        3.1 Add-product CSS
        3.2 Blog CSS
        3.3 Bookmark-app CSS
        3.4 Cart CSS
        3.5 Chart CSS
        3.6 Chat CSS
        3.7 Checkout CSS
        3.8 Comingsoon CSS
        3.9 Contacts CSS
        3.10 Dashboard_2 CSS
        3.11 Dashboard_3 CSS 
        3.12 Dashboard_4 CSS
        3.13 Dashboard_5 CSS
        3.14 Dashboard_6 CSS
        3.15 Dashboard_7 CSS
        3.16 Dashboard_8 CSS
        3.17 Dashboard_9 CSS
        3.18 Dashboard_10 CSS
        3.19 Dashboard_11 CSS
        3.20 Dashboard_default CSS
        3.21 Divider CSS
        3.22 Flash_icons CSS
        3.23 Ecommerce CSS
        3.24 Email-application CSS
        3.25 Mail-box CSS
        3.26 Errorpage CSS
        3.27 Faq CSS
        3.28 File CSS
        3.29 File-manger CSS
        3.30 Gallery CSS
        3.31 Helper CSS
        3.32 Internationalization CSS
        3.33 Invoice CSS
        3.34 Job-search CSS
        3.35 Jsgrid CSS
        3.36 Editors CSS
        3.37 Kanban CSS
        3.38 Knowledgebase CSS
        3.39 Landing CSS
        3.40 Language CSS
        3.41 Learning CSS
        3.42 Login CSS
        3.43 Megaoption CSS
        3.44 Navigate-link CSS
        3.45 Order-history CSS
        3.46 Offcanvas CSS
        3.47 Page CSS
        3.48 Pricing CSS
        3.49 Progress CSS
        3.50 Projectlist CSS
        3.51 Placeholders CSS
        3.52 Rating CSS
        3.53 Social-app CSS
        3.54 Scrollspy CSS
        3.55 Sweet-alert CSS
        3.56 Sellers CSS
        3.57 Task CSS
        3.58 Timeline-v CSS
        3.59 User-profile CSS
        3.60 Wishlist CSS
        3.61 Roles-permission CSS
        3.62 Manage-reviews CSS
        3.63 Reports CSS
        3.64 Settings CSS
        3.65 Dashboard_12 CSS
        3.66 Dashboard_13 CSS


    4. Themes
        4.1. Dark CSS
        4.2 Theme-customizer CSS
        4.3 Update CSS

    5. Layout
        5.1 Footer CSS
        5.2 Grid CSS
        5.3 Header CSS
        5.4 Navs CSS
        5.5 Search CSS
        5.6 Select2 CSS
        5.7 Sidebar CSS
        5.8 Rtl CSS
        5.9 Box-layout CSS

 */
/**=====================
    3.39 Landing CSS Start
==========================**/
.primary {
  color: #242a36;
}

body.light {
  --icon-stroke: rgba(64, 64, 64, 0.9);
}

/* Dark mode */
body.dark {
  --icon-stroke: rgba(240, 240, 240, 0.9);
}

/* MESH LOADER */
.landing-home .sticky .navbar-brand img {
  max-height: 35px;
}
@media (max-width: 480px) {
  .landing-home .sticky .navbar-brand img {
    max-height: 25px;
  }
}

.landing-home {
  scroll-behavior: smooth;
  overflow: hidden;
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-image: url(../images/landing/home-bg.jpg);
}
@media (max-width: 480px) {
  .landing-home .navbar-brand img {
    max-height: 25px;
  }
}
.landing-home .sub-title {
  font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.landing-home .content h1 {
  color: #fff;
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: 39px;
}
.landing-home .content h1 span {
  background: linear-gradient(90deg, #b793ff 20.35%, #99d7fa 50%, #ebdb82 67.95%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-home .content p {
  font-size: calc(14px + 5 * (100vw - 320px) / 1600);
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  width: 35%;
  margin: auto;
  line-height: 1.3;
  opacity: 0.8;
}
@media (max-width: 1366px) {
  .landing-home .content p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .landing-home .content p {
    width: 100%;
  }
}
.landing-home .content .main-button {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 26px 0;
}
.landing-home .content .main-button .btn-secondary,
.landing-home .content .main-button .btn-info {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: unset;
  text-transform: uppercase;
  color: #242a36;
  border-radius: 10px;
}
.landing-home .content .main-button .btn-secondary:hover,
.landing-home .content .main-button .btn-info:hover {
  color: unset !important;
}
@media (max-width: 767px) {
  .landing-home .content .main-button .btn-secondary,
  .landing-home .content .main-button .btn-info {
    padding: 6px 14px;
  }
}
@media (max-width: 375px) {
  .landing-home .content .main-button {
    flex-wrap: wrap;
  }
}
.landing-home .content .preview-images {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -75px;
  z-index: 1;
}
@media (max-width: 767px) {
  .landing-home .content .preview-images {
    display: none;
  }
}
.landing-home .btn-grp {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .landing-home .btn-grp {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.landing-home .btn-grp img {
  height: 30px;
}
@media (max-width: 767px) {
  .landing-home .btn-grp img {
    height: 22px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp img {
    height: 20px;
  }
}
.landing-home .content {
  margin-top: 120px;
}
@media (max-width: 1366px) {
  .landing-home .content {
    margin-top: 170px;
  }
}
@media (max-width: 1199px) {
  .landing-home .content {
    margin-top: 140px;
  }
}
@media (max-width: 575px) {
  .landing-home .content {
    margin-top: 100px;
  }
}
.landing-home .home-card1 {
  position: absolute;
  bottom: 10%;
  right: 10px;
  z-index: 1;
  animation: up-down 10s infinite;
}
.landing-home .home-card2 {
  position: absolute;
  bottom: 10%;
  right: 20%;
  z-index: 1;
  animation: up-down 6s infinite;
}
.landing-home .home-card3 {
  position: absolute;
  top: 25%;
  right: -20px;
  z-index: 1;
  animation: up-down 5s infinite;
}
@media (max-width: 1366px) {
  .landing-home .home-card3 {
    display: none;
  }
}
.landing-home .home-card4 {
  position: absolute;
  top: 25%;
  left: -38px;
  z-index: 1;
  animation: up-down 6s infinite;
}
@media (max-width: 1366px) {
  .landing-home .home-card4 {
    display: none;
  }
}
.landing-home .home-card5 {
  position: absolute;
  bottom: 23%;
  left: 13%;
  z-index: 1;
  animation: up-down 5s infinite;
}
.landing-home .home-card6 {
  position: absolute;
  bottom: 5%;
  left: 25px;
  z-index: 1;
  animation: up-down 6s infinite;
}
@media (max-width: 991px) {
  .landing-home .home-card1,
  .landing-home .home-card2,
  .landing-home .home-card4,
  .landing-home .home-card5,
  .landing-home .home-card6 {
    display: none;
  }
}

.fluid-space {
  padding: 0 calc(100px + 60 * (100vw - 300px) / 1620);
}
@media (max-width: 1399px) {
  .fluid-space {
    padding: 0 40px;
  }
}
@media (max-width: 578px) {
  .fluid-space {
    padding: 0 15px;
  }
}

.navbar .navbar-toggler {
  margin-left: auto;
}
.navbar .buy-btn {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.navbar .buy-btn .nav-link {
  font-size: 16px;
  background-color: #b793ff;
  color: #000;
  border-radius: 10px;
  padding: 12px 29px;
}
@media (max-width: 1147px) and (min-width: 992px) {
  .navbar .buy-btn .nav-link {
    padding: 11px 27px;
  }
}
@media (max-width: 991px) {
  .navbar .buy-btn .nav-link {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .navbar .buy-btn .nav-link {
    padding: 9px 20px;
    font-size: 14px;
  }
}
.navbar .buy-btn .toggle-menu {
  margin-left: 20px;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navbar .buy-btn .toggle-menu {
    display: block;
  }
}

.navbar-nav {
  align-items: center;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1147px) and (min-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    padding: 6px 12px;
    font-size: 15px;
  }
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  transition: all 0.3s ease;
}

.landing-page .navbar-expand-lg .navbar-collapse {
  background-color: transparent;
}
@media (max-width: 991px) {
  .landing-page .navbar-expand-lg .navbar-collapse {
    background-color: #000;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 50px;
  }
}
.landing-page .navbar-nav .nav-item .nav-link {
  letter-spacing: 1.5px;
  color: #fff;
}
@media (max-width: 1147px) and (min-width: 992px) {
  .landing-page .navbar-nav .nav-item .nav-link {
    text-wrap: nowrap;
  }
}
.landing-page .navbar-nav .nav-item .nav-link:hover {
  color: #b793ff;
}
.landing-page .sticky-header header {
  background: transparent;
  box-shadow: none;
  z-index: 100;
  left: 0;
  height: auto;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.landing-page .sticky-header header.sticky {
  margin-top: 0;
  background: #1d1f29;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px 12px;
}
@media (max-width: 1024px) and (min-width: 992px) {
  .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
    padding: 10px 10px;
  }
}
.landing-page .landing-title {
  margin-bottom: 50px;
}
.landing-page .landing-title .sub-title {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 700;
  font-family: "Caveat", cursive;
  letter-spacing: 0.3px;
}
.landing-page .landing-title .description-title {
  font-size: calc(18px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: 1.5;
}
.landing-page .landing-title span {
  bottom: 0;
  width: 51px;
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(90deg, #b793ff 20.35%, #99d7fa 50%, #ebdb82 67.95%), linear-gradient(0deg, #ffffff, #ffffff);
  left: 50%;
}
.landing-page .admin-section .demo-content .kreta-demo-img {
  border-radius: 15px;
  position: relative;
  height: 100%;
  padding: calc(22px + 8 * (100vw - 992px) / 1600);
  overflow: hidden;
  background-color: rgba(108, 108, 108, 0.0392156863);
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper {
  background: #fff;
  border-radius: 15px;
  padding-top: 30px;
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper h2 {
  text-transform: uppercase;
  font-size: calc(21px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0;
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper p {
  color: #8d8d8d;
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult1 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult2 {
  position: absolute;
  top: 33%;
  left: 20px;
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult3 {
  position: absolute;
  top: 40%;
  right: 30px;
}
.landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult4 {
  position: absolute;
  bottom: 10%;
  left: 20px;
}
@media (max-width: 1199px) {
  .landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult1,
  .landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult2,
  .landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult3,
  .landing-page .admin-section .demo-content .kreta-demo-img .layout-wrapper .demo-color .deafult4 {
    display: none;
  }
}
.landing-page .admin-section .demo-content .kreta-demo-img:hover .layout-wrapper {
  transition: all 0.5s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.landing-page .admin-section .demo-content .demo-detail .demo-title {
  padding: 31px 0px;
  text-align: center;
}
.landing-page .admin-section .demo-content .demo-detail .demo-title .btn {
  font-size: 16px;
  font-weight: 500;
  color: #242a36;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: rgba(108, 108, 108, 0.0784313725);
}
.landing-page .frameworks {
  background-color: #f7f8f8;
}
.landing-page .frameworks .framworks-list {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 31px;
  flex-wrap: wrap;
}
.landing-page .frameworks .framworks-list .frame-tab .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 20px;
  padding: 25px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  background: #fff;
}
.landing-page .frameworks .framworks-list .frame-tab .nav-item .nav-text {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .landing-page .frameworks .framworks-list .frame-tab .nav-item {
    gap: 5px;
  }
  .landing-page .frameworks .framworks-list .frame-tab .nav-item img {
    width: 35px;
    height: 35px;
  }
}
.landing-page .frameworks .framworks-list .frame-tab .nav-item img {
  height: 50px;
}
.landing-page .application .demo-content {
  border-radius: 10px;
  position: relative;
  padding: 20px;
  overflow: hidden;
  background-color: rgba(108, 108, 108, 0.0392156863);
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.05);
}
.landing-page .application .demo-content .demo-color {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.landing-page .application .demo-content:hover {
  transition: all 0.5s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.landing-page .application .demo-detail .demo-title {
  padding: 31px 0px;
  text-align: center;
}
.landing-page .application .demo-detail .demo-title .btn {
  font-size: 16px;
  font-weight: 500;
  font-style: medium;
  color: #6c6c6c;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: rgba(108, 108, 108, 0.0784313725);
}
.landing-page .application .demo-detail .demo-title .btn:hover {
  background-color: #000;
  color: #fff;
}
.landing-page .features {
  background-color: #f7f8f8;
}
.landing-page .features .features-box {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px 30px;
  height: 100%;
  box-shadow: 0px 9px 20px rgba(0, 102, 102, 0.03);
}
.landing-page .features .features-box h5 {
  padding-bottom: 7px;
  font-weight: 600;
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
}
.landing-page .features .features-box p {
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: #8d8d8d;
  opacity: 0.8;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.landing-page .features .features-box:hover {
  background-color: #000;
  border: 2px solid #000;
}
.landing-page .features .features-box:hover h5 {
  color: #fff;
}
.landing-page .features .features-box:hover p {
  color: #ededed;
  opacity: 0.8;
}
.landing-page .features .features-box:hover .features-icon,
.landing-page .features .features-box:hover .features-icon2,
.landing-page .features .features-box:hover .features-icon3,
.landing-page .features .features-box:hover .features-icon4,
.landing-page .features .features-box:hover .features-icon5 {
  background-color: #fff;
}
.landing-page .features .features-box .features-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  background-color: #fbecec;
}
.landing-page .features .features-box .features-icon2 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  background-color: #def1ff;
}
.landing-page .features .features-box .features-icon3 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  background-color: #d4f5ed;
}
.landing-page .features .features-box .features-icon4 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  background-color: #fff3e5;
}
.landing-page .features .features-box .features-icon5 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  background-color: #f7e7ff;
}
.landing-page .support .support-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  text-align: left;
  padding-right: 60px;
}
.landing-page .support .support-wrapper h3 {
  font-family: "Caveat";
  font-weight: 700;
  font-size: calc(18px + 25 * (100vw - 300px) / 1620);
  color: #b793ff;
}
.landing-page .support .support-wrapper .sub-title {
  font-size: calc(19px + 16 * (100vw - 300px) / 1620);
  padding-top: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.landing-page .support .support-wrapper p {
  margin-bottom: 55px;
  color: #717178;
  font-size: 16px;
  letter-spacing: 0.7px;
}
@media (max-width: 1120px) {
  .landing-page .support .support-wrapper p {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .landing-page .support .support-wrapper p {
    text-overflow: ellipsis;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}
.landing-page .support .support-wrapper .btn {
  font-size: 20px;
}
.landing-page .support .support-images {
  animation: float 4s ease-in-out infinite;
}
.landing-page .support .support-images img {
  margin-left: auto;
  display: flex;
}
.landing-page .support .support-images .support-img {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 767px) {
  .landing-page .support .support-images {
    max-width: 350px;
  }
  .landing-page .support .support-images .support-img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .landing-page .support .main-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.landing-page .landing-footer {
  scroll-behavior: smooth;
  overflow: hidden;
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-image: url(../images/landing/Footer-Section.png);
}
.landing-page .landing-footer .footer-contain {
  text-align: center;
}
.landing-page .landing-footer .footer-contain img {
  margin-bottom: 30px;
  width: 160px;
}
@media (max-width: 991px) {
  .landing-page .landing-footer .footer-contain img {
    margin-bottom: 20px;
  }
}
.landing-page .landing-footer .footer-contain .star-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.landing-page .landing-footer .footer-contain .star-rate li i {
  font-size: calc(16px + 14 * (100vw - 320px) / 1600);
  color: #ffae1a;
}
@media (max-width: 991px) {
  .landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 10px;
  }
}
.landing-page .landing-footer .footer-contain h2 {
  font-size: calc(25px + 5 * (100vw - 300px) / 1620);
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.landing-page .landing-footer .footer-contain span {
  font-size: calc(19px + 5 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
}
.landing-page .landing-footer .btn-footer {
  margin-top: 40px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .landing-footer .btn-footer .btn {
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.landing-page .landing-footer .btn-footer .btn:hover {
  color: unset !important;
}
@media (max-width: 767px) {
  .landing-page .landing-footer .btn-footer .btn {
    padding: 6px 14px;
  }
}
@media (max-width: 375px) {
  .landing-page .landing-footer .btn-footer {
    flex-wrap: wrap;
  }
}

.navbar-expand-xl .navbar-brand {
  padding-left: 18px;
}
.navbar-expand-xl .navbar-collapse {
  flex-flow: row nowrap;
  justify-content: flex-end;
  background-color: #fff;
}

.landing-page .bg-Widget {
  background: linear-gradient(180deg, #f7f8f9 69%, rgba(247, 248, 249, 0) 91.83%);
}
.landing-page .bg-Widget:before {
  top: 220px !important;
  transform: rotate(-40deg);
}
.landing-page .bg-Widget:after {
  top: unset !important;
  bottom: 0 !important;
}

.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  color: #fff;
  background: var(--theme-default);
  border: none;
  padding: 7px;
  box-shadow: 0 0 10px var(--theme-default);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.tap-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}

.page-wrapper,
.landing-page {
  overflow: hidden;
}
.page-wrapper .section-space,
.landing-page .section-space {
  padding: 80px 0;
}

.landing-page {
  overflow: unset;
}

.navabr_btn-set {
  position: relative;
}
.navabr_btn-set:focus {
  outline: 0;
}
.navabr_btn-set span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-b {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  left: 0;
  z-index: 1030;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  z-index: 112;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 480px) {
  .navbar-toggler {
    border: none;
    padding: 0;
  }
}

.navbar_nav_modify li {
  text-align: center;
}

.sticky-header header {
  position: fixed;
  width: 100%;
  z-index: 6;
  text-align: center;
  line-height: normal;
  height: 80px;
  background: var(--theme-default);
  color: #fff;
  box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1);
  transition: all 0.4s ease;
}
.sticky-header header .nav-padding {
  padding: 14px;
}
.sticky-header header.sticky {
  line-height: normal;
  background: var(--theme-default);
  text-align: left;
}
.sticky-header header.sticky .nav-padding {
  padding: 7px 14px;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/**=====================
    3.39 Landing CSS Ends
==========================**/
/* ---------------------
	*** themes ***
-----------------------*/
/**=====================
  4.3 Update CSS Start
==========================**/
/**=====================
    1.2 Mixin CSS start
==========================**/
/**=====================
    1.2 Mixin CSS end
==========================**/
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px solid #f2f4ff;
  background: #fff;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: rgb(56, 54, 54);
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: rgb(56, 54, 54);
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: rgb(56, 54, 54);
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: rgb(56, 54, 54);
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #f5f3f3;
  color: #242a36;
}
.tooltip .tooltip-arrow:before {
  border-top-color: rgb(56, 54, 54);
}

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px solid #efefef;
  background: var(--white);
}
.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #fff;
}
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 8px 16px;
  font-weight: 400;
  color: #3f475a;
  font-size: 13px;
}
.dropdown-basic .dropup .dropup-content {
  top: auto;
}

.default-according .card .card-header {
  padding: 0;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn {
  border-color: transparent;
}
.default-according .card .card-header i {
  position: initial;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
[dir=rtl] .default-according .card .card-header i {
  margin-right: unset;
  margin-left: 5px;
}
.default-according .card .card-header h5 {
  margin-top: 0;
}
.default-according .card .card-header .btn-link {
  padding: 12px 20px;
  width: 100%;
  text-align: left;
  letter-spacing: 0.7px;
  font-family: Lexend Deca;
  border: 1px solid #efefef;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .default-according .card .card-header .btn-link {
  text-align: right;
}
@media (max-width: 575px) {
  .default-according .card .card-header .btn-link {
    padding: 12px 15px;
  }
}
.default-according .card .card-body {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 14px;
  border-color: #efefef;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #3f475a;
}

.nav-tabs {
  border-bottom-color: rgba(141, 141, 141, 0.2509803922);
}
.nav-tabs .nav-bottom .nav-item .nav-link.active {
  border-color: #efefef;
}

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link {
  color: #3f475a;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: #e9edf1 #e9edf1 #fff;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0;
  z-index: 2;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid rgba(141, 141, 141, 0.2509803922);
  background: var(--white);
}
.dropdown-menu .dropdown-item:hover {
  background-color: #cccccc;
}
.dropdown-menu .dropdown-item:first-child {
  border: none;
}
.dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid #cccccc;
}

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #242a36;
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid #242a36;
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #242a36;
}

.timeliny .timeliny-dot::before {
  font-size: 18px;
}

.component .input-group .btn {
  line-height: 32px;
  text-transform: capitalize;
}

.login-card .login-main .theme-form label {
  font-size: 14px;
}
.login-card .login-main .theme-form .show-hide {
  top: 50%;
}

.faq-accordion .card .btn-link svg {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .faq-accordion .card .btn-link svg {
    margin-left: 10px;
  }
}

.faq-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: unset;
  border-color: var(--theme-default);
}

.job-filter .faq-form .form-control {
  font-size: 14px;
  padding: 6px 30px 6px 6px;
}
.job-filter .faq-form .search-icon {
  width: 16px;
  height: 16px;
}

.dt-button-collection {
  width: auto !important;
}
.dt-button-collection .btn-group {
  width: 100%;
}
.dt-button-collection .dropdown-item:hover {
  background-color: var(--white) !important;
}

.carousel .carousel-indicators {
  margin-bottom: 3px;
}

.carousel-item .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 26px 10px;
  background-color: rgba(38, 41, 50, 0.51);
}
.carousel-item .carousel-caption h5,
.carousel-item .carousel-caption p {
  color: #fff;
}
.carousel-item .carousel-opacity {
  background-color: rgba(245, 243, 243, 0.51);
}

.carousel-dark .carousel-caption h5,
.carousel-dark .carousel-caption p {
  color: #000;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper.swiper-h, .swiper.vertical-swiper {
  height: calc(170px + 330 * (100vw - 320px) / 1600);
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-default);
}

.nested-horizontal-swiper {
  height: 500px;
}
.nested-horizontal-swiper .nested-vertical-swiper {
  height: 100%;
}

.autoplay-swiper .swiper-button-prev,
.autoplay-swiper .swiper-button-next {
  color: var(--white);
}

.thumb-swiper-wrapper .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.thumb-swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-fit: cover;
}
.thumb-swiper-wrapper body {
  background: #3f475a;
  color: #3f475a;
}
.thumb-swiper-wrapper .mySwiper2 {
  width: 100%;
  height: 80%;
}
.thumb-swiper-wrapper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.coverflow-slider.swiper {
  width: 100%;
}
.coverflow-slider.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
@media (max-width: 478px) and (min-width: 396px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 200px;
  }
}
@media (max-width: 395px) and (min-width: 361px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 170px;
  }
}
@media (max-width: 360px) {
  .coverflow-slider.swiper .swiper-slide {
    width: 138px;
  }
}
.coverflow-slider.swiper .swiper-slide img {
  display: block;
  width: 100%;
}

[dir=rtl] .rating-header h4 {
  direction: ltr;
}

.animated-toast {
  z-index: 11;
}

@media (max-width: 390px) {
  .animated-toast .toast {
    width: 285px;
  }
  .animated-toast .toast .toast-header h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
  }
}

.animate-img .animate-widget img {
  width: 100%;
  height: calc(190px + 160 * (100vw - 320px) / 1600);
  margin: 0 auto;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.animated-modal-wrapper .common-align {
  flex-direction: column;
  gap: 26px;
}
.animated-modal-wrapper .animated-modal {
  flex-flow: column;
  gap: 15px;
  justify-content: center;
  margin-bottom: 0;
  align-items: stretch;
}
.animated-modal-wrapper .animated-modal .animated-modal-md-mb {
  justify-content: center;
  align-items: center;
}
@media (max-width: 442px) {
  .animated-modal-wrapper .animated-modal .animated-modal-md-mb {
    gap: 4px;
  }
}
@media (max-width: 363px) {
  .animated-modal-wrapper .animated-modal .animated-modal-md-mb {
    justify-content: flex-start;
  }
}
@media (max-width: 442px) and (min-width: 364px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 75% !important;
  }
}
@media (max-width: 363px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 85% !important;
    margin-inline: 12px;
  }
}

.modal-popup.modal {
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.modal-popup.modal .modal-dialog {
  pointer-events: all;
}
.modal-popup.modal .modal-dialog .theme-close {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.modal-popup.modal .modal-dialog .theme-close:hover {
  opacity: 1;
}

.animate-widget img {
  border-radius: 10px 10px 0 0;
}

.add-post form .form-control:focus {
  border: 1px solid var(--recent-dashed-border);
  box-shadow: unset;
}
.add-post form .m-checkbox-inline label {
  cursor: pointer;
}

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: var(--theme-default) !important;
  color: #3f475a;
}
[dir=rtl] .starter-main .alert-primary.inverse {
  padding: 13px 65px 13px 20px;
}
.starter-main .alert-primary.inverse:before {
  content: "";
  position: absolute;
  left: 55px;
  width: 0;
  height: 0;
  top: 50%;
  border-left: 7px solid #242a36;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px solid #242a36;
  border-left: unset;
  left: unset;
  right: 55px;
}
.starter-main .alert-primary.inverse i {
  padding: 17px 20px;
  display: flex;
  align-items: center;
  background-color: var(--theme-default);
  color: #fff;
  border-radius: 0px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
[dir=rtl] .starter-main .alert-primary.inverse i {
  right: 0;
  left: unset;
}

.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line;
}

.starter-kit-fix .page-body {
  margin-bottom: 52px;
}

.starter-main .card-body p {
  font-size: 14px;
}
.starter-main .card-body ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 15px;
}
.starter-main .card-body h5 {
  font-size: 18px;
}
.starter-main .card-body pre {
  white-space: pre-line;
  padding: 30px;
}
.starter-main .alert {
  background-color: rgba(102, 102, 102, 0.1) !important;
}
.starter-main .alert i {
  display: flex;
  align-items: center;
}

.card-block .table-responsive .table caption {
  padding-left: 10px;
}
[dir=rtl] .card-block .table-responsive .table caption {
  padding-left: unset;
  padding-right: 10px;
  text-align: right;
}
.card-block .table-responsive .table-bordered td {
  vertical-align: middle;
}
.card-block .table-border-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-block .default-checkbox-align #checkbox1 {
  margin-right: 10px;
}
.card-block .default-checkbox-align #radio {
  margin-right: 5px;
}

#example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid #efefef;
}

.chart-vertical-center {
  display: flex;
  justify-content: center;
}
.chart-vertical-center #myDoughnutGraph,
.chart-vertical-center #myPolarGraph {
  width: auto !important;
}

#editor .ace_scroller .ace_content .ace_layer .ace_print-margin {
  visibility: hidden !important;
}

.animated-dropfile #top {
  margin-top: 20px;
}
.animated-dropfile .btn-container {
  background: var(--white);
  border-radius: 5px;
  line-height: 0;
  margin: 34px 0;
}
.animated-dropfile .imgupload {
  color: var(--chart-text-color);
  font-size: 50px;
}
.animated-dropfile #namefile {
  color: var(--chart-text-color);
}
.animated-dropfile h4 > strong {
  color: #fe6e7e;
}
.animated-dropfile .imgupload.ok {
  display: none;
  color: #4abd8b;
}
.animated-dropfile .imgupload.stop {
  display: none;
  color: #fe6e7e;
}
.animated-dropfile #fileup {
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  width: 200px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
  height: 35px;
}
.animated-dropfile #submitbtn {
  padding: 5px 50px;
  display: none;
}
.animated-dropfile #fakebtn {
  padding: 5px 40px;
}
.animated-dropfile #sign {
  color: #1e2832;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 0px #1e2832;
  transition: all 0.3s;
}
.animated-dropfile #sign:hover {
  color: #1e2832;
  text-shadow: 0px 0px 5px #1e2832;
}

.element-draggable {
  background-color: #f1edf3;
  color: #29262b;
  padding: 1rem;
  margin-top: 14px;
  transition: opacity 200ms ease;
}
.element-draggable:first-child {
  margin-top: 0;
}

.dragging {
  opacity: 0.5;
  transition: opacity 1s ease;
}

.reload-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}

.button-light-light {
  background-color: rgba(245, 243, 243, 0.5) !important;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
  width: 100%;
  color: #898989;
  background-color: var(--white) !important;
  border-color: #cccccc !important;
  border-radius: 6px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}
.bootstrap-select .dropdown-toggle::after {
  font-size: 15px;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
}
.bootstrap-select .dropdown-menu .no-results {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.todo-wrap.email-wrap .email-app-sidebar .main-menu > li a .badge {
  color: #fff;
}
.todo-wrap.email-wrap .email-app-sidebar .main-menu > li + li {
  padding-top: 18px;
}
.todo-wrap.email-wrap .email-app-sidebar .main-menu li span[class*=bg-light-] {
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.todo-wrap.email-wrap .todo-tasks .card-body {
  height: 350px;
  overflow: auto;
}
.todo-wrap.email-wrap .todo-tasks .card-body .task-date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 575px) {
  .todo-wrap.email-wrap .todo-tasks .card-body .task-date {
    margin: 0;
    justify-content: space-between;
    width: 100%;
  }
  .todo-wrap.email-wrap .todo-tasks .card-body .task-date span {
    padding: 0;
  }
}
.todo-wrap.email-wrap .todo-tasks input,
.todo-wrap.email-wrap .todo-tasks button {
  padding: 8px;
  border: none;
  border-radius: 4px;
  outline: none;
}
.todo-wrap.email-wrap .todo-tasks input {
  border: 1px solid var(--theme-default);
}
.todo-wrap.email-wrap .todo-tasks input.form-check-input {
  margin: 0;
}
.todo-wrap.email-wrap .todo-tasks button {
  color: #fff;
  background-color: var(--theme-default);
  cursor: pointer;
}
.todo-wrap.email-wrap .todo-tasks button i {
  color: #fff;
}
.todo-wrap.email-wrap .todo-tasks li {
  background-color: rgba(204, 204, 204, 0.2);
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.todo-wrap.email-wrap .todo-tasks li:last-child {
  margin-bottom: 0;
}
.todo-wrap.email-wrap .todo-tasks li.form-check-input {
  margin: 0;
}
.todo-wrap.email-wrap .todo-tasks li span {
  padding-inline: 12px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  height: auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.todo-wrap.email-wrap .todo-tasks .completed {
  text-decoration: 2px line-through #fe6e7e;
}
.todo-wrap.email-wrap .todo-tasks .delete-button {
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  margin-left: auto;
}
@media (max-width: 575px) {
  .todo-wrap.email-wrap .todo-tasks li {
    flex-wrap: wrap;
    gap: 8px;
  }
  .todo-wrap.email-wrap .todo-tasks li span:not(.c-o-light) {
    padding: 0;
  }
}

.tilt-showcase .sub-title {
  border-bottom: 0 !important;
}
.tilt-showcase pre {
  padding: 12px;
  margin-top: 7px;
}

.support-ticket-font ul {
  font-size: 13px;
}

.ecommerce-widget {
  box-shadow: none;
  border: 1px solid #f1f3ff !important;
  border-radius: 5px;
}
.ecommerce-widget .total-num {
  color: #404040;
  margin: 0;
  letter-spacing: 1px;
}
.ecommerce-widget .total-num span {
  color: #000;
}
.ecommerce-widget .row {
  align-items: center;
}
.ecommerce-widget .progress-showcase {
  margin-top: 20px;
}
.ecommerce-widget span {
  color: #8d8d8d;
  margin: 0;
  cursor: pointer;
}
.ecommerce-widget .icon {
  color: #efefef;
  font-size: 40px;
}
.ecommerce-widget .flot-chart-container {
  height: 100px;
  padding: 0;
  margin: 0;
  border: transparent;
}
.ecommerce-widget .morris-default-style {
  display: none !important;
}
.ecommerce-widget svg {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
}

.typeahead-wrapper .tt-menu {
  z-index: 6 !important;
}

.api-manage .card-header .btn i {
  vertical-align: middle;
}

.api-management .recent-table div.dt-container .dt-layout-row .dt-search {
  top: 20px;
  right: 145px;
}
@media (max-width: 640px) and (min-width: 576px) {
  .api-management .recent-table div.dt-container .dt-layout-row .dt-search {
    position: absolute;
    left: unset;
  }
}
@media (max-width: 575px) {
  .api-management .recent-table div.dt-container .dt-layout-row .dt-search {
    top: 0;
  }
}
.api-management .recent-table div.dt-container .dt-layout-row .dt-search .dt-input {
  width: auto;
  padding: 6px;
  border-radius: 6px;
}
.api-management .recent-table div.dt-container .dt-layout-row .dt-length {
  top: 23px;
}
.api-management .recent-table table thead tr th,
.api-management .recent-table table thead tr td,
.api-management .recent-table table tbody tr th,
.api-management .recent-table table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.api-management .recent-table table thead tr th:first-child,
.api-management .recent-table table thead tr td:first-child,
.api-management .recent-table table tbody tr th:first-child,
.api-management .recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.api-management .recent-table table thead tr th:last-child,
.api-management .recent-table table thead tr td:last-child,
.api-management .recent-table table tbody tr th:last-child,
.api-management .recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.api-management .recent-table table thead tr th .badge,
.api-management .recent-table table thead tr td .badge,
.api-management .recent-table table tbody tr th .badge,
.api-management .recent-table table tbody tr td .badge {
  padding: 6px 12px;
  font-size: 12px;
}
.api-management .recent-table table thead tr th .common-f-start,
.api-management .recent-table table thead tr td .common-f-start,
.api-management .recent-table table tbody tr th .common-f-start,
.api-management .recent-table table tbody tr td .common-f-start {
  gap: 12px;
}
.api-management .recent-table table thead tr th .common-f-start .square-l-white,
.api-management .recent-table table thead tr td .common-f-start .square-l-white,
.api-management .recent-table table tbody tr th .common-f-start .square-l-white,
.api-management .recent-table table tbody tr td .common-f-start .square-l-white {
  width: calc(30px + 4 * (100vw - 320px) / 1600);
  height: calc(30px + 4 * (100vw - 320px) / 1600);
  border-radius: 2px;
  background-color: #f5f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.api-management .recent-table table thead tr th .common-f-start .square-l-white i,
.api-management .recent-table table thead tr td .common-f-start .square-l-white i,
.api-management .recent-table table tbody tr th .common-f-start .square-l-white i,
.api-management .recent-table table tbody tr td .common-f-start .square-l-white i {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: rgba(82, 82, 108, 0.5);
  cursor: pointer;
}
.api-management .recent-table table thead tr th .square-white,
.api-management .recent-table table thead tr td .square-white,
.api-management .recent-table table tbody tr th .square-white,
.api-management .recent-table table tbody tr td .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.api-management .recent-table table thead tr th .square-white svg,
.api-management .recent-table table thead tr td .square-white svg,
.api-management .recent-table table tbody tr th .square-white svg,
.api-management .recent-table table tbody tr td .square-white svg {
  fill: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}
.api-management .recent-table table thead tr th:nth-child(3),
.api-management .recent-table table thead tr td:nth-child(3),
.api-management .recent-table table tbody tr th:nth-child(3),
.api-management .recent-table table tbody tr td:nth-child(3) {
  min-width: 330px;
}
@media (max-width: 1310px) and (min-width: 992px) {
  .api-management .recent-table table thead tr th:nth-child(2) span,
  .api-management .recent-table table thead tr td:nth-child(2) span,
  .api-management .recent-table table tbody tr th:nth-child(2) span,
  .api-management .recent-table table tbody tr td:nth-child(2) span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  .api-management .recent-table table thead tr th:nth-child(2),
  .api-management .recent-table table thead tr td:nth-child(2),
  .api-management .recent-table table tbody tr th:nth-child(2),
  .api-management .recent-table table tbody tr td:nth-child(2) {
    min-width: 365px;
  }
  .api-management .recent-table table thead tr th:nth-child(3),
  .api-management .recent-table table thead tr td:nth-child(3),
  .api-management .recent-table table tbody tr th:nth-child(3),
  .api-management .recent-table table tbody tr td:nth-child(3) {
    min-width: 350px;
  }
}

.sitemap-wrapper .default-sitemap .sub-title {
  color: #3f475a;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: thick solid var(--chart-progress-light);
}
.sitemap-wrapper .default-sitemap .common-flex {
  flex-direction: column;
}
.sitemap-wrapper .default-sitemap .common-flex a {
  color: rgba(82, 82, 108, 0.6);
}
.sitemap-wrapper .horizontal-sitemap {
  text-align: center;
}
.sitemap-wrapper .horizontal-sitemap .main-site li > a {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: rgba(204, 204, 204, 0.29);
  display: inline-block;
  width: 10rem;
  text-align: center;
  color: #404040;
}
@media (min-width: 992px) {
  .sitemap-wrapper .horizontal-sitemap .main-site li > a {
    width: calc(9.5rem + 1.7 * (100vw - 992px) / 928);
  }
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .main-site li > a {
    background-color: unset;
    padding: 0;
    text-align: left;
  }
}
.sitemap-wrapper .horizontal-sitemap .main-site li .main-root {
  position: relative;
  background-color: #cccccc;
}
.sitemap-wrapper .horizontal-sitemap .main-site li .main-root::after {
  content: "";
  border: 1px solid #3f475a;
  position: absolute;
  height: 28px;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .main-site li .main-root {
    background-color: unset;
    text-align: center;
  }
}
.sitemap-wrapper .horizontal-sitemap .tier-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 88%;
  margin: auto;
  margin-top: 28px;
  padding-top: 22px;
  position: relative;
  border-top: 8px solid #3f475a;
}
.sitemap-wrapper .horizontal-sitemap .tier-1 li {
  text-align: left;
  position: relative;
}
.sitemap-wrapper .horizontal-sitemap .tier-1 li > a:not(.tier-2 li a):first-child {
  background-color: rgba(204, 204, 204, 0.6);
  position: relative;
}
.sitemap-wrapper .horizontal-sitemap .tier-1 li > a:not(.tier-2 li a):first-child::before {
  content: "\f175";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #3f475a;
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 li > a:not(.tier-2 li a):first-child {
    background-color: unset;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 li {
    padding-left: calc(15px + 7 * (100vw - 992px) / 928);
  }
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 li {
    padding-left: 0px;
  }
}
.sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  border-left: 2px solid #3f475a;
}
.sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 li {
  position: relative;
}
.sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 li > a {
  position: relative;
}
.sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 li > a::before {
  content: "\f178";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  font-size: 22px;
  color: #3f475a;
}
@media (min-width: 992px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 li > a::before {
    font-size: calc(16px + 6 * (100vw - 992px) / 928);
    left: calc(-16px + -6 * (100vw - 992px) / 928);
  }
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 li > a::before {
    font-size: 16px;
  }
}
.sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 .tier-3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  border-left: 2px solid #3f475a;
}
@media (min-width: 992px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 .tier-3 {
    margin-left: calc(6px + 50 * (100vw - 992px) / 928);
  }
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 .tier-3 {
    margin-left: 0;
    padding-top: 18px;
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 .tier-3 li {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 {
    margin-left: calc(6px + 22 * (100vw - 992px) / 928);
  }
}
@media (max-width: 991px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 .tier-2 {
    margin-left: 0;
    padding-top: 18px;
    gap: 12px;
    padding-left: 20px;
  }
}
@media (max-width: 1529px) {
  .sitemap-wrapper .horizontal-sitemap .tier-1 {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.subscribed-user .card-header {
  padding: 27px 20px;
}
.subscribed-user .subscribed-user-wrapper .dt-container .dt-layout-row:first-child {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  right: 32px;
  top: -55px;
}
@media (max-width: 1045px) {
  .subscribed-user .subscribed-user-wrapper .dt-container .dt-layout-row:first-child {
    position: relative;
    inset: 0;
    justify-content: flex-end;
    padding: 0 20px 20px 20px;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .subscribed-user .subscribed-user-wrapper .dt-container .dt-layout-row .dt-search {
    margin: 0 !important;
    inset: 0 !important;
  }
}
.subscribed-user .subscribed-user-wrapper .dt-container .dt-layout-row .dt-buttons {
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .subscribed-user .subscribed-user-wrapper .dt-container .dt-layout-row .dt-buttons .btn {
    padding: 6px 9px !important;
  }
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td {
  color: var(--body-font-color);
  min-width: auto;
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th:first-child,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td:first-child,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th:first-child,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td:first-child {
  padding-left: 20px;
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th:last-child,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td:last-child,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th:last-child,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td:last-child {
  padding-right: 20px;
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th a,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td a,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th a,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td a {
  color: var(--body-font-color);
  font-weight: 500;
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th a:hover,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td a:hover,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th a:hover,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td a:hover {
  color: var(--theme-default);
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th .badge,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td .badge,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th .badge,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td .badge {
  padding: 6px 12px;
  font-size: 12px;
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th .square-white,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td .square-white,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th .square-white,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td .square-white {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 28px 6px rgba(235, 235, 235, 0.4);
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th .square-white i,
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td .square-white i,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th .square-white i,
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td .square-white i {
  color: rgba(82, 82, 108, 0.8);
  width: 16px;
  height: 16px;
}
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr th:nth-child(3),
.subscribed-user .subscribed-user-wrapper .recent-table table thead tr td:nth-child(3),
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr th:nth-child(3),
.subscribed-user .subscribed-user-wrapper .recent-table table tbody tr td:nth-child(3) {
  min-width: 165px;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/**=====================
     62. Responsive CSS Start
==========================**/
/* ========= min and max scss for 1200 to 1366 screen ========= */
@media (max-width: 1800px) {
  .caller-img {
    display: none;
  }
  .default-dashboard .notification ul {
    padding: 10px;
  }
  .default-dashboard .notification ul::before {
    left: 31px;
  }
  [dir=rtl] .default-dashboard .notification ul::before {
    left: unset;
    right: 31px;
  }
  .dashboard-3 .Offers-product h3 {
    font-size: 18px;
  }
  .dashboard-3 .Offers-product span {
    font-size: 12px;
  }
  .dashboard-3 .recent-Invoices-table table thead tr th:nth-child(5),
  .dashboard-3 .recent-Invoices-table table thead tr td:nth-child(5),
  .dashboard-3 .recent-Invoices-table table tbody tr th:nth-child(5),
  .dashboard-3 .recent-Invoices-table table tbody tr td:nth-child(5) {
    display: none;
  }
  .dashboard-4 .session-product-wrapper table thead tr th:nth-child(5),
  .dashboard-4 .session-product-wrapper table thead tr td:nth-child(5),
  .dashboard-4 .session-product-wrapper table tbody tr th:nth-child(5),
  .dashboard-4 .session-product-wrapper table tbody tr td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1880px) {
  .dashboard-3 #top-Sales svg .apexcharts-legend-series:last-child {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 1749px) {
  .dashboard-3 .month-Task div {
    padding-bottom: 0;
  }
  .dashboard-3 .list-unstyled li {
    padding: 15.5px 0 5px 0;
  }
  .dashboard-3 .sales-card .tread-align {
    padding-left: 16px;
    width: 95%;
  }
  [dir=rtl] .dashboard-3 .sales-card .tread-align {
    padding-left: unset;
    padding-right: 26px;
  }
}
@media (max-width: 1700px) {
  .default-dashboard .closed-type-chart {
    padding: 13px;
  }
  .default-dashboard .notification li {
    padding-bottom: 15.5px;
  }
  .dashboard-2 .all-project-table table tr td:nth-child(2),
  .dashboard-2 .all-project-table table tr th:nth-child(2),
  .dashboard-2 .all-project-table table tr td:nth-child(5),
  .dashboard-2 .all-project-table table tr th:nth-child(5),
  .dashboard-2 .all-project-table table tr td:nth-child(6),
  .dashboard-2 .all-project-table table tr th:nth-child(6) {
    min-width: 105px;
  }
  .dashboard-2 .all-project-table table tr td:nth-child(3),
  .dashboard-2 .all-project-table table tr th:nth-child(3),
  .dashboard-2 .all-project-table table tr td:nth-child(4),
  .dashboard-2 .all-project-table table tr th:nth-child(4) {
    min-width: 150px;
  }
  .dashboard-2 .risk-project-table table tr th:nth-child(2), .dashboard-2 .risk-project-table table tr th:nth-child(3),
  .dashboard-2 .risk-project-table table tr td:nth-child(2),
  .dashboard-2 .risk-project-table table tr td:nth-child(3) {
    min-width: 153px;
  }
  .dashboard-3 .month-Task div {
    padding-bottom: 0;
  }
  .dashboard-3 .list-unstyled li {
    padding: 12.1px 0 5px 0;
  }
}
@media (max-width: 1860px) {
  .dashboard-2 .all-project-table table thead td:nth-child(8),
  .dashboard-2 .all-project-table table thead th:nth-child(8),
  .dashboard-2 .all-project-table table tbody td:nth-child(8),
  .dashboard-2 .all-project-table table tbody th:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .default-dashboard .closed-type-chart {
    padding: 20px;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: none;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
  .default-dashboard .notification ul li {
    padding-bottom: 7px !important;
  }
  .dashboard-2 .card .Deadline-top .client-part {
    flex-wrap: wrap !important;
  }
  .dashboard-2 .card .Deadline-top .task-com {
    padding-top: 3px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) and (min-width: 768px) {
  .dashboard-2 .card .project-Status-content-card .tread-align {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .dashboard-2 .card .summary-box .tread-align {
    padding-left: unset;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card {
    padding: 9px 14px 27px 3px !important;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card div:last-child {
    font-size: 16px;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card div:last-child span {
    font-size: 14px;
  }
  .dashboard-3 .sales-card ul li .tread-align {
    width: 188px !important;
  }
  .dashboard-3 .sales-card ul li:nth-child(2), .dashboard-3 .sales-card ul li:nth-child(3), .dashboard-3 .sales-card ul li:nth-child(4) {
    padding: 0 14px 0 10px;
  }
  .dashboard-3 .sales-card ul li:first-child {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .dashboard-2 .card .tread-align {
    padding-left: 7px;
  }
  .dashboard-2 .card .balance {
    padding: 15px 20px 15px 10px !important;
  }
  .dashboard-3 .sales-card ul li {
    padding: 0 10px 0 10px !important;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card {
    padding: 9px 22px 27px 11px !important;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card .svg-box {
    height: 45px;
    width: 45px;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card .svg-box .svg-fill {
    height: 20px;
    width: 20px;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card div:last-child h4 {
    font-size: 16px;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card div:last-child span {
    font-size: 14px;
  }
  .dashboard-3 .recent-Invoices-table {
    padding-bottom: 8px !important;
  }
  .dashboard-3 .visits-Country table tbody tr td {
    padding: 11.5px !important;
  }
  .dashboard-3 .visits-Country-table {
    padding-top: 23px !important;
  }
}
@media (max-width: 1120px) {
  .dashboard-3 .recent-Invoices-table table thead tr th:nth-child(3),
  .dashboard-3 .recent-Invoices-table table thead tr td:nth-child(3),
  .dashboard-3 .recent-Invoices-table table tbody tr th:nth-child(3),
  .dashboard-3 .recent-Invoices-table table tbody tr td:nth-child(3) {
    min-width: 146px;
  }
  .dashboard-3 .visits-Country-table {
    padding-top: 13px;
  }
}
@media (max-width: 1500px) and (min-width: 1199px) {
  .default-dashboard .closed-type-chart {
    padding: 20px;
  }
  .dashboard-3 .recent-Invoices-table table thead tr th:nth-child(6),
  .dashboard-3 .recent-Invoices-table table thead tr td:nth-child(6),
  .dashboard-3 .recent-Invoices-table table tbody tr th:nth-child(6),
  .dashboard-3 .recent-Invoices-table table tbody tr td:nth-child(6) {
    display: none;
  }
  .dashboard-3 .Top-Products-list li:nth-child(2), .dashboard-3 .Top-Products-list li:nth-child(3), .dashboard-3 .Top-Products-list li:nth-child(4), .dashboard-3 .Top-Products-list li:nth-child(5), .dashboard-3 .Top-Products-list li:nth-child(6) {
    padding-top: 19.5px;
  }
  .dashboard-3 .Top-Products-list li:last-child {
    padding-bottom: 2px;
  }
  .dashboard-3 .img-background .product-category {
    left: 30px;
  }
  .dashboard-3 .item .tread-align {
    font-size: 12px;
  }
}
@media (max-width: 1580px) {
  .dashboard-3 .sales-card {
    padding-left: 6px;
  }
  .dashboard-3 .img-background .product-category {
    left: 18px;
  }
  .dashboard-4 .follower-country .top-country .common-space {
    gap: 10px;
  }
}
@media (max-width: 1724px) and (max-width: 1724px) and (min-width: 768px) {
  .visits-Country table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1724px) {
  .dashboard-3 .sales-card {
    padding-left: 6px;
  }
}
@media (max-width: 1426px) {
  .dashboard-4 .reports-chart .report-card {
    gap: 40px;
  }
}
@media (max-width: 1400px) {
  .dashboard-4 .follower-country .top-country .common-space {
    padding: 19.5px 0 19px 0;
  }
  .dashboard-4 .follower-country .top-country .common-space p {
    font-size: 12px;
  }
  .dashboard-4 .follower-country .top-country .common-space .progress {
    width: 100px;
  }
}
@media (max-width: 1440px) {
  .default-dashboard .radial-progress-chart .sale-details {
    display: block;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
  .default-dashboard .notification ul li {
    padding-bottom: 8px !important;
  }
  .dashboard-2 .card .school-calender .Schedule-calender .schedule-part {
    padding-top: 21px;
  }
  .dashboard-2 .card .school-calender .schedule-time {
    padding: 24px 0 11px 0;
  }
  .dashboard-2 .card .Deadline-top .client-part {
    flex-wrap: wrap;
  }
  .dashboard-2 .card .Deadline-top .task-com {
    padding-top: 7px;
  }
  .dashboard-3 .sales-card {
    padding-left: 8px;
  }
  .dashboard-3 .Top-Products-list li:nth-child(2), .dashboard-3 .Top-Products-list li:nth-child(3), .dashboard-3 .Top-Products-list li:nth-child(4), .dashboard-3 .Top-Products-list li:nth-child(5), .dashboard-3 .Top-Products-list li:nth-child(6) {
    padding-top: 24px;
  }
  .dashboard-3 .Top-Products-list li:last-child {
    padding-bottom: 7px;
  }
  .dashboard-3 .item .tread-align {
    font-size: 12px;
  }
  .dashboard-3 #top-Sales {
    padding-top: 1px;
  }
}
@media (max-width: 576px) {
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(2),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(2) {
    min-width: 110px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(4),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(4) {
    min-width: 137px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(6),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(6) {
    min-width: 127px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(5),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(5) {
    min-width: 183px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table thead tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table thead tr td:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table thead tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .all-project-table .recent-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table tbody tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .sm-calender {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1688px) {
  .dashboard-4 .social-media-table table thead tr th:nth-child(5),
  .dashboard-4 .social-media-table table thead tr td:nth-child(5),
  .dashboard-4 .social-media-table table tbody tr th:nth-child(5),
  .dashboard-4 .social-media-table table tbody tr td:nth-child(5) {
    display: none;
  }
  .dashboard-4 .sales-chart-wrapper {
    padding: 0 20px 13px 20px;
  }
}
@media screen and (max-width: 1660px) {
  .photos ul li {
    width: 26%;
  }
  .bar-chart canvas {
    width: 100% !important;
  }
  .chat-left-aside .people-list {
    height: 520px;
  }
  .caller-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 15px;
  }
  .caller-img img {
    opacity: 0.7;
  }
  .default-dashboard .notification ul::before {
    top: 21px;
  }
  .default-dashboard .notification li {
    padding-top: 11px;
    padding-bottom: unset;
  }
  .dashboard-2 .common-flex {
    flex-wrap: unset;
  }
  .dashboard-2 .risk-project-table table tr td:nth-child(2),
  .dashboard-2 .risk-project-table table tr th:nth-child(2) {
    min-width: 142px;
  }
  .dashboard-2 .school-calender {
    padding-top: 0;
  }
  .dashboard-2 .school-calender .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
    padding-top: 15px;
  }
  .dashboard-2 .school-calender .schedule-part {
    padding-top: 16px !important;
  }
  .dashboard-2 .task-chart .balance-data .ms-1 {
    margin-left: unset !important;
  }
  .dashboard-2 .balance .tread-align {
    padding: 27px 0 0 0;
  }
  .dashboard-3 .visits-Country table tbody tr td {
    padding: 13px 0 12px 20px;
  }
  .general-widget-wrapper .radial-progress-chart .sale-details span:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1658px) {
  .dashboard-2 .all-project-table table thead td:nth-child(7),
  .dashboard-2 .all-project-table table thead th:nth-child(7),
  .dashboard-2 .all-project-table table tbody td:nth-child(7),
  .dashboard-2 .all-project-table table tbody th:nth-child(7) {
    display: none;
  }
  .dashboard-2 .school-calender .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
    padding-top: 9px;
  }
}
@media screen and (max-width: 1600px) {
  .default-dashboard .notification li {
    padding-bottom: 3px;
  }
  .default-dashboard .closed-type-chart {
    padding: 20px;
  }
  .dashboard-3 #top-Sales {
    padding-top: 1px;
  }
  .dashboard-3 #top-Sales svg .apexcharts-legend-series:nth-child(1), .dashboard-3 #top-Sales svg .apexcharts-legend-series:nth-child(2) {
    padding: 18px 0 0 0;
  }
  .dashboard-3 .img-background div h3 {
    font-size: 16px;
  }
  .dashboard-3 .img-background div span {
    font-size: 11px;
  }
  .dashboard-3 .sales-card {
    padding: 0;
  }
}
@media screen and (max-width: 1470px) {
  .basic_table .table-responsive .table tbody tr td:nth-child(n+2) {
    min-width: 180px;
  }
  .signal-table.table-responsive .table tbody tr td:nth-child(n+2) {
    min-width: 240px;
  }
  .default-dashboard .notification ul {
    padding: 0;
  }
  .default-dashboard .notification ul::before {
    left: 22px;
  }
  [dir=rtl] .default-dashboard .notification ul::before {
    left: unset;
    right: 21px;
  }
  .default-dashboard .notification ul li {
    padding-bottom: 9px;
  }
  .dashboard-3 .sales-card .e-commerce-card {
    padding: 29px 53px 27px 19px !important;
  }
  .dashboard-3 .sales-card .tread-align {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1470px) and (max-width: 1470px) and (min-width: 641px) {
  .dashboard-4 .top-pages-table .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
  .dashboard-2 .risk-project-table .dt-layout-row .dt-layout-cell .dt-search {
    display: none;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1200px) {
  .xl-none {
    display: none;
  }
  .xl-66 {
    max-width: 66.67%;
    flex: 0 0 66.67%;
  }
  .xl-77 {
    max-width: 77%;
    flex: 0 0 77%;
  }
  .xl-60 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .xl-100 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .xl-23 {
    max-width: 23%;
    flex: 0 0 23%;
  }
  .xl-25 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .xl-40 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .xl-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 1200px) {
  .dashboard-3 .sales-card ul li {
    padding: 0 10px 0 0;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card div:last-child h4 {
    font-size: 16px;
  }
  .dashboard-3 .sales-card ul li .e-commerce-card .svg-box {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 1280px) {
  .img-gallery-set1,
  .img-gallery-set5 {
    display: none;
  }
  .box-layout.page-wrapper.horizontal-wrapper .page-header {
    padding-left: unset;
    max-width: unset;
    left: unset;
  }
  .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: unset;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: none;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) and (min-width: 992px) {
  .dashboard-4 .users-card .analytics-tread {
    display: none;
  }
}
@media (max-width: 1250px) {
  .dashboard-4 .users-card .analytics-tread {
    width: calc(100% - 58px);
  }
}
@media (max-width: 1250px) and (max-width: 1250px) {
  .dashboard-3 .padding {
    padding-top: 12px;
  }
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .smooth-animate .label {
    top: -145px;
  }
  .step-progress-wrapper ul li {
    margin: 0 5px;
  }
  .step-progress-wrapper ul li .p-step::after {
    width: 120px;
  }
  .docs-buttons,
  .docs-toggles {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .badge-heading h1,
  .badge-heading h2,
  .badge-heading h3,
  .badge-heading h4,
  .badge-heading h5 {
    margin-bottom: 38px;
  }
  .dashboard-2 .card .balance {
    padding: 15px 20px 15px 10px !important;
  }
  [dir=rtl] .dashboard-2 .card .balance {
    padding: 15px 10px 15px 20px !important;
  }
  .dashboard-2 .card .balance-card {
    gap: 5px;
  }
  .dashboard-2 .card .Deadline-top .client-part .customers .light-card span {
    font-size: 12px;
  }
  .dashboard-2 .card .school-calender {
    padding: 0;
  }
  .dashboard-2 .card .school-calender .Schedule-calender {
    padding: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .flot-chart-container-small {
    height: 227px;
  }
  .progress-chart #progress4 {
    display: none;
  }
  .call-chat-sidebar {
    max-width: 262px;
  }
  .product-box .product-details {
    padding: 15px;
  }
  .product-box .product-details p {
    margin-bottom: 10px;
  }
  .flot-chart-container {
    height: 130px;
  }
  .custom-card .card-profile img {
    height: 115px;
  }
  .custom-card .profile-details h4 {
    font-size: 18px;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 24px;
  }
  .custom-card .card-footer > div h3 {
    font-size: 18px;
  }
  .chat-body {
    padding: 10px;
  }
  .chat-left-aside .people-list {
    height: 420px;
  }
  .chat-left-aside .people-list ul {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-left-aside .status-circle {
    top: 4px;
    left: 36px;
  }
  .blog-box .blog-details-main .blog-bottom-details {
    margin: 20px 10px;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0px 10px;
  }
  .blog-bottom-content {
    display: none;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
}
@media (max-width: 1399px) {
  .main-bookmark .email-left-aside .card .card-body {
    height: 500px;
    overflow-y: scroll;
  }
  .dashboard-4 .top-pages-table table thead tr th:nth-child(2),
  .dashboard-4 .top-pages-table table thead tr td:nth-child(2),
  .dashboard-4 .top-pages-table table tbody tr th:nth-child(2),
  .dashboard-4 .top-pages-table table tbody tr td:nth-child(2) {
    min-width: 70px;
  }
  .main-divider .divider-body.divider-body-1 {
    margin-bottom: 26px;
  }
  .main-divider .divider-body.divider-body-3 {
    margin-bottom: 32px;
  }
  .main-divider .divider-body:last-child {
    margin-bottom: 0;
  }
  .default-dashboard .notification li {
    padding-bottom: 6px;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: none;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
  .dashboard-2 .card .Deadline-top .task-com {
    padding-top: 38px;
  }
  .dashboard-2 .card .Deadline-top .client-part {
    flex-wrap: unset;
  }
  .dashboard-2 .card .sm-calender {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
  }
  .dashboard-2 .card .sm-calender .flatpickr-calendar .flatpickr-rContainer .flatpickr-days {
    width: 100%;
  }
  .dashboard-2 .card .sm-calender .Schedule-calender {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    border-left: 1px solid rgba(141, 141, 141, 0.2509803922);
    padding: 0 20px 0px 20px;
  }
  [dir=rtl] .dashboard-2 .card .sm-calender .Schedule-calender {
    border-right: 1px solid rgba(141, 141, 141, 0.2509803922);
    border-left: unset;
  }
  .dashboard-2 .card .sm-calender .Schedule-calender .schedule-time {
    padding-top: unset;
    gap: 16px;
    padding-bottom: 10px;
  }
  .dashboard-2 .card .sm-calender .Schedule-calender .schedule-time .schedule-Daily {
    padding-left: 20px !important;
  }
  .dashboard-2 .card .sm-calender .Schedule-calender .schedule-part {
    border-top: unset;
    padding-top: unset;
    padding-bottom: 10px;
  }
  .dashboard-3 .Top-Products-list li {
    padding-bottom: 10px;
  }
  .dashboard-3 .Top-Products-list li:nth-child(2), .dashboard-3 .Top-Products-list li:nth-child(3), .dashboard-3 .Top-Products-list li:nth-child(4), .dashboard-3 .Top-Products-list li:nth-child(5), .dashboard-3 .Top-Products-list li:nth-child(6) {
    padding-top: 10px;
  }
  .dashboard-3 .img-background .product-category {
    left: 64px;
  }
  .dashboard-3 .img-background .Offers-product h3,
  .dashboard-3 .img-background .Offers-product span {
    display: flex !important;
  }
  .dashboard-3 .img-background div h3 {
    font-size: 20px;
  }
  .dashboard-3 .img-background div span {
    font-size: 12px;
  }
  .dashboard-3 .timer {
    padding: 0px 30px 0 0;
  }
  .dashboard-3 .top-product-card ul li:last-child {
    display: none;
  }
  .dashboard-4 .recommendations-chart table thead tr th:nth-child(2),
  .dashboard-4 .recommendations-chart table thead tr td:nth-child(2),
  .dashboard-4 .recommendations-chart table tbody tr th:nth-child(2),
  .dashboard-4 .recommendations-chart table tbody tr td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1300px) {
  .dashboard-3 .sales-card ul li {
    padding-right: 4px;
  }
}
@media (max-width: 991px) {
  [dir=rtl] .dashboard-2 .Deadline-top .client-part .customers ul li + li {
    margin-left: -5px !important;
  }
  .dashboard-4 .reports-chart {
    padding: 5px 20px 20px 20px !important;
  }
  .dashboard-4 .follower-country .top-country .common-space {
    gap: 25px;
  }
  .dashboard-4 .follower-country .top-country .common-space p {
    font-size: 14px;
  }
  .dashboard-4 .follower-country .top-country .common-space .progress {
    width: 150px;
  }
  .dashboard-4 .recommendations-chart table thead tr th:nth-child(2),
  .dashboard-4 .recommendations-chart table thead tr td:nth-child(2),
  .dashboard-4 .recommendations-chart table tbody tr th:nth-child(2),
  .dashboard-4 .recommendations-chart table tbody tr td:nth-child(2) {
    display: block;
  }
  .dashboard-3 .visits-Country-table {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .bookmark-wrap .task-sidebar {
    height: auto;
  }
  .grid-options ul li:last-child {
    display: none;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 25%;
  }
  .cart .qty-box {
    width: 40%;
  }
  .alert-dismissible strong ~ p {
    display: inline;
  }
  .timeline-small .d-flex .flex-grow-1 p {
    width: 95%;
  }
  .map-js-height {
    height: 350px;
  }
  .chat-right-aside {
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px;
  }
  .equal-height-xl {
    height: 517px;
  }
  .authentication-main .auth-innerright {
    background-size: cover;
  }
  .grp-btns {
    display: inline-block;
  }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }
  .ecommerce-widget .total-num {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .support-ticket-font .total-num {
    font-size: 22px;
  }
  .custom-card {
    padding: 15px;
  }
  .custom-card .card-social li a {
    padding: 12px;
  }
  .candidcahrt {
    height: 360px;
  }
  .chart-widget-top .total-value {
    font-size: 20px;
  }
  .testimonial i {
    font-size: 46px;
  }
  .testimonial p {
    margin-top: 20px;
  }
  .chat-body {
    padding: 10px;
  }
  .chat-left-aside .people-list {
    height: 490px;
  }
  .chat-left-aside .people-list ul {
    max-height: 434px;
    overflow-y: auto;
  }
  .status-circle {
    top: 4px;
    left: 37px;
  }
  .img-cropper .docs-toggles {
    margin-top: 8px;
  }
  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px;
  }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px;
  }
  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px;
  }
  .default-dashboard .notification ul::before {
    left: 21px;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: none;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
  .dashboard-2 .card .Deadline-top .client-part {
    flex-wrap: unset;
    justify-content: end;
  }
}
@media only screen and (max-width: 1299px) {
  .progress-chart #progress3 {
    display: none;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: none;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .heart-rating .rating-system3 {
    padding-bottom: 50px;
    padding-top: 8px;
  }
  .heart-rating .rating-system3 .rating-text {
    top: 15px;
  }
  .md-sidebar .md-sidebar-toggle {
    display: block;
  }
  .md-sidebar .md-sidebar-aside {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 280px;
  }
  [dir=rtl] .md-sidebar .md-sidebar-aside {
    left: unset;
    right: 0;
  }
  .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
  }
  .md-sidebar .job-sidebar {
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    height: 600px;
    overflow-y: auto;
  }
  .md-sidebar .job-sidebar .faq-accordion.default-according {
    margin-bottom: 0;
  }
  .md-sidebar .job-sidebar .faq-accordion.default-according .row > div:last-child .card {
    margin-bottom: 0;
  }
  .file-sidebar {
    padding-right: 12px;
  }
  [dir=rtl] .file-sidebar {
    padding-right: 0;
  }
  .col-xl-7.b-center.bg-size {
    top: 0;
    height: 100vh;
    opacity: 0.5;
    position: fixed;
  }
  .login-card {
    background: transparent;
  }
  .knowledgebase-bg {
    height: 400px;
  }
  .knowledgebase-search .form-inline {
    width: 400px;
    padding: 7px 45px;
  }
  .knowledgebase-search .form-inline svg {
    top: 14px;
  }
  .btn-group .btn {
    padding: 0.375rem 1.25rem;
  }
  .link-section > div.active > h6:before {
    content: "\f107";
    transition: content 0.3s ease;
  }
  .link-section > div > h6 {
    position: relative;
  }
  .link-section > div > h6:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    font-size: 18px;
    transition: content 0.3s ease;
  }
  .alert-theme {
    min-width: 420px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right {
    position: unset;
    padding: 0;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important;
  }
  .page-wrapper .page-header .header-wrapper .mobile-sidebar .switch-sm .switch {
    margin-top: 6px;
  }
  .photos ul li {
    width: auto;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .timeline-small .d-flex .timeline-round.timeline-line-1:after {
    height: 33px;
    bottom: -52px;
  }
  .timeline-small .d-flex .timeline-round.small-line:after {
    height: 18px;
    bottom: -34px;
  }
  .timeline-small .d-flex .timeline-round.medium-line:after {
    height: 30px;
    bottom: -52px;
  }
  .timeline-small .d-flex .flex-grow-1 p {
    width: 100%;
  }
  .lg-mt-col {
    margin-top: 30px;
  }
  .xl-none {
    display: none;
  }
  .lg-mt {
    margin-top: 30px;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 32%;
  }
  .typography .row div + div {
    margin-top: 30px;
  }
  .listing .card-body .row > div + div {
    margin-top: 30px;
  }
  .flot-chart-container {
    height: 200px;
  }
  .img-cropper #putData {
    margin-bottom: 10px;
  }
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0;
  }
  .error-wrapper .maintenance-icons li i {
    color: #f5f3f3;
    font-size: 40px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px;
  }
  div.dataTables_wrapper div.dataTables_paginate ~ .dataTables_filter {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .jvector-map-height {
    height: 280px;
  }
  .blog-list .blog-details p {
    margin-bottom: 5px;
  }
  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px;
  }
  .equal-height-lg {
    min-height: unset !important;
  }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }
  .blog-single .comment-box ul .comment-social {
    margin-left: 0;
  }
  [dir=rtl] .blog-single .comment-box ul .comment-social {
    margin-left: unset;
    margin-right: 0;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 50px;
    margin-top: -15%;
    margin-bottom: 0px;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    margin-top: -25px;
  }
  .testimonial p {
    margin-top: 17px;
  }
  .crm-overall .overall-chart {
    height: 200px;
  }
  .product-table table.dataTable thead > tr > th {
    padding-right: 50px;
  }
  .chat-menu-icons {
    display: block;
    clear: both;
  }
  .chat-menu {
    right: 0;
    border-top: 1px solid #efefef;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 60px;
    position: absolute !important;
    z-index: 3;
    background-color: #fff;
    transition: all linear 0.3s;
  }
  .chat-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all linear 0.3s;
    padding-bottom: 25px;
  }
  .chat-right-aside {
    flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden;
  }
  .like-comment-lg-mb {
    margin-bottom: 12px;
  }
  .ribbon-space-bottom {
    top: 9px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important;
  }
  .profile-img-style #aniimated-thumbnials-3 {
    text-align: center;
  }
  .vertical-menu-mt {
    margin-top: 80px !important;
  }
  .vertical-menu-mt .xl-none {
    display: block;
  }
  .calendar-wrap .fc-day-grid-event {
    width: 87%;
  }
  .product-page-main .product-page-details h3 {
    font-size: 26px;
  }
  .dashboard-2 .card .Deadline-top .client-part {
    flex-wrap: unset !important;
  }
  .dashboard-2 .card .Deadline-top .client-part .customers ul {
    display: flex;
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 1199px) {
  [dir=rtl] .dashboard-2 .card .Deadline-top .client-part .customers ul {
    justify-content: start;
  }
}
@media only screen and (max-width: 1199.98px) {
  .dashboard-2 .card .Deadline-top .task-com {
    padding-top: 38px !important;
  }
  .dashboard-3 .sales-card ul li:nth-child(2), .dashboard-3 .sales-card ul li:nth-child(3) {
    padding: 0 35px 0 45px;
  }
}
@media only screen and (max-width: 1113px) {
  .dashboard-2 .card .Deadline-top .client-part .customers ul {
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 1199px) {
  .dashboard-3 .sales-card {
    padding-left: 53px;
  }
  .dashboard-3 .sales-card .e-commerce-card {
    padding: 29px 53px 27px 20px !important;
  }
  .dashboard-3 .sales-card .tread-align {
    width: 56%;
  }
  .dashboard-3 .padding {
    padding-top: 0 !important;
    padding-bottom: 10px;
  }
  .dashboard-4 .users-card .analytics-tread {
    height: 58px;
    width: 58px;
  }
  .dashboard-4 .users-card .analytics-tread svg {
    height: 30px;
    width: 30px;
  }
  .dashboard-4 .commendations {
    padding-top: 50px;
  }
  .dashboard-4 .top-pages-table table thead tr th:nth-child(2),
  .dashboard-4 .top-pages-table table thead tr td:nth-child(2),
  .dashboard-4 .top-pages-table table tbody tr th:nth-child(2),
  .dashboard-4 .top-pages-table table tbody tr td:nth-child(2) {
    min-width: 95px;
  }
  .dashboard-4 .top-pages-table table thead tr th:nth-child(3),
  .dashboard-4 .top-pages-table table thead tr td:nth-child(3),
  .dashboard-4 .top-pages-table table tbody tr th:nth-child(3),
  .dashboard-4 .top-pages-table table tbody tr td:nth-child(3) {
    min-width: 67px;
  }
  .dashboard-4 .top-pages-table table thead tr th:nth-child(4),
  .dashboard-4 .top-pages-table table thead tr td:nth-child(4),
  .dashboard-4 .top-pages-table table tbody tr th:nth-child(4),
  .dashboard-4 .top-pages-table table tbody tr td:nth-child(4) {
    min-width: 77px;
  }
  .dashboard-4 .top-pages-table table thead tr th:last-child,
  .dashboard-4 .top-pages-table table thead tr td:last-child,
  .dashboard-4 .top-pages-table table tbody tr th:last-child,
  .dashboard-4 .top-pages-table table tbody tr td:last-child {
    min-width: 111px;
  }
}
@media only screen and (max-width: 991.98px) {
  .simplebar-mask {
    top: 70px;
  }
  .project-box {
    margin-bottom: 20px;
  }
  .page-wrapper.compact-sidebar .simplebar-mask {
    top: 87px;
  }
  .page-wrapper.compact-sidebar .page-header {
    margin-left: 0;
    width: calc(100% - 0px);
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links li .sidebar-link.active ~ .sidebar-submenu {
    display: none !important;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper .page-body {
    margin-top: 60px;
  }
  .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
    width: 50%;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .simplebar-mask {
    top: 0;
  }
  .product-box .modal .modal-header .product-box .product-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-form .form-group:before {
    top: 33px;
  }
  .search-form .form-group:after {
    top: 35px;
  }
  .mobile-title.d-none {
    padding: 11px 30px 10px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    top: 50px;
  }
  .page-wrapper .page-header .header-wrapper .search-full input {
    line-height: 50px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    top: 20px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
    top: 18px;
  }
  .page-wrapper .current_lang .lang span.lang-txt {
    display: none;
  }
  .customizer-contain {
    top: 62px;
  }
  .m-r-30 {
    margin-right: 20px;
  }
  .card.full-card {
    top: 60px;
    width: calc(100vw - 0px);
  }
  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px;
  }
  .gallery {
    margin-bottom: -20px;
  }
  .my-gallery figure {
    margin-bottom: 20px;
  }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 20px;
  }
  .photoswipe-pb-responsive {
    padding-bottom: 25px !important;
  }
  table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
    left: 0 !important;
    width: 100% !important;
    max-width: unset !important;
  }
  .page-wrapper .section-space {
    padding: 60px 0;
  }
  .page-wrapper .card {
    margin-bottom: 20px;
  }
  .page-wrapper .card .card-header,
  .page-wrapper .card .card-body,
  .page-wrapper .card .card-footer {
    padding: 20px;
  }
  .page-wrapper .card .card-header .tab-content .m-t-30,
  .page-wrapper .card .card-body .tab-content .m-t-30,
  .page-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important;
  }
  .page-wrapper .card .card-header .tab-content .m-b-30,
  .page-wrapper .card .card-body .tab-content .m-b-30,
  .page-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important;
  }
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px) !important;
  }
  .page-wrapper.compact-wrapper .page-header {
    margin-left: 0 !important;
    width: calc(100% - 0px) !important;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .maximize {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .header-logo-wrapper {
    display: flex;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    position: unset;
    margin-right: 15px;
    display: block;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar svg {
    transform: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar:before {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-nav {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    top: 0;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    transform: translate(-285px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    padding: 17px 30px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
    display: inline-block;
    float: right;
    font-size: 20px;
    top: 20px;
    position: absolute;
    right: 26px;
    cursor: pointer;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .toggle-sidebar {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 95px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    transform: translate(-285px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: unset;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 60px;
    padding: 0 15px;
  }
  .page-wrapper.compact-sidebar .page-header .header-wrapper .maximize {
    display: none;
  }
  .page-wrapper .page-header .header-wrapper {
    margin: 0;
    padding: 12px 20px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification {
    top: 10px;
  }
  .page-wrapper .page-header .header-wrapper > .mobile-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .page-wrapper .page-header .header-wrapper .header-logo-wrapper {
    margin-right: 0;
  }
  .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
    margin-top: 0;
  }
  .page-body-wrapper .page-body,
  .page-body-wrapper footer {
    margin-left: 0 !important;
  }
  .page-body-wrapper .page-body #customer-review .owl-stage-outer,
  .page-body-wrapper footer #customer-review .owl-stage-outer {
    width: 100% !important;
  }
  .default-according .card {
    margin-bottom: 10px !important;
  }
  .default-according .card .card-header {
    padding: 0 !important;
  }
  .faq-wrap .faq-accordion.default-according .card .faq-header {
    padding: 20px 20px 0 !important;
  }
  .tabs-social {
    position: relative;
    padding-top: 60px;
  }
  .tabs-social li:nth-child(3) {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
  .add-post .dropzone {
    margin-bottom: 20px;
  }
  .customers.avatar-group {
    margin-right: 20px;
  }
  .socialprofile .social-btngroup {
    margin: 20px 0;
  }
  .socialprofile .social-group {
    margin-top: 20px;
  }
  .social-status form .form-group .form-control-social {
    margin-bottom: 20px;
  }
  .social-status .d-flex {
    margin-bottom: 20px;
  }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 20px;
  }
  .social-chat {
    margin-top: 20px;
  }
  .social-chat .flex-grow-1 {
    padding: 20px;
  }
  .social-chat .your-msg,
  .social-chat .other-msg {
    margin-bottom: 20px;
  }
  .social-network span {
    margin-bottom: 20px;
  }
  .details-about + .details-about {
    margin-top: 20px;
  }
  .activity-log .my-activity + .my-activity {
    margin-top: 20px;
  }
  .new-users-social {
    margin-bottom: 20px;
  }
  .timeline-small .d-flex {
    margin-bottom: 20px;
  }
  .timeline-small .d-flex .flex-grow-1 h6 {
    margin-bottom: 20px;
  }
  .timeline-small .d-flex .flex-grow-1 p {
    width: 75%;
  }
  .timeline-small .d-flex .timeline-round {
    width: 45px;
    height: 45px;
    top: -14px;
  }
  .timeline-small .d-flex .timeline-round.timeline-line-1:after {
    bottom: -41px;
    height: 25px;
  }
  .timeline-small .d-flex .timeline-round.small-line:after {
    bottom: -26px;
    height: 14px;
  }
  .timeline-small .d-flex .timeline-round.medium-line:after {
    bottom: -33px;
    height: 17px;
  }
  .timeline-small .d-flex .timeline-round svg {
    top: 14px;
  }
  .helper-classes {
    padding: 20px;
  }
  .floated-customizer-btn,
  .floated-customizer-panel {
    display: none;
  }
  .ecommerce-widget .progress-showcase {
    margin-top: 20px;
  }
  .crm-overall {
    margin: 0 -20px -20px;
  }
  .product-page-main {
    padding: 20px;
  }
  .grid-options ul li:nth-child(3) {
    display: none;
  }
  .feature-products form .form-group i {
    right: 20px;
  }
  .tilt-showcase .tilt-image {
    text-align: center;
  }
  .tilt-showcase .mt-4 {
    margin-top: 20px !important;
  }
  .custom-card {
    padding-bottom: 0;
  }
  .custom-card .card-footer {
    padding: 0 15px 15px 15px !important;
  }
  .custom-card .card-header {
    border: none;
  }
  .custom-card .dashboard-card {
    padding: 0;
  }
  .custom-card .card-profile img {
    height: 155px;
  }
  .display-1 {
    font-size: calc(30px + 34 * (100vw - 320px) / 880);
  }
  .display-2 {
    font-size: calc(25px + 31 * (100vw - 320px) / 880);
  }
  .display-3 {
    font-size: calc(20px + 20 * (100vw - 320px) / 880);
  }
  .display-4 {
    font-size: calc(18px + 15 * (100vw - 320px) / 880);
  }
  .display-5 {
    font-size: calc(16px + 12 * (100vw - 320px) / 880);
  }
  .display-6 {
    font-size: calc(14px + 8 * (100vw - 320px) / 880);
  }
  /*Form Wizard One start*/
  /*Form Wizard One ends*/
  /*Form Wizard Three Start*/
  /*Form Wizard Three ends*/
  /*Form Wizard Four Start*/
  /*Form Wizard Four ends*/
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h1 {
    font-size: calc(16px + 18 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h2 {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h3 {
    font-size: calc(17px + 5 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h4 {
    font-size: calc(15px + 5 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h5 {
    font-size: calc(13px + 5 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h6 {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
  h2 {
    font-size: calc(18px + 8 * (100vw - 320px) / 880);
  }
  h3 {
    font-size: calc(17px + 5 * (100vw - 320px) / 880);
  }
  h4 {
    font-size: calc(17px + 3 * (100vw - 320px) / 880);
  }
  h5 {
    font-size: calc(15px + 3 * (100vw - 320px) / 880);
  }
  h6 {
    font-size: calc(14px + 0 * (100vw - 320px) / 880);
  }
  .card-absolute .card-header {
    padding: 10px 15px !important;
  }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px;
  }
  .calendar-wrap .basic-calendar .external-events .fc-event + .fc-event {
    margin-top: 10px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .card .card-header h5 {
    font-size: 18px;
  }
  .card .card-header .card-header-right {
    top: 12px;
    right: 15px;
  }
  .user-profile .hovercard .info .user-designation {
    margin-bottom: 20px;
  }
  .search-list {
    justify-content: center;
  }
  .blog-single .comment-box .comment-social li {
    padding-left: 15px;
  }
  .error-wrapper {
    padding: 35px 0;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .editor_container .CodeMirror {
    min-height: 250px;
    height: 250px;
  }
  .search-page .info-block {
    flex-wrap: wrap;
  }
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important;
  }
  .xl-none {
    display: block;
  }
  .top-radius-blog {
    width: 100%;
  }
  .sm-100-w {
    width: 100%;
    height: 100%;
  }
  .form-wizard .btn-mb {
    margin-bottom: 20px;
  }
  .f1 .f1-steps {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wizard-4 ul.anchor {
    padding-right: 20px;
    width: 40%;
  }
  .wizard-4 ul.anchor li a.done h4:before {
    top: -8px;
  }
  .wizard-4 ul.anchor li h4 {
    padding: 11px 18px;
    width: 45px;
  }
  .wizard-4 ul.anchor li + li a {
    padding-left: 65px;
  }
  [dir=rtl] .wizard-4 ul.anchor li + li a {
    padding-right: 65px;
  }
  .wizard-4 .step-container {
    width: 60%;
  }
  .wizard-4 .step-container div.content .wizard-title {
    width: 380px;
  }
  .wizard-4 .login-card .login-main {
    width: 380px;
  }
  .wizard-4 .msg-box {
    top: 25px !important;
  }
  .border-tab.nav-tabs {
    margin-bottom: 20px;
  }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 20px;
  }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important;
  }
  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px;
  }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px;
  }
  .lg-mt {
    margin-top: 20px;
  }
  .gallery-with-description {
    margin-bottom: -20px;
  }
  .gallery-with-description a > div {
    margin-bottom: 20px;
  }
  .clipboaard-container p {
    margin-bottom: 8px;
  }
  .m-b-30 {
    margin-bottom: 20px !important;
  }
  .nav-md-mt {
    margin-top: 20px;
  }
  .navs-icon {
    padding: 20px;
  }
  .navs-icon .main-section {
    padding-top: 20px;
  }
  .navs-icon .separator {
    margin: 20px 0;
  }
  .nav-list {
    padding: 20px;
  }
  .navs-dropdown button {
    margin-top: 20px;
  }
  .navs-dropdown .onhover-show-div {
    top: 68px;
  }
  .animated-modal .form-group {
    width: 100%;
    display: block;
  }
  .animated-modal .mr-4 {
    margin-right: 0 !important;
  }
  .steps-md-mt {
    margin-top: 20px;
  }
  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important;
  }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px;
  }
  .card .card-body form.animated-modal {
    display: flex;
  }
  .card .card-body form.animated-modal .animated-modal-md-mb {
    margin-bottom: 20px !important;
  }
  .wizard-4 .msg-box {
    top: 40px;
    right: 0%;
    bottom: unset;
    left: unset;
  }
  .theme-form.form-inline {
    display: flex;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: block;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
  .dashboard-2 .card .risk-project-table .dt-search {
    display: block;
  }
}
.default-dashboard .radial-progress-chart .sale-details {
  display: block;
}
.default-dashboard .radial-progress-chart .radial-chart-wrap {
  display: block;
}

.dashboard-3 .sales-card ul li {
  padding: 0 18px 0 18px !important;
}
.dashboard-3 .sales-card ul li .tread-align {
  width: 187px;
}

@media only screen and (max-width: 895px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li .profile-media .flex-grow-1 {
    display: none;
  }
}
@media only screen and (max-width: 1106px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li .profile-media .flex-grow-1 {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .left-sidebar-wrapper {
    padding: 10px;
  }
  .left-sidebar-wrapper .advance-options .chats-user {
    height: 200px;
  }
  .wizard-4 ul.anchor {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .wizard-4 .step-container {
    width: 100%;
  }
  .contact-editform {
    padding-left: 20px !important;
  }
  .event-calendar {
    display: block !important;
  }
  .event-calendar #right {
    width: 100%;
  }
  .event-calendar #calendar {
    clear: both;
  }
  .profile-media .flex-grow-1 {
    display: none;
  }
  .form-inline .form-group:not(.form-control-search) {
    width: 100%;
  }
  .form-inline .form-group:not(.form-control-search) + .form-group {
    margin-top: 10px;
  }
  .form-inline .form-group:not(.form-control-search) input {
    width: 100%;
  }
  .credit-card .text-center img {
    margin-bottom: 20px;
  }
  .starter-kit-fix .page-body {
    margin-bottom: 78px;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 12px;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 25px;
  }
  [dir=rtl] .blog-box .blog-details .blog-social li:first-child {
    padding-right: unset;
    padding-left: 25px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 25px;
  }
  [dir=rtl] .blog-box .blog-details .blog-social li + li {
    padding-left: unset;
    padding-right: 25px;
  }
  .blog-single .blog-box .blog-details .blog-social li:first-child {
    padding-right: 12px;
  }
  [dir=rtl] .blog-single .blog-box .blog-details .blog-social li:first-child {
    padding-right: unset;
    padding-left: 12px;
  }
  .blog-single .blog-box .blog-details .blog-social li + li {
    padding-left: 12px;
  }
  [dir=rtl] .blog-single .blog-box .blog-details .blog-social li + li {
    padding-left: unset;
    padding-right: 12px;
    margin: 0;
    padding-left: 0;
  }
  .footer-copyright ~ div {
    display: flex;
    justify-content: center;
  }
  .footer-copyright ~ div p {
    float: none;
    margin-top: 5px;
  }
  .tabs-social.border-tab.nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .timeline-small .d-flex .flex-grow-1 p {
    width: 100%;
  }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px;
  }
  .project-list .btn {
    float: left;
    margin-top: 5px;
  }
  .chat-left-aside .people-list ul {
    max-height: 100px;
  }
  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important;
  }
  .clockpicker-align-top .arrow {
    display: none;
  }
  .form-builder-column .form-body {
    min-height: 250px;
  }
  .form-builder-2-header {
    flex-wrap: wrap;
  }
  .form-builder-2-header > div {
    width: 100%;
    margin-top: 10px;
  }
  .form-builder-2-header > div nav {
    float: none;
  }
  .lg-mt-col {
    margin-top: 20px;
  }
  .form-builder .drag-box fieldset {
    padding: 20px;
    margin-top: 20px;
  }
  .form-builder #components {
    margin-top: 20px;
  }
  .form-builder .component label {
    padding-top: 0px;
  }
  .range-slider.theme-form .form-group {
    margin-bottom: 0;
  }
  .note-editor .btn-group .btn {
    font-size: 11px;
  }
  .text-md-right {
    text-align: right;
  }
  .star-ratings .stars {
    padding: 0;
  }
  .form-inline.d-inline-block {
    display: block !important;
    width: 100%;
  }
  .form-inline.d-inline-block .form-control {
    margin-bottom: 10px;
  }
  .reset-password-box {
    width: 500px;
    margin: 0 auto;
  }
  .reset-password-box .card {
    padding: 20px;
  }
  .custom-card .card-profile img {
    height: 136px;
    bottom: 0;
  }
  .error-wrapper .maintenance-icons li i {
    color: #f5f3f3;
    font-size: 30px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px;
  }
  .authentication-main .auth-innerright {
    min-height: unset;
    padding: 0;
  }
  .authentication-main .auth-innerright .social-media li {
    font-size: 14px;
  }
  .loader-box {
    justify-content: center;
  }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
  }
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    float: none;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
  .calendar-wrap .fc-basic-view .fc-day-number {
    padding: 0 0px !important;
  }
  .calendar-wrap .fc-events-container {
    margin-top: 0px;
  }
  .calendar-wrap .fc-events-container h6,
  .calendar-wrap .fc-events-container .checkbox {
    text-align: right;
  }
  .calendar-wrap .checkbox label {
    margin-top: 0;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after {
    font-size: 12px !important;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after {
    font-size: 12px !important;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-today-button,
  .calendar-wrap .fc-toolbar .fc-right .fc-today-button {
    padding-top: 0px !important;
  }
  .calendar-wrap .fc button {
    font-size: 14px !important;
    padding: 0 5px !important;
  }
  .calendar-wrap .fc .fc-left {
    margin-bottom: 10px;
  }
  .calendar-wrap .fc .fc-toolbar {
    margin-top: 0px;
  }
  .calendar-wrap .fc .fc-toolbar > div {
    display: block !important;
    float: none !important;
  }
  .calendar-wrap .fc .fc-toolbar > * :first-child {
    font-size: 18px;
  }
  .calendar-wrap .fc .fc-toolbar > * > * {
    float: none !important;
  }
  .btn-group-wrapper {
    text-align: center;
  }
  .btn-group-wrapper .m-b-30 {
    margin-bottom: 15px !important;
  }
  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.1rem;
  }
  /* font-awesom icon page */
  .icon-hover-bottom .form-group input {
    min-width: 270px;
  }
  .user-profile .hovercard .cardheader {
    height: 350px;
  }
  .user-profile .hovercard .info {
    padding: 35px;
  }
  .user-profile .hovercard .info .ttl-info {
    margin-bottom: 20px;
  }
  .user-profile .hovercard .info .ttl-sm-mb-0 {
    margin-bottom: 0;
  }
  .calendar-wrap .fc button {
    padding: 5px;
  }
  .calendar-wrap .fc-day-grid-event {
    margin: 0;
    padding: 5px;
    width: inherit;
  }
  .calendar-wrap .fc-toolbar h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
  }
  .calendar-wrap .basic-calendar .external-events {
    margin-top: 0px;
  }
  .blog-single .comment-box .d-flex h6 {
    margin-bottom: 10px;
  }
  .blog-single .comment-box .d-flex img {
    margin-right: 20px;
  }
  .blog-single .comment-box .comment-social {
    margin-bottom: 5px;
  }
  .blog-single .comment-box .comment-social li:first-child {
    padding-left: 0;
    padding-right: 15px;
  }
  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important;
  }
  .authentication-main .authentication-box {
    width: 100%;
  }
  .authentication-main .auth-innerright {
    display: inherit;
  }
  .candidcahrt {
    height: 250px;
  }
  .bottom-content {
    padding: 10px;
  }
  .bottom-content p {
    font-size: 12px;
  }
  .icon-hover-bottom .icon-popup {
    display: block;
  }
  .icon-hover-bottom .icon-popup > .icon-last {
    display: block;
    margin-top: 15px;
  }
  .icon-hover-bottom .icon-popup > .icon-last .form-inline .form-group {
    display: flex;
  }
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto;
  }
  .icon-hover-bottom .form-group input {
    display: block;
    width: auto !important;
  }
  .footer-links {
    text-align: center;
  }
  .footer-copyright {
    text-align: center !important;
  }
  .jvector-map-height {
    height: 150px;
  }
  .sm-left-text {
    text-align: left !important;
  }
  [dir=rtl] .sm-left-text {
    text-align: right !important;
  }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
  .button-group-mb-sm {
    margin-bottom: 5px;
  }
  .card-block .table-responsive .table tbody tr td span:not(.badge span) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px;
  }
  .card-block .table-responsive .checkbox-td-width tbody tr td,
  .card-block .table-responsive .radio-first-col-width tbody tr td {
    min-width: 200px !important;
  }
  .jsgrid .jsgrid-pager-container {
    text-align: center;
  }
  .hovercard .info .follow .text-md-right {
    text-align: center;
  }
  .profile-img-style .like-comment-sm-mb {
    margin-bottom: 20px;
  }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important;
  }
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    top: 48%;
  }
  .feature-products .filter-toggle {
    padding: 8px 15px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 5px;
  }
  .feature-products span.f-w-600 {
    padding-top: 15px;
    display: inline-block;
  }
  .feature-products .text-right {
    text-align: left !important;
  }
  .d-none-productlist {
    display: block;
    margin-right: 10px;
  }
  .grid-options ul li {
    display: none;
  }
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-left: 0;
  }
  .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
    min-width: unset;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 42%;
  }
  .product-filter .product-box {
    flex-wrap: nowrap;
  }
  .product-filter .product-box .product-img {
    width: 100px;
  }
  .product-filter .product-box .product-details {
    padding: 0 !important;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: block;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
  .col-sm-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .dashboard-2 .card .sm-calender {
    flex-wrap: unset;
    gap: 10px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 608px) {
  .dashboard-2 .card .Schedule-calender {
    padding: 0 20px 0px 14px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .dashboard-2 .card .Deadline-top .client-part .customers ul {
    display: flex;
  }
  .dashboard-3 .img-background .Offers-product h3,
  .dashboard-3 .img-background .Offers-product span {
    display: none !important;
  }
}
@media only screen and (max-width: 620px) {
  .dashboard-2 .school-calender .sm-calender {
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard-2 .school-calender .sm-calender .Schedule-calender {
    border-left: none;
    border-top: 1px solid rgba(141, 141, 141, 0.2509803922);
  }
  [dir=rtl] .dashboard-2 .school-calender .sm-calender .Schedule-calender {
    border-right: unset;
    border-left: unset;
  }
  .dashboard-2 .school-calender .sm-calender .Schedule-calender .schedule-part {
    padding-top: 10px;
  }
  .dashboard-4 .follower-country .top-country .common-space {
    gap: 10px;
  }
  .dashboard-4 .follower-country .top-country .common-space .progress {
    width: 120px;
  }
}
@media only screen and (max-width: 575.98px) {
  .border-tab.nav-tabs {
    display: block;
  }
  .page-wrapper .page-header .header-wrapper .search-full input {
    padding-left: 30px;
    line-height: 40px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group::before {
    top: 14px;
    left: 12px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    top: 18px;
    right: 0;
    width: 18px;
    height: 18px;
  }
  .date-picker .theme-form > .row > div:last-child {
    margin-top: 0;
  }
  .search-page .info-block {
    display: block !important;
  }
  .form-bookmark .row > div .row > .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }
  .btn {
    padding: 6px 16px;
  }
  .alert-theme {
    min-width: 380px;
  }
  .knowledgebase-bg {
    height: 250px;
  }
  .login-card .login-main .theme-form .or:before {
    width: 55%;
  }
  .login-card .login-main .theme-form .form-group .link {
    position: relative;
    inset: 0;
  }
  .login-card .login-main.create-account .theme-form .or::before {
    width: 42%;
  }
  .knowledgebase-search {
    width: calc(100% - 30px);
    left: 15px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
  }
  .knowledgebase-search .form-inline {
    width: 90%;
    padding: 3px 45px;
  }
  .knowledgebase-search .form-inline svg {
    top: 10px;
  }
  .knowledgebase-search > div {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-right: 10px;
  }
  .knowledgebase-search > div h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .knowledgebase-search > div .form-group {
    margin-bottom: 0;
  }
  .invoice .text-md-end {
    margin-top: 10px;
  }
  .invoice .text-right {
    text-align: right;
  }
  .invoice .text-xs-center {
    text-align: center;
  }
  .login-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .login-card .logo {
    margin-bottom: 10px;
  }
  .login-card .login-main {
    width: auto;
    padding: 20px;
  }
  .login-card .login-main .theme-form .form-group {
    margin-bottom: 5px;
  }
  .login-card .login-main .theme-form p {
    margin-bottom: 5px;
  }
  .bookmark ul li a svg {
    height: 16px;
    width: 16px;
  }
  .bookmark ul li + li {
    margin-left: 5px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 4px 6px;
  }
  .page-header .header-wrapper .nav-right .cart-box .badge,
  .page-header .header-wrapper .nav-right .notification-box .badge {
    font-size: 10px;
  }
  .page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child {
    display: block;
  }
  .page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child h3 {
    padding-right: 0;
  }
  .page-wrapper .page-header .header-wrapper .nav-right ul li i {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right ul li svg {
    width: 18px;
  }
  .page-wrapper .page-body-wrapper .page-title .breadcrumb {
    margin-top: 6px;
    justify-content: flex-start;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper, .page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    border-left: none;
    padding-right: 8px;
    margin-right: 8px;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar svg, .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar svg {
    width: 18px;
  }
  .page-wrapper.compact-sidebar .sidebar-wrapper .back-btn {
    display: none;
  }
  .page-wrapper.compact-sidebar .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
    margin-right: 0;
  }
  .page-wrapper .page-header .header-wrapper {
    padding: 12px 15px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul {
    top: 58px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul .search-form i {
    display: none;
  }
  .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li.px-0 {
    padding: 6px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .flag-icon {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .profile-media img {
    width: 25px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown.onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown.onhover-show-div:after {
    left: 24px !important;
    right: unset !important;
  }
  .page-wrapper .page-body-wrapper .page-title .btn-group .btn {
    padding: 8px 30px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 53px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 79px);
  }
  .alert-dismissible {
    padding-right: 30px;
  }
  .alert-dismissible p {
    max-width: 160px;
  }
  .customizer-links {
    display: none;
  }
  .m-r-30 {
    margin-right: 15px;
  }
  .faq-wrap .faq-accordion .card-header .btn-link {
    padding: 12px 40px 15px 12px;
  }
  .wishlist .text-end {
    text-align: left !important;
  }
  .add-post form .m-checkbox-inline label {
    margin-right: 15px;
  }
  .add-post .dropzone {
    margin-bottom: 15px;
  }
  .wizard-4 .msg-box {
    top: 10px !important;
  }
  .wizard-4 .login-card .login-main {
    width: 280px;
  }
  .wizard-4 .step-container div.content .wizard-title {
    width: 280px;
  }
  .wizard-4 .action-bar {
    right: 10px;
  }
  [dir=rtl] .wizard-4 .action-bar {
    left: 10px;
    right: unset;
  }
  .customers.avatar-group {
    margin-right: 15px;
  }
  .vertical-mobile-sidebar {
    top: 19px;
  }
  .alert-theme i {
    margin-right: 10px !important;
  }
  .alert-theme button {
    top: 0px !important;
  }
  .clockpicker-align-top {
    left: 45px !important;
    top: 406px !important;
  }
  .gallery {
    margin-bottom: -15px;
  }
  .my-gallery figure {
    margin-bottom: 15px;
  }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 15px;
  }
  .my-gallery.gallery-with-description figure:last-child {
    margin-bottom: 20px;
  }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 15px;
  }
  .photoswipe-pb-responsive {
    padding-bottom: 30px !important;
  }
  .avatar-showcase .pepole-knows {
    text-align: center;
  }
  .avatar-showcase .pepole-knows ul li {
    margin-right: 14px;
  }
  .social-app-profile .hovercard .user-image .avatar {
    margin-top: -56px;
  }
  .social-app-profile .hovercard .user-image .avatar img {
    width: 100px;
    height: 100px;
  }
  .social-app-profile .hovercard .info .tabs-social .user-designation {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0px 0px;
  }
  .social-app-profile .tabs-social {
    margin-bottom: 0 !important;
  }
  .socialprofile .social-btngroup {
    margin: 15px 0;
  }
  .socialprofile .social-group {
    margin-top: 15px;
  }
  .social-status form .form-group .form-control-social {
    margin-bottom: 15px;
  }
  .social-status .d-flex {
    margin-bottom: 15px;
  }
  .new-users-social {
    margin-bottom: 15px;
  }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 15px;
  }
  .timeline-content .comments-box .d-flex .m-r-20 {
    margin-right: 10px;
  }
  .timeline-content .comments-box .d-flex .flex-grow-1 .input-group .input-group-append .btn {
    padding: 6px;
  }
  .timeline-content .comment-number i {
    margin-right: 15px;
  }
  #cd-timeline {
    margin-right: 0;
  }
  .social-chat {
    margin-top: 15px;
  }
  .social-chat .flex-grow-1 {
    padding: 15px;
  }
  .social-chat .your-msg,
  .social-chat .other-msg {
    margin-bottom: 15px;
  }
  .social-network span {
    margin-bottom: 15px;
  }
  .social-list .d-flex {
    margin-bottom: 15px;
  }
  .details-about + .details-about {
    margin-top: 15px;
  }
  .your-details-xs {
    margin-top: 15px;
  }
  .social-header h5 span.pull-right {
    float: right !important;
    margin-top: 0 !important;
  }
  .social-header h5 span.pull-right svg {
    width: 18px;
    height: 18px;
  }
  .activity-log .my-activity + .my-activity {
    margin-top: 15px;
  }
  .photos ul li {
    width: 26%;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 0;
  }
  .timeline-small .d-flex {
    margin-bottom: 15px;
  }
  .timeline-small .d-flex .flex-grow-1 h6 {
    margin-bottom: 15px;
  }
  .timeline-small .d-flex .timeline-round.timeline-line-1:after {
    bottom: -39px;
    height: 30px;
  }
  .timeline-small .d-flex .timeline-round.small-line:after {
    bottom: -17px;
    height: 8px;
  }
  .timeline-small .d-flex .timeline-round.medium-line:after {
    bottom: -30px;
    height: 22px;
  }
  .helper-classes {
    padding: 15px;
  }
  .form-builder-2-header ul li {
    text-align: left;
  }
  .form-builder-2-header .form-inline {
    display: block;
    width: 100%;
  }
  .form-builder-2-header .form-inline .form-group {
    width: 100%;
    margin-right: 0;
  }
  .form-builder-2-header .form-inline button {
    width: 100%;
    text-align: left;
  }
  .wizard-4 .step-container div.content {
    margin-top: 10px;
  }
  .nav-tabs .nav-item.show .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-tabs .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
    border-top: 0;
    border-bottom: 0;
  }
  .border-tab.nav-tabs .nav-item {
    width: 100% !important;
  }
  .border-tab .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  .nav {
    display: inherit;
    text-align: center;
    border-bottom: none;
  }
  .editor_container .CodeMirror {
    min-height: 190px;
    height: 190px;
  }
  .border-tab.nav-left .nav-link {
    text-align: center;
    border-left: none;
  }
  .border-tab.nav-right .nav-link {
    text-align: center;
    border-right: none;
  }
  .border-tab.nav-tabs {
    margin-bottom: 10px;
  }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 10px;
  }
  .nav-pills {
    text-align: center;
  }
  .crm-overall {
    margin: 0 -15px -15px;
  }
  .product-color li {
    width: 15px;
    height: 15px;
  }
  .product-social li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .product-social li:nth-child(n+2) {
    margin-left: 5px;
  }
  [dir=rtl] .product-social li:nth-child(n+2) {
    margin-left: unset;
    margin-right: 5px;
  }
  .product-page-main {
    padding: 15px;
  }
  .product-page-main .product-page-details h3 {
    font-size: 24px;
  }
  .datetime-picker label {
    text-align: left !important;
  }
  .redial-chart-block {
    text-align: center;
  }
  #nav-tabContent {
    margin-top: 15px;
  }
  .reset-password-box {
    width: 430px;
  }
  .auth-bg {
    padding: 25px 15px;
  }
  .auth-bg-effect {
    display: none;
  }
  .date-picker .text-right {
    text-align: left !important;
  }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 15px !important;
  }
  ul.pagination li:before {
    line-height: 3;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-left: 0 !important;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-right: 0 !important;
  }
  div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 15px;
  }
  div.dataTables_wrapper div.dataTables_length select {
    min-height: 30px;
  }
  div.dataTables_wrapper table.dataTable th,
  div.dataTables_wrapper table.dataTable td {
    padding: 0.5rem;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px !important;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    padding: 1px 7px;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
    font-size: 0;
    padding: 0;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous a {
    border: none !important;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
    content: "\e64a";
    font-family: themify;
    font-size: 11px;
    padding: 0 5px;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    font-size: 0;
    padding: 0;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next a {
    border: none !important;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
    content: "\e649";
    font-family: themify;
    font-size: 11px;
    padding: 0 5px;
  }
  div.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
  }
  div.dataTables_wrapper .dataTables_filter input[type=search] {
    height: 30px;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style {
    padding: 15px;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style .img-container {
    margin-top: 15px;
  }
  .page-wrapper .page-body-wrapper .user-profile hr {
    margin: 15px 0;
  }
  .page-wrapper .page-body-wrapper .user-profile .like-comment {
    margin-top: 15px;
  }
  .jvector-map-height {
    height: 250px;
  }
  .user-profile .order-sm-0 {
    order: -1;
  }
  .user-profile .hovercard .info .ttl-info {
    text-align: center !important;
  }
  .user-profile .hovercard .info .ttl-xs-mt {
    margin-top: 20px;
  }
  .icon-hover-bottom .form-group {
    display: block !important;
    margin-bottom: 0;
  }
  .icon-hover-bottom .form-group input {
    width: 100% !important;
  }
  .icon-hover-bottom .form-group .btn {
    margin-top: 15px;
  }
  .icon-hover-bottom .icon-popup {
    padding: 15px;
  }
  .icon-hover-bottom svg.climacon {
    height: 50px;
    width: 50px;
  }
  .blog-box.blog-shadow:before {
    box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
  }
  .blog-box .blog-details p,
  .blog-box .blog-details .single-blog-content-top {
    margin-top: 15px;
  }
  .blog-box .blog-details h4 {
    margin-top: 15px;
  }
  .blog-box .blog-details .blog-social {
    margin-top: 15px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 8px;
  }
  .blog-box .blog-details .blog-social li + li > span {
    display: none;
  }
  .blog-box .blog-details .blog-social li:first-child {
    margin-right: 10px;
    padding-right: 20px;
  }
  .comment-box {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .comment-box ul ul {
    margin-left: 30px;
  }
  .comment-box li .d-flex {
    display: block !important;
  }
  .comment-box li .d-flex img {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-bottom: 10px;
  }
  .ace-editor {
    height: 320px;
  }
  .gallery > a {
    margin-bottom: 15px;
    text-align: center;
  }
  .card .card-header h5 {
    font-size: 17px;
  }
  .theme-form .form-group {
    margin-bottom: 15px;
  }
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
  .page-wrapper .page-body-wrapper .default-according .card .card-body,
  .page-wrapper .page-body-wrapper .default-according .card .card-footer {
    padding: 0.75rem 1.25rem;
  }
  .page-wrapper .page-body-wrapper .card {
    margin-bottom: 20px;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
  .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30,
  .page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
  .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30,
  .page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important;
  }
  .page-wrapper .page-body-wrapper .page-body {
    padding: 0 !important;
  }
  .page-wrapper .page-body-wrapper .page-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-wrapper .page-body-wrapper .page-title .row h3 {
    font-size: 20px;
  }
  /* alert responsive css start here */
  .starter-main .alert-primary.inverse {
    background-color: transparent;
  }
  .starter-main .alert-secondary.inverse {
    background-color: transparent;
  }
  .starter-main .alert-success.inverse {
    background-color: transparent;
  }
  .starter-main .alert-danger.inverse {
    background-color: transparent;
  }
  .starter-main .alert-warning.inverse {
    background-color: transparent;
  }
  .starter-main .alert-info.inverse {
    background-color: transparent;
  }
  .starter-main .alert-light.inverse {
    background-color: transparent;
  }
  .starter-main .alert-dark.inverse {
    background-color: transparent;
  }
  .user-profile hr {
    margin: 15px 0;
  }
  .user-profile .hovercard .cardheader {
    height: 300px;
  }
  .user-profile .hovercard .info {
    padding: 20px;
  }
  .user-profile .hovercard .info .user-designation {
    border-bottom: 1px solid var(--chart-dashed-border);
    margin-bottom: 15px;
    margin-top: 12px;
    padding: 15px 0px;
  }
  .user-profile .hovercard .social-media a {
    margin-right: 0px;
    font-size: 16px;
  }
  .user-profile .hovercard .follow .follow-num {
    font-size: 20px;
  }
  .user-profile .profile-img-style .pictures img {
    margin-bottom: 10px;
  }
  .custom-card .card-footer > div h6 {
    font-size: 14px;
    font-weight: 600;
  }
  .custom-card .card-footer > div h3 {
    font-size: 24px;
  }
  .calendar-wrap .fc-toolbar .fc-center {
    margin-top: 10px;
  }
  .calendar-wrap a.fc-more {
    font-size: 0.7em;
  }
  .mega-inline {
    display: block;
  }
  .megaoptions-border-space-sm {
    padding-bottom: 30px !important;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 15px;
  }
  .blog-box.blog-shadow .blog-details p {
    margin-bottom: 0;
  }
  .blog-box.blog-shadow .blog-details h4 {
    margin-bottom: 10px;
  }
  .blog-box.blog-list .blog-details {
    padding-top: 0;
  }
  .blog-box .blog-details {
    padding: 20px;
  }
  .blog-box .blog-date span {
    font-size: 25px;
  }
  .blog-single .blog-box .blog-details {
    padding: 0;
  }
  .error-wrapper {
    padding: 20px 0;
  }
  .error-wrapper .btn {
    margin-top: 15px;
  }
  .error-wrapper .img-100 {
    width: 65px !important;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    display: none;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 25px;
    margin-top: -10%;
    letter-spacing: 2px;
  }
  .comingsoon .comingsoon-inner .coming-soon-bottom-link {
    margin-top: 20px;
    line-height: 1;
  }
  .comingsoon .comingsoon-inner h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .comingsoon .comingsoon-inner .countdown {
    padding: 20px 0px;
  }
  .comingsoon .comingsoon-inner .countdown ul li {
    margin: 0 7px;
  }
  .comingsoon .comingsoon-inner .countdown .title {
    font-size: 12px;
  }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto;
  }
  .stepwizard {
    margin-bottom: 15px;
  }
  .f1 .f1-steps {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wizard-4 ul.anchor {
    width: 100%;
    padding-bottom: 15px;
  }
  .wizard-4 .step-container {
    width: 100%;
  }
  .nav-md-mt {
    margin-top: 15px;
  }
  .navs-icon {
    padding: 15px;
  }
  .navs-icon .main-section {
    padding-top: 15px;
  }
  .navs-icon .separator {
    margin: 15px 0;
  }
  .nav-list {
    padding: 15px;
  }
  .navs-dropdown button {
    margin-top: 15px;
  }
  .navs-dropdown .onhover-show-div {
    top: 64px;
  }
  .lg-mt {
    margin-top: 15px;
  }
  #aniimated-thumbnials a:last-child img {
    margin-bottom: 15px;
  }
  .tilt-showcase .mt-4 {
    margin-top: 15px !important;
  }
  .tilt-showcase ol .m-b-20 {
    margin-bottom: 15px !important;
  }
  .xs-mt {
    margin-top: 15px;
  }
  .animated-modal .form-group .form-control {
    width: 50%;
    margin: 0 auto;
  }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 15px !important;
  }
  .steps-md-mt {
    margin-top: 15px;
  }
  .steps-sizing-sm-mb {
    margin-bottom: 15px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
  #API-child-row_wrapper #API-child-row tbody tr td:first-child {
    min-width: 20px;
  }
  .chart-block .flot-chart-container p#choices {
    width: 100%;
  }
  .chart-block .flot-chart-container #toggling-series-flot {
    width: 100% !important;
  }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 15px;
  }
  .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 13px !important;
  }
  .gallery-with-description a > div {
    margin-bottom: 15px;
  }
  .gallery-img-mb-sm {
    margin-bottom: 15px;
  }
  .xm-mb-peity {
    margin-bottom: 8px;
  }
  .authentication-main {
    padding: 30px 15px;
  }
  .translate_wrapper.active .more_lang:before, .translate_wrapper.active .more_lang:after {
    display: none;
  }
  .translate_wrapper.active .more_lang.active {
    position: fixed;
    width: calc(100vw - 30px);
    left: 15px;
    top: 60px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    width: calc(100vw - 30px);
    position: fixed;
    top: 60px;
    right: 12px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
    width: calc(100vw - 30px);
    position: fixed;
    top: 60px;
    left: 15px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown {
    left: 15px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    top: 43px;
  }
  .wizard-4 .action-bar .btn {
    margin: 0 2px;
  }
  .dropdown-basic .btn-group {
    margin-right: unset;
  }
  .default-dashboard .closed-chart .apexcharts-legend {
    justify-content: flex-start !important;
  }
  .dashboard-2 .card .tread-align {
    justify-content: unset !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(2),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(2) {
    min-width: 110px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(4),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(4) {
    min-width: 139px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(6),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(6) {
    min-width: 127px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(5),
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(5) {
    min-width: 183px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table thead tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table thead tr td:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table thead tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .all-project-table .recent-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table tbody tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .risk-project-table .dt-search {
    display: none;
  }
  .dashboard-2 .card .risk-project-table table tr td:nth-child(2),
  .dashboard-2 .card .risk-project-table table tr th:nth-child(2),
  .dashboard-2 .card .risk-project-table table tr td:nth-child(3),
  .dashboard-2 .card .risk-project-table table tr th:nth-child(3) {
    min-width: 157px !important;
  }
  .dashboard-2 .card .risk-project-table table thead tr th:nth-child(3),
  .dashboard-2 .card .risk-project-table table thead tr td:nth-child(3),
  .dashboard-2 .card .risk-project-table table thead tr td:last-child {
    display: block;
  }
  .dashboard-2 .card .sm-calender {
    flex-wrap: wrap;
  }
  .dashboard-4 .follower-country {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dashboard-4 .commendations {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    width: 280px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right {
    display: none;
  }
  .chat-menu {
    top: 120px;
  }
  .product-wrapper-grid.list-view .product-box {
    display: block;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 100%;
  }
  .pagination-lg .page-link {
    font-size: 1rem;
  }
  h6 {
    font-size: 14px;
  }
  .knob-block .chart-clock-main {
    margin: auto;
    width: auto;
  }
  .knob-block .chart-clock-main .clock-medium {
    position: absolute;
    left: 20px;
    top: 33px;
  }
  .knob-block .chart-clock-main .clock-medium canvas {
    width: 180px !important;
    height: 180px !important;
  }
  .knob-block .chart-clock-main .clock-small {
    left: 20px;
    top: 74px;
  }
  .knob-block .chart-clock-main .clock-large {
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .knob-block .chart-clock-main .clock-large canvas {
    width: 245px !important;
    height: 245px !important;
  }
  .knob-block > div:not(.chart-clock-main) canvas {
    width: 245px !important;
    height: 245px !important;
  }
  .wizard-4 .action-bar .btn {
    width: 100%;
  }
  .wizard-4 .action-bar .btn + .btn {
    margin-top: 10px;
  }
  ul.notification-dropdown.onhover-show-div {
    width: 260px;
    right: -80px;
  }
  ul.notification-dropdown.onhover-show-div:before, ul.notification-dropdown.onhover-show-div:after {
    right: 89px !important;
  }
  .inline-block-sm {
    display: inline-block;
  }
  .pagination-lg .page-link {
    padding: 0.3rem 0.65rem;
  }
  .nav-pills li {
    width: 100%;
  }
  .reset-password-box {
    width: 290px;
  }
  .icon-hover-bottom .icon-first {
    margin-right: 10px;
  }
  .icon-hover-bottom .icon-popup .icon-class {
    display: none;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 0;
  }
  .custom-card {
    padding: 0;
  }
  .custom-card .card-footer > div h3 {
    font-size: 20px;
  }
  .custom-card .card-social li {
    padding: 5px 0;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 15px;
  }
  .custom-card .profile-details h4 {
    font-size: 20px;
  }
  .custom-card .card-profile img {
    height: 93px;
  }
  .card .card-header .card-header-right i {
    margin: 0 3px;
    font-size: 14px;
  }
  .card .card-header > span + span {
    display: none;
  }
  .loading-card-wrapper .card .card-body {
    padding: 18px;
  }
  .timeline-small .d-flex .timeline-round.timeline-line-1:after {
    bottom: -50px;
  }
  .timeline-small .d-flex .timeline-round.medium-line:after {
    bottom: -40px;
  }
  .dropdown-basic {
    text-align: center;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .blog-box.blog-shadow .blog-details h4 {
    font-size: 14px;
  }
  .badge {
    padding: 0.42em 0.7em;
  }
  .alert-dismissible .close {
    top: -1px;
  }
  .alert-dismissible .close span {
    font-size: 19px;
  }
  .notify-alert {
    width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  .login-card .login-main.create-account .theme-form .or::before {
    width: 32%;
  }
  .product-sidebar.open {
    top: -75px;
  }
  .alert-theme {
    font-size: 12px;
    min-width: 270px;
  }
  .alert-theme button {
    right: 30px !important;
  }
  .alert-theme i {
    display: none;
  }
  .alert-theme span + span + span {
    padding: 15px;
  }
  .and-many-more {
    font-size: 37px;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
    width: 112px;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu {
    left: 112px;
    width: 190px;
  }
  .login-card .login-main .theme-form .link {
    position: unset;
  }
}
@media (max-width: 425px) {
  .dashboard-3 .month-Task div {
    padding: 0;
  }
  .dashboard-3 .img-background img {
    display: none;
  }
  .dashboard-3 .img-background .Offers-product h3,
  .dashboard-3 .img-background .Offers-product span {
    display: none;
  }
  .dashboard-3 .img-background .time {
    padding-right: 0;
    gap: 9px;
  }
  .dashboard-3 .sales-card {
    padding-left: 7px !important;
  }
}
@media only screen and (max-width: 360px) {
  .login-card .login-main.create-account .theme-form .or::before {
    width: 22%;
  }
  .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
    width: 45%;
  }
  .datepicker--nav-action {
    width: 20px;
    margin-left: -10px;
    background-color: transparent;
  }
  .datepicker--nav-action path {
    stroke: var(--theme-default);
  }
  .clockpicker-align-top {
    top: 426px !important;
  }
  .note {
    min-width: 250px;
  }
  .datepicker {
    width: 239px;
  }
  .add-post form .m-checkbox-inline label {
    margin-bottom: 8px;
  }
  .add-post form .m-checkbox-inline label:last-child {
    margin-bottom: 0;
  }
  .map-js-height {
    height: 250px;
  }
  .tabs-social.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 14px;
  }
  .social-chat .other-msg {
    margin-left: 15px;
  }
  .social-header h5 span.pull-right {
    display: none;
  }
  .timeline-small .d-flex .timeline-round.timeline-line-1:after {
    bottom: -74px;
    height: 56px;
  }
  .timeline-small .d-flex .timeline-round.small-line:after {
    bottom: -32px;
    height: 14px;
  }
  .timeline-small .d-flex .timeline-round.medium-line:after {
    bottom: -59px;
    height: 40px;
  }
  .timeline-small .d-flex .flex-grow-1 p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
  }
  .custom-card .dashboard-card {
    padding-top: 0;
  }
  .custom-card .card-profile img {
    bottom: 25px;
  }
  .custom-card .card-footer > div h6 {
    font-size: 12px;
  }
  .flot-chart-container {
    height: 230px;
  }
  .map-block {
    height: 250px;
  }
  .img-cropper .docs-tooltip {
    font-size: 11px;
  }
  .img-cropper .docs-toggles .btn-group .btn {
    padding: 0.375rem 0.2rem;
  }
  .blog-box .blog-details p {
    line-height: 1.5;
  }
  .blog-box .blog-details .blog-social li:last-child {
    padding-left: 0;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px;
  }
  .button-builder-wrap .btn-lg {
    font-size: 18px;
  }
  .tabs-responsive-side {
    max-width: 100%;
  }
  .bar-chart-widget .bottom-content .num {
    font-size: 17px;
  }
  .search-page .theme-form .input-group .form-control-plaintext {
    padding-left: 10px;
  }
  .search-page .info-block {
    padding: 20px;
  }
  .wizard-4 ul.anchor {
    padding-top: 15px;
  }
  .wizard-4 .msg-box {
    top: 40px !important;
  }
  .xs-width-100 {
    min-width: 100%;
  }
  .form-builder #components .component .form-group #button1id {
    margin-bottom: 15px;
  }
  .default-according .card .card-header i {
    font-size: 14px;
    top: 24px;
  }
  .default-according .card .btn-link {
    display: block;
    width: 100%;
    padding-left: 17px;
  }
  .star-ratings .stars .title {
    line-height: 1;
  }
  .user-profile .hovercard .social-media a {
    padding: 0 6px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 93% !important;
  }
  .step-container {
    height: 280px !important;
  }
  .sort-panel .d-inline .btn {
    margin-left: 87px;
  }
  .jsgrid .jsgrid-pager-container .jsgrid-pager .jsgrid-pager-page {
    padding: 0.5em 0.62em;
  }
  .lg-toolbar .lg-icon {
    width: 40px;
  }
  .calendar-wrap a.fc-more {
    font-size: 0.59em;
  }
  .calendar-wrap .fc th {
    font-size: 10px;
  }
  .modal-footer {
    display: block;
    text-align: center;
  }
  .order-box ul li span {
    text-align: right;
  }
  .order-box ul li label {
    text-align: right;
    font-size: 14px;
  }
  .checkout .text-end {
    text-align: left !important;
    margin-top: 15px;
  }
  .dashboard-2 .task-chart .balance-data {
    gap: 10px;
  }
  .dashboard-2 .task-chart .balance-data li {
    gap: 5px;
  }
  .dashboard-2 .school-calender .schedule-part {
    padding-left: 0 !important;
  }
  .dashboard-2 .school-calender .flatpickr-calendar {
    width: unset !important;
  }
  .dashboard-2 .school-calender .flatpickr-calendar .flatpickr-current-month {
    padding: 7.48px 0 0 0 !important;
  }
  .dashboard-2 .card .sm-calender {
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard-2 .card .Schedule-calender {
    border-left: unset !important;
    border-top: 1px solid #d3d3d3;
  }
  .dashboard-2 .card .Deadline-top .client-part {
    flex-wrap: unset !important;
  }
  .dashboard-2 .card .tread-align {
    padding-left: 4px;
    display: flex;
    justify-content: start !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(2),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(2) {
    min-width: 110px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(4),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(4) {
    min-width: 139px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(6),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(6) {
    min-width: 127px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table tr td:nth-child(5),
  .dashboard-2 .card .all-project-table .recent-table table tr th:nth-child(5) {
    min-width: 183px !important;
  }
  .dashboard-2 .card .all-project-table .recent-table table thead tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table thead tr td:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table thead tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .all-project-table .recent-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .all-project-table .recent-table table tbody tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .risk-project-table .dt-search {
    display: none;
  }
  .dashboard-2 .card .risk-project-table table tr td:nth-child(2),
  .dashboard-2 .card .risk-project-table table tr th:nth-child(2),
  .dashboard-2 .card .risk-project-table table tr td:nth-child(3),
  .dashboard-2 .card .risk-project-table table tr th:nth-child(3) {
    min-width: 157px !important;
  }
  .dashboard-2 .card .risk-project-table table thead tr th:nth-child(3),
  .dashboard-2 .card .risk-project-table table thead tr td:nth-child(3),
  .dashboard-2 .card .risk-project-table table thead tr td:last-child {
    display: none;
  }
  .dashboard-2 .card .risk-project-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .risk-project-table table tbody tr th:nth-child(3),
  .dashboard-2 .card .risk-project-table table tbody tr td:last-child {
    display: none;
  }
}
@media (max-width: 375px) {
  .dashboard-3 .conversion-labels {
    min-width: 100%;
    overflow: auto;
    gap: 10px;
  }
  .dashboard-3 .img-background .timer {
    padding: 0;
  }
  .dashboard-4 .follower-country .top-country .common-space {
    gap: 8px;
  }
  .dashboard-4 .follower-country .top-country .common-space .progress {
    width: 130px;
  }
}
@media (max-width: 340px) {
  .dashboard-4 .recommendations-chart table thead tr th:nth-child(2),
  .dashboard-4 .recommendations-chart table thead tr td:nth-child(2),
  .dashboard-4 .recommendations-chart table tbody tr th:nth-child(2),
  .dashboard-4 .recommendations-chart table tbody tr td:nth-child(2) {
    display: none;
  }
  .dashboard-4 .report-card .report-status-flex {
    gap: 6.5px;
  }
  .dashboard-4 .report-card .report-status-flex .report-Status-align {
    height: 43.2px !important;
    width: 43.2px !important;
  }
  .dashboard-4 .report-card .report-status-flex .report-Status-align svg {
    height: 28px !important;
    width: 28px !important;
  }
  .dashboard-4 .report-card .report-status-flex .report-Status-contents h5 {
    font-size: 16px;
  }
  .dashboard-4 .follower-country .top-country .common-space p {
    font-size: 12px;
  }
  .dashboard-4 .follower-country .top-country .common-space .progress {
    width: 100px;
  }
}
@media only screen and (max-width: 320px) {
  .dashboard-2 .school-calender .flatpickr-calendar {
    width: unset !important;
  }
  .dashboard-2 .school-calender .flatpickr-calendar .flatpickr-current-month {
    padding: 7.48px 0 0 0 !important;
  }
  .dashboard-2 .school-calender .flatpickr-calendar .flatpickr-days {
    width: 279.875px;
  }
  .dashboard-2 .school-calender .Schedule-calender {
    border-left: unset;
  }
  .dashboard-2 .dashboard-3 .sales-card .e-commerce-card {
    padding: 29px 53px 27px 3px !important;
  }
  .dashboard-3 .recent-table table tr td span {
    font-size: 13px;
  }
  .dashboard-3 .conversion-labels {
    min-width: 100%;
    overflow: auto;
    gap: 10px;
  }
  .dashboard-3 .timer {
    padding: 0px 2px 0 0;
  }
}
@media only screen and (min-width: 576px) {
  .product-wrapper-grid.list-view .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-wrapper .back-btn {
    display: none;
  }
  .default-dashboard .radial-progress-chart .sale-details {
    display: block;
  }
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
}
@media (width: 768px) and (height: 1024px) {
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 210px);
  }
}
@media screen and (max-width: 1660px) and (min-width: 992px) {
  .default-dashboard .radial-progress-chart .radial-chart-wrap {
    display: block;
  }
}
/**=====================
     62. Responsive CSS Ends
==========================**/
/**=====================
  4.3 Update CSS Start
==========================**/
/**=====================
  4.3 Update CSS Start
==========================**/
/**=====================
    1.1 Reset CSS start
==========================**/
.f-light {
  color: rgba(141, 141, 141, 0.8);
}

.c-light {
  color: #52526c;
}

.c-o-light {
  color: #52526c;
  opacity: 0.8;
}

.light-white {
  color: #fff;
}

.pull-right {
  float: right;
}

svg.f-light {
  fill: #8d8d8d;
  opacity: 0.8;
}

.w-600 {
  width: 600px;
}

.light-card {
  background-color: var(--light-background);
}

.light-background {
  background-color: var(--light-bg);
}

.icon-arrow-down.icon-rotate,
.icon-arrow-up.icon-rotate {
  transform: rotate(-45deg);
  display: inline-block;
}

[contenteditable] {
  outline: 0 solid transparent;
}

::selection {
  background-color: #242a36;
  color: #fff;
}

::-moz-selection {
  background-color: #242a36;
  color: #fff;
}

/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important;
}

.b-r-1 {
  border-radius: 1px !important;
}

.b-r-2 {
  border-radius: 2px !important;
}

.b-r-3 {
  border-radius: 3px !important;
}

.b-r-4 {
  border-radius: 4px !important;
}

.b-r-5 {
  border-radius: 5px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-7 {
  border-radius: 7px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-9 {
  border-radius: 9px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-11 {
  border-radius: 11px !important;
}

.b-r-12 {
  border-radius: 12px !important;
}

.b-r-13 {
  border-radius: 13px !important;
}

.b-r-14 {
  border-radius: 14px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-16 {
  border-radius: 16px !important;
}

.b-r-17 {
  border-radius: 17px !important;
}

.b-r-18 {
  border-radius: 18px !important;
}

.b-r-19 {
  border-radius: 19px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-21 {
  border-radius: 21px !important;
}

.b-r-22 {
  border-radius: 22px !important;
}

.b-r-23 {
  border-radius: 23px !important;
}

.b-r-24 {
  border-radius: 24px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-26 {
  border-radius: 26px !important;
}

.b-r-27 {
  border-radius: 27px !important;
}

.b-r-28 {
  border-radius: 28px !important;
}

.b-r-29 {
  border-radius: 29px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.b-r-31 {
  border-radius: 31px !important;
}

.b-r-32 {
  border-radius: 32px !important;
}

.b-r-33 {
  border-radius: 33px !important;
}

.b-r-34 {
  border-radius: 34px !important;
}

.b-r-35 {
  border-radius: 35px !important;
}

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px !important;
}

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

.f-16 {
  font-size: 16px !important;
}

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

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}

.f-82 {
  font-size: 82px !important;
}

.f-84 {
  font-size: 84px !important;
}

.f-86 {
  font-size: 86px !important;
}

.f-88 {
  font-size: 88px !important;
}

.f-90 {
  font-size: 90px !important;
}

.f-92 {
  font-size: 92px !important;
}

.f-94 {
  font-size: 94px !important;
}

.f-96 {
  font-size: 96px !important;
}

.f-98 {
  font-size: 98px !important;
}

.f-100 {
  font-size: 100px !important;
}

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-900 {
  font-weight: 900;
}

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}

.f-s-italic {
  font-style: italic;
}

.f-s-oblique {
  font-style: oblique;
}

.f-s-initial {
  font-style: initial;
}

.f-s-inherit {
  font-style: inherit;
}

/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-dashed {
  text-decoration: dashed;
}

.text-blink {
  text-decoration: blink;
}

.text-dotted {
  text-decoration: dotted;
}

.text-initial {
  text-decoration: initial;
}

.text-none {
  text-decoration: none;
}

.text-solid {
  text-decoration: solid;
}

.text-wavy {
  text-decoration: wavy;
}

.text-inherit {
  text-decoration: inherit;
}

.text-double {
  text-decoration: double;
}

/*====== Text-Decoration css ends ======*/
/*====== Border-style css starts ======*/
.border-s-overline {
  border-style: overline;
}

.border-s-dashed {
  border-style: dashed;
}

.border-s-dotted {
  border-style: dotted;
}

.border-s-solid {
  border-style: solid;
}

.border-s-double {
  border-style: double;
}

.border-s-groove {
  border-style: groove;
}

.border-s-ridge {
  border-style: ridge;
}

.border-s-inset {
  border-style: inset;
}

.border-s-outset {
  border-style: outset;
}

.border-s-none {
  border-style: none;
}

.border-s-hidden {
  border-style: hidden;
}

/*====== Border-style css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}

.sub {
  vertical-align: sub;
}

.super {
  vertical-align: super;
}

.top {
  vertical-align: top;
}

.text-top {
  vertical-align: text-top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.text-bottom {
  vertical-align: text-bottom;
}

.initial {
  vertical-align: initial;
}

.inherit {
  vertical-align: inherit;
}

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-relative {
  position: relative;
}

.p-initial {
  position: initial;
}

.p-inherit {
  position: inherit;
}

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible;
}

.o-auto {
  overflow: auto;
}

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}

.img-h-10 {
  height: 10px !important;
}

.img-20 {
  width: 20px !important;
}

.img-h-20 {
  height: 20px !important;
}

.img-30 {
  width: 30px !important;
}

.img-h-30 {
  height: 30px !important;
}

.img-40 {
  width: 40px !important;
}

.img-h-40 {
  height: 40px !important;
}

.img-50 {
  width: 50px !important;
}

.img-h-50 {
  height: 50px !important;
}

.img-60 {
  width: 60px !important;
}

.img-h-60 {
  height: 60px !important;
}

.img-70 {
  width: 70px !important;
}

.img-h-70 {
  height: 70px !important;
}

.img-80 {
  width: 80px !important;
}

.img-h-80 {
  height: 80px !important;
}

.img-90 {
  width: 90px !important;
}

.img-h-90 {
  height: 90px !important;
}

.img-100 {
  width: 100px !important;
}

.img-h-100 {
  height: 100px !important;
}

/*====== Image-sizes css ends ======*/
/*====== Height-sizes css starts ======*/
.placeholder-h-2 {
  height: 2px !important;
}

.placeholder-h-4 {
  height: 4px !important;
}

.placeholder-h-6 {
  height: 6px !important;
}

.placeholder-h-8 {
  height: 8px !important;
}

.placeholder-h-10 {
  height: 10px !important;
}

.placeholder-h-12 {
  height: 12px !important;
}

.placeholder-h-14 {
  height: 14px !important;
}

.placeholder-h-16 {
  height: 16px !important;
}

.placeholder-h-18 {
  height: 18px !important;
}

.placeholder-h-20 {
  height: 20px !important;
}

.placeholder-h-22 {
  height: 22px !important;
}

.placeholder-h-24 {
  height: 24px !important;
}

.placeholder-h-26 {
  height: 26px !important;
}

.placeholder-h-28 {
  height: 28px !important;
}

.placeholder-h-30 {
  height: 30px !important;
}

.placeholder-h-32 {
  height: 32px !important;
}

.placeholder-h-34 {
  height: 34px !important;
}

.placeholder-h-36 {
  height: 36px !important;
}

.placeholder-h-38 {
  height: 38px !important;
}

.placeholder-h-40 {
  height: 40px !important;
}

.placeholder-h-42 {
  height: 42px !important;
}

.placeholder-h-44 {
  height: 44px !important;
}

.placeholder-h-46 {
  height: 46px !important;
}

.placeholder-h-48 {
  height: 48px !important;
}

.placeholder-h-50 {
  height: 50px !important;
}

.placeholder-h-52 {
  height: 52px !important;
}

.placeholder-h-54 {
  height: 54px !important;
}

.placeholder-h-56 {
  height: 56px !important;
}

.placeholder-h-58 {
  height: 58px !important;
}

.placeholder-h-60 {
  height: 60px !important;
}

.placeholder-h-62 {
  height: 62px !important;
}

.placeholder-h-64 {
  height: 64px !important;
}

.placeholder-h-66 {
  height: 66px !important;
}

.placeholder-h-68 {
  height: 68px !important;
}

.placeholder-h-70 {
  height: 70px !important;
}

.placeholder-h-72 {
  height: 72px !important;
}

.placeholder-h-74 {
  height: 74px !important;
}

.placeholder-h-76 {
  height: 76px !important;
}

.placeholder-h-78 {
  height: 78px !important;
}

.placeholder-h-80 {
  height: 80px !important;
}

.placeholder-h-82 {
  height: 82px !important;
}

.placeholder-h-84 {
  height: 84px !important;
}

.placeholder-h-86 {
  height: 86px !important;
}

.placeholder-h-88 {
  height: 88px !important;
}

.placeholder-h-90 {
  height: 90px !important;
}

.placeholder-h-92 {
  height: 92px !important;
}

.placeholder-h-94 {
  height: 94px !important;
}

.placeholder-h-96 {
  height: 96px !important;
}

.placeholder-h-98 {
  height: 98px !important;
}

.placeholder-h-100 {
  height: 100px !important;
}

/*====== Height-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #242a36 !important;
}

.font-secondary {
  color: #b793ff !important;
}

.font-success {
  color: #4abd8b !important;
}

.font-danger {
  color: #fe6e7e !important;
}

.font-info {
  color: #3db4f3 !important;
}

.font-light {
  color: #f5f3f3 !important;
}

.font-dark {
  color: #3f475a !important;
}

.font-warning {
  color: #F2B807 !important;
}

.font-primary {
  color: var(--theme-default) !important;
}

.font-secondary {
  color: var(--theme-secondary) !important;
}

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.label-theme {
  background-color: #242a36;
}

.label-primary {
  background-color: #242a36;
}

.label-secondary {
  background-color: #b793ff;
}

.label-success {
  background-color: #4abd8b;
}

.label-danger {
  background-color: #fe6e7e;
}

.label-info {
  background-color: #3db4f3;
}

.label-light {
  background-color: #f5f3f3;
}

.label-dark {
  background-color: #3f475a;
}

.label-warning {
  background-color: #F2B807;
}

/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #242a36;
}

.badge-b-primary {
  border: 1px solid #242a36;
}

.badge-secondary {
  background-color: #b793ff;
}

.badge-b-secondary {
  border: 1px solid #b793ff;
}

.badge-success {
  background-color: #4abd8b;
}

.badge-b-success {
  border: 1px solid #4abd8b;
}

.badge-danger {
  background-color: #fe6e7e;
}

.badge-b-danger {
  border: 1px solid #fe6e7e;
}

.badge-info {
  background-color: #3db4f3;
}

.badge-b-info {
  border: 1px solid #3db4f3;
}

.badge-light {
  background-color: #f5f3f3;
}

.badge-b-light {
  border: 1px solid #f5f3f3;
}

.badge-dark {
  background-color: #3f475a;
}

.badge-b-dark {
  border: 1px solid #3f475a;
}

.badge-warning {
  background-color: #F2B807;
}

.badge-b-warning {
  border: 1px solid #F2B807;
}

.badge-primary {
  background-color: var(--theme-default) !important;
}

.badge-secondary {
  background-color: var(--theme-secondary) !important;
}

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #242a36 !important;
  color: #fff;
}
.bg-primary:hover {
  background-color: #242a36;
  color: #fff;
}

.table-primary td {
  background-color: rgba(36, 42, 54, 0.4) !important;
}

.title-line-primary::before {
  background-color: #242a36 !important;
}

.scope-light-primary {
  background-color: rgba(36, 42, 54, 0.15) !important;
}

.outline-10-primary {
  outline: 2px solid rgba(36, 42, 54, 0.1);
}

.bg-7-primary {
  background-color: rgba(36, 42, 54, 0.07);
}

.bg-10-primary {
  background-color: rgba(36, 42, 54, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-primary {
  background-color: rgba(36, 42, 54, 0.2);
}

.outline-20-primary {
  outline: 2px solid rgba(36, 42, 54, 0.2);
}

.shadow-10-primary {
  box-shadow: 0px 5.04px 14.96px 0px rgba(36, 42, 54, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-primary.active {
  border: 1px solid #242a36;
  transition: all 0.4s ease;
}

.dotted-primary {
  background-color: #242a36;
}

.text-bg-primary {
  background-color: #242a36 !important;
}

.divider-body.divider-primary::before, .divider-body.divider-primary::after {
  border-color: #242a36 !important;
}

.border-dashed-primary {
  border: 1px dashed #242a36;
  color: #242a36;
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed #242a36 !important;
  background-color: #242a36 !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-primary {
  border-left: 4px solid #242a36;
}
[dir=rtl] .border-left-primary {
  border-left: unset;
  border-right: 4px solid #242a36;
}

.link-underline-primary {
  text-decoration: underline;
}
.link-underline-primary:hover {
  color: var(--body-font-color);
}

.link-primary {
  text-decoration: underline;
  text-decoration-color: #242a36 !important;
  color: #242a36 !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #242a36 !important;
  text-decoration-color: #242a36 !important;
}

.bg-light-primary {
  background-color: rgba(36, 42, 54, 0.15) !important;
}

.bg-lighter-primary {
  background-color: rgba(36, 42, 54, 0.6);
  color: #fff;
}

.button-light-primary:active {
  border-color: rgba(36, 42, 54, 0.1) !important;
}

.bg-secondary {
  background-color: #b793ff !important;
  color: #fff;
}
.bg-secondary:hover {
  background-color: #b793ff;
  color: #fff;
}

.table-secondary td {
  background-color: rgba(183, 147, 255, 0.4) !important;
}

.title-line-secondary::before {
  background-color: #b793ff !important;
}

.scope-light-secondary {
  background-color: rgba(183, 147, 255, 0.15) !important;
}

.outline-10-secondary {
  outline: 2px solid rgba(183, 147, 255, 0.1);
}

.bg-7-secondary {
  background-color: rgba(183, 147, 255, 0.07);
}

.bg-10-secondary {
  background-color: rgba(183, 147, 255, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-secondary {
  background-color: rgba(183, 147, 255, 0.2);
}

.outline-20-secondary {
  outline: 2px solid rgba(183, 147, 255, 0.2);
}

.shadow-10-secondary {
  box-shadow: 0px 5.04px 14.96px 0px rgba(183, 147, 255, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-secondary.active {
  border: 1px solid #b793ff;
  transition: all 0.4s ease;
}

.dotted-secondary {
  background-color: #b793ff;
}

.text-bg-secondary {
  background-color: #b793ff !important;
}

.divider-body.divider-secondary::before, .divider-body.divider-secondary::after {
  border-color: #b793ff !important;
}

.border-dashed-secondary {
  border: 1px dashed #b793ff;
  color: #b793ff;
}
.border-dashed-secondary:hover, .border-dashed-secondary:active {
  border: 1px dashed #b793ff !important;
  background-color: #b793ff !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-secondary {
  border-left: 4px solid #b793ff;
}
[dir=rtl] .border-left-secondary {
  border-left: unset;
  border-right: 4px solid #b793ff;
}

.link-underline-secondary {
  text-decoration: underline;
}
.link-underline-secondary:hover {
  color: var(--body-font-color);
}

.link-secondary {
  text-decoration: underline;
  text-decoration-color: #b793ff !important;
  color: #b793ff !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #b793ff !important;
  text-decoration-color: #b793ff !important;
}

.bg-light-secondary {
  background-color: rgba(183, 147, 255, 0.15) !important;
}

.bg-lighter-secondary {
  background-color: rgba(183, 147, 255, 0.6);
  color: #fff;
}

.button-light-secondary:active {
  border-color: rgba(183, 147, 255, 0.1) !important;
}

.bg-success {
  background-color: #4abd8b !important;
  color: #fff;
}
.bg-success:hover {
  background-color: #4abd8b;
  color: #fff;
}

.table-success td {
  background-color: rgba(74, 189, 139, 0.4) !important;
}

.title-line-success::before {
  background-color: #4abd8b !important;
}

.scope-light-success {
  background-color: rgba(74, 189, 139, 0.15) !important;
}

.outline-10-success {
  outline: 2px solid rgba(74, 189, 139, 0.1);
}

.bg-7-success {
  background-color: rgba(74, 189, 139, 0.07);
}

.bg-10-success {
  background-color: rgba(74, 189, 139, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-success {
  background-color: rgba(74, 189, 139, 0.2);
}

.outline-20-success {
  outline: 2px solid rgba(74, 189, 139, 0.2);
}

.shadow-10-success {
  box-shadow: 0px 5.04px 14.96px 0px rgba(74, 189, 139, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-success.active {
  border: 1px solid #4abd8b;
  transition: all 0.4s ease;
}

.dotted-success {
  background-color: #4abd8b;
}

.text-bg-success {
  background-color: #4abd8b !important;
}

.divider-body.divider-success::before, .divider-body.divider-success::after {
  border-color: #4abd8b !important;
}

.border-dashed-success {
  border: 1px dashed #4abd8b;
  color: #4abd8b;
}
.border-dashed-success:hover, .border-dashed-success:active {
  border: 1px dashed #4abd8b !important;
  background-color: #4abd8b !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-success {
  border-left: 4px solid #4abd8b;
}
[dir=rtl] .border-left-success {
  border-left: unset;
  border-right: 4px solid #4abd8b;
}

.link-underline-success {
  text-decoration: underline;
}
.link-underline-success:hover {
  color: var(--body-font-color);
}

.link-success {
  text-decoration: underline;
  text-decoration-color: #4abd8b !important;
  color: #4abd8b !important;
}
.link-success:hover, .link-success:focus, .link-success:active {
  color: #4abd8b !important;
  text-decoration-color: #4abd8b !important;
}

.bg-light-success {
  background-color: rgba(74, 189, 139, 0.15) !important;
}

.bg-lighter-success {
  background-color: rgba(74, 189, 139, 0.6);
  color: #fff;
}

.button-light-success:active {
  border-color: rgba(74, 189, 139, 0.1) !important;
}

.bg-danger {
  background-color: #fe6e7e !important;
  color: #fff;
}
.bg-danger:hover {
  background-color: #fe6e7e;
  color: #fff;
}

.table-danger td {
  background-color: rgba(254, 110, 126, 0.4) !important;
}

.title-line-danger::before {
  background-color: #fe6e7e !important;
}

.scope-light-danger {
  background-color: rgba(254, 110, 126, 0.15) !important;
}

.outline-10-danger {
  outline: 2px solid rgba(254, 110, 126, 0.1);
}

.bg-7-danger {
  background-color: rgba(254, 110, 126, 0.07);
}

.bg-10-danger {
  background-color: rgba(254, 110, 126, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-danger {
  background-color: rgba(254, 110, 126, 0.2);
}

.outline-20-danger {
  outline: 2px solid rgba(254, 110, 126, 0.2);
}

.shadow-10-danger {
  box-shadow: 0px 5.04px 14.96px 0px rgba(254, 110, 126, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-danger.active {
  border: 1px solid #fe6e7e;
  transition: all 0.4s ease;
}

.dotted-danger {
  background-color: #fe6e7e;
}

.text-bg-danger {
  background-color: #fe6e7e !important;
}

.divider-body.divider-danger::before, .divider-body.divider-danger::after {
  border-color: #fe6e7e !important;
}

.border-dashed-danger {
  border: 1px dashed #fe6e7e;
  color: #fe6e7e;
}
.border-dashed-danger:hover, .border-dashed-danger:active {
  border: 1px dashed #fe6e7e !important;
  background-color: #fe6e7e !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-danger {
  border-left: 4px solid #fe6e7e;
}
[dir=rtl] .border-left-danger {
  border-left: unset;
  border-right: 4px solid #fe6e7e;
}

.link-underline-danger {
  text-decoration: underline;
}
.link-underline-danger:hover {
  color: var(--body-font-color);
}

.link-danger {
  text-decoration: underline;
  text-decoration-color: #fe6e7e !important;
  color: #fe6e7e !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active {
  color: #fe6e7e !important;
  text-decoration-color: #fe6e7e !important;
}

.bg-light-danger {
  background-color: rgba(254, 110, 126, 0.15) !important;
}

.bg-lighter-danger {
  background-color: rgba(254, 110, 126, 0.6);
  color: #fff;
}

.button-light-danger:active {
  border-color: rgba(254, 110, 126, 0.1) !important;
}

.bg-info {
  background-color: #3db4f3 !important;
  color: #fff;
}
.bg-info:hover {
  background-color: #3db4f3;
  color: #fff;
}

.table-info td {
  background-color: rgba(61, 180, 243, 0.4) !important;
}

.title-line-info::before {
  background-color: #3db4f3 !important;
}

.scope-light-info {
  background-color: rgba(61, 180, 243, 0.15) !important;
}

.outline-10-info {
  outline: 2px solid rgba(61, 180, 243, 0.1);
}

.bg-7-info {
  background-color: rgba(61, 180, 243, 0.07);
}

.bg-10-info {
  background-color: rgba(61, 180, 243, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-info {
  background-color: rgba(61, 180, 243, 0.2);
}

.outline-20-info {
  outline: 2px solid rgba(61, 180, 243, 0.2);
}

.shadow-10-info {
  box-shadow: 0px 5.04px 14.96px 0px rgba(61, 180, 243, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-info.active {
  border: 1px solid #3db4f3;
  transition: all 0.4s ease;
}

.dotted-info {
  background-color: #3db4f3;
}

.text-bg-info {
  background-color: #3db4f3 !important;
}

.divider-body.divider-info::before, .divider-body.divider-info::after {
  border-color: #3db4f3 !important;
}

.border-dashed-info {
  border: 1px dashed #3db4f3;
  color: #3db4f3;
}
.border-dashed-info:hover, .border-dashed-info:active {
  border: 1px dashed #3db4f3 !important;
  background-color: #3db4f3 !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-info {
  border-left: 4px solid #3db4f3;
}
[dir=rtl] .border-left-info {
  border-left: unset;
  border-right: 4px solid #3db4f3;
}

.link-underline-info {
  text-decoration: underline;
}
.link-underline-info:hover {
  color: var(--body-font-color);
}

.link-info {
  text-decoration: underline;
  text-decoration-color: #3db4f3 !important;
  color: #3db4f3 !important;
}
.link-info:hover, .link-info:focus, .link-info:active {
  color: #3db4f3 !important;
  text-decoration-color: #3db4f3 !important;
}

.bg-light-info {
  background-color: rgba(61, 180, 243, 0.15) !important;
}

.bg-lighter-info {
  background-color: rgba(61, 180, 243, 0.6);
  color: #fff;
}

.button-light-info:active {
  border-color: rgba(61, 180, 243, 0.1) !important;
}

.bg-light {
  background-color: #f5f3f3 !important;
  color: #fff;
}
.bg-light:hover {
  background-color: #f5f3f3;
  color: #fff;
}

.table-light td {
  background-color: rgba(245, 243, 243, 0.4) !important;
}

.title-line-light::before {
  background-color: #f5f3f3 !important;
}

.scope-light-light {
  background-color: rgba(245, 243, 243, 0.15) !important;
}

.outline-10-light {
  outline: 2px solid rgba(245, 243, 243, 0.1);
}

.bg-7-light {
  background-color: rgba(245, 243, 243, 0.07);
}

.bg-10-light {
  background-color: rgba(245, 243, 243, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-light {
  background-color: rgba(245, 243, 243, 0.2);
}

.outline-20-light {
  outline: 2px solid rgba(245, 243, 243, 0.2);
}

.shadow-10-light {
  box-shadow: 0px 5.04px 14.96px 0px rgba(245, 243, 243, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-light.active {
  border: 1px solid #f5f3f3;
  transition: all 0.4s ease;
}

.dotted-light {
  background-color: #f5f3f3;
}

.text-bg-light {
  background-color: #f5f3f3 !important;
}

.divider-body.divider-light::before, .divider-body.divider-light::after {
  border-color: #f5f3f3 !important;
}

.border-dashed-light {
  border: 1px dashed #f5f3f3;
  color: #f5f3f3;
}
.border-dashed-light:hover, .border-dashed-light:active {
  border: 1px dashed #f5f3f3 !important;
  background-color: #f5f3f3 !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-light {
  border-left: 4px solid #f5f3f3;
}
[dir=rtl] .border-left-light {
  border-left: unset;
  border-right: 4px solid #f5f3f3;
}

.link-underline-light {
  text-decoration: underline;
}
.link-underline-light:hover {
  color: var(--body-font-color);
}

.link-light {
  text-decoration: underline;
  text-decoration-color: #f5f3f3 !important;
  color: #f5f3f3 !important;
}
.link-light:hover, .link-light:focus, .link-light:active {
  color: #f5f3f3 !important;
  text-decoration-color: #f5f3f3 !important;
}

.bg-light-light {
  background-color: rgba(245, 243, 243, 0.15) !important;
}

.bg-lighter-light {
  background-color: rgba(245, 243, 243, 0.6);
  color: #fff;
}

.button-light-light:active {
  border-color: rgba(245, 243, 243, 0.1) !important;
}

.bg-dark {
  background-color: #3f475a !important;
  color: #fff;
}
.bg-dark:hover {
  background-color: #3f475a;
  color: #fff;
}

.table-dark td {
  background-color: rgba(63, 71, 90, 0.4) !important;
}

.title-line-dark::before {
  background-color: #3f475a !important;
}

.scope-light-dark {
  background-color: rgba(63, 71, 90, 0.15) !important;
}

.outline-10-dark {
  outline: 2px solid rgba(63, 71, 90, 0.1);
}

.bg-7-dark {
  background-color: rgba(63, 71, 90, 0.07);
}

.bg-10-dark {
  background-color: rgba(63, 71, 90, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-dark {
  background-color: rgba(63, 71, 90, 0.2);
}

.outline-20-dark {
  outline: 2px solid rgba(63, 71, 90, 0.2);
}

.shadow-10-dark {
  box-shadow: 0px 5.04px 14.96px 0px rgba(63, 71, 90, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-dark.active {
  border: 1px solid #3f475a;
  transition: all 0.4s ease;
}

.dotted-dark {
  background-color: #3f475a;
}

.text-bg-dark {
  background-color: #3f475a !important;
}

.divider-body.divider-dark::before, .divider-body.divider-dark::after {
  border-color: #3f475a !important;
}

.border-dashed-dark {
  border: 1px dashed #3f475a;
  color: #3f475a;
}
.border-dashed-dark:hover, .border-dashed-dark:active {
  border: 1px dashed #3f475a !important;
  background-color: #3f475a !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-dark {
  border-left: 4px solid #3f475a;
}
[dir=rtl] .border-left-dark {
  border-left: unset;
  border-right: 4px solid #3f475a;
}

.link-underline-dark {
  text-decoration: underline;
}
.link-underline-dark:hover {
  color: var(--body-font-color);
}

.link-dark {
  text-decoration: underline;
  text-decoration-color: #3f475a !important;
  color: #3f475a !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #3f475a !important;
  text-decoration-color: #3f475a !important;
}

.bg-light-dark {
  background-color: rgba(63, 71, 90, 0.15) !important;
}

.bg-lighter-dark {
  background-color: rgba(63, 71, 90, 0.6);
  color: #fff;
}

.button-light-dark:active {
  border-color: rgba(63, 71, 90, 0.1) !important;
}

.bg-warning {
  background-color: #F2B807 !important;
  color: #fff;
}
.bg-warning:hover {
  background-color: #F2B807;
  color: #fff;
}

.table-warning td {
  background-color: rgba(242, 184, 7, 0.4) !important;
}

.title-line-warning::before {
  background-color: #F2B807 !important;
}

.scope-light-warning {
  background-color: rgba(242, 184, 7, 0.15) !important;
}

.outline-10-warning {
  outline: 2px solid rgba(242, 184, 7, 0.1);
}

.bg-7-warning {
  background-color: rgba(242, 184, 7, 0.07);
}

.bg-10-warning {
  background-color: rgba(242, 184, 7, 0.1);
}

.bg-10-primary {
  background-color: var(--light-slate);
}

.bg-20-warning {
  background-color: rgba(242, 184, 7, 0.2);
}

.outline-20-warning {
  outline: 2px solid rgba(242, 184, 7, 0.2);
}

.shadow-10-warning {
  box-shadow: 0px 5.04px 14.96px 0px rgba(242, 184, 7, 0.25) inset;
}

.social-tabs .nav .social-box.bg-7-warning.active {
  border: 1px solid #F2B807;
  transition: all 0.4s ease;
}

.dotted-warning {
  background-color: #F2B807;
}

.text-bg-warning {
  background-color: #F2B807 !important;
}

.divider-body.divider-warning::before, .divider-body.divider-warning::after {
  border-color: #F2B807 !important;
}

.border-dashed-warning {
  border: 1px dashed #F2B807;
  color: #F2B807;
}
.border-dashed-warning:hover, .border-dashed-warning:active {
  border: 1px dashed #F2B807 !important;
  background-color: #F2B807 !important;
  color: #fff !important;
}

.border-dashed-primary {
  border: 1px dashed var(--theme-default);
  color: var(--theme-default);
}
.border-dashed-primary:hover, .border-dashed-primary:active {
  border: 1px dashed var(--theme-default) !important;
  background-color: var(--theme-default) !important;
  color: #fff !important;
}

.border-left-warning {
  border-left: 4px solid #F2B807;
}
[dir=rtl] .border-left-warning {
  border-left: unset;
  border-right: 4px solid #F2B807;
}

.link-underline-warning {
  text-decoration: underline;
}
.link-underline-warning:hover {
  color: var(--body-font-color);
}

.link-warning {
  text-decoration: underline;
  text-decoration-color: #F2B807 !important;
  color: #F2B807 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active {
  color: #F2B807 !important;
  text-decoration-color: #F2B807 !important;
}

.bg-light-warning {
  background-color: rgba(242, 184, 7, 0.15) !important;
}

.bg-lighter-warning {
  background-color: rgba(242, 184, 7, 0.6);
  color: #fff;
}

.button-light-warning:active {
  border-color: rgba(242, 184, 7, 0.1) !important;
}

.bg-primary {
  background-color: var(--theme-default) !important;
}

.bg-secondary {
  background-color: var(--theme-secondary) !important;
}

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #242a36 !important;
}

.txt-secondary {
  color: #b793ff !important;
}

.txt-success {
  color: #4abd8b !important;
}

.txt-danger {
  color: #fe6e7e !important;
}

.txt-info {
  color: #3db4f3 !important;
}

.txt-light {
  color: #f5f3f3 !important;
}

.txt-dark {
  color: #3f475a !important;
}

.txt-warning {
  color: #F2B807 !important;
}

.txt-google-plus {
  color: #c64e40 !important;
}

.txt-twitter {
  color: rgba(0, 0, 0, 0.8) !important;
}

.txt-linkedin {
  color: #0073b1 !important;
}

.txt-fb {
  color: #50598e !important;
}

.txt-primary {
  color: var(--light-bg-primary) !important;
}

.link-primary {
  color: var(--light-bg-primary) !important;
  text-decoration-color: var(--light-bg-primary) !important;
}

.txt-secondary {
  color: var(--theme-secondary) !important;
}

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
@keyframes push {
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.btn-primary {
  background-color: #242a36 !important;
  border-color: #242a36 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #617192;
}

.btn-secondary {
  background-color: #b793ff !important;
  border-color: #b793ff !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-success {
  background-color: #4abd8b !important;
  border-color: #4abd8b !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #bae6d3;
}

.btn-danger {
  background-color: #fe6e7e !important;
  border-color: #fe6e7e !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-info {
  background-color: #3db4f3 !important;
  border-color: #3db4f3 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff !important;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #cdecfc;
}

.btn-light {
  background-color: #f5f3f3 !important;
  border-color: #f5f3f3 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}

.btn-dark {
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #8792ab;
}

.btn-warning {
  background-color: #F2B807 !important;
  border-color: #F2B807 !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.show {
  color: #fff !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #fce396;
}

.btn-light {
  background-color: rgba(36, 42, 54, 0.06) !important;
  border-color: rgba(36, 42, 54, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(36, 42, 54, 0.1) !important;
  border-color: rgba(36, 42, 54, 0.1) !important;
}

.btn-primary {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-secondary {
  background-color: var(--theme-secondary) !important;
  border-color: var(--theme-secondary) !important;
}

.btn-hover-effect:hover {
  animation: push 0.5s linear 1;
}

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #242a36;
  color: #242a36;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: #fff !important;
  background-color: #242a36 !important;
  border-color: #242a36 !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #b793ff;
  color: #b793ff;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: #fff !important;
  background-color: #b793ff !important;
  border-color: #b793ff !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #4abd8b;
  color: #4abd8b;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: #fff !important;
  background-color: #4abd8b !important;
  border-color: #4abd8b !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #fe6e7e;
  color: #fe6e7e;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: #fff !important;
  background-color: #fe6e7e !important;
  border-color: #fe6e7e !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #3db4f3;
  color: #3db4f3;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: #fff !important;
  background-color: #3db4f3 !important;
  border-color: #3db4f3 !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f5f3f3;
  color: #f5f3f3;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: #fff !important;
  background-color: #f5f3f3 !important;
  border-color: #f5f3f3 !important;
  box-shadow: none;
}
.btn-outline-light-2x {
  color: #404040;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: #404040 !important;
}

.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #3f475a;
  color: #3f475a;
  background-color: transparent;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: #fff !important;
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #F2B807;
  color: #F2B807;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: #fff !important;
  background-color: #f2b807 !important;
  border-color: #f2b807 !important;
  box-shadow: none;
}
.btn-outline-primary-2x {
  border-color: var(--theme-default);
  color: var(--theme-default);
}
.btn-outline-primary-2x:hover {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-outline-primary {
  border-color: #242a36;
  color: #242a36;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #242a36;
  border-color: #242a36;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  border-color: #242a36 !important;
  color: #fff;
  background-color: #242a36 !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #242a36 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #242a36 !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: #242a36 !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: #242a36 !important;
  color: #242a36 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-primary.disabled {
  color: #242a36;
}
.btn-check + .btn-outline-primary:hover, .btn-check + .btn-outline-primary:focus, .btn-check + .btn-outline-primary:active, .btn-check + .btn-outline-primary:focus-visible, .btn-check + .btn-outline-primary.active {
  color: #fff !important;
  background-color: #242a36 !important;
  border-color: #242a36 !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-secondary {
  border-color: #b793ff;
  color: #b793ff;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #b793ff;
  border-color: #b793ff;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  border-color: #b793ff !important;
  color: #fff;
  background-color: #b793ff !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #b793ff !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #b793ff !important;
}
.btn-check:checked + .btn-outline-secondary {
  color: white !important;
  background-color: #b793ff !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-secondary {
  border-color: #b793ff !important;
  color: #b793ff !important;
  background-color: transparent;
}
.btn-check + .btn-outline-secondary.disabled {
  color: #b793ff;
}
.btn-check + .btn-outline-secondary:hover, .btn-check + .btn-outline-secondary:focus, .btn-check + .btn-outline-secondary:active, .btn-check + .btn-outline-secondary:focus-visible, .btn-check + .btn-outline-secondary.active {
  color: #fff !important;
  background-color: #b793ff !important;
  border-color: #b793ff !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-success {
  border-color: #4abd8b;
  color: #4abd8b;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #4abd8b;
  border-color: #4abd8b;
}
.btn-outline-success:hover, .btn-outline-success:active {
  border-color: #4abd8b !important;
  color: #fff;
  background-color: #4abd8b !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #4abd8b !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #4abd8b !important;
}
.btn-check:checked + .btn-outline-success {
  color: white !important;
  background-color: #4abd8b !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-success {
  border-color: #4abd8b !important;
  color: #4abd8b !important;
  background-color: transparent;
}
.btn-check + .btn-outline-success.disabled {
  color: #4abd8b;
}
.btn-check + .btn-outline-success:hover, .btn-check + .btn-outline-success:focus, .btn-check + .btn-outline-success:active, .btn-check + .btn-outline-success:focus-visible, .btn-check + .btn-outline-success.active {
  color: #fff !important;
  background-color: #4abd8b !important;
  border-color: #4abd8b !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-danger {
  border-color: #fe6e7e;
  color: #fe6e7e;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #fe6e7e;
  border-color: #fe6e7e;
}
.btn-outline-danger:hover, .btn-outline-danger:active {
  border-color: #fe6e7e !important;
  color: #fff;
  background-color: #fe6e7e !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #fe6e7e !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #fe6e7e !important;
}
.btn-check:checked + .btn-outline-danger {
  color: white !important;
  background-color: #fe6e7e !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-danger {
  border-color: #fe6e7e !important;
  color: #fe6e7e !important;
  background-color: transparent;
}
.btn-check + .btn-outline-danger.disabled {
  color: #fe6e7e;
}
.btn-check + .btn-outline-danger:hover, .btn-check + .btn-outline-danger:focus, .btn-check + .btn-outline-danger:active, .btn-check + .btn-outline-danger:focus-visible, .btn-check + .btn-outline-danger.active {
  color: #fff !important;
  background-color: #fe6e7e !important;
  border-color: #fe6e7e !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-info {
  border-color: #3db4f3;
  color: #3db4f3;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #3db4f3;
  border-color: #3db4f3;
}
.btn-outline-info:hover, .btn-outline-info:active {
  border-color: #3db4f3 !important;
  color: #fff;
  background-color: #3db4f3 !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #3db4f3 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #3db4f3 !important;
}
.btn-check:checked + .btn-outline-info {
  color: white !important;
  background-color: #3db4f3 !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-info {
  border-color: #3db4f3 !important;
  color: #3db4f3 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-info.disabled {
  color: #3db4f3;
}
.btn-check + .btn-outline-info:hover, .btn-check + .btn-outline-info:focus, .btn-check + .btn-outline-info:active, .btn-check + .btn-outline-info:focus-visible, .btn-check + .btn-outline-info.active {
  color: #fff !important;
  background-color: #3db4f3 !important;
  border-color: #3db4f3 !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-light {
  border-color: #f5f3f3;
  color: #f5f3f3;
  background-color: transparent;
  color: #404040;
}
.btn-outline-light.disabled {
  color: #f5f3f3;
  border-color: #f5f3f3;
}
.btn-outline-light:hover, .btn-outline-light:active {
  border-color: #f5f3f3 !important;
  color: #fff;
  background-color: #f5f3f3 !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #f5f3f3 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #f5f3f3 !important;
}
.btn-check:checked + .btn-outline-light {
  color: white !important;
  background-color: #f5f3f3 !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-light {
  border-color: #f5f3f3 !important;
  color: #f5f3f3 !important;
  background-color: transparent;
  color: #404040;
}
.btn-check + .btn-outline-light.disabled {
  color: #f5f3f3;
}
.btn-check + .btn-outline-light:hover, .btn-check + .btn-outline-light:focus, .btn-check + .btn-outline-light:active, .btn-check + .btn-outline-light:focus-visible, .btn-check + .btn-outline-light.active {
  color: #fff !important;
  background-color: #f5f3f3 !important;
  border-color: #f5f3f3 !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-dark {
  border-color: #3f475a;
  color: #3f475a;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #3f475a;
  border-color: #3f475a;
}
.btn-outline-dark:hover, .btn-outline-dark:active {
  border-color: #3f475a !important;
  color: #fff;
  background-color: #3f475a !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #3f475a !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #3f475a !important;
}
.btn-check:checked + .btn-outline-dark {
  color: white !important;
  background-color: #3f475a !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-dark {
  border-color: #3f475a !important;
  color: #3f475a !important;
  background-color: transparent;
}
.btn-check + .btn-outline-dark.disabled {
  color: #3f475a;
}
.btn-check + .btn-outline-dark:hover, .btn-check + .btn-outline-dark:focus, .btn-check + .btn-outline-dark:active, .btn-check + .btn-outline-dark:focus-visible, .btn-check + .btn-outline-dark.active {
  color: #fff !important;
  background-color: #3f475a !important;
  border-color: #3f475a !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-outline-warning {
  border-color: #F2B807;
  color: #F2B807;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #F2B807;
  border-color: #F2B807;
}
.btn-outline-warning:hover, .btn-outline-warning:active {
  border-color: #F2B807 !important;
  color: #fff;
  background-color: #F2B807 !important;
}

.btn-outline-primary {
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
  color: var(--light-bg-primary) !important;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: rgba(141, 141, 141, 0.2509803922) !important;
}

.btn-check {
  color: #F2B807 !important;
}
.btn-check:checked {
  color: white !important;
  background-color: #F2B807 !important;
}
.btn-check:checked + .btn-outline-warning {
  color: white !important;
  background-color: #F2B807 !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary {
  color: white !important;
  background-color: var(--theme-default) !important;
  box-shadow: unset !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-warning {
  border-color: #F2B807 !important;
  color: #F2B807 !important;
  background-color: transparent;
}
.btn-check + .btn-outline-warning.disabled {
  color: #F2B807;
}
.btn-check + .btn-outline-warning:hover, .btn-check + .btn-outline-warning:focus, .btn-check + .btn-outline-warning:active, .btn-check + .btn-outline-warning:focus-visible, .btn-check + .btn-outline-warning.active {
  color: #fff !important;
  background-color: #F2B807 !important;
  border-color: #F2B807 !important;
  box-shadow: none !important;
}
.btn-check + .btn-outline-primary {
  border-color: var(--theme-default) !important;
  color: var(--theme-default) !important;
  background-color: transparent;
}

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #101217;
  border-color: #101217;
  box-shadow: none !important;
}
.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #101217;
  border-color: #101217;
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #9560ff;
  border-color: #9560ff;
  box-shadow: none !important;
}
.btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #9560ff;
  border-color: #9560ff;
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: #399b70;
  border-color: #399b70;
  box-shadow: none !important;
}
.btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #399b70;
  border-color: #399b70;
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #fe3b51;
  border-color: #fe3b51;
  box-shadow: none !important;
}
.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #fe3b51;
  border-color: #fe3b51;
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: #0fa1ee;
  border-color: #0fa1ee;
  box-shadow: none !important;
}
.btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #0fa1ee;
  border-color: #0fa1ee;
}

.btn-light:not([disabled]):not(.disabled).active {
  background-color: #ded7d7;
  border-color: #ded7d7;
  box-shadow: none !important;
}
.btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #ded7d7;
  border-color: #ded7d7;
}

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #2a2f3c;
  border-color: #2a2f3c;
  box-shadow: none !important;
}
.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #2a2f3c;
  border-color: #2a2f3c;
}

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #c09206;
  border-color: #c09206;
  box-shadow: none !important;
}
.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #c09206;
  border-color: #c09206;
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #242a36;
  border-color: #242a36;
  box-shadow: none !important;
  color: white;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #101217 !important;
  border-color: #101217 !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #b793ff;
  border-color: #b793ff;
  box-shadow: none !important;
  color: white;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #9560ff !important;
  border-color: #9560ff !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #4abd8b;
  border-color: #4abd8b;
  box-shadow: none !important;
  color: white;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #399b70 !important;
  border-color: #399b70 !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #fe6e7e;
  border-color: #fe6e7e;
  box-shadow: none !important;
  color: white;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #fe3b51 !important;
  border-color: #fe3b51 !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #3db4f3;
  border-color: #3db4f3;
  box-shadow: none !important;
  color: white;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #0fa1ee !important;
  border-color: #0fa1ee !important;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f5f3f3;
  border-color: #f5f3f3;
  box-shadow: none !important;
  color: white;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #ded7d7 !important;
  border-color: #ded7d7 !important;
}

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #3f475a;
  border-color: #3f475a;
  box-shadow: none !important;
  color: white;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #2a2f3c !important;
  border-color: #2a2f3c !important;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #F2B807;
  border-color: #F2B807;
  box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #c09206 !important;
  border-color: #c09206 !important;
}

/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #242a36 !important;
}

table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #b793ff !important;
}

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #4abd8b !important;
}

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #fe6e7e !important;
}

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #3db4f3 !important;
}

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #f5f3f3 !important;
}

table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #3f475a !important;
}

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #F2B807 !important;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #242a36;
  color: #fff;
  border: 3px solid #242a36;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #101217;
  border: 3px solid #101217;
}
.table-styling .table-primary th,
.table-styling .table-primary td,
.table-styling.table-primary th,
.table-styling.table-primary td {
  background-color: transparent;
}

.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #b793ff;
  color: #fff;
  border: 3px solid #b793ff;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #9560ff;
  border: 3px solid #9560ff;
}
.table-styling .table-secondary th,
.table-styling .table-secondary td,
.table-styling.table-secondary th,
.table-styling.table-secondary td {
  background-color: transparent;
}

.table-styling .table-success,
.table-styling.table-success {
  background-color: #4abd8b;
  color: #fff;
  border: 3px solid #4abd8b;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #399b70;
  border: 3px solid #399b70;
}
.table-styling .table-success th,
.table-styling .table-success td,
.table-styling.table-success th,
.table-styling.table-success td {
  background-color: transparent;
}

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #fe6e7e;
  color: #fff;
  border: 3px solid #fe6e7e;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #fe3b51;
  border: 3px solid #fe3b51;
}
.table-styling .table-danger th,
.table-styling .table-danger td,
.table-styling.table-danger th,
.table-styling.table-danger td {
  background-color: transparent;
}

.table-styling .table-info,
.table-styling.table-info {
  background-color: #3db4f3;
  color: #fff;
  border: 3px solid #3db4f3;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #0fa1ee;
  border: 3px solid #0fa1ee;
}
.table-styling .table-info th,
.table-styling .table-info td,
.table-styling.table-info th,
.table-styling.table-info td {
  background-color: transparent;
}

.table-styling .table-light,
.table-styling.table-light {
  background-color: #f5f3f3;
  color: #fff;
  border: 3px solid #f5f3f3;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #ded7d7;
  border: 3px solid #ded7d7;
}
.table-styling .table-light th,
.table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  background-color: transparent;
}

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #3f475a;
  color: #fff;
  border: 3px solid #3f475a;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #2a2f3c;
  border: 3px solid #2a2f3c;
}
.table-styling .table-dark th,
.table-styling .table-dark td,
.table-styling.table-dark th,
.table-styling.table-dark td {
  background-color: transparent;
}

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #F2B807;
  color: #fff;
  border: 3px solid #F2B807;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #c09206;
  border: 3px solid #c09206;
}
.table-styling .table-warning th,
.table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  background-color: transparent;
}

/*======= Table styling css ends  ======= */
/*======= Svg stroke css start  ======= */
.stroke-primary {
  stroke: #242a36 !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-secondary {
  stroke: #b793ff !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-success {
  stroke: #4abd8b !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-danger {
  stroke: #fe6e7e !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-info {
  stroke: #3db4f3 !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-light {
  stroke: #f5f3f3 !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-dark {
  stroke: #3f475a !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

.stroke-warning {
  stroke: #F2B807 !important;
}

.stroke-primary {
  stroke: #7887a5 !important;
  fill: none;
}

/*======= Svg stroke css end  ======= */
.kreta-success {
  color: #198855;
}

.kreta-warning {
  color: #fabc2a;
}

.kreta-info {
  color: #48b1ec;
}

.kreta-danger {
  color: #dc3544;
}

/*======= Checkbox color css start  ======= */
.checkbox-primary.form-check-input:checked {
  background-color: #242a36 !important;
  border-color: #242a36;
}

.checkbox-secondary.form-check-input:checked {
  background-color: #b793ff !important;
  border-color: #b793ff;
}

.checkbox-success.form-check-input:checked {
  background-color: #4abd8b !important;
  border-color: #4abd8b;
}

.checkbox-danger.form-check-input:checked {
  background-color: #fe6e7e !important;
  border-color: #fe6e7e;
}

.checkbox-info.form-check-input:checked {
  background-color: #3db4f3 !important;
  border-color: #3db4f3;
}

.checkbox-light.form-check-input:checked {
  background-color: #f5f3f3 !important;
  border-color: #f5f3f3;
}

.checkbox-dark.form-check-input:checked {
  background-color: #3f475a !important;
  border-color: #3f475a;
}

.checkbox-warning.form-check-input:checked {
  background-color: #F2B807 !important;
  border-color: #F2B807;
}

/*======= Checkbox color css end  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #242a36 !important;
}

.b-t-primary {
  border-top: 1px solid #242a36 !important;
}

.border-t-primary {
  border-top: 1px solid #242a36 !important;
}

.b-b-primary {
  border-bottom: 1px solid #242a36 !important;
}

.border-b-primary {
  border-bottom: 1px solid #242a36 !important;
}

.b-l-primary {
  border-left: 1px solid #242a36 !important;
}

.border-l-primary {
  border-left: 1px solid #242a36 !important;
}

.b-r-primary {
  border-right: 1px solid #242a36 !important;
}

.border-r-primary {
  border-right: 1px solid #242a36 !important;
}

.b-secondary {
  border: 1px solid #b793ff !important;
}

.b-t-secondary {
  border-top: 1px solid #b793ff !important;
}

.border-t-secondary {
  border-top: 1px solid #b793ff !important;
}

.b-b-secondary {
  border-bottom: 1px solid #b793ff !important;
}

.border-b-secondary {
  border-bottom: 1px solid #b793ff !important;
}

.b-l-secondary {
  border-left: 1px solid #b793ff !important;
}

.border-l-secondary {
  border-left: 1px solid #b793ff !important;
}

.b-r-secondary {
  border-right: 1px solid #b793ff !important;
}

.border-r-secondary {
  border-right: 1px solid #b793ff !important;
}

.b-success {
  border: 1px solid #4abd8b !important;
}

.b-t-success {
  border-top: 1px solid #4abd8b !important;
}

.border-t-success {
  border-top: 1px solid #4abd8b !important;
}

.b-b-success {
  border-bottom: 1px solid #4abd8b !important;
}

.border-b-success {
  border-bottom: 1px solid #4abd8b !important;
}

.b-l-success {
  border-left: 1px solid #4abd8b !important;
}

.border-l-success {
  border-left: 1px solid #4abd8b !important;
}

.b-r-success {
  border-right: 1px solid #4abd8b !important;
}

.border-r-success {
  border-right: 1px solid #4abd8b !important;
}

.b-danger {
  border: 1px solid #fe6e7e !important;
}

.b-t-danger {
  border-top: 1px solid #fe6e7e !important;
}

.border-t-danger {
  border-top: 1px solid #fe6e7e !important;
}

.b-b-danger {
  border-bottom: 1px solid #fe6e7e !important;
}

.border-b-danger {
  border-bottom: 1px solid #fe6e7e !important;
}

.b-l-danger {
  border-left: 1px solid #fe6e7e !important;
}

.border-l-danger {
  border-left: 1px solid #fe6e7e !important;
}

.b-r-danger {
  border-right: 1px solid #fe6e7e !important;
}

.border-r-danger {
  border-right: 1px solid #fe6e7e !important;
}

.b-info {
  border: 1px solid #3db4f3 !important;
}

.b-t-info {
  border-top: 1px solid #3db4f3 !important;
}

.border-t-info {
  border-top: 1px solid #3db4f3 !important;
}

.b-b-info {
  border-bottom: 1px solid #3db4f3 !important;
}

.border-b-info {
  border-bottom: 1px solid #3db4f3 !important;
}

.b-l-info {
  border-left: 1px solid #3db4f3 !important;
}

.border-l-info {
  border-left: 1px solid #3db4f3 !important;
}

.b-r-info {
  border-right: 1px solid #3db4f3 !important;
}

.border-r-info {
  border-right: 1px solid #3db4f3 !important;
}

.b-light {
  border: 1px solid #f5f3f3 !important;
}

.b-t-light {
  border-top: 1px solid #f5f3f3 !important;
}

.border-t-light {
  border-top: 1px solid #f5f3f3 !important;
}

.b-b-light {
  border-bottom: 1px solid #f5f3f3 !important;
}

.border-b-light {
  border-bottom: 1px solid #f5f3f3 !important;
}

.b-l-light {
  border-left: 1px solid #f5f3f3 !important;
}

.border-l-light {
  border-left: 1px solid #f5f3f3 !important;
}

.b-r-light {
  border-right: 1px solid #f5f3f3 !important;
}

.border-r-light {
  border-right: 1px solid #f5f3f3 !important;
}

.b-dark {
  border: 1px solid #3f475a !important;
}

.b-t-dark {
  border-top: 1px solid #3f475a !important;
}

.border-t-dark {
  border-top: 1px solid #3f475a !important;
}

.b-b-dark {
  border-bottom: 1px solid #3f475a !important;
}

.border-b-dark {
  border-bottom: 1px solid #3f475a !important;
}

.b-l-dark {
  border-left: 1px solid #3f475a !important;
}

.border-l-dark {
  border-left: 1px solid #3f475a !important;
}

.b-r-dark {
  border-right: 1px solid #3f475a !important;
}

.border-r-dark {
  border-right: 1px solid #3f475a !important;
}

.b-warning {
  border: 1px solid #F2B807 !important;
}

.b-t-warning {
  border-top: 1px solid #F2B807 !important;
}

.border-t-warning {
  border-top: 1px solid #F2B807 !important;
}

.b-b-warning {
  border-bottom: 1px solid #F2B807 !important;
}

.border-b-warning {
  border-bottom: 1px solid #F2B807 !important;
}

.b-l-warning {
  border-left: 1px solid #F2B807 !important;
}

.border-l-warning {
  border-left: 1px solid #F2B807 !important;
}

.b-r-warning {
  border-right: 1px solid #F2B807 !important;
}

.border-r-warning {
  border-right: 1px solid #F2B807 !important;
}

/*======= All-Borders-color css ends  ======= */
/*====== Border width css starts ======*/
.border-1 {
  border-width: 1px !important;
  border-color: red;
}

.border-2 {
  border-width: 2px !important;
  border-color: red;
}

.border-3 {
  border-width: 3px !important;
  border-color: red;
}

.border-4 {
  border-width: 4px !important;
  border-color: red;
}

.border-5 {
  border-width: 5px !important;
  border-color: red;
}

.border-6 {
  border-width: 6px !important;
  border-color: red;
}

.border-7 {
  border-width: 7px !important;
  border-color: red;
}

.border-8 {
  border-width: 8px !important;
  border-color: red;
}

.border-9 {
  border-width: 9px !important;
  border-color: red;
}

.border-10 {
  border-width: 10px !important;
  border-color: red;
}

/*====== Border width css ends ======*/
/*====== Border dashed css starts ======*/
.b-width-1 {
  border-width: 1px !important;
}

.b-width-2 {
  border-width: 2px !important;
}

.b-width-3 {
  border-width: 3px !important;
}

.b-width-4 {
  border-width: 4px !important;
}

.b-width-5 {
  border-width: 5px !important;
}

.b-width-6 {
  border-width: 6px !important;
}

.b-width-7 {
  border-width: 7px !important;
}

.b-width-8 {
  border-width: 8px !important;
}

.b-width-9 {
  border-width: 9px !important;
}

.b-width-10 {
  border-width: 10px !important;
}

/*====== Border dashed css ends ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(36, 42, 54, 0.26);
}

.customer-table::-webkit-scrollbar-track,
.recent-order-scroll::-webkit-scrollbar-track,
.recent-items::-webkit-scrollbar-track,
.recent-table::-webkit-scrollbar-track,
.referral-visit::-webkit-scrollbar-track,
.chats-user::-webkit-scrollbar-track,
.contact-wrapper::-webkit-scrollbar-track,
.fc-scroller-liquid-absolute::-webkit-scrollbar-track,
.fc-scroller-liquid::-webkit-scrollbar-track,
.tagify__dropdown__wrapper::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track,
.tt-dataset-countries::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track,
.jsgrid-grid-header::-webkit-scrollbar-track,
.jsgrid-grid-body::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.ace_scrollbar::-webkit-scrollbar-track,
.anchor::-webkit-scrollbar-track,
.ql-editor .inner.show::-webkit-scrollbar-track,
.form-control[data-multiselectsplitter-firstselect-selector]::-webkit-scrollbar-track,
.form-control[data-multiselectsplitter-secondselect-selector]::-webkit-scrollbar-track,
.bootstrap-select .inner.show::-webkit-scrollbar-track,
.permission-form ul::-webkit-scrollbar-track,
.main-setting .nav-primary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
}
.customer-table::-webkit-scrollbar,
.recent-order-scroll::-webkit-scrollbar,
.recent-items::-webkit-scrollbar,
.recent-table::-webkit-scrollbar,
.referral-visit::-webkit-scrollbar,
.chats-user::-webkit-scrollbar,
.contact-wrapper::-webkit-scrollbar,
.fc-scroller-liquid-absolute::-webkit-scrollbar,
.fc-scroller-liquid::-webkit-scrollbar,
.tagify__dropdown__wrapper::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar,
.tt-dataset-countries::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar,
.jsgrid-grid-header::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
.ace_scrollbar::-webkit-scrollbar,
.anchor::-webkit-scrollbar,
.ql-editor .inner.show::-webkit-scrollbar,
.form-control[data-multiselectsplitter-firstselect-selector]::-webkit-scrollbar,
.form-control[data-multiselectsplitter-secondselect-selector]::-webkit-scrollbar,
.bootstrap-select .inner.show::-webkit-scrollbar,
.permission-form ul::-webkit-scrollbar,
.main-setting .nav-primary::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.customer-table::-webkit-scrollbar-thumb,
.recent-order-scroll::-webkit-scrollbar-thumb,
.recent-items::-webkit-scrollbar-thumb,
.recent-table::-webkit-scrollbar-thumb,
.referral-visit::-webkit-scrollbar-thumb,
.chats-user::-webkit-scrollbar-thumb,
.contact-wrapper::-webkit-scrollbar-thumb,
.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb,
.fc-scroller-liquid::-webkit-scrollbar-thumb,
.tagify__dropdown__wrapper::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb,
.tt-dataset-countries::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb,
.jsgrid-grid-header::-webkit-scrollbar-thumb,
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
.ace_scrollbar::-webkit-scrollbar-thumb,
.anchor::-webkit-scrollbar-thumb,
.ql-editor .inner.show::-webkit-scrollbar-thumb,
.form-control[data-multiselectsplitter-firstselect-selector]::-webkit-scrollbar-thumb,
.form-control[data-multiselectsplitter-secondselect-selector]::-webkit-scrollbar-thumb,
.bootstrap-select .inner.show::-webkit-scrollbar-thumb,
.permission-form ul::-webkit-scrollbar-thumb,
.main-setting .nav-primary::-webkit-scrollbar-thumb {
  background-color: rgba(36, 42, 54, 0.26);
}

/**====== Animation css Start ======**/
.line {
  color: #3f475a;
}
.line pre {
  font-size: 100%;
}

/**====== Animation css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.options > div {
  color: #cccccc;
  padding: 2px 10px;
  border: 1px solid;
}
.options > div:hover {
  background-color: #242a36;
  color: #fff;
  transition: background-color 0.3s ease;
}

/**====== Animation css Ends ======**/
.modal-footer {
  flex-wrap: wrap;
}

.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0;
}
.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0;
}
.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px;
}

.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #242a36 !important;
  border: 1px solid #242a36;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #242a36 !important;
}

.typeahead .theme-form .form-group {
  margin-bottom: 0;
}

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(36, 42, 54, 0.1) 19.06%, rgba(36, 42, 54, 0) 79.03%) !important;
}

.secondary .svg-fill {
  fill: var(--theme-secondary);
}
.secondary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(183, 147, 255, 0.1) 19.06%, rgba(183, 147, 255, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #4abd8b;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(74, 189, 139, 0.1) 19.06%, rgba(74, 189, 139, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #F2B807;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(242, 184, 7, 0.1) 19.06%, rgba(242, 184, 7, 0) 79.03%) !important;
}

.dotted {
  border-style: dotted;
}

.dashed {
  border-style: dashed;
}

.double {
  border-style: double;
}

.groove {
  border-style: groove;
}

.ridge {
  border-style: ridge;
}

.inset {
  border-style: inset;
}

.outset {
  border-style: outset;
}

@keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
.code-box-copy {
  width: 100%;
  overflow: auto;
}
.code-box-copy pre[class*=language-] {
  height: 300px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 10px;
  height: 10px;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-z-group {
  display: none;
}

.bg-gray {
  background-color: #8d8d8d;
}

.bg-light-gray {
  background-color: #D8D8DA;
}

.text-gray {
  color: var(--chart-text-color) !important;
}

.common-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-f-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Override the default tooltip arrow color */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #f5f3f3;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #f5f3f3;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #f5f3f3;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #f5f3f3;
}

.common-title {
  background-color: var(--white);
  padding: 18px;
  border-radius: 10px;
}

/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Lexend Deca, sans-serif;
  color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 343px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 1.125rem;
  font-weight: 400;
}

h6 {
  font-size: 0.875rem;
  font-weight: 500;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}

ul,
ol,
dl,
p {
  color: #404040;
}
ul li,
ul dt,
ul dd,
ol li,
ol dt,
ol dd,
dl li,
dl dt,
dl dd,
p li,
p dt,
p dd {
  color: #404040;
}

* a {
  color: var(--theme-default);
  text-decoration: none;
  letter-spacing: 1px;
}

.d-flex {
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1;
}

.f-m-light {
  margin: 0;
  color: var(--f-lighter);
}

a {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--theme-default);
  transition: 0.5s all;
}
a:hover {
  color: var(--theme-default);
  transition: all 0.5s all;
}
a:focus-visible {
  outline: none;
}

.btn {
  font-size: 14px;
}

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

button:focus {
  outline: none !important;
}

p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

code {
  border-radius: 2px;
}

span {
  display: inline-block;
}

.d-flex {
  display: flex;
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1;
}

blockquote {
  border-left: 4px solid var(--theme-default);
  padding: 18px;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #242a36;
}

.row > div {
  position: relative;
}

:focus {
  outline-color: var(--theme-default);
}

.disabled,
*:disabled {
  cursor: not-allowed;
  opacity: 0.8 !important;
  pointer-events: inherit !important;
}

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: transparent;
}

label {
  margin-bottom: 0.5rem;
}

.media-widgets .flex-grow-1 {
  margin-bottom: 30px;
}

.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 18px 0;
  margin-top: 0;
}
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child {
  margin-bottom: 0;
}
.typography small {
  padding-left: 10px;
  color: #3f475a;
}

pre {
  background-color: rgba(36, 42, 54, 0.03);
  padding: 20px 0;
}

.typography-list ul li ul {
  padding-left: 32px;
  list-style-type: circle;
}
[dir=rtl] .typography-list ul li ul {
  padding-left: unset;
  padding-right: 32px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #4d5a73;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-default);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}

.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}

.note-editor.note-frame {
  border-color: #f5f3f3;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

.note-editor.note-frame {
  border-color: #f5f3f3;
}

.alert-theme.notify-alert button {
  top: 43px !important;
  right: 20px !important;
  color: var(--theme-default);
}
@media (max-width: 420px) {
  .alert-theme.notify-alert button {
    top: 40px !important;
    font-size: 20px;
  }
}
[dir=rtl] .alert-theme.notify-alert button {
  right: unset !important;
  left: 20px !important;
}
.alert-theme.notify-alert span + span + span {
  background-color: #fff;
  color: var(--theme-default);
  border-radius: 4px;
  box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}
.alert-theme.notify-alert .close {
  color: var(--theme-default);
}
.alert-theme.notify-alert i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 20px !important;
}
.alert-theme.notify-alert .progress {
  margin-top: -2px !important;
  height: 2px;
  width: 100%;
}
.alert-theme.notify-alert .progress .progress-bar {
  background-color: var(--theme-default);
}

.ace-editor {
  height: 400px;
  width: 100%;
}

.editor-toolbar {
  width: 100% !important;
}
.editor-toolbar.fullscreen {
  z-index: 100;
}

.CodeMirror {
  top: 0 !important;
}

.CodeMirror-fullscreen {
  top: 50px !important;
}

table tbody tr {
  vertical-align: middle;
}

.common-flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.common-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.typography-table thead tr th {
  font-size: 16px;
}
.typography-table tbody tr td:last-child {
  min-width: 280px;
}
.typography-table tbody tr td:first-child {
  min-width: 100px;
}

/**=====================
    1.2 Typography CSS Ends
==========================**/
:root {
  --theme-default: #242a36;
  --theme-secondary: #b793ff;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2f2f3b;
  --chart-border: #ecf3fa;
  --recent-chart-bg: #fcfcfd;
  --light-bg: #eef1f6;
  --white: #fff;
  --light2: #f5f6f9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #f2f4f7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #f2f3f7;
  --course-bg: #f7f7f7;
  --balance-profile-bg: #e0dfef;
  --view-grid-bg: #ecf3fa80;
  --view-border-marker: #cfcdfc;
  --light-slate: #f5f6f9;
  --product-shadow: 0px 1px 0px rgba(82, 82, 108, 0.15);
  --light-shade-primary: rgba(245, 244, 255);
  --rgb-primary: rgb(115, 102, 255);
  --f-lighter: #7f8183;
  --light-datatable-odd: #f5f6fa;
  --dark-light-color: rgba(10, 10, 10, 0.5);
  --lighter-gray: rgba(33, 37, 41, 0.75);
  --ligth-worning: #ffff00;
  --primary-70: rgba(115, 102, 255, 0.7);
  --warning-70: rgba(255, 169, 65, 0.7);
  --success-70: rgba(84, 186, 74, 0.7);
  --info-80:rgb(153, 215, 250, 0.7);
  --secondary-80: rgb(183, 147, 255, 0.7);
  --warning-80: rgb(235, 219, 130, 0.7);
  --fc-button-bg-color: var(--theme-default);
  --fc-button-active-bg-color: var(--theme-default);
  --fc-button-active-border-color: var(--theme-default);
  --fc-button-border-color: var(--theme-default);
  --fc-button-hover-bg-color: var(--theme-default);
  --fc-button-hover-border-color: var(--theme-default);
  --normal: #eceaf3;
  --normal-shadow: #d9d8e3;
  --normal-mouth: #9795a4;
  --normal-eye: #595861;
  --active: #f8da69;
  --active-shadow: #f4b555;
  --active-mouth: #f05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  --bs-emphasis-color-rgb: rgba(242, 243, 247, 0.7);
  --bs-border-color: #e9edf1;
  --bs-table-bg: var(--bs-emphasis-color-rgb);
  --bs-heading-color: #333333;
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
:root .customLook {
  --tag-bg: var(--theme-default);
  --tag-hover: var(--theme-secondary);
  --tag-text-color: var(--white);
  --tags-border-color: silver;
  --tag-border-radius: 25px;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-pad: 0.6em 1em;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-btn-bg--hover: #000;
  --tagify-dd-color-primary: var(var(--theme-default));
  --tagify-dd-bg-color: var(--course-light-btn);
}
:root .table {
  --bs-table-color-state: initial;
  --bs-body-bg: auto;
}
:root .table.table-inverse {
  --bs-table-bg: #292b2c;
}
:root .table.table-striped.bg-primary {
  --bs-table-bg: unset;
}

.dark-only {
  --theme-default: #666666;
  --light-background: rgba(31, 32, 40, 0.65);
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --chart-text-color: rgba(101, 101, 113, 1);
  --chart-dashed-border: rgba(135, 135, 136, 0.2);
  --chart-progress-light: #202128;
  --course-light-btn: var(--light-bg);
  --course-bg: rgba(31, 32, 40, 0.65);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --light-datatable-odd: #191e27;
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(46, 53, 67, 1);
  --light-gray-1: linear-gradient(0deg, #fcfcfd, #fcfcfd), linear-gradient(0deg, #ffffff, #ffffff);
  --bs-body-bg: rgba(255, 255, 255, 0.6);
  --bs-table-bg: transparent;
  --light-bg-primary: rgba(239, 238, 255);
  --lighter-gray: rgba(255, 255, 255, 0.2);
  --border-dark: #d3d3d3;
  --bs-heading-color: rgba(255, 255, 255, 0.7);
  --bs-emphasis-color-rgb: var(--light-background);
  --bs-border-color: var(--recent-chart-bg);
}
.dark-only .table.table-inverse {
  --bs-table-bg: #1f2533;
}
.dark-only .table.table-striped.bg-primary {
  --bs-table-bg: unset;
}
