/**======================================================================
=========================================================================
Template Name: Datta Able Admin Template
Author: Codedthemes
supports: https://codedthemes.support-hub.io/
File: style.css
=========================================================================
=========================================================================
  == Table of Contents== 
	- Generic classes
		-	Margin, Padding, Font class, text align, position, floating, overflow, background class, text color, display class, boarder class
	- Theme Elements
		-	Accordion, Button, tabs, typography, buttons, box shadow, Lable & Badges, Alert, Pagination, Breadcumb, Cards, Collapse,
        -   Carousel, Grid, Progress, Model, tooltip, popover, Datepicker, Gridstack, lightbox, notification, Nestable, pnotify, rating,
        -   Rangeslider, Slider, Syntax Highlighter, Tour, Treeview, Toolbar, Session Timeout, Session idle Timeout, offline, Animation
    - Forms
        -   Forms Elements, Advance Form Control, Validation, Masking, Wizard, Picker, Select
	- Pages
		-   Chat, authentication, Maintenance, Maps, Landingpage messages, task, Todo, Notes, Charts, Icons, Gallery, Editors,
        -   Invoice, Full Calender, File Upload,
=================================================================================
=================================================================================== */
/*
    description Of variables for build for theme layouts
        1) menu-caption-color
            List of color for sidebar menu caption

        2) brand-background
            List of color for logo background

        3) header-dark-background
            List of color for Dark Header

        4) header-light-background
            List of color for light Header

        5) menu-dark-background
            List of color for Dark sidebar menu

        6) menu-light-background
            List of color for light sidebar menu

        7) menu-active-color
            List of color for Active item highliter

        8) menu-icon-color
            List of color for sidebar menu items icon colors
*/
/**  =====================
     Google Font
==========================  **/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,900"); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("../plugins/bootstrap/css/bootstrap.min.css");
@import url("../fonts/feather/css/feather.css");
@import url("../plugins/jquery-scrollbar/css/jquery.scrollbar.min.css");
@import url("../fonts/datta/datta-icon.css");

/**  ====================================================================================
      Custom css start
=========================================================================================  **/

/**  ==========================================
      HIGHER LEVEL CSS [START]
===============================================  **/

html {
  font-size: 14px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #888;
  font-weight: 400;
  background: #f6faff;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--bs-light-bg-subtle) !important;
}

body.body-disabled:before {
  content: "";
  position: fixed;
  z-index: 51;
  min-height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0, 0.7);  
}

/* Important so the following errors dont appear */
/* Added non-passive event listener to a scroll-blocking 'touchstart' */
/* Added non-passive event listener to a scroll-blocking 'touchmove' */
/* Added non-passive event listener to a scroll-blocking 'mousewheel' */
.sortable-handler {
  touch-action: none;
}


/* SCROLLBAR STYLING */
/* SCROLL BAR STYLING */

/* width */
::-webkit-scrollbar {
  width: .7rem;
  height: .7rem;
}
/* Track */
/* ::-webkit-scrollbar-track {
  background: #EEE; 
  border-radius: 1.5rem;
} */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7d7d7d; 
  border-radius: 1.5rem;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d; 
}

/* ADDED BY ZP */

.h-200 {
  min-height: 200px !important;
}
.h-90-m-vh {
  min-height: 90vh !important;
}

.h-100-vh {
  height: 100vh !important;
}

.h-95-vh {
  height: 95vh !important;
}

.h-90-vh {
  height: 90vh !important;
}
.h-87-vh {
  height: 87vh !important;
}

.h-85-vh {
  height: 85vh !important;
}
.h-82-vh {
  height: 82vh !important;
}

.h-80-vh {
  height: 80vh !important;
}

.h-75-vh {
  height: 75vh !important;
}

.h-70-vh {
  height: 70vh !important;
}

@media only screen and (max-width: 991px) {
  
.h-100-vh {
  height: unset !important;
}

.h-95-vh {
  height: unset !important;
}

.h-90-vh {
  height: unset !important;
}

.h-85-vh {
  height: unset !important;
}

.h-80-vh {
  height: unset !important;
}

.h-75-vh {
  height: unset !important;
}

.h-70-vh {
  height: unset !important;
}
}


/* * {
  outline: 1px solid lightgray;
} */

*:focus {
  outline: none;
}

.outline {
  outline: 1px solid lightgray;
}

a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #111;
  font-weight: 400;
}

h1, .h1 {
  font-size: 3.4rem;
}

h2, .h2 {
  font-size: 2.4rem;
}

h3, .h3 {
  font-size: 1.7rem;
}

h4, .h4 {
  font-size: 1.42rem;
}

h5, .h5 {
  font-size: 1.18rem;
}

h6, .h6 {
  font-size: 1.05rem;
}

table p, table span {
  font-size: 12px;
}

p, span {
  font-size: 0.9rem;
}

p.text-muted {
  font-size: 12px;
}

/*====== Font-size css starts ======*/
.f-8 {
  font-size: 8px !important;
}
.f-9 {
  font-size: 9px !important;
}
.f-10 {
  font-size: 10px !important;
}
.f-11 {
  font-size: 11px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*====== Font-size css ends ======*/
/*====== Widths css ends ======*/
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
};
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
/*====== Widths css starts ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}

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

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

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

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

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

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

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

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

/*====== Font-weight css ends ======*/
/*====== Padding , Margin css starts ======*/

.p-0 {
  padding: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}

.p-5 {
  padding: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}

.p-10 {
  padding: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 12px;
}
.m-r-15 {
  margin-right: 17px;
}
.m-r-20 {
  margin-right: 22px;
}
.m-r-7 {
  margin-right: 9px;
}
.p-15 {
  padding: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}

.p-20 {
  padding: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}

.p-25 {
  padding: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}

.p-30 {
  padding: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}

.p-35 {
  padding: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}

.p-40 {
  padding: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}

.p-45 {
  padding: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}

.p-50 {
  padding: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}

/*====== Padding , Margin css ends ======*/
/*====== Card top border ends ======*/


/* new logo start */
.b-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-brand .b-bg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 10px;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-brand .b-bg i {
  color: #fff;
}
.b-brand .b-title {
  margin-left: 10px;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

.navbar-collapsed .b-brand .b-title {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.navbar-collapsed .mobile-menu {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-collapsed:hover .b-brand .b-title {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
  display: inline;
}
.navbar-collapsed:hover .mobile-menu {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}

/* new logo End  */
/* Pre-loader css start */
.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1035;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.loader-bg .loader-track {
  position: relative;
  height: 3px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.loader-bg .loader-track .loader-fill:after, .loader-bg .loader-track .loader-fill:before {
  content: '';
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}
.loader-bg .loader-track .loader-fill:before {
  -webkit-animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.loader-bg .loader-track .loader-fill:after {
  -webkit-animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes mbar {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}

@keyframes mbar {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@-webkit-keyframes m_s {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes m_s {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/* Pre-loader css end */

.img-radius {
  border-radius:5%;
}
.img-no-radius {
  border-radius: 0 !important;
}
.table-img {
  border-radius: 10%;
  width:36px;
  height:36px;
  object-fit: contain;
}
.img-profile-md {
  border-radius: 10%;
  width:70px;
  height:70px;
  object-fit: contain;
}

.img-profile-xmd {
  border-radius: 10%;
  width:50px;
  height:50px;
  object-fit: contain;
}

.img-profile-sm {
  border-radius: 10%;
  width:35px;
  height:35px;
  object-fit: contain;
}

.img-profile-xs {
  border-radius: 10%;
  width:25px;
  height:25px;
  object-fit: contain;
}
.profile-img {
  border-radius: 10%;
  width:125px;
  height:125px;
  object-fit: contain;
}
.profile-img-2 {
  border-radius: 10%;
  width:100px;
  height:100px;
  object-fit: contain;
}

.match-reports-media-video {
  /* border-radius: 10%; */
  width:187px;
  height:105px;
  object-fit: contain;
}
.match-reports-media-img {
  border-radius: 10%;
  width:70px;
  height:70px;
  object-fit: contain;
}
.match-reports-media-img:hover {  
  cursor: pointer;
}
.match-reports-media-img-open {
  /* border-radius: 10%; */
  max-width:700px;
  max-height:700px;
  object-fit: contain;
  border: 1px solid var(--bs-border-color);
  padding: .7rem;
  border-radius: .375rem;
}
.search-img {
  border-radius: 10%;
  width:50px;
  height:50px;
  object-fit: contain;
}

.training-members-img {
  border-radius: 50%;
  width:65px;
  height:65px;
  object-fit: contain;
}


/**  ==========================================
      HIGHER LEVEL CSS [END]
===============================================  **/


































/**  ==========================================
      PREVIOUSLY HERE - NO UTILITY [START]
===============================================  **/

.anim-rotate {
  -webkit-animation: anim-rotate 1s linear infinite;
          animation: anim-rotate 1s linear infinite;
}

@-webkit-keyframes anim-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anim-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.anim-close-card {
  -webkit-animation: anim-close-card 1.4s linear;
          animation: anim-close-card 1.4s linear;
}

@-webkit-keyframes anim-close-card {
  100% {
    opacity: 0.3;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes anim-close-card {
  100% {
    opacity: 0.3;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* ================================    Blockquote Start  ===================== */
.blockquote {
  border-left: 0.25rem solid #eaeaea;
  padding: 0.5rem 1rem;
}
.blockquote.text-right {
  border-left: none;
  border-right: 0.25rem solid #eaeaea;
}

/* ================================    Blockquote End  ===================== */

/**  ==========================================
    PREVIOUSLY HERE - NO UTILITY [END]
===============================================  **/






















 






/**  ==========================================
      CARD CSS [START]
===============================================  **/

.card {
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
          box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  /* margin-bottom: 30px; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0.375rem;
  margin: 20px 5px 30px 5px;
}
.card .card-header {
  background-color: transparent;
  /* border-bottom: 1px solid #f1f1f1; */
  padding: 15px 25px;
  position: relative;
  border-radius: 0.375rem;
}
.card .card-header.card-header-title {
  padding: 2px 15px;
  border-bottom: none;
}
.card .card-header.card-header-title.card-header-title-ul {
  padding: 2px 15px;
  border-bottom: none;
  border-bottom: 1px solid var(--bs-secondary-bg);
}
.card .card-header.card-header-title ul:not(.dropdown-menu) {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: .3rem 0rem .3rem .7rem;
}


.card .card-header h5 {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  line-height: 2; 
  position: relative;
}
.card .card-header h5:after {
  content: none;
  background-color: #26344e;
  position: absolute;
  left: -25px;
  top: 0;
  width: 4px;
  height: 20px;
}


.card .card-header.borderless {
  border-bottom: none;
}
.card .card-header.borderless h5:after {
  display: none;
}
.card .card-header .card-header-right {
  right: 10px;
  top: 10px;
  display: inline-block;
  float: right;
  padding: 0;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .card .card-header .card-header-right {
    display: none;
  }
}
.card .card-header .card-header-right .dropdown-menu {
  margin-top: 0;
}
.card .card-header .card-header-right .dropdown-menu li a {
  font-size: 14px;
  text-transform: capitalize;
} 

.card .card-header .card-header-right .btn.dropdown-toggle {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; 
}
.card .card-header .card-header-right .btn.dropdown-toggle i {
  margin-right: 0;
}
.card .card-header .card-header-right .btn.dropdown-toggle:after {
  display: none;
}
.card .card-header .card-header-right .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.card .card-footer {
  /* border-top: 1px solid #f1f1f1; */
  background: transparent;
  padding: 25px;
}
.card .card-block {
  padding: 15px 25px;
}

.card .card-body {
  padding: 30px 25px;
}
.card .card-body.card-body-table {  
  padding: 10px 23px 23px ;
}
.card .card-body.card-body-tools {
  padding: 15px 20px;
  /* border-bottom: 1px solid #f1f1f1; */
}
.card .card-body.card-body-tools-2 {
  padding: 0px;
  /* border-bottom: 1px solid #f1f1f1; */
}
.card .card-body.card-body-primary {
  padding: 15px 0px;
}
.card .card-body.card-body-primary.card-body-primary-lists {
  padding: 30px 25px 0px;
}

.card .card-body.card-body-primary-filters {
  padding: 20px 25px;
  border-top: 1px solid #f1f1f1;  
  
}

.card .card-body.card-body-dashboard {
  padding: 20px 25px;
  border-radius: .375rem;
}
.card .card-body.card-body-dashboard-sm {
  padding: 10px 15px;
  border-radius: .375rem;
}



.card.card-load {
  position: relative;
  overflow: hidden;
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: #26344e;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card.full-card {
  z-index: 1020;
  border-radius: 0;
}

/* ================================    animation start  ===================== */
.card .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border: 5px solid #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

/* ================================    animation End  ===================== */
/**  ==========================================
      CARD CSS [END]
===============================================  **/





/**  ==========================================
      DROPDOWN CSS [START]
===============================================  **/
/*================================    Dropdown Start  ===================== */

.dropdown-menu {
  padding: 10px 0;
  /* margin-top: 10px; */
  -webkit-box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
          box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  border: none;
}

.dropdown-menu.dropdown-menu-tables.show:before {
  content:none;
}




.dropdown-menu-tables a {
  padding-left: 20px;
  /* text-align: center !important; */
}

.dropdown-menu-tables a.update-element,
.dropdown-menu-tables a.copy-element {
  display: block;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;

}
.dropdown-menu-tables a.delete-element {
  color:#f44236 ;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;

}

.dropdown-menu-tables a.create-pdf-element {
  color:#b30b00 ;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;

}

.pointer {
  cursor: pointer;
}

.dropdown-menu.show:before {
  /* content: "\63"; */
  font-family: "pct";
  position: absolute;
  left: 15px;
  top: -5px;
  z-index: 0;
  /* font-size: 40px; */
  line-height: 0;
  color: #fff;
  text-shadow: 0 -2px 2px rgba(69, 90, 100, 0.12);
}
.dropdown-menu.show.dropdown-menu-right:before {
  left: auto;
  right: 5px;
}
.dropdown-menu[x-placement="top-start"] {
  margin-bottom: 15px;
  margin-top: 0;
}
.dropdown-menu[x-placement="top-start"].show:before {
  content: "\64";
  bottom: -5px;
  top: auto;
  text-shadow: 0 2px 2px rgba(69, 90, 100, 0.12);
}
.dropdown-menu > li {
  padding-left: 5px;
  padding-right: 5px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > button {
  padding: 4px 5px;
  color: var(--bs-body-color);
  font-size: .85rem;
  border-radius: .175rem;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > button:hover {
  background-color: var(--bs-secondary-bg);
}
.dropdown-menu > li > a.dropdown-primary:hover,
.dropdown-menu > li > button.dropdown-primary:hover {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.dropdown-menu > li > a.dropdown-success:hover,
.dropdown-menu > li > button.dropdown-success:hover {
  background-color: var(--bs-success-bg-subtle);
  color: var(--bs-success);
}
.dropdown-menu > li > a.dropdown-delete:hover,
.dropdown-menu > li > button.dropdown-delete:hover {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}
.dropdown-menu > li > a.dropdown-transfermarkt:hover,
.dropdown-menu > li > button.dropdown-transfermarkt:hover {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

.dropdown-menu > li > a > i,
.dropdown-menu > li > button > i {
  font-size: .9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin: auto .5rem auto .1rem;
          width: 1rem;
}

/* DROPDOWNS [START] */


/* .dropdown-menu > li:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-active-color);
}; */

.dropdown-menu > li.active,
.dropdown-menu > li:active,
.dropdown-menu > li:focus {
  color: var(--bs-secondary-color);
  text-decoration: none;
  /* background-color: var(--bs-dropdown-link-active-bg); */
};

/* DROPDOWNS [END] */

/* ================================    Dropdown End  ===================== */
/**  ==========================================
      DROPDOWN CSS [END]
===============================================  **/

/**  ==========================================
      FP NAVBAR CSS [START]
===============================================  **/


/* The navbar reuqires a z-index because it is an element that is added to the base-frontpage.html. 
Assim, quando extendemos o template da base-frontpage.html e desenhamos o index.html,  "index.html" no longer exists!!!!!
o código assume a navbar por detras do código do index.html ==> para aparecer pela frente usarz-index proprerty */
.navbar-custom {
  z-index: 10;
  border-bottom: 1px solid white ;
  font-size: 1rem;
}

.navbar-brand {
  font-weight: 600;
  font-size: 22px;
  color: #FFF;
  background: transparent;
}

#fix-it {
  background-color: #26344E;
  position: fixed;
  width: 100%;
  vertical-align: middle;
  height: 65px ;
}

.navbar-transparent {
  background: transparent;
}

.nav-item {
  /* margin-right: 20px; */
  padding-top: 0px;
}

#nav-element {
  padding-top: 0px;
  color: #FFF;
  text-align: center;
}

#nav-element-lang {
  margin-top: 4px;
  color: #FFF;
  text-align: center;
}

.underline-on-hover:hover {
  border-bottom: 4px solid #00E06D;
}

.sg-input-menu {
  background-color:#26344E   ;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  #fix-it {
    height: auto ;
  }
}

.form-control.form-control-bar {
    background:transparent;
    color: #FFF; 
    font-size: 14px;
    padding: 0px 10px;
  }

/**  ==========================================
      FP NAVBAR CSS [END]
===============================================  **/

/**  ==========================================
      FRONT-PAGE CSS [START]
===============================================  **/

section#fp-section-1,
section#service,
section#purpose,
section#partnerships,
section#demo {
background-color: #26344E   ;
color: #FFF;
}

.container {
  max-width: 1250px;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

.module {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .module {
    padding: 70px 0;
  }
}

section#fp-section-1 p,
section#service p,
section#purpose p,
section#partnerships p,
section#demo p {
font-size: 1.1rem;
}

section#why_scoutdecision p,
section#software p,
section#about_us p  {
font-size: 1.1rem;
color: #000;
}

.zoom {
  transition: transform .5s; /* Animation */
}
  
.zoom:hover {
  transform: scale(1.10); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
  
/* fp-section-1 [START] */
#fp-section-1 div.container {
  height: 530px;
}

#fp-section-1 p.fp-slogan {
  color: #FFF;
  font-size: 3.1rem;
  font-weight:300;
}

#fp-section-1 p.fp-slogan span {
  color: #FFF;
  font-size: 3.1rem;
  font-weight:600;
  color:#00d600;
}

#button_access_soft {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  background-color: #00d600;
  color: #FFF;
  }

#button_access_soft:hover {
  border-color: #00d600;
  background-color: transparent;
}

#fp-section-1-image-div {
  display: flex; 
  justify-content: center; 
  align-items: center;
  height: 100%;
  text-align: center;
}

#fp-section-1-image{
  width: 100%;
}

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

  #fp-section-1 div.container {
    height: 570px;
  }

  #fp-section-1 p.fp-slogan {
    color: #FFF;
    font-size: 2.4rem;
    font-weight:300;
  }

  #fp-section-1 p.fp-slogan span {
    color: #FFF;
    font-size: 2.4rem;
    font-weight:600;
    color:#00d600;
  }

  #ask-demo-row {
    display: flex;
    align-items: center;
    /* justify-content:left; */
    padding-top: 15px;
    }

  #fp-section-1-image{
    width: 80%;
    }

  #carousel-row {
    display: none;
  }
}

.fp-mobile {
  display: inline;
}

@media only screen and (max-width: 576px) {
  #fp-section-1-image{
    width: 90%;
    }

    #ask-demo-row {
      padding-top: 0px;
    }

    .fp-mobile {
      display: none;
    }
}


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

  #fp-section-1 div.container {
    height: 270px;
  }
  #fp-section-1-image-div{
    display: none;
  }

}
/* fp-section-1 [END] */


  /* why_scoutdecision [START] */

  .first-title  {
    font-weight: 600;
    font-size: 11pt;
    text-align: center;
    margin-bottom: 20px;
    color: #249B41;
    }
    
    .w-bg-second-title  {
    font-weight: 500;
    font-size: 23pt;
    text-align: center;
    margin-bottom: 20px;
    }
    
    .d-bg-second-title  {
    font-weight: 500;
    font-size: 23pt;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    }

  #value-proposition-row {
    padding-top: 0px;
  }
  
  @media only screen and (max-width: 768px) {
  
    #value-proposition-row {
      padding-top: 25px;
    }
  
  }
  
  @media only screen and (max-width: 576px) {
    
    #value-proposition-row {
      padding-top: 0px;
      margin-top: 0px;
    }


  }
  

.top_text {
  font-weight: 600;
  color: #000;
  font-size: 1.42rem;
}

.bottom_text {
  font-weight: 350;
  color: #000;
  font-size: 1.42rem;
}

#learn_more {
  color: #000;
  border-bottom: 1px solid black;
  }

#learn_more:hover {
  color: #249B41;
  border-bottom: 1px solid #249B41;
}
  
  /* why_scoutdecision [END] */


  /* VIDEO [START] */

  #video-box {
    width: 100%;
    height: 400px;
  }

  /* VIDEO [END] */

  /* software [START] */

  .example-images {
    max-height:100%;
    max-width:150%;
    }
      
  ul.nav.nav-sw {
    display:flex;
    justify-content: center;
    box-shadow: none;
  }
  
  ul.nav.nav-sw li.nav-item,
  ul.nav.nav-sw div.diagram-settings.nav-item{
    display: list-item;
    padding: 0px 15px;
    margin: 0 3px;
  }
  
  .tab-content.tab-content-sw {
    padding: 0px 0px ;
    margin: 0px 0px;
    box-shadow: none;
    border-radius: .375rem;
  }
  /* software [END] */

  /* about_us [START] */

    .team-photo {
      border-radius: 50%;
      max-width: 150px;
    }

    #about_text {
      padding: 0px 50px;
      margin: 0px 50px;

    }

    #about_text p {
      text-align: justify;
      font-size: large;
      color: black;
    }
    
    
    .linkedin-logo{
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1);
    }
    
    .linkedin-logo:hover{
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1.25);
    }
    
  /* about_us [END] */

  /* Request DEMO  [START] */

  .demo-form .form-control  {
    font-weight: 600;
    font-size: 1rem;
    /* border: 2px solid #FFF ; */
    background-color: #26344E    ;
    }
   
  .demo-form .form-control:focus{
    border-color: #249B41;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #249B41;
    outline: 0 none;
    background-color: #FFF;
  }
  
    /* Request DEMO  [END] */




#button_pricing {
/* font-size: 20px; */
font-family: "Open Sans", sans-serif;
background-color: transparent;
border-color: #26344E   ;
text-align: center;
color: #000;
}


#button_pricing:hover {

border-color: #249B41;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #249B41;
outline: 0 none;
background-color: #249B41;
color: #fff;

}


/**  ==========================================
      FRONT-PAGE CSS [END]
===============================================  **/

/**  ==========================================
      FP FOOTER CSS [START]
===============================================  **/
.footer {
  border-top: 1px solid #FFF ;
  position: relative;
  background-color: #26344E   ;
  min-height: 200px;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

a.fp:hover, a.fp:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

#footer_id {
  margin-top: 0px;
}

#footer_id h5 {
  font-weight:1500;
  font-size: 11pt;
  color: #FFF;
}

#footer_id a {
  font-weight:300;
  font-size: 9pt;
  color: #FFF;
}

#footer_id p {
  font-size: large;
  color: #fff;
  margin: auto;
}

#footer_id p a:hover {
  color: #249B41;
  border-bottom: 1px solid #249B41;
}

/* i.fa-twitter {
  color: #FFF;
}
i.fa-twitter:hover {
  color: #00acee;
} */

/* i.fa-linkedin {
  color: #FFF;
}
i.fa-linkedin-in:hover {
  color: #0e76a8;
} */

/* i.fa-youtube {
  color: #FFF;
}
i.fa-youtube:hover {
  color: #FF0000;
} */

/**  ==========================================
      FP FOOTER CSS [END]
===============================================  **/




/**  ==================================================================================== 
      PLATFORM CSS [START]
=========================================================================================  **/



/* material icon for material datetime picker */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2");
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* material icon for material datetime picker */










/**  ==========================================
      USER AND LANGUAGE SECOND NAVIGATION BAR CSS [START]
===============================================  **/



.dropdown-menu.profile-notification {
  min-width: 20rem;
  border-radius: 0.375rem;
}

.profile-notification {
  padding: 15px;
}

.profile-notification-btn{
  border-radius: 0.375rem;
}
.profile-notification-btn:hover {
  background-color: var(--bs-secondary-bg) !important;

}


#button-user-main {
  background-color:rgba(39, 53, 79, 0.8);
  color: #FFF;
}
#button-user-main:hover {
background-color: #26344E;
}

button#button-user-main div span.btn-profile {
color: #FFF;
font-size: 0.85rem;
}

.pcoded-header.navbar-user {
margin-left: 0;
}




/**  ==========================================
      USER AND LANGUAGE SECOND NAVIGATION BAR CSS [END]
===============================================  **/






/**  ==========================================
      PLAYER DETAIL CSS [START]
===============================================  **/


.player-personal-bio {
  width: 60%;
  font-size: 12px;
  max-height: 22px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: end;
}

.btn-borderless {
  border: none !important;
}
.card.card-profile-user-title {
  margin: 20px 0px 15px 0px;
  background-color: var(--bs-light-bg-subtle)

}
.card.card-profile-user-title .card-header {
  border-bottom: 0;
}

.card.card-profile-user {
  margin: 20px 0px 15px 0px;
  min-height: 125px;
}


.badge {
  display: inline-block;
  padding: 0.6em 0.9em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
.badge.badge-sm {
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-color: var(--bs-body-color);
  margin:0;
  /* background-color: transparent; */
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x) !important;
  /* color: #fff !important; */
  border-radius: var(--bs-badge-border-radius) !important;
}
.badge.badge-xs {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-color: var(--bs-body-color);
  margin:0;
  /* background-color: transparent; */
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x) !important;
  /* color: #fff !important; */
  border-radius: var(--bs-badge-border-radius) !important;
}


.badge.badge-sm.badge-drills-category {
  padding: 0.3em 0.6em;
  max-width: 90px;  
  text-overflow: ellipsis; /* enables ellipsis */
  white-space: nowrap; /* keeps the text in a single line */
  overflow: hidden; /* keeps the element from overflowing its parent */
  max-height: 25px;
};


#profile-details p {
  color: black;
  font-size: 0.85rem;
  font-weight: 400;
}

#profile-details p span {
  font-size: 1.3rem;
  font-weight: 300;
}

#profile-details div.profile-details-titles {
  display:flex;
  align-items:center;
  height:35px; 
  background-color:#26344E ; 
  border-radius: 5px;
  margin: 25px 0px 15px;
}

#profile-details div.profile-details-titles h6 {
  
  color: #FFF; 
  padding-top: 6px; 
  margin-left:15px;
  font-size: 14px;
  
}

/* SW SECTION */

ul.nav.nav-sw {
box-shadow: none;
}



#player-projects-stats {
  width: 100%;

}

#player-projects-stats-graph {
  max-width: 280px;
  padding: 15px;
}



.transform-none {
  transform: none;
      display: block;
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    top: 50% !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
    /* /* text-align: center !important; */
}


/**  ==========================================
      PLAYER DETAIL CSS [END]
===============================================  **/

.card .card-header h5.h5-title {
  word-break: break-all;
  display: inline  !important;
  font-size: 1.7rem; 
  font-weight: 600;
}

.card .card-header h5.h5-title:after {
  content: "";
  background-color: #28a745;
  position: absolute;
  left: -25px;
  top: 3px;
  width: 4px;
  height: 25px;
}
.player-question-mark {
  padding-top: 3px;
  color:#28a745 ;
  float: right;
  margin-left: 25px;

}

.player-question-mark i {
  font-size: 24px;
}


.h5-project-title {
  word-break: break-all;
  display: inline  !important;
}

.card .card-header h5.h5-project-title:after {
  content: "";
  background-color: #28a745;
  position: absolute;
  left: -25px;
  top: 0;
  width: 4px;
  height: 25px;
}
.project-question-mark {
  padding-top: 3px;
  color:#28a745 ;
  float: right;
  margin-left: 25px;
}
.project-question-mark i {
  font-size: 24px;
}

.h5-report-title {
  word-break: break-all;
  display: inline  !important;

}

.card .card-header h5.h5-report-title:after {
  content: "";
  background-color: #28a745;
  position: absolute;
  left: -25px;
  top: 0;
  width: 4px;
  height: 25px;
}

.report-question-mark {
  padding-top: 3px;
  color:#28a745 ;
  float: right;
  margin-left: 25px;

}
.report-question-mark i {
  font-size: 24px;
}


.h5-template-title {
  word-break: break-all;
  display: inline  !important;

}

.card .card-header h5.h5-template-title:after {
  content: "";
  background-color: #28a745;
  position: absolute;
  left: -25px;
  top: 0;
  width: 4px;
  height: 25px;
}
.template-question-mark {
  padding-top: 3px;
  color:#28a745 ;
  float: right;
  margin-left: 25px;

}
.template-question-mark i {
  font-size: 24px;
}

.report-view-question-mark i {
  font-size: 18px;
}


.h5-team-title {
  word-break: break-all;
  display: inline  !important;

}

.card .card-header h5.h5-team-title:after {
  content: "";
  background-color: #26344E   ;
  position: absolute; 
  left: -25px;
  top: 0;
  width: 4px;
  height: 25px;
}

.team-question-mark {
  color:#26344E    ;
  float: right;
  margin-left: 25px;

}
.team-question-mark i {
  font-size: 24px;
}


.tables-options {
  cursor: pointer;
  font-size: 30px !important;
}



/* ==========  scrollbar End  =========== */
.scroll-y {
  z-index: 1027;
}

/* ==========  scrollbar End  ===========
 ==========  card css End  =========== */



/* ========================================================
 ===============     document      ======================
 ========================================================

 Grid examples
*/
.bd-example-row {
  background: #f4f7fa;
  padding: 15px;
  margin-bottom: 15px;
}
.bd-example-row .row > [class^="col-"],
.bd-example-row .row > .col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .flex-items-bottom,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-top {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

/* Docs examples */
.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem;
  border: solid #ddd;
  border-width: 0.2rem 0 0;
}
@media only screen and (max-height: 575px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}

/* Example modals */
.modal {
  z-index: 1072;
}
.modal .popover,
.modal .tooltip {
  z-index: 1073;
}

.modal-backdrop {
  z-index: 1071;
}

.bd-example-modal {
  background-color: #fafafa;
}
.bd-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.bd-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}

/* Example tabbable tabs */
.bd-example-tabs .nav-tabs {
  margin-bottom: 1rem;
}

/* Code snippets */
/* .highlight {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f3f2fb;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (max-height: 575px) {
  .highlight {
    padding: 1.5rem;
  }
}

.bd-content .highlight {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-height: 575px) {
  .bd-content .highlight {
    margin-right: 0;
    margin-left: 0;
  }
}

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #333;
} */

/* =======================================================================
 ===============     Ui kit copy model style      ====================== */
/* Code examples */
.datta-example {
  position: relative;
}
.datta-example .datta-example-btns {
  position: absolute;
  right: 30px;
  top: -10px;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.datta-example .datta-example-btns .datta-example-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  background: #26344e;
  color: #fff;
  padding: 0.1875rem 0.3125rem;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 11px;
  margin: 0 4px;
}
.datta-example .datta-example-btns .datta-example-btn.copy::before {
  content: "COPY";
}
.datta-example .datta-example-btns .datta-example-btn.copied {
  background: #1de9b6 !important;
  color: #fff !important;
}
.datta-example .datta-example-btns .datta-example-btn.copied::before {
  content: "COPIED!";
}
.datta-example:hover .datta-example-btns {
  top: -21px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}

/* Modal */
.datta-example-modal {
  position: fixed;
  z-index: 1099;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #282c34;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.datta-example-modal-opened {
  overflow: hidden !important;
}
.datta-example-modal-opened .datta-example-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.datta-example-modal-content {
  max-width: 100vw;
  margin: auto;
  padding: 50px;
  height: 100vh;
  overflow: auto;
}
.datta-example-modal-content > pre {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.datta-example-modal-content > pre > code {
  padding: 0;
  background: none;
  font-size: 16px;
}

.md-datta-example-modal-copy {
  display: block;
  position: fixed;
  top: 90px;
  right: 30px;
  margin-right: 8px;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 10px 15px;
  background: #26344e;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  white-space: nowrap;
}
.md-datta-example-modal-copy:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.md-datta-example-modal-copy.copied::before {
  content: "Copied to Clipboard Successfully ! . . .";
  position: absolute;
  display: block;
  right: 100%;
  margin-right: 10px;
  font-size: 14px;
  background: #1de9b6;
  line-height: 24px;
  height: 24px;
  border-radius: 3px;
  padding: 0 6px;
  top: 50%;
  margin-top: -12px;
}

.datta-example-modal-close {
  display: block;
  position: fixed;
  top: 10px;
  right: 52px;
  color: #fff;
  opacity: 0.2;
  font-size: 3rem;
  font-weight: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.datta-example-modal-close:hover {
  color: #fff;
  opacity: 0.9;
}

/* Code */
.cui-bottom-spacer {
  height: 12rem;
}

/* editor style for model */
.hljs {
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #c678dd;
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66;
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

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

/* ================================    md animated mode start   ===================== */
.md-show.md-effect-12 ~ .md-overlay {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}

/* ================================    md animated mode End   ===================== */
/* ================================    range slider Start  ===================== */
.tooltip.in {
  opacity: 0.9;
}
/* .tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
} */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* ================================    range slider End  ===================== */
/* ================================    owl-carousel slider Start  ===================== */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 3px 9px;
}

/* ================================    owl-carousel slider End  ===================== */
/* ================================    Bootstrap tags input Start  ===================== */
.bootstrap-tagsinput {
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  background: #f0f3f6;
}
.bootstrap-tagsinput .tag {
  padding: 5px 12px;
  border-radius: 2px;
  line-height: 37px;
  margin-top: 5px;
  margin-right: 5px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-right: -5px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\e8f6";
  padding: 0 2px;
  font-family: 'feather' !important;
}

/* ================================    Bootstrap tags input End  ===================== */



/**  =====================
      Generic-class css start
========================== **/

/* header css start */
.pcoded-header {
  z-index: 50;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 0;
  position: relative;
  top: 0;
  background: transparent;
  color: #26344E   ;
  width: calc(100% - 264px);
  margin-left: 264px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-header .m-header {
  display: none;
}
.pcoded-header .m-header .logo-dark,
.pcoded-header .m-header .logo-thumb {
  display: none;
}
.pcoded-header .input-group {
  background: transparent;
}
.pcoded-header .input-group .input-group-text {
  margin-right: 0;
}
.pcoded-header .input-group {
  background: transparent;
}
/* .pcoded-header .input-group .input-group-text,
.pcoded-header a,
.pcoded-header dropdown-toggle {
  color: #26344E   ;
} */
/* .pcoded-header .input-group .input-group-text:hover,
.pcoded-header a:hover,
.pcoded-header dropdown-toggle:hover {
  color: #26344e;
} */
.pcoded-header #mobile-header {
  display: none;
}
/* .pcoded-header .navbar-collapse {
  background-color: #f6faff;
} */
.pcoded-header .navbar-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}
.pcoded-header .navbar-nav > li {
  /* line-height: 20px; */
  display: inline-block;
  padding: 0 15px;
}
.pcoded-header .navbar-nav > li .nav-link {
  padding: 0;
}
.pcoded-header .navbar-nav > li:first-child {
  padding-left: 25px;
}
.pcoded-header .navbar-nav > li:last-child {
  padding-right: 20px;
}
.pcoded-header .mr-auto .dropdown-menu {
  margin-left: -20px;
}
.pcoded-header .ml-auto {
  float: right;
}
.pcoded-header .ml-auto .dropdown-menu {
  margin-right: -20px;
}
.pcoded-header .main-search .input-group {
  border-radius: .25rem;
  padding: 0;
}
.pcoded-header .main-search .input-group .form-control,
.pcoded-header .main-search .input-group .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.pcoded-header .main-search .input-group .search-close {
  display: none;
}
.pcoded-header .main-search .input-group .search-btn {
  border-radius: 50%;
  padding: 0;
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-header .main-search .input-group .form-control {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  font-size: 12px;
}
.pcoded-header .main-search .input-group .form-control:active, .pcoded-header .main-search .input-group .form-control:focus, .pcoded-header .main-search .input-group .form-control:hover,
.pcoded-header .main-search .input-group .search-btn:active,
.pcoded-header .main-search .input-group .search-btn:focus,
.pcoded-header .main-search .input-group .search-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-header .main-search.open .input-group {
  background: #fff;
  border: 1px solid #ced4da;
  -webkit-box-shadow: 0 6px 12px -5px rgba(65, 76, 78, 0.08);
          box-shadow: 0 6px 12px -5px rgba(65, 76, 78, 0.08);
  padding: 5px 5px 5px 20px;
}

.pcoded-header .main-search.open .input-group .search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pcoded-header .main-search.open .input-group .search-btn {
  padding: 5px;
  margin-left: 5px;
  background: #26344e;
  border-color: #26344e;
}
.pcoded-header .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header .main-search.open .input-group .form-control {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.pcoded-header .main-search.open .input-group .form-control:active, .pcoded-header .main-search.open .input-group .form-control:focus, .pcoded-header .main-search.open .input-group .form-control:hover,
.pcoded-header .main-search.open .input-group .search-btn:active,
.pcoded-header .main-search.open .input-group .search-btn:focus,
.pcoded-header .main-search.open .input-group .search-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-header .dropdown .dropdown-toggle {
  line-height: 50px;
  display: inline-block;
}
.pcoded-header .dropdown .dropdown-toggle:after {
  content: "\e842";
  font-family: 'feather';
  font-size: 15px;
  border: none;
  position: absolute;
  top: 0;
  right: 15px;
}
.pcoded-header .dropdown .dropdown-toggle.dropdown-toggle-top-bar-main:after {
  content: "";

}
.pcoded-header .dropdown .dropdown-menu {
  position: absolute;
  border: none;
  /* margin-top: -6px; */
  min-width: 290px;
}
.pcoded-header .dropdown .dropdown-menu.show:before {
  display: none;
}
.pcoded-header .dropdown .dropdown-menu li {
  line-height: 1.2;
}
.pcoded-header .dropdown .dropdown-menu li a {
  padding: 10px;
  font-size: 14px;
}
.pcoded-header .dropdown .dropdown-menu li.active a, .pcoded-header .dropdown .dropdown-menu li:active a, .pcoded-header .dropdown .dropdown-menu li:focus a, .pcoded-header .dropdown .dropdown-menu li:hover a {
  color: #888;
}
.pcoded-header .dropdown.show:before {
  /* content: "\63"; */
  font-family: "pct";
  position: absolute;
  left: -10px;
  top: 50px;
  z-index: 0;
  font-size: 40px;
  line-height: 0;
  color: #fff;
  text-shadow: 0 -2px 2px rgba(65, 76, 78, 0.12);
}
.pcoded-header .dropdown .notification {
  width: 350px;
  padding: 0;
  line-height: 1.4;
  overflow: hidden;
}
.pcoded-header .dropdown .notification .noti-head {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 20px;
}
.pcoded-header .dropdown .notification .noti-head a {
  text-decoration: underline;
  font-size: 13px;
}
.pcoded-header .dropdown .notification .noti-body {
  padding: 0;
}
.pcoded-header .dropdown .notification .noti-body img {
  width: 40px;
  margin-right: 20px;
}
.pcoded-header .dropdown .notification .noti-body li {
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-header .dropdown .notification .noti-body li.n-title {
  padding-bottom: 0;
}
.pcoded-header .dropdown .notification .noti-body li.n-title p {
  margin-bottom: 5px;
}
.pcoded-header .dropdown .notification .noti-body li.notification:hover {
  /* background: rgba(4, 169, 245, 0.1); */
  background: rgba(38, 52, 78, 0.15);
  cursor: pointer;
}
.pcoded-header .dropdown .notification .noti-body li p {
  margin-bottom: 5px;
  font-size: 13px;
}
.pcoded-header .dropdown .notification .noti-body li p strong {
  color: #222;
}
.pcoded-header .dropdown .notification .noti-body li .n-time {
  font-size: 80%;
  float: right;
}
.pcoded-header .dropdown .notification .noti-footer {
  border-top: 1px solid #f1f1f1;
  padding: 15px 20px;
  text-align: center;
}
.pcoded-header .dropdown .notification .noti-footer a {
  text-decoration: underline;
  font-size: 13px;
}
.pcoded-header .dropdown .notification ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pcoded-header .dropdown .notification ul li {
  padding: 20px 15px;
}
.pcoded-header .dropdown .profile-notification {
  padding: 0;
  line-height: 1.4;
  overflow: hidden;
}
.pcoded-header .dropdown .profile-notification .pro-head {
  color: #fff;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  padding: 15px;
  position: relative;
  background:#26344E;
}
.pcoded-header .dropdown .profile-notification .pro-head img {
  /* width: 40px; */
  margin-right: 10px;
}
.pcoded-header .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pcoded-header .dropdown .profile-notification .pro-body {
  padding: 10px 0;
  margin-bottom: 0;
  list-style: none;
}
.pcoded-header .dropdown .profile-notification .pro-body li a {
  color: var(--bs-secondary-color);
  font-size: 14px;
  padding: 10px 20px;
}
.pcoded-header .dropdown .profile-notification .pro-body li a i {
  margin-right: 10px;
}
.pcoded-header .dropdown .profile-notification .pro-body li.active, .pcoded-header .dropdown .profile-notification .pro-body li:active, .pcoded-header .dropdown .profile-notification .pro-body li:focus, .pcoded-header .dropdown .profile-notification .pro-body li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header .dropdown .profile-notification .pro-body li.active > a, .pcoded-header .dropdown .profile-notification .pro-body li:active > a, .pcoded-header .dropdown .profile-notification .pro-body li:focus > a, .pcoded-header .dropdown .profile-notification .pro-body li:hover > a {
  background: transparent;
}
.pcoded-header .dropdown.drp-user.show:before {
  color: #26344e;
}

/* header css end */
/* menu[ vartical ] css start */
.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
}
.mobile-menu span {
  position: relative;
  display: block;
  width: 100%;
  height: 2.8px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.mobile-menu span:after, .mobile-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2.8px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.mobile-menu span:after {
  top: 5px;
  width: 70%;
}
.mobile-menu span:before {
  top: -5px;
  width: 40%;
}
.mobile-menu.on span {
  background-color: transparent;
}
.mobile-menu.on span:after, .mobile-menu.on span:before {
  height: 2px;
  width: 100%;
}
.mobile-menu.on span:before {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.mobile-menu.on span:after {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}

.navbar-brand {
  background: #26344E   ;
}

.pcoded-header:before,
.pcoded-main-container:before {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pcoded-navbar {
  display: block;
  z-index: 1029;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -webkit-box-shadow: 1px 0 20px 0 #26344E   ;
          box-shadow: 1px 0 20px 0 #26344E   ; */
  width: 264px;
  height: 100vh;
  top: 0;
  background: #26344E   ;
  color: #bac5d9;
  line-height: 1;
}
.pcoded-navbar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.pcoded-navbar .scroll-div.navbar-content {
  height: calc(100vh - 70px);
}
.pcoded-navbar .header-logo {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  height: 70px;
  text-align: center;
  width: 264px;
  margin-right: 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar .header-logo .logo-dark {
  display: none;
}
.pcoded-navbar .header-logo .logo-thumb {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  opacity: 0;
  position: absolute;
  -webkit-transition: unset;
  transition: unset;
}
.pcoded-navbar .header-logo + .scroll-div {
  float: left;
  display: inline-block;
}
.pcoded-navbar .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 70px;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar .mobile-menu span {
  position: relative;
  display: block;
  width: 100%;
  height: 2.8px;
  background-color: #bac5d9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.pcoded-navbar .mobile-menu span:after, 
.pcoded-navbar .mobile-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2.8px;
  background-color: #bac5d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.pcoded-navbar .mobile-menu span:after {
  top: 5px;
  width: 70%;
}
.pcoded-navbar .mobile-menu span:before {
  top: -5px;
  width: 40%;
}
.pcoded-navbar .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar .mobile-menu.on span:after, 
.pcoded-navbar .mobile-menu.on span:before {
  height: 2px;
  width: 100%;
}
.pcoded-navbar .mobile-menu.on span:before {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.pcoded-navbar .mobile-menu.on span:after {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}
.pcoded-navbar .pcoded-badge {
  font-size: 75%;
  position: absolute;
  right: 15px;
  top: 9px;
  padding: 3px 7px;
  border-radius: 2px;
}
.pcoded-navbar .pcoded-inner-navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pcoded-navbar .pcoded-inner-navbar li {
  position: relative;
  padding: 0rem 1.2rem;
  border-radius: .375rem;
}
.pcoded-navbar .pcoded-inner-navbar li > a,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > a {
  text-align: left;
  padding: 0px 8px 0px 6px;
  margin: 4px 0 0;
  display: block;
  border-radius: 0;
  position: relative;
  border-radius: .375rem;
  min-height: 35px;
}
.pcoded-navbar .pcoded-inner-navbar li > a.nav-link-collapsible,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > a.nav-link-collapsible {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.pcoded-navbar .pcoded-inner-navbar li > a .pcoded-mtext,
.pcoded-navbar .pcoded-inner-navbar > li > ul > li > a > .pcoded-mtext,
.pcoded-navbar .pcoded-inner-navbar li > div .pcoded-mtext,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > a .pcoded-mtext,
.pcoded-navbar .pcoded-inner-navbar > div.diagram-settings > ul > li > a > .pcoded-mtext,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > div .pcoded-mtext {
  font-size: 0.85rem;
  position: relative;
  margin-left: 7px;
  font-weight: 600;
}
.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon,
.pcoded-navbar .pcoded-inner-navbar > li > ul > li > a > .pcoded-micon,
.pcoded-navbar .pcoded-inner-navbar li > div > .pcoded-micon,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > a > .pcoded-micon,
.pcoded-navbar .pcoded-inner-navbar > div.diagram-settings > ul > li > a > .pcoded-micon,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > div > .pcoded-micon {
  font-size: 1.1rem;
  padding: 0px 8px;
  /* margin-right: 7px; */
  border-radius: 4px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  text-align: center;
  justify-content: center;
}
.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon + .pcoded-mtext,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > a > .pcoded-micon + .pcoded-mtext {
  position: absolute; 
  top: 10px;
}
.pcoded-navbar .pcoded-inner-navbar li > div > .pcoded-micon + .pcoded-mtext-switch,
.pcoded-navbar .pcoded-inner-navbar div.diagram-settings > div > .pcoded-micon + .pcoded-mtext-switch {
  position: absolute; 
  top: 3px;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu > a:after {
  content: "\e844";
  font-family: 'feather';
  font-size: 15px;
  border: none;
  position: absolute;
  /* top: 15px; */
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu.pcoded-trigger > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu {
  display: none;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu.pcoded-trigger.active > .pcoded-submenu {
  display: block;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu.pcoded-trigger.active > a {
  position: relative;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a {
  font-size: 0.85rem;
  text-align: left;
  /* padding: 7px 7px 7px 30px; */
  margin: 0;
  display: block;
  font-weight: 600;
}
/* .pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 35px;
  width: 5px;
  height: 5px;

} */
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li .pcoded-submenu > li > a {
  padding: 5px 5px 5px 80px;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li .pcoded-submenu > li > a:before {
  left: 55px;
  
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-menu-caption {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 25px 20px 0px;
  text-transform: uppercase;
  position: relative;
}
.pcoded-navbar .pcoded-inner-navbar li.disabled > a {
  cursor: default;
  opacity: 0.5;
}
.pcoded-navbar .pcoded-submenu {
  background: #202D45;
  padding: 7px 0;
  margin: .3rem 0;
  border-radius: .375rem;
}
.pcoded-navbar a {
  color: #bac5d9 !important;
}
.pcoded-navbar .navbar-content,
.pcoded-navbar .navbar-wrapper {
  width: 100%;
  height: 100%;
}
.pcoded-navbar.navbar-collapsed {
  width: 80px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar.navbar-collapsed .header-logo {
  width: 80px;
}
.pcoded-navbar.navbar-collapsed .header-logo img {
  /*-webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);*/
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
    -webkit-transition: unset;
  transition: none;
}
.pcoded-navbar.navbar-collapsed .header-logo .logo-thumb {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
  left: calc((80px / 2) - 20px);
}
.pcoded-navbar.navbar-collapsed .header-logo .mobile-menu {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
}
.pcoded-navbar.navbar-collapsed .navbar-content.ps {
  overflow: visible;
}
.pcoded-navbar.navbar-collapsed .pcoded-menu-caption {
  position: relative;
  width: 100%;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
}
.pcoded-navbar.navbar-collapsed .pcoded-menu-caption > label {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar.navbar-collapsed .pcoded-menu-caption:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > .nav-item {
  width: 100%;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a {
  z-index: 1026;
  padding: 0px 8px 0px 6px;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a > .pcoded-mtext,
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > ul > li > a > .pcoded-mtext,
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > div > .pcoded-mtext {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-hasmenu > a:after {
  left: 15px;
  right: unset;
  transition: all .5s ease-in-out;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu {
  display: none;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after {
  /* content: ""; */
  position: absolute;
  top: 5px;
  left: calc(calc(80px / 2) - 3px);
  width: 2px;
  height: calc(100% - 5px);
  background: rgba(169, 183, 208, 0.1);
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a {
  color: transparent;
  white-space: nowrap;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu .pcoded-submenu li a:before {
  opacity: 0;
}
.pcoded-navbar.navbar-collapsed ~ .pcoded-header {
  width: calc(100% - 80px);
}
.pcoded-navbar.navbar-collapsed ~ .pcoded-header,
.pcoded-navbar.navbar-collapsed ~ .pcoded-main-container {
  margin-left: 80px;
}
.pcoded-navbar.navbar-collapsed .pcoded-badge {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pcoded-navbar.navbar-collapsed:hover {
  width: 264px !important;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-badge {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo {
  width: 264px;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo img {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo .logo-thumb {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  opacity: 0;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-menu-caption > label {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-menu-caption:after {
  background: transparent;
}
.pcoded-navbar.navbar-collapsed:hover .mobile-menu {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li > a > .pcoded-mtext,
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li > ul > li > a > .pcoded-mtext,
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li > div > .pcoded-mtext {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li > a > .pcoded-mtext:after,
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li > ul > li > a > .pcoded-mtext:after,
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li > div > .pcoded-mtext:after {
  opacity: 1;
  visibility: visible;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-hasmenu > a:after {
  right: 12px;
  left: unset;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > a:after {
  -webkit-transform: rotateX(0deg) rotate(90deg);
          transform: rotateX(0deg) rotate(90deg);
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after {
  display: none;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a {
  color: inherit;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu .pcoded-submenu li a:before {
  opacity: 1;
}
.pcoded-navbar .pcoded-menu-caption {
  color: #bac5d9;
}
.pcoded-navbar .pcoded-inner-navbar li.active > a, .pcoded-navbar .pcoded-inner-navbar li:focus > a, .pcoded-navbar .pcoded-inner-navbar li:hover > a {
  color: #00E06D;
}
.pcoded-navbar .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #00E06D;
}
.pcoded-navbar .pcoded-inner-navbar > li.active:after, .pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger:after {
  content: "";
  background-color: #00E06D;
  z-index: 1027;
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: calc(100% - 5px);
  display: none;
}
.pcoded-navbar .pcoded-inner-navbar > li.active:not(.not-to-trigger) > a, 
.pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger:not(.not-to-trigger) > a {
  background: #1A263B;
  color: #fff;
}
.pcoded-navbar .pcoded-inner-navbar > .pcoded-menu-caption.active:after, .pcoded-navbar .pcoded-inner-navbar > .pcoded-menu-caption.pcoded-trigger:after {
  display: none;
}

.pcoded-navbar.mob-open ~ .pcoded-header,
.pcoded-navbar.mob-open ~ .pcoded-main-container, .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header,
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-main-container {
  margin-left: 80px;
}
.pcoded-navbar.mob-open ~ .pcoded-header:before,
.pcoded-navbar.mob-open ~ .pcoded-main-container:before, 
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header:before,
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-main-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* menu [ vartical ] css end */
/* menu[ horizontal ] css start */
.pcoded-navbar.theme-horizontal {
  display: block;
  height: 70px;
  width: 100%;
  z-index: 1023;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  top: 70px;
}
.pcoded-navbar.theme-horizontal .pcoded-badge {
  display: none;
}
.pcoded-navbar.theme-horizontal.top-nav-collapse {
  top: -70px;
}
.pcoded-navbar.theme-horizontal.default, .pcoded-navbar.theme-horizontal.default.top-nav-collapse {
  top: 70px;
}
.pcoded-navbar.theme-horizontal .header-logo {
  display: none;
}
.pcoded-navbar.theme-horizontal .sidenav-horizontal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-menu-caption {
  display: none;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a {
  margin: 0;
  padding: 8px 15px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a > .pcoded-mtext {
  position: relative;
  top: 0;
  margin-right: 5px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a:after {
  position: relative;
  top: 0;
  right: 0;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li:last-child > a {
  margin-right: 70px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.active a, .pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger a, .pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li:hover a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  background: transparent;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, 
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  content: "\6d";
  position: absolute;
  bottom: -34px;
  left: 0;
  font-family: "pct";
  z-index: 1001;
  font-size: 50px;
  line-height: 1;
  padding-left: calc(50% - 25px);
  color: #26344E   ;
  text-shadow: 0 3px 4px rgba(69, 90, 100, 0.05);
  width: 100%;
  height: 40px;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active > .pcoded-submenu, .pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  margin-top: 30px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.active:after, .pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger:after {
  content: "";
  background-color: #1dc4e9;
  z-index: 1027;
  position: absolute;
  left: 19px;
  top: auto;
  bottom: 5px;
  width: 23px;
  height: 2px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.edge > .pcoded-submenu {
  left: auto;
  right: 0;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu {
  position: relative;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  position: absolute;
  min-width: 250px;
  display: block;
  z-index: 1;
  top: 100%;
  list-style: outside none none;
  margin: 0;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
          box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
  background: #fff;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu a {
  color: #26344E   ;
  padding: 10px 20px 10px 30px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu a:before {
  left: 5px;
  top: 19px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu li.active > a, .pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu li.pcoded-trigger > a, .pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu li:hover > a {
  color: #26344e;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu .pcoded-submenu {
  position: absolute;
  min-width: 250px;
  z-index: 1;
  left: calc(100% + 10px);
  top: -10px;
  margin: 0 0 0 20px;
  border-radius: 4px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu .pcoded-submenu:before {
  content: "\6a";
  position: absolute;
  top: 8px;
  left: -31px;
  font-family: "pct";
  z-index: 1001;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  width: 40px;
  height: 100%;
  text-shadow: -8px 0 13px rgba(62, 57, 107, 0.08);
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu .pcoded-submenu a {
  color: #26344E   ;
  padding: 10px 20px 10px 30px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu .pcoded-submenu a:before {
  left: 5px;
  top: 19px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu.edge .pcoded-submenu {
  left: auto;
  margin: 0 20px 0 0;
  right: calc(100% + 10px);
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu.edge .pcoded-submenu:before {
  content: '\6b';
  left: auto;
  right: -21px;
  text-shadow: 8px 0 13px rgba(62, 57, 107, 0.08);
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.pcoded-navbar.theme-horizontal .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header {
  position: fixed;
  top: 0;
  margin-left: 0;
  width: 100%;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .b-title {
  color: #26344E   ;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*='header-'] .b-title {
  color: #fff;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header .logo-main,
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header .logo-thumb {
  display: none;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header .logo-dark {
  display: inline-block;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .mobile-menu {
  display: none;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .m-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .m-header .logo-dark,
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .m-header .logo-thumb {
  display: none;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .m-header .logo-main {
  display: inline-block;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu {
  color: #888;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu a {
  color: #888;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li > a {
  color: #888;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li.active, .pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li:active, .pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li:focus, .pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li.active > a, .pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li:active > a, .pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li:focus > a, .pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] a,
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] a:hover,
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] dropdown-toggle:hover {
  color: #fff;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown .notification .noti-body li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown .profile-notification .pro-head {
  color: #fff;
  background: #26344e;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header[class*="header-"] .dropdown.drp-user.show:before {
  color: #26344e;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-main-container {
  margin-top: 140px;
  margin-left: 0;
}

/* menu [ horizontal ] css end */
/* main content start */
.pcoded-content {
  position: relative;
  display: block;
  padding: 0 10px 10px 10px;
}

.pcoded-main-container {
  position: relative;
  margin: 0 auto;
  display: block;
  clear: both;
  float: unset;
  right: 0;
  margin-left: 264px;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcoded-main-container-full-screen {
  position: relative;
  margin: 0 auto;
  display: block;
  clear: both;
  float: unset;
  right: 0;
  /* margin-left: 264px; */
  min-height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f6faff;
}



.pcoded-navbar.nav-second {
  display: none;
  
}

.pos-f-t {
  display: none ;
}


.slider-width {
  width: 50%;
  overflow: hidden;
  height: 90px;
  /* background: #26344E   ; */

}

/* main content end*/
/* ==========================    Rsponsive Menu  start   ====================== */
@media only screen and (max-width: 991px) {

  .pcoded-header .dropdown .dropdown-toggle {
    line-height: 50px;

  }

  .slider-width {
    width: 100%;
  }

  .pcoded-header {
    background: #26344E   ;
    color: #fff;
  }
  /* .pcoded-header .input-group-text,
  .pcoded-header a,
  .pcoded-header dropdown-toggle {
    color: #26344E   ;
  } */
  /* .pcoded-header .input-group-text:hover,
  .pcoded-header a:hover,
  .pcoded-header dropdown-toggle:hover {
    color: #26344e;
  } */
  .pcoded-header #mobile-header {
    display: none;
    right: 20px;
  }
  .pcoded-header > .collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--bs-light-bg-subtle);
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
            box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border-bottom: 1px solid var(--bs-border-color);
  }
  /* .pcoded-header .dropdown-menu,
  .pcoded-header .dropdown-menu a,
  .pcoded-header .search-close .input-group-text {
    color: #26344E   ;
  } */
  .pcoded-header .m-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; 
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
  }
  .pcoded-header .m-header .b-brand {
    margin-left: 20px;
  }
  .pcoded-header .m-header .mobile-menu {
    right: 20px;
  }
  .pcoded-header .full-screen {
    display: none;
  }
  .pcoded-header .navbar-nav > li:last-child {
    padding-right: 60px;
  }

  
  .pcoded-navbar.nav-first {
    display: none;
  }


  .pcoded-navbar.nav-second {
    display: inline-block;
    width: 100%;
    /* margin-left: -264px; */
    position: relative;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .pos-f-t {
    display: inline ;
  }

 
  
  .pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar {
    display: block;
    float: left;
    width: 25%;

  }
  

  .pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar.lg  {
  width: 50%;
  /* float: right; */
  /* margin-top: 45px; */
  
}

.pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar.lg a {
  text-align: left;
  margin-bottom: 3px;
  
}


.pcoded-navbar .navbar-wrapper .pcoded-inner-navbar .nav-item.pcoded-menu-caption {
    margin-top: 0 !important;
  }

  
  .pcoded-navbar ~ .pcoded-header,
  .pcoded-navbar ~ .pcoded-main-container {
    margin-left: 0;
    
  }
  .pcoded-navbar ~ .pcoded-header {
    width: 100%;
  }
  .pcoded-navbar .navbar-brand {
    display: none;
  }
  .pcoded-navbar.mob-open {
    margin-left: 0;
  }
  .pcoded-navbar.mob-open ~ .pcoded-header,
  .pcoded-navbar.mob-open ~ .pcoded-main-container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {

   
  .pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar {
    display: block;
    float: left;
    width: 100%;

  }
  .pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar.lg {
    width: 100%;

  }

  .pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar.lg  {
  width: 100%;
  float: right;
  margin-top: 15px;
  
}

.pcoded-navbar .navbar-wrapper .nav.pcoded-inner-navbar.lg a {
  text-align: left;
  margin-bottom: 3px;
  
}


.pcoded-navbar .navbar-wrapper .pcoded-inner-navbar .nav-item.pcoded-menu-caption {
    margin-top: 0 !important;    
  }

  .pcoded-header .navbar-nav > li:first-child {
    padding-left: 0;
  }
  .pcoded-header .navbar-nav > li:last-child {
    padding-right: 20px;
  }
  .pcoded-header .navbar-nav.mr-auto li {
    display: none;
  }
  .pcoded-header .navbar-nav.mr-auto li.nav-item:not(.dropdown),
  .pcoded-header .navbar-nav.mr-auto div.diagram-settings.nav-item:not(.dropdown) {
    display: block;
    padding-right: 0;
  }
  .pcoded-header .navbar-nav.mr-auto li.nav-item:not(.dropdown) .search-close,
  .pcoded-header .navbar-nav.mr-auto div.diagram-settings.nav-item:not(.dropdown) .search-close {
    display: none;
  }
  .pcoded-header .dropdown.show {
    position: static;
  }
  .pcoded-header .dropdown.show a:after {
    display: none;
  }
  .pcoded-header .dropdown.show:before {
    display: none;
  }
  .pcoded-header .dropdown .notification {
    width: 100%;
  }
  .pcoded-header .dropdown .dropdown-menu.profile-notification {
      margin-right: 35px;
  }

  .header-chat.open,
  .header-user-list.open {
    width: 280px;
  }

  .pcoded-content {
    padding: 0px 15px;
  }

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


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

  .pcoded-header .dropdown .dropdown-menu.profile-notification {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}



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

  .pos-f-t {
    display: hide;
  }
  .pcoded-navbar .header-logo {
    -webkit-transition: none;
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed {
    -webkit-transition: none;
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed .header-logo img {
    -webkit-transition: none;
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed .pcoded-menu-caption > label {
    -webkit-transition: none;
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a > .pcoded-mtext {
    -webkit-transition: none;
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-hasmenu > a:after {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .pcoded-navbar.navbar-collapsed .pcoded-badge {
    -webkit-transition: none;
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed:hover .pcoded-badge {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
/* responsive horizontal menu */
@media only screen and (max-width: 992px) {
  .pcoded-navbar.theme-horizontal {
    margin-left: 0;
  }
  .pcoded-navbar.theme-horizontal ~ .pcoded-header .b-title {
    color: #fff;
  }
  .pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-trigger > .pcoded-submenu,
  .pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-trigger.edge > .pcoded-submenu {
    position: relative;
    left: 0;
    min-width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-trigger > .pcoded-submenu:before,
  .pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-trigger.edge > .pcoded-submenu:before {
    display: none;
  }
}
/* ==========================    Rsponsive Menu  end   ====================== */
/* ******************************************************************************* */
/* * Horizontal */
.theme-horizontal .sidenav-horizontal-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 0;
}
.sidenav:not(.sidenav-no-animation) .theme-horizontal .sidenav-horizontal-wrapper .sidenav-inner {
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.theme-horizontal .sidenav-horizontal-next,
.theme-horizontal .sidenav-horizontal-prev {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.25rem;
  background-color: #26344E   ;
  z-index: 9;
}
.theme-horizontal .sidenav-horizontal-next::after,
.theme-horizontal .sidenav-horizontal-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid;
  border-top: 0;
}
.theme-horizontal .sidenav-horizontal-next.disabled,
.theme-horizontal .sidenav-horizontal-prev.disabled {
  cursor: default !important;
  opacity: 0;
}
.theme-horizontal .sidenav-horizontal-prev::after {
  border-right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.theme-horizontal .sidenav-horizontal-next::after {
  border-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes sidenavDropdownShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sidenavDropdownShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu-styler {
  z-index: 1029;
  position: relative;
  color: #888;
}
.menu-styler h5,
.menu-styler h6 {
  color: #111;
  font-weight: 400;
}
.menu-styler hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-styler .style-toggler > a {
  position: fixed;
  right: 0;
  top: 30vh;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-styler .style-toggler > a:before {
  content: "\62";
  top: 0;
  font-size: 120px;
  position: absolute;
  right: -45px;
  font-family: "pct";
  z-index: 1001;
  line-height: 0;
  color: #26344e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 1px 0 8px rgba(4, 169, 245, 0.9), 6px 0 8px rgba(0, 0, 0, 0.1);
  letter-spacing: -44px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-styler .style-toggler > a:after {
  content: "\e8c3";
  top: -7px;
  font-size: 18px;
  position: absolute;
  right: 4px;
  font-family: "feather";
  z-index: 1029;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: anim-rotate 1.5s linear infinite;
          animation: anim-rotate 1.5s linear infinite;
}
@media all {
  .menu-styler .style-toggler > a:after {
    line-height: 0.5;
  }
}
.menu-styler.open .style-toggler > a {
  right: 400px;
}
.menu-styler.open .style-toggler > a:after {
  content: "\e847";
  top: -7px;
  font-size: 18px;
  -webkit-animation: anim-rotate 0s linear infinite;
          animation: anim-rotate 0s linear infinite;
}
.menu-styler.open .style-block {
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.menu-styler .style-block {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 1030;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 25px 20px 20px;
}
.menu-styler .mst-scroll {
  height: calc(100vh - 175px);
  background-color: rgba(4, 169, 245, 0.03);
  padding: 0 15px;
}
.menu-styler label {
  margin-bottom: 3px;
}
.menu-styler .switch input[type=checkbox] + .cr {
  top: 8px;
}
.menu-styler .radio input[type=radio] + .cr {
  margin-right: 10px;
}
.menu-styler .radio input[type=radio] + .cr:after, .menu-styler .radio input[type=radio] + .cr:before {
  margin-right: 3px;
}
.menu-styler h6 {
  position: relative;
  margin: 10px 0 15px;
}
.menu-styler h6:after {
  content: "";
  background-color: #26344e;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
}
.menu-styler .nav-pills {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-styler .nav-pills li {
  padding-right: 3px;
  width: calc(100% / 3);
}

#myTabContent {
  border-radius: 0.375rem;
  /* height:100%; */
}

.project-content-container{ 
  margin-top: 2%;
  min-height: 300px;

}


.menu-styler .tab-content {
  padding: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(4, 169, 245, 0.03);
  border-top: 2px solid #26344E;
}
@media only screen and (max-width: 992px) {
  .menu-styler {
    display: none;
  }
}

.lay-customizer .theme-color,
.theme-color {
  display: block;
  position: relative;
  padding: 5px 5px;
  margin-bottom: 10px;
}
.lay-customizer .theme-color > a,
.theme-color > a {
  position: relative;
  width: 55px;
  height: 50px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f4f7fa;
  overflow: hidden;
  -webkit-box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
}
.lay-customizer .theme-color > a span,
.theme-color > a span {
  width: 100%;
  position: absolute;
}
.lay-customizer .theme-color > a span:after, .lay-customizer .theme-color > a span:before,
.theme-color > a span:after,
.theme-color > a span:before {
  content: "";
  height: 100%;
  position: absolute;
}
.lay-customizer .theme-color > a span:before,
.theme-color > a span:before {
  width: 30%;
  left: 0;
  background: #26344E   ;
}
.lay-customizer .theme-color > a span:after,
.theme-color > a span:after {
  width: 70%;
  right: 0;
  background: #f4f7fa;
}
.lay-customizer .theme-color > a > span:nth-child(1),
.theme-color > a > span:nth-child(1) {
  height: 30%;
  top: 0;
}
.lay-customizer .theme-color > a > span:nth-child(2),
.theme-color > a > span:nth-child(2) {
  height: 75%;
  bottom: 0;
}
.lay-customizer .theme-color > a.active,
.theme-color > a.active {
  -webkit-box-shadow: 0 0 0 3px #26344e;
          box-shadow: 0 0 0 3px #26344e;
}
.lay-customizer .theme-color > a.active:before,
.theme-color > a.active:before {
  content: "\e8dc";
  top: 5px;
  font-size: 30px;
  position: absolute;
  left: 11px;
  font-family: "feather";
  z-index: 1001;
  color: #26344e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* text-shadow: 0 1px 3px rgba(4, 169, 245, 0.9), 0 3px 8px rgba(0, 0, 0, 0.1); */
}
.lay-customizer .theme-color > a.active:after,
.theme-color > a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.lay-customizer .theme-color > a[data-value="menu-light"] span:before,
.theme-color > a[data-value="menu-light"] span:before {
  background: #fff;
}
.lay-customizer .theme-color > a[data-value="dark"] span:after,
.theme-color > a[data-value="dark"] span:after {
  background: #101011;
}
.lay-customizer .theme-color > a[data-value="reset"],
.theme-color > a[data-value="reset"] {
  background: #f44236;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -10px;
  width: 135px;
}
.lay-customizer .theme-color.small > a,
.theme-color.small > a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.lay-customizer .theme-color.small > a:before,
.theme-color.small > a:before {
  font-size: 15px;
  left: 5px;
  top: 1px;
}
.lay-customizer .theme-color.small > a > span,
.theme-color.small > a > span {
  display: none;
}
.lay-customizer .theme-color.header-color > a[data-value="header-blue"] > span:nth-child(1):after,
.theme-color.header-color > a[data-value="header-blue"] > span:nth-child(1):after {
  background: #26344e;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-blue"],
.theme-color.header-color.small > a[data-value="header-blue"] {
  background: #26344e;
}
.lay-customizer .theme-color.header-color > a[data-value="header-red"] > span:nth-child(1):after,
.theme-color.header-color > a[data-value="header-red"] > span:nth-child(1):after {
  background: #ff5252;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-red"],
.theme-color.header-color.small > a[data-value="header-red"] {
  background: #ff5252;
}
.lay-customizer .theme-color.header-color > a[data-value="header-purple"] > span:nth-child(1):after,
.theme-color.header-color > a[data-value="header-purple"] > span:nth-child(1):after {
  background: #9575CD;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-purple"],
.theme-color.header-color.small > a[data-value="header-purple"] {
  background: #9575CD;
}
.lay-customizer .theme-color.header-color > a[data-value="header-lightblue"] > span:nth-child(1):after,
.theme-color.header-color > a[data-value="header-lightblue"] > span:nth-child(1):after {
  background: #23b7e5;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-lightblue"],
.theme-color.header-color.small > a[data-value="header-lightblue"] {
  background: #23b7e5;
}
.lay-customizer .theme-color.header-color > a[data-value="header-dark"] > span:nth-child(1):after,
.theme-color.header-color > a[data-value="header-dark"] > span:nth-child(1):after {
  background: #323437;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-dark"],
.theme-color.header-color.small > a[data-value="header-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.navbar-color > a[data-value="navbar-blue"] > span:before,
.theme-color.navbar-color > a[data-value="navbar-blue"] > span:before {
  background: #26344e;
}
.lay-customizer .theme-color.navbar-color > a[data-value="navbar-red"] > span:before,
.theme-color.navbar-color > a[data-value="navbar-red"] > span:before {
  background: #ff5252;
}
.lay-customizer .theme-color.navbar-color > a[data-value="navbar-purple"] > span:before,
.theme-color.navbar-color > a[data-value="navbar-purple"] > span:before {
  background: #9575CD;
}
.lay-customizer .theme-color.navbar-color > a[data-value="navbar-lightblue"] > span:before,
.theme-color.navbar-color > a[data-value="navbar-lightblue"] > span:before {
  background: #23b7e5;
}
.lay-customizer .theme-color.navbar-color > a[data-value="navbar-dark"] > span:before,
.theme-color.navbar-color > a[data-value="navbar-dark"] > span:before {
  background: #323437;
}
.lay-customizer .theme-color.brand-color > a[data-value="brand-blue"] > span:nth-child(1):before,
.theme-color.brand-color > a[data-value="brand-blue"] > span:nth-child(1):before {
  background: #26344e;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-blue"],
.theme-color.brand-color.small > a[data-value="brand-blue"] {
  background: #26344e;
}
.lay-customizer .theme-color.brand-color > a[data-value="brand-red"] > span:nth-child(1):before,
.theme-color.brand-color > a[data-value="brand-red"] > span:nth-child(1):before {
  background: #ff5252;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-red"],
.theme-color.brand-color.small > a[data-value="brand-red"] {
  background: #ff5252;
}
.lay-customizer .theme-color.brand-color > a[data-value="brand-purple"] > span:nth-child(1):before,
.theme-color.brand-color > a[data-value="brand-purple"] > span:nth-child(1):before {
  background: #9575CD;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-purple"],
.theme-color.brand-color.small > a[data-value="brand-purple"] {
  background: #9575CD;
}
.lay-customizer .theme-color.brand-color > a[data-value="brand-lightblue"] > span:nth-child(1):before,
.theme-color.brand-color > a[data-value="brand-lightblue"] > span:nth-child(1):before {
  background: #23b7e5;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-lightblue"],
.theme-color.brand-color.small > a[data-value="brand-lightblue"] {
  background: #23b7e5;
}
.lay-customizer .theme-color.brand-color > a[data-value="brand-dark"] > span:nth-child(1):before,
.theme-color.brand-color > a[data-value="brand-dark"] > span:nth-child(1):before {
  background: #323437;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-dark"],
.theme-color.brand-color.small > a[data-value="brand-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.active-color > a[data-value="active-default"],
.theme-color.active-color > a[data-value="active-default"] {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.lay-customizer .theme-color.active-color > a[data-value="active-blue"],
.theme-color.active-color > a[data-value="active-blue"] {
  background: #26344e;
}
.lay-customizer .theme-color.active-color > a[data-value="active-red"],
.theme-color.active-color > a[data-value="active-red"] {
  background: #ff5252;
}
.lay-customizer .theme-color.active-color > a[data-value="active-purple"],
.theme-color.active-color > a[data-value="active-purple"] {
  background: #9575CD;
}
.lay-customizer .theme-color.active-color > a[data-value="active-lightblue"],
.theme-color.active-color > a[data-value="active-lightblue"] {
  background: #23b7e5;
}
.lay-customizer .theme-color.active-color > a[data-value="active-dark"],
.theme-color.active-color > a[data-value="active-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.title-color > a[data-value="title-default"],
.theme-color.title-color > a[data-value="title-default"] {
  background: #fff;
}
.lay-customizer .theme-color.title-color > a[data-value="title-blue"],
.theme-color.title-color > a[data-value="title-blue"] {
  background: #26344e;
}
.lay-customizer .theme-color.title-color > a[data-value="title-red"],
.theme-color.title-color > a[data-value="title-red"] {
  background: #ff5252;
}
.lay-customizer .theme-color.title-color > a[data-value="title-purple"],
.theme-color.title-color > a[data-value="title-purple"] {
  background: #9575CD;
}
.lay-customizer .theme-color.title-color > a[data-value="title-lightblue"],
.theme-color.title-color > a[data-value="title-lightblue"] {
  background: #23b7e5;
}
.lay-customizer .theme-color.title-color > a[data-value="title-dark"],
.theme-color.title-color > a[data-value="title-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.navbar-images > a,
.theme-color.navbar-images > a {
  height: 90px;
  background-size: cover;
  background-position: center center;
}
.lay-customizer .theme-color.navbar-images > a span,
.theme-color.navbar-images > a span {
  display: none;
}
.lay-customizer .theme-color.navbar-images > a.active:before,
.theme-color.navbar-images > a.active:before {
  top: 35px;
  content: "\e87c";
}

.lay-customizer .theme-color.bg-images > a,
.theme-color.bg-images > a {
  width: 95px;
  height: 80px;
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
}
.lay-customizer .theme-color.bg-images > a span,
.theme-color.bg-images > a span {
  display: none;
}
.lay-customizer .theme-color.bg-images > a.active:before,
.theme-color.bg-images > a.active:before {
  top: 35px;
  content: "\e87c";
}
.lay-customizer .theme-color.prelayout-color > a,
.theme-color.prelayout-color > a {
  margin-bottom: 5px;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l2"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l2"] > span:nth-child(1):before {
  background: #26344E   ;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l2"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l2"] > span:nth-child(2):before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l2-2"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l2-2"] > span:nth-child(1):before {
  background: #26344E   ;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l2-2"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l2-2"] > span:nth-child(2):before {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l3"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l3"] > span:nth-child(1):before {
  background: #26344E   ;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l3"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l3"] > span:nth-child(2):before {
  background: #26344e;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l4"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l4"] > span:nth-child(1):before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l4"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l4"] > span:nth-child(2):before {
  background: #212224;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l4-2"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l4-2"] > span:nth-child(1):before {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l4-2"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l4-2"] > span:nth-child(2):before {
  background: #212224;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1),
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1) {
  height: 40%;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1):after, .lay-customizer .theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1):after,
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1):before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #26344e), color-stop(0%, #fff));
  background: linear-gradient(#26344e 50%, #fff 0%);
  -webkit-box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
          box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
  z-index: 1;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2),
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2) {
  height: 60%;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2):after, .lay-customizer .theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2):after,
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2):before {
  background: #f4f7fa;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l-lite"] > span:nth-child(1):after, .lay-customizer .theme-color.prelayout-color > a[data-value="l-lite"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l-lite"] > span:nth-child(1):after,
.theme-color.prelayout-color > a[data-value="l-lite"] > span:nth-child(1):before {
  background: #23b7e5;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l-lite"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l-lite"] > span:nth-child(2):before {
  background: #fff;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1),
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1) {
  height: 50%;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1):after,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1):after {
  background: #23b7e5;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1):before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #23b7e5), color-stop(0%, #fff));
  background: linear-gradient(#23b7e5 50%, #fff 0%);
  z-index: 1;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2),
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2) {
  height: 50%;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2):after,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2):after {
  background: #f4f7fa;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2):before {
  background: #fff;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(1):after,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(1):after {
  background: #23b7e5;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(1):before,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(1):before {
  background: #23b7e5;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(2):after,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(2):after {
  background: #f4f7fa;
}
.lay-customizer .theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(2):before,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(2):before {
  background: linear-gradient(#fff 0px, #fff 5px, rgba(35, 183, 229, 0.5) 5px, rgba(35, 183, 229, 0.5) 5px, rgba(35, 183, 229, 0.5) 8px, #fff 8px, #fff);
}

/* ===================================================================================
 ==========================    Diffrent Layout Styles Start     ====================
 ===================================================================================
 ====== [ light menu style start ] ======== */
.pcoded-navbar.menu-light {
  background-color: #fff;
  color: #26344E   ;
  -webkit-box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
          box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
}
.pcoded-navbar.menu-light .header-logo {
  background-color: #26344E   ;
}
.pcoded-navbar.menu-light .header-logo .logo-dark {
  display: none;
}
.pcoded-navbar.menu-light .header-logo .logo-main {
  display: block;
}
.pcoded-navbar.menu-light .sidenav-horizontal-next,
.pcoded-navbar.menu-light .sidenav-horizontal-prev {
  background: #fff;
}
.pcoded-navbar.menu-light .mobile-menu span {
  background-color: #bac5d9;
}
.pcoded-navbar.menu-light .mobile-menu span:after, .pcoded-navbar.menu-light .mobile-menu span:before {
  background-color: #bac5d9;
}
.pcoded-navbar.menu-light .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.menu-light .pcoded-submenu {
  background: #fbfbfb;
}
.pcoded-navbar.menu-light a {
  color: #26344E   ;
}
.pcoded-navbar.menu-light.navbar-collapsed .pcoded-menu-caption:after {
  background: rgba(0, 0, 0, 0.1);
}
.pcoded-navbar.menu-light.navbar-collapsed:hover .pcoded-menu-caption:after {
  background: transparent;
}
.pcoded-navbar.menu-light .pcoded-menu-caption {
  color: #26344E   ;
}
.pcoded-navbar.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li.active a, .pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger a, .pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li:hover a {
  color: #26344E   ;
  background: transparent;
}
.pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, .pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  color: #fff;
}

/* ====== [ light menu style end ] ======== */
/* ====== [ Menu icon start ] ======== */
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(1) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(2) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(3) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(4) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(5) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(6) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(7) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(8) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(9) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(10) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(11) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(12) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(13) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(14) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(15) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(16) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(17) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(18) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(19) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(20) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(21) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(22) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(23) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(24) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(25) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(26) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(27) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(28) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(29) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(30) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(31) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(32) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(33) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(34) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(35) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(36) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(37) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(38) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(39) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(40) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(41) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(42) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(43) > a > .pcoded-micon {
  color: #26344e;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(44) > a > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(45) > a > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(46) > a > .pcoded-micon {
  color: #9575CD;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(47) > a > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li:nth-child(48) > a > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li.active > a > .pcoded-micon,
.pcoded-navbar.icon-colored .pcoded-inner-navbar > li.pcoded-trigger > a > .pcoded-micon {
  color: #fff;
}
.pcoded-navbar.icon-colored.menu-light .pcoded-inner-navbar > li.active > a > .pcoded-micon,
.pcoded-navbar.icon-colored.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a > .pcoded-micon {
  color: #26344E   ;
}

/* ====== [ Menu icon end ] ======== */
/* ====== [ Header color start ] ======== */
.theme-horizontal ~ .pcoded-header {
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(63, 77, 103, 0.15);
          box-shadow: 0 1px 20px 0 rgba(63, 77, 103, 0.15);
}
@media only screen and (max-width: 991px) {
  .theme-horizontal ~ .pcoded-header {
    background: #26344E   ;
  }
  .theme-horizontal ~ .pcoded-header .horizontal-dasktop {
    display: none;
  }
  .theme-horizontal ~ .pcoded-header .horizontal-mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 992px) {
  .theme-horizontal-dis ~ .pcoded-header .horizontal-dasktop {
    display: none;
  }
  .theme-horizontal-dis ~ .pcoded-header .horizontal-mobile {
    display: inline-block;
  }
}

.pcoded-header[class*="header-"] {
  -webkit-box-shadow: 0 3px 10px 0 rgba(65, 72, 78, 0.02);
          box-shadow: 0 3px 10px 0 rgba(65, 72, 78, 0.02);
}
.pcoded-header.header-blue {
  background: #26344e;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-blue .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-blue .profile-notification li.active, .pcoded-header.header-blue .profile-notification li:active, .pcoded-header.header-blue .profile-notification li:focus, .pcoded-header.header-blue .profile-notification li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header.header-blue .profile-notification li.active > a, .pcoded-header.header-blue .profile-notification li:active > a, .pcoded-header.header-blue .profile-notification li:focus > a, .pcoded-header.header-blue .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-blue .dropdown-menu {
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu > li.active, .pcoded-header.header-blue .dropdown-menu > li:active, .pcoded-header.header-blue .dropdown-menu > li:focus, .pcoded-header.header-blue .dropdown-menu > li:hover {
  background: rgba(4, 169, 245, 0.1);
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu > li.active > a, .pcoded-header.header-blue .dropdown-menu > li:active > a, .pcoded-header.header-blue .dropdown-menu > li:focus > a, .pcoded-header.header-blue .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-blue .input-group .input-group-text,
.pcoded-header.header-blue a,
.pcoded-header.header-blue dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-blue .input-group .input-group-text:hover,
.pcoded-header.header-blue a:hover,
.pcoded-header.header-blue dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-blue .input-group .input-group-text,
  .pcoded-header.header-blue a,
  .pcoded-header.header-blue dropdown-toggle {
    color: #26344E   ;
  }
  .pcoded-header.header-blue .input-group .input-group-text:hover,
  .pcoded-header.header-blue a:hover,
  .pcoded-header.header-blue dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-blue .main-search .search-close > .input-group-text {
  color: #26344e;
}
.pcoded-header.header-blue .main-search.open .input-group .search-btn {
  background: #26344e;
  border-color: #26344e;
}
.pcoded-header.header-blue .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header.header-blue .dropdown .notification .noti-body li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header.header-blue .dropdown .profile-notification .pro-head {
  color: #fff;
  background: #26344e;
}
.pcoded-header.header-blue .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
}
.pcoded-header.header-blue .dropdown.drp-user.show:before {
  color: #26344e;
}
.pcoded-header.header-blue .b-bg {
  background: #fff;
}
.pcoded-header.header-blue .b-bg i {
  color: #26344e;
  background-image: #26344e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-red {
  background: #ff5252;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-red .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-red .profile-notification li.active, .pcoded-header.header-red .profile-notification li:active, .pcoded-header.header-red .profile-notification li:focus, .pcoded-header.header-red .profile-notification li:hover {
  background: rgba(255, 82, 82, 0.1);
}
.pcoded-header.header-red .profile-notification li.active > a, .pcoded-header.header-red .profile-notification li:active > a, .pcoded-header.header-red .profile-notification li:focus > a, .pcoded-header.header-red .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-red .dropdown-menu {
  color: #888;
}
.pcoded-header.header-red .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-red .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-red .dropdown-menu > li.active, .pcoded-header.header-red .dropdown-menu > li:active, .pcoded-header.header-red .dropdown-menu > li:focus, .pcoded-header.header-red .dropdown-menu > li:hover {
  background: rgba(255, 82, 82, 0.1);
  color: #888;
}
.pcoded-header.header-red .dropdown-menu > li.active > a, .pcoded-header.header-red .dropdown-menu > li:active > a, .pcoded-header.header-red .dropdown-menu > li:focus > a, .pcoded-header.header-red .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-red .input-group .input-group-text,
.pcoded-header.header-red a,
.pcoded-header.header-red dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-red .input-group .input-group-text:hover,
.pcoded-header.header-red a:hover,
.pcoded-header.header-red dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-red .input-group .input-group-text,
  .pcoded-header.header-red a,
  .pcoded-header.header-red dropdown-toggle {
    color: #26344E   ;
  }
  .pcoded-header.header-red .input-group .input-group-text:hover,
  .pcoded-header.header-red a:hover,
  .pcoded-header.header-red dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-red .main-search .search-close > .input-group-text {
  color: #ff5252;
}
.pcoded-header.header-red .main-search.open .input-group .search-btn {
  background: #ff5252;
  border-color: #ff5252;
}
.pcoded-header.header-red .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header.header-red .dropdown .notification .noti-body li.notification:hover {
  background: rgba(255, 82, 82, 0.1);
}
.pcoded-header.header-red .dropdown .profile-notification .pro-head {
  color: #fff;
  background: #ff5252;
}
.pcoded-header.header-red .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
}
.pcoded-header.header-red .dropdown.drp-user.show:before {
  color: #ff5252;
}
.pcoded-header.header-red .b-bg {
  background: #fff;
}
.pcoded-header.header-red .b-bg i {
  color: #ff5252;
  background-image: #ff5252;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-purple {
  background: #9575CD;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-purple .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-purple .profile-notification li.active, .pcoded-header.header-purple .profile-notification li:active, .pcoded-header.header-purple .profile-notification li:focus, .pcoded-header.header-purple .profile-notification li:hover {
  background: rgba(149, 117, 205, 0.1);
}
.pcoded-header.header-purple .profile-notification li.active > a, .pcoded-header.header-purple .profile-notification li:active > a, .pcoded-header.header-purple .profile-notification li:focus > a, .pcoded-header.header-purple .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-purple .dropdown-menu {
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu > li.active, .pcoded-header.header-purple .dropdown-menu > li:active, .pcoded-header.header-purple .dropdown-menu > li:focus, .pcoded-header.header-purple .dropdown-menu > li:hover {
  background: rgba(149, 117, 205, 0.1);
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu > li.active > a, .pcoded-header.header-purple .dropdown-menu > li:active > a, .pcoded-header.header-purple .dropdown-menu > li:focus > a, .pcoded-header.header-purple .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-purple .input-group .input-group-text,
.pcoded-header.header-purple a,
.pcoded-header.header-purple dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-purple .input-group .input-group-text:hover,
.pcoded-header.header-purple a:hover,
.pcoded-header.header-purple dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-purple .input-group .input-group-text,
  .pcoded-header.header-purple a,
  .pcoded-header.header-purple dropdown-toggle {
    color: #26344E   ;
  }
  .pcoded-header.header-purple .input-group .input-group-text:hover,
  .pcoded-header.header-purple a:hover,
  .pcoded-header.header-purple dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-purple .main-search .search-close > .input-group-text {
  color: #9575CD;
}
.pcoded-header.header-purple .main-search.open .input-group .search-btn {
  background: #9575CD;
  border-color: #9575CD;
}
.pcoded-header.header-purple .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header.header-purple .dropdown .notification .noti-body li.notification:hover {
  background: rgba(149, 117, 205, 0.1);
}
.pcoded-header.header-purple .dropdown .profile-notification .pro-head {
  color: #fff;
  background: #9575CD;
}
.pcoded-header.header-purple .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
}
.pcoded-header.header-purple .dropdown.drp-user.show:before {
  color: #9575CD;
}
.pcoded-header.header-purple .b-bg {
  background: #fff;
}
.pcoded-header.header-purple .b-bg i {
  color: #9575CD;
  background-image: #9575CD;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-lightblue {
  background: #23b7e5;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-lightblue .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-lightblue .profile-notification li.active, .pcoded-header.header-lightblue .profile-notification li:active, .pcoded-header.header-lightblue .profile-notification li:focus, .pcoded-header.header-lightblue .profile-notification li:hover {
  background: rgba(35, 183, 229, 0.1);
}
.pcoded-header.header-lightblue .profile-notification li.active > a, .pcoded-header.header-lightblue .profile-notification li:active > a, .pcoded-header.header-lightblue .profile-notification li:focus > a, .pcoded-header.header-lightblue .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-lightblue .dropdown-menu {
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu > li.active, .pcoded-header.header-lightblue .dropdown-menu > li:active, .pcoded-header.header-lightblue .dropdown-menu > li:focus, .pcoded-header.header-lightblue .dropdown-menu > li:hover {
  background: rgba(35, 183, 229, 0.1);
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu > li.active > a, .pcoded-header.header-lightblue .dropdown-menu > li:active > a, .pcoded-header.header-lightblue .dropdown-menu > li:focus > a, .pcoded-header.header-lightblue .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-lightblue .input-group .input-group-text,
.pcoded-header.header-lightblue a,
.pcoded-header.header-lightblue dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-lightblue .input-group .input-group-text:hover,
.pcoded-header.header-lightblue a:hover,
.pcoded-header.header-lightblue dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-lightblue .input-group .input-group-text,
  .pcoded-header.header-lightblue a,
  .pcoded-header.header-lightblue dropdown-toggle {
    color: #26344E   ;
  }
  .pcoded-header.header-lightblue .input-group .input-group-text:hover,
  .pcoded-header.header-lightblue a:hover,
  .pcoded-header.header-lightblue dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-lightblue .main-search .search-close > .input-group-text {
  color: #23b7e5;
}
.pcoded-header.header-lightblue .main-search.open .input-group .search-btn {
  background: #23b7e5;
  border-color: #23b7e5;
}
.pcoded-header.header-lightblue .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header.header-lightblue .dropdown .notification .noti-body li.notification:hover {
  background: rgba(35, 183, 229, 0.1);
}
.pcoded-header.header-lightblue .dropdown .profile-notification .pro-head {
  color: #fff;
  background: #23b7e5;
}
.pcoded-header.header-lightblue .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
}
.pcoded-header.header-lightblue .dropdown.drp-user.show:before {
  color: #23b7e5;
}
.pcoded-header.header-lightblue .b-bg {
  background: #fff;
}
.pcoded-header.header-lightblue .b-bg i {
  color: #23b7e5;
  background-image: #23b7e5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-dark {
  background: #323437;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-dark .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-dark .profile-notification li.active, .pcoded-header.header-dark .profile-notification li:active, .pcoded-header.header-dark .profile-notification li:focus, .pcoded-header.header-dark .profile-notification li:hover {
  background: rgba(50, 52, 55, 0.1);
}
.pcoded-header.header-dark .profile-notification li.active > a, .pcoded-header.header-dark .profile-notification li:active > a, .pcoded-header.header-dark .profile-notification li:focus > a, .pcoded-header.header-dark .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-dark .dropdown-menu {
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu > li.active, .pcoded-header.header-dark .dropdown-menu > li:active, .pcoded-header.header-dark .dropdown-menu > li:focus, .pcoded-header.header-dark .dropdown-menu > li:hover {
  background: rgba(50, 52, 55, 0.1);
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu > li.active > a, .pcoded-header.header-dark .dropdown-menu > li:active > a, .pcoded-header.header-dark .dropdown-menu > li:focus > a, .pcoded-header.header-dark .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-dark .input-group .input-group-text,
.pcoded-header.header-dark a,
.pcoded-header.header-dark dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-dark .input-group .input-group-text:hover,
.pcoded-header.header-dark a:hover,
.pcoded-header.header-dark dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-dark .input-group .input-group-text,
  .pcoded-header.header-dark a,
  .pcoded-header.header-dark dropdown-toggle {
    color: #26344E   ;
  }
  .pcoded-header.header-dark .input-group .input-group-text:hover,
  .pcoded-header.header-dark a:hover,
  .pcoded-header.header-dark dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-dark .main-search .search-close > .input-group-text {
  color: #323437;
}
.pcoded-header.header-dark .main-search.open .input-group .search-btn {
  background: #323437;
  border-color: #323437;
}
.pcoded-header.header-dark .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header.header-dark .dropdown .notification .noti-body li.notification:hover {
  background: rgba(50, 52, 55, 0.1);
}
.pcoded-header.header-dark .dropdown .profile-notification .pro-head {
  color: #fff;
  background: #323437;
}
.pcoded-header.header-dark .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
}
.pcoded-header.header-dark .dropdown.drp-user.show:before {
  color: #323437;
}
.pcoded-header.header-dark .b-bg {
  background: #fff;
}
.pcoded-header.header-dark .b-bg i {
  color: #323437;
  background-image: #323437;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}

/* ====== [ Header color end ] ======== */
/* ====== [ Brand color start ] ======== */
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span,
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span:after,
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span:before {
  background: #fff;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu.on span {
  background: transparent;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .b-bg {
  background: #fff;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .b-bg i {
  color: #1de9b6;
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcoded-navbar.brand-blue .header-logo, .pcoded-navbar[class*="navbar-"].brand-blue .header-logo {
  background: #26344e;
}
.pcoded-navbar.brand-blue .header-logo .b-bg, .pcoded-navbar[class*="navbar-"].brand-blue .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-blue .header-logo .b-bg i, .pcoded-navbar[class*="navbar-"].brand-blue .header-logo .b-bg i {
  color: #26344e;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-red .header-logo, .pcoded-navbar[class*="navbar-"].brand-red .header-logo {
  background: #ff5252;
}
.pcoded-navbar.brand-red .header-logo .b-bg, .pcoded-navbar[class*="navbar-"].brand-red .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-red .header-logo .b-bg i, .pcoded-navbar[class*="navbar-"].brand-red .header-logo .b-bg i {
  color: #ff5252;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-purple .header-logo, .pcoded-navbar[class*="navbar-"].brand-purple .header-logo {
  background: #9575CD;
}
.pcoded-navbar.brand-purple .header-logo .b-bg, .pcoded-navbar[class*="navbar-"].brand-purple .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-purple .header-logo .b-bg i, .pcoded-navbar[class*="navbar-"].brand-purple .header-logo .b-bg i {
  color: #9575CD;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-lightblue .header-logo, .pcoded-navbar[class*="navbar-"].brand-lightblue .header-logo {
  background: #23b7e5;
}
.pcoded-navbar.brand-lightblue .header-logo .b-bg, .pcoded-navbar[class*="navbar-"].brand-lightblue .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-lightblue .header-logo .b-bg i, .pcoded-navbar[class*="navbar-"].brand-lightblue .header-logo .b-bg i {
  color: #23b7e5;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-dark .header-logo, .pcoded-navbar[class*="navbar-"].brand-dark .header-logo {
  background: #323437;
}
.pcoded-navbar.brand-dark .header-logo .b-bg, .pcoded-navbar[class*="navbar-"].brand-dark .header-logo .b-bg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.pcoded-navbar.brand-dark .header-logo .b-bg i, .pcoded-navbar[class*="navbar-"].brand-dark .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-default .header-logo, .pcoded-navbar[class*="navbar-"].brand-default .header-logo {
  background: #26344E   ;
}

/* ====== [ Brand color end ] ======== */
/* ====== [ Menu color start ] ======== */
.pcoded-navbar.navbar-blue {
  background: #26344e;
}
.pcoded-navbar.navbar-blue .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-blue .mobile-menu span:after, .pcoded-navbar.navbar-blue .mobile-menu span:before {
  background-color: #fff;
}
.pcoded-navbar.navbar-blue .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-blue .header-logo .b-bg {
  background: #26344e;
}
.pcoded-navbar.navbar-blue .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-blue .navbar-brand,
.pcoded-navbar.navbar-blue .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-blue .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li.active > a, .pcoded-navbar.navbar-blue .pcoded-inner-navbar li:focus > a, .pcoded-navbar.navbar-blue .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.navbar-blue .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.navbar-blue .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar > li.active > a, .pcoded-navbar.navbar-blue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-prev {
  background: #26344e;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, .pcoded-navbar.navbar-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  color: #26344e;
}
.pcoded-navbar.navbar-red {
  background: #ff5252;
}
.pcoded-navbar.navbar-red .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-red .mobile-menu span:after, .pcoded-navbar.navbar-red .mobile-menu span:before {
  background-color: #fff;
}
.pcoded-navbar.navbar-red .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-red .header-logo .b-bg {
  background: #ff5252;
}
.pcoded-navbar.navbar-red .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-red .navbar-brand,
.pcoded-navbar.navbar-red .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-red .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar li.active > a, .pcoded-navbar.navbar-red .pcoded-inner-navbar li:focus > a, .pcoded-navbar.navbar-red .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.navbar-red .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.navbar-red .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar > li.active > a, .pcoded-navbar.navbar-red .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-prev {
  background: #ff5252;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, .pcoded-navbar.navbar-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  color: #ff5252;
}
.pcoded-navbar.navbar-purple {
  background: #9575CD;
}
.pcoded-navbar.navbar-purple .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-purple .mobile-menu span:after, .pcoded-navbar.navbar-purple .mobile-menu span:before {
  background-color: #fff;
}
.pcoded-navbar.navbar-purple .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-purple .header-logo .b-bg {
  background: #9575CD;
}
.pcoded-navbar.navbar-purple .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-purple .navbar-brand,
.pcoded-navbar.navbar-purple .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-purple .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li.active > a, .pcoded-navbar.navbar-purple .pcoded-inner-navbar li:focus > a, .pcoded-navbar.navbar-purple .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.navbar-purple .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.navbar-purple .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar > li.active > a, .pcoded-navbar.navbar-purple .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-prev {
  background: #9575CD;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, .pcoded-navbar.navbar-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  color: #9575CD;
}
.pcoded-navbar.navbar-lightblue {
  background: #23b7e5;
}
.pcoded-navbar.navbar-lightblue .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-lightblue .mobile-menu span:after, .pcoded-navbar.navbar-lightblue .mobile-menu span:before {
  background-color: #fff;
}
.pcoded-navbar.navbar-lightblue .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-lightblue .header-logo .b-bg {
  background: #23b7e5;
}
.pcoded-navbar.navbar-lightblue .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-lightblue .navbar-brand,
.pcoded-navbar.navbar-lightblue .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-lightblue .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li.active > a, .pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li:focus > a, .pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar > li.active > a, .pcoded-navbar.navbar-lightblue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-prev {
  background: #23b7e5;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, .pcoded-navbar.navbar-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  color: #23b7e5;
}
.pcoded-navbar.navbar-dark {
  background: #323437;
}
.pcoded-navbar.navbar-dark .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-dark .mobile-menu span:after, .pcoded-navbar.navbar-dark .mobile-menu span:before {
  background-color: #fff;
}
.pcoded-navbar.navbar-dark .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-dark .header-logo .b-bg {
  background: #323437;
}
.pcoded-navbar.navbar-dark .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-dark .navbar-brand,
.pcoded-navbar.navbar-dark .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-dark .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li.active > a, .pcoded-navbar.navbar-dark .pcoded-inner-navbar li:focus > a, .pcoded-navbar.navbar-dark .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.navbar-dark .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.navbar-dark .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar > li.active > a, .pcoded-navbar.navbar-dark .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-prev {
  background: #323437;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active:before, .pcoded-navbar.navbar-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger:before {
  color: #323437;
}
.pcoded-navbar[class*='navbar-'] .pcoded-inner-navbar > li.active:after,
.pcoded-navbar[class*='navbar-'] .pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger:after {
  background: rgba(0, 0, 0, 0.35);
}

/* ====== [ Menu color end ] ======== */
/* ====== [ Active Color start ] ======== */
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #3ebfea;
}
.pcoded-navbar.active-blue[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #26344e;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar li.active > a, .pcoded-navbar.active-blue .pcoded-inner-navbar li:focus > a, .pcoded-navbar.active-blue .pcoded-inner-navbar li:hover > a {
  color: #26344e;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.active-blue .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.active-blue .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #26344e;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar > li.active:after, .pcoded-navbar.active-blue .pcoded-inner-navbar > li.pcoded-trigger:after {
  background-color: #26344e;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-blue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #1A263B;
  color: #fff;
}
.pcoded-navbar.active-blue.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-blue.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li:hover > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu:hover > a {
  background: transparent;
}
.pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.active > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li:hover > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.active > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li:hover > a {
  color: #26344e;
}
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #3ebfea;
}
.pcoded-navbar.active-red[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar li.active > a, .pcoded-navbar.active-red .pcoded-inner-navbar li:focus > a, .pcoded-navbar.active-red .pcoded-inner-navbar li:hover > a {
  color: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.active-red .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.active-red .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar > li.active:after, .pcoded-navbar.active-red .pcoded-inner-navbar > li.pcoded-trigger:after {
  background-color: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-red .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #1A263B;
  color: #fff;
}
.pcoded-navbar.active-red.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-red.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li:hover > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu:hover > a {
  background: transparent;
}
.pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.active > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li:hover > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.active > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li:hover > a {
  color: #ff5252;
}
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #3ebfea;
}
.pcoded-navbar.active-purple[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #9575CD;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar li.active > a, .pcoded-navbar.active-purple .pcoded-inner-navbar li:focus > a, .pcoded-navbar.active-purple .pcoded-inner-navbar li:hover > a {
  color: #9575CD;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.active-purple .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.active-purple .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #9575CD;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar > li.active:after, .pcoded-navbar.active-purple .pcoded-inner-navbar > li.pcoded-trigger:after {
  background-color: #9575CD;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-purple .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #1A263B;
  color: #fff;
}
.pcoded-navbar.active-purple.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-purple.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li:hover > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu:hover > a {
  background: transparent;
}
.pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.active > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li:hover > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.active > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-purple.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li:hover > a {
  color: #9575CD;
}
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #3ebfea;
}
.pcoded-navbar.active-lightblue[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar li.active > a, .pcoded-navbar.active-lightblue .pcoded-inner-navbar li:focus > a, .pcoded-navbar.active-lightblue .pcoded-inner-navbar li:hover > a {
  color: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.active-lightblue .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.active-lightblue .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.active:after, .pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.pcoded-trigger:after {
  background-color: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #1A263B;
  color: #fff;
}
.pcoded-navbar.active-lightblue.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-lightblue.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li:hover > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu:hover > a {
  background: transparent;
}
.pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.active > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li:hover > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.active > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-lightblue.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li:hover > a {
  color: #23b7e5;
}
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #3ebfea;
}
.pcoded-navbar.active-dark[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li.active > a:before {
  color: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar li.active > a, .pcoded-navbar.active-dark .pcoded-inner-navbar li:focus > a, .pcoded-navbar.active-dark .pcoded-inner-navbar li:hover > a {
  color: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.active-dark .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.active-dark .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar > li.active:after, .pcoded-navbar.active-dark .pcoded-inner-navbar > li.pcoded-trigger:after {
  background-color: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-dark .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #1A263B;
  color: #fff;
}
.pcoded-navbar.active-dark.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-dark.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.active > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li:hover > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.active > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu.pcoded-trigger > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu:hover > a {
  background: transparent;
}
.pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.active > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li .pcoded-submenu > li:hover > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.active > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li.pcoded-trigger > a, .pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu > li:hover > a {
  color: #323437;
}

/* ====== [ Active Color end ] ======== */
/* ====== [ menu static start ] ======== */
.pcoded-navbar.menupos-static {
  position: absolute;
  height: auto;
  min-height: 100%;
}
.pcoded-navbar.menupos-static .navbar-wrapper,
.pcoded-navbar.menupos-static .scroll-div.navbar-content {
  height: auto;
  min-height: 100vh;
}

/* ====== [ menu static end ] ======== */
/* ====== [Boxc start ] ======== */
body.box-layout {
  position: static;
}
body.box-layout .pcoded-header {
  position: relative;
}
body.box-layout .pcoded-header.headerpos-fixed ~ .pcoded-main-container {
  padding-top: 0;
}
body.box-layout .pcoded-navbar.theme-horizontal ~ .pcoded-header {
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.box-layout {
    position: relative;
  }
  body.box-layout.container {
    padding: 0;
  }
}

/* ====== [ Box end ] ======== */
/* ====== [ Header Fixed start ] ======== */
.pcoded-header.headerpos-fixed {
  position: fixed;
  top: 0;
}
.pcoded-header.headerpos-fixed ~ .pcoded-main-container {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.headerpos-fixed ~ .pcoded-main-container {
    padding-top: 140px;
  }
}

/* ====== [Header Fixed  end ] ======== */
/* ====== [ Dropdown icon start ] ======== */
.pcoded-navbar.drp-icon-style2 .pcoded-inner-navbar li.pcoded-hasmenu > a:after {
  content: "\e847";
}
.pcoded-navbar.drp-icon-style3 .pcoded-inner-navbar li.pcoded-hasmenu > a:after {
  content: "\e8b1";
}
.pcoded-navbar.drp-icon-style3 .pcoded-inner-navbar li.pcoded-hasmenu.pcoded-trigger > a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ====== [ Dropdown icon end ] =================== */
/* ====== [ Menu Item icon start ] ================ */
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after {
  background: rgba(169, 183, 208, 0.05);
}
.pcoded-navbar[class*="menu-item-icon-style"] .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  font-family: 'feather';
  font-style: normal;
  padding-right: 4px;
  font-size: 13px;
  position: absolute;
  left: 35px;
  top: 10px;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.pcoded-navbar[class*="menu-item-icon-style"].theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu > .pcoded-submenu > li > a:before {
  left: 5px;
}
.pcoded-navbar[class*="menu-item-icon-style"].theme-horizontal .pcoded-inner-navbar > li.pcoded-hasmenu > .pcoded-submenu > li > .pcoded-submenu > li > a:before {
  top: 12px;
}
.pcoded-navbar.menu-item-icon-style2 .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  content: "\e897";
}
.pcoded-navbar.menu-item-icon-style3 .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  content: "\e83f";
}
.pcoded-navbar.menu-item-icon-style4 .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  content: "\e856";
}
.pcoded-navbar.menu-item-icon-style5 .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  content: "\e847";
}
.pcoded-navbar.menu-item-icon-style6 .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
  content: "\e844";
}

/* ====== [ Menu Item icon end ] ================== */
/* ====== [ Menu background images start ] ======== */
.pcoded-navbar[class*="navbar-image"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.pcoded-navbar[class*="navbar-image"] .navbar-brand,
.pcoded-navbar[class*="navbar-image"] .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar[class*="navbar-image"] .pcoded-inner-navbar > li.active > a, .pcoded-navbar[class*="navbar-image"] .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(51, 63, 84, 0.4);
}
.pcoded-navbar[class*="navbar-image"]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* ====== [ Menu background images end ] ========== */
/* ====== [ Menu title color start ] ============== */
.pcoded-navbar.title-blue .pcoded-inner-navbar .pcoded-menu-caption {
  color: #26344e;
}
.pcoded-navbar.title-red .pcoded-inner-navbar .pcoded-menu-caption {
  color: #ff5252;
}
.pcoded-navbar.title-purple .pcoded-inner-navbar .pcoded-menu-caption {
  color: #9575CD;
}
.pcoded-navbar.title-lightblue .pcoded-inner-navbar .pcoded-menu-caption {
  color: #23b7e5;
}
.pcoded-navbar.title-dark .pcoded-inner-navbar .pcoded-menu-caption {
  color: #323437;
}

/* ====== [ Menu title color end ] ================ */
/* ====== [ Hide Caption start ] ============== */
.pcoded-navbar.caption-hide .pcoded-menu-caption {
  display: none;
}

/* ====== [ Hide Caption end ] ================ */
/* ==========================    Diffrent Layout Styles end     ====================== */
/* temp SCSS for document */
.doc-img > a {
  position: relative;
  width: 130px;
  height: 80px;
  display: inline-block;
  border: 3px solid #fff;
  margin-right: 5px;
  background: #f4f7fa;
  overflow: hidden;
}
.doc-img > a span {
  width: 100%;
  position: absolute;
}
.doc-img > a span:after, .doc-img > a span:before {
  content: "";
  height: 100%;
  position: absolute;
}
.doc-img > a span:before {
  width: 30%;
  left: 0;
  background: #26344E   ;
}
.doc-img > a span:after {
  width: 70%;
  right: 0;
  background: #f4f7fa;
}
.doc-img > a > span:nth-child(1) {
  height: 20%;
  top: 0;
}
.doc-img > a > span:nth-child(2) {
  height: 80%;
  bottom: 0;
}
.doc-img > a.active {
  border-color: #26344e;
}
.doc-img > a.active:before {
  content: "\e83f";
  top: -4px;
  font-size: 20px;
  position: absolute;
  left: 10px;
  font-family: "feather";
  z-index: 1001;
  color: #26344e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 0 3px 8px rgba(4, 169, 245, 0.9), 0 3px 8px rgba(0, 0, 0, 0.1);
}
.doc-img > a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}
.doc-img > a[data-value="menu-light"] span:before {
  background: #fff;
}
.doc-img > a[data-value="dark"] span:after {
  background: #101011;
}
.doc-img.navbar-color > a[data-value="navbar-blue"] > span:before {
  background: #26344e;
}
.doc-img.navbar-color > a[data-value="navbar-red"] > span:before {
  background: #ff5252;
}
.doc-img.navbar-color > a[data-value="navbar-purple"] > span:before {
  background: #9575CD;
}
.doc-img.navbar-color > a[data-value="navbar-lightblue"] > span:before {
  background: #23b7e5;
}
.doc-img.navbar-color > a[data-value="navbar-dark"] > span:before {
  background: #323437;
}
.doc-img.header-color > a[data-value="header-blue"] > span:nth-child(1):after {
  background: #26344e;
}
.doc-img.header-color > a[data-value="header-red"] > span:nth-child(1):after {
  background: #ff5252;
}
.doc-img.header-color > a[data-value="header-purple"] > span:nth-child(1):after {
  background: #9575CD;
}
.doc-img.header-color > a[data-value="header-lightblue"] > span:nth-child(1):after {
  background: #23b7e5;
}
.doc-img.header-color > a[data-value="header-dark"] > span:nth-child(1):after {
  background: #323437;
}
.doc-img.brand-color > a[data-value="brand-blue"] > span:nth-child(1):before {
  background: #26344e;
}
.doc-img.brand-color > a[data-value="brand-red"] > span:nth-child(1):before {
  background: #ff5252;
}
.doc-img.brand-color > a[data-value="brand-purple"] > span:nth-child(1):before {
  background: #9575CD;
}
.doc-img.brand-color > a[data-value="brand-lightblue"] > span:nth-child(1):before {
  background: #23b7e5;
}
.doc-img.brand-color > a[data-value="brand-dark"] > span:nth-child(1):before {
  background: #323437;
}
.doc-img.active-color > a[data-value="active-default"] {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.doc-img.active-color > a[data-value="active-blue"] {
  background: #26344e;
}
.doc-img.active-color > a[data-value="active-red"] {
  background: #ff5252;
}
.doc-img.active-color > a[data-value="active-purple"] {
  background: #9575CD;
}
.doc-img.active-color > a[data-value="active-lightblue"] {
  background: #23b7e5;
}
.doc-img.active-color > a[data-value="active-dark"] {
  background: #323437;
}
.doc-img.title-color > a[data-value="title-default"] {
  background: #fff;
}
.doc-img.title-color > a[data-value="title-blue"] {
  background: #26344e;
}
.doc-img.title-color > a[data-value="title-red"] {
  background: #ff5252;
}
.doc-img.title-color > a[data-value="title-purple"] {
  background: #9575CD;
}
.doc-img.title-color > a[data-value="title-lightblue"] {
  background: #23b7e5;
}
.doc-img.title-color > a[data-value="title-dark"] {
  background: #323437;
}
.doc-img.navbar-images > a {
  height: 130px;
  background-size: 37px;
  background-position: left top;
}
.doc-img.navbar-images > a span:before {
  background: transparent;
}

.nav-link.active.h-blue {
  background: #26344e !important;
}

.nav-link.active.h-red {
  background: #ff5252 !important;
}

.nav-link.active.h-purple {
  background: #9575CD !important;
}

.nav-link.active.h-lightblue {
  background: #23b7e5 !important;
}

.nav-link.active.h-dark {
  background: #323437 !important;
}

@media all {
  .pcoded-header .dropdown.show::before {
    line-height: 0.1;
  }

  .pcoded-header .navbar-nav > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .pcoded-header .navbar-nav > li.dropdown {
    display: inline-block;
  }

  .dropdown-menu.show::before {
    top: -2px;
  }

  .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu::after {
    left: 40px;
  }
}
/* ===================================================================================================
 ==========================    Diffrent types of NAvbar Layout Styles end     ======================
 =================================================================================================== */
.pcoded-navbar.layout-2 a, .pcoded-navbar.layout-2-2 a, .pcoded-navbar.layout-3 a, .pcoded-navbar.layout-4 a, .pcoded-navbar.layout-4-2 a {
  color: rgba(255, 255, 255, 0.85);
}
.pcoded-navbar.layout-2 .pcoded-submenu, .pcoded-navbar.layout-2-2 .pcoded-submenu, .pcoded-navbar.layout-3 .pcoded-submenu, .pcoded-navbar.layout-4 .pcoded-submenu, .pcoded-navbar.layout-4-2 .pcoded-submenu {
  background-color: rgba(0, 0, 0, 0.05);
}
.pcoded-navbar.layout-2 .pcoded-submenu .pcoded-submenu, .pcoded-navbar.layout-2-2 .pcoded-submenu .pcoded-submenu, .pcoded-navbar.layout-3 .pcoded-submenu .pcoded-submenu, .pcoded-navbar.layout-4 .pcoded-submenu .pcoded-submenu, .pcoded-navbar.layout-4-2 .pcoded-submenu .pcoded-submenu {
  background-color: transparent;
}
.pcoded-navbar.layout-2.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after, .pcoded-navbar.layout-2-2.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after, .pcoded-navbar.layout-3.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after, .pcoded-navbar.layout-4.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after, .pcoded-navbar.layout-4-2.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu:after {
  display: none;
}
.pcoded-navbar.layout-2.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a, .pcoded-navbar.layout-2-2.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a, .pcoded-navbar.layout-3.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a, .pcoded-navbar.layout-4.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a, .pcoded-navbar.layout-4-2.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a {
  color: rgba(255, 255, 255, 0.85);
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar .pcoded-menu-caption, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar .pcoded-menu-caption, .pcoded-navbar.layout-3 .pcoded-inner-navbar .pcoded-menu-caption, .pcoded-navbar.layout-4 .pcoded-inner-navbar .pcoded-menu-caption, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar .pcoded-menu-caption {
  display: none;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li > a, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li > a, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a {
  padding: 20px 15px;
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li > a .pcoded-badge, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li > a .pcoded-badge, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li > a .pcoded-badge, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a .pcoded-badge, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a .pcoded-badge {
  top: 25px;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li > a > .pcoded-micon + .pcoded-mtext, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li > a > .pcoded-micon + .pcoded-mtext, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li > a > .pcoded-micon + .pcoded-mtext, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a > .pcoded-micon + .pcoded-mtext, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a > .pcoded-micon + .pcoded-mtext {
  top: 25px;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.pcoded-hasmenu > a:after, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.pcoded-hasmenu > a:after, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li.pcoded-hasmenu > a:after, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-hasmenu > a:after, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-hasmenu > a:after {
  top: 25px;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.active:after, .pcoded-navbar.layout-2 .pcoded-inner-navbar > li.pcoded-trigger:after, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.active:after, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.pcoded-trigger:after, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li.active:after, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li.pcoded-trigger:after, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li.active:after, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-trigger:after, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.active:after, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-trigger:after {
  display: none;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-2 .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-3 .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-trigger > a {
  background-color: rgba(0, 0, 0, 0.08);
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar li.active > a, .pcoded-navbar.layout-2 .pcoded-inner-navbar li:focus > a, .pcoded-navbar.layout-2 .pcoded-inner-navbar li:hover > a, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar li.active > a, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar li:focus > a, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar li:hover > a, .pcoded-navbar.layout-3 .pcoded-inner-navbar li.active > a, .pcoded-navbar.layout-3 .pcoded-inner-navbar li:focus > a, .pcoded-navbar.layout-3 .pcoded-inner-navbar li:hover > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar li.active > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar li:focus > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar li:hover > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar li.active > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar li:focus > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.layout-2 .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.layout-2 .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.layout-2-2 .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before, .pcoded-navbar.layout-3 .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.layout-3 .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.layout-3 .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before, .pcoded-navbar.layout-4 .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.layout-4 .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.layout-4 .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar li .pcoded-submenu > li.active > a:before, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar li .pcoded-submenu > li:focus > a:before, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar li .pcoded-submenu > li:hover > a:before {
  background: #fff;
}
.pcoded-navbar.layout-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(253Deg), color-stop(0, #1de9b6), color-stop(70%, #1dc4e9));
  background: linear-gradient(253Deg, #1de9b6 0, #1dc4e9 70%);
}
.pcoded-navbar.layout-2-2 {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.pcoded-navbar.layout-2-2 .navbar-brand .b-brand .b-bg {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.pcoded-navbar.layout-3 {
  background: #26344e;
}
.pcoded-navbar.layout-4, .pcoded-navbar.layout-4-2 {
  background: #212224;
}
.pcoded-navbar.layout-4 a, .pcoded-navbar.layout-4-2 a {
  color: rgba(255, 255, 255, 0.5);
}
.pcoded-navbar.layout-4 .pcoded-submenu, .pcoded-navbar.layout-4-2 .pcoded-submenu {
  background-color: rgba(255, 255, 255, 0.05);
}
.pcoded-navbar.layout-4 .pcoded-submenu .pcoded-submenu, .pcoded-navbar.layout-4-2 .pcoded-submenu .pcoded-submenu {
  background-color: transparent;
}
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-trigger > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.active > a, .pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-trigger > a {
  background-color: rgba(255, 255, 255, 0.08);
}
.pcoded-navbar.layout-4 .navbar-brand, .pcoded-navbar.layout-4-2 .navbar-brand {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span,
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span:after,
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span:before, .pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span:after,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span:before {
  background: #fff;
}
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu.on span, .pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu.on span {
  background: transparent;
}
.pcoded-navbar.layout-4 .navbar-brand .b-brand .b-bg, .pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg {
  background: #fff;
}
.pcoded-navbar.layout-4 .navbar-brand .b-brand .b-bg i, .pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg i {
  color: #1de9b6;
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcoded-navbar.layout-4-2 .navbar-brand {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg {
  background: #fff;
}
.pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg i {
  color: #1de9b6;
  background-image: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.layout-6 {
  background: #23b7e5;
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
  position: relative;
  /* for able pro style */
  /* dark navbar */
}
body.layout-6 .page-header-title + .breadcrumb > .breadcrumb-item:last-child a,
body.layout-6 .page-header-title h5,
body.layout-6 .pcoded-header .input-group .input-group-text,
body.layout-6 .pcoded-header .navbar-nav > li > .dropdown > .dropdown-toggle,
body.layout-6 .pcoded-header .navbar-nav > li > .dropdown-toggle,
body.layout-6 .pcoded-header .navbar-nav > li > a {
  color: #fff;
}
body.layout-6 .mobile-menu span,
body.layout-6 .mobile-menu span:after,
body.layout-6 .mobile-menu span:before,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span:after,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span:before {
  background: #fff;
}
body.layout-6 .breadcrumb-item + .breadcrumb-item::before,
body.layout-6 .page-header-title + .breadcrumb > .breadcrumb-item a {
  color: #FFF;
}
body.layout-6 .pcoded-content {
  background: #f4f7fa;
}
body.layout-6 .navbar-brand,
body.layout-6 .pcoded-header.header-blue,
body.layout-6 .pcoded-navbar,
body.layout-6 .pcoded-navbar.menu-light,
body.layout-6 .pcoded-navbar.menu-light .header-logo {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.layout-6 .pcoded-navbar .slimScrollDiv {
  background: #26344E   ;
  border-radius: 0 10px 0 0;
  -webkit-box-shadow: 0 0 20px 0 #26344E   ;
          box-shadow: 0 0 20px 0 #26344E   ;
}
body.layout-6.box-layout .pcoded-navbar .slimScrollDiv {
  border-radius: 10px 10px 0 0;
}
body.layout-6 .main-body {
  min-height: calc(100vh - 200px);
}
body.layout-6 .pcoded-navbar.menu-light .slimScrollDiv {
  background: #fff;
  -webkit-box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
          box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
}
body.layout-6 .pcoded-navbar.menu-light .slimScrollDiv .slimScrollBar {
  z-index: 1028 !important;
}
body.layout-6 .pcoded-navbar.mob-open ~ .pcoded-header:before,
body.layout-6 .pcoded-navbar.mob-open ~ .pcoded-main-container:before,
body.layout-6 .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header:before,
body.layout-6 .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-main-container:before {
  background: transparent;
}
body.layout-6 .pcoded-navbar.menupos-static .navbar-wrapper,
body.layout-6 .pcoded-navbar.menupos-static .scroll-div.navbar-content {
  position: absolute;
  height: 100%;
}
body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .b-brand {
  display: none;
}
body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .mobile-menu {
  right: auto;
  left: 20px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .mobile-menu span {
  background: transparent;
}
body.layout-6 .pcoded-content {
  margin-top: 200px;
}
body.layout-6 .pcoded-content .pcoded-inner-content {
  margin-top: -200px;
  min-height: calc(100vh + 150px);
}
body.layout-6 .card {
  border-radius: 5px;
}
body.layout-6 .pcoded-navbar .header-logo {
  background: transparent;
}
body.layout-6 .pcoded-navbar.navbar-dark.brand-lightblue .header-logo, body.layout-6 .pcoded-navbar.navbar-dark[class*="navbar-"].brand-lightblue .header-logo,
body.layout-6 .pcoded-navbar.navbar-dark .header-logo {
  background: transparent;
}
body.layout-6 .pcoded-navbar.navbar-dark .slimScrollDiv {
  background: #323437;
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 991px) {
  body.layout-6 .pcoded-header .input-group .input-group-text,
  body.layout-6 .pcoded-header .navbar-nav > li > .dropdown > .dropdown-toggle,
  body.layout-6 .pcoded-header .navbar-nav > li > .dropdown-toggle,
  body.layout-6 .pcoded-header .navbar-nav > li > a {
    color: #26344E   ;
  }
}

body.layout-8 .pcoded-header {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
          box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
}
body.layout-8 .pcoded-navbar.menu-light {
  -webkit-box-shadow: inset -1px 0 0 0 rgba(100, 121, 143, 0.122);
          box-shadow: inset -1px 0 0 0 rgba(100, 121, 143, 0.122);
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-submenu {
  background: transparent;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-menu-caption:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  height: 1px;
  width: calc(100% - 40px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
          box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-menu-caption:first-child:after {
  display: none;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li > a {
  border-radius: 0 20px 20px 0;
  margin-right: 15px;
  padding: 4px 15px;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li > a:after {
  top: 8px;
  right: 15px;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li > a > .pcoded-micon + .pcoded-mtext {
  top: 9px;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li.active > a, body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(35, 183, 229, 0.15);
  color: #23b7e5;
}
body.layout-8 .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a {
  margin-right: 8px;
}
body.layout-8 .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a:after {
  top: 8px;
  right: 15px;
}
body.layout-8 .pcoded-navbar.active-blue .pcoded-inner-navbar > li.active > a, body.layout-8 .pcoded-navbar.active-blue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(4, 169, 245, 0.15);
  color: #26344e;
}
body.layout-8 .pcoded-navbar.active-red .pcoded-inner-navbar > li.active > a, body.layout-8 .pcoded-navbar.active-red .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(255, 82, 82, 0.15);
  color: #ff5252;
}
body.layout-8 .pcoded-navbar.active-purple .pcoded-inner-navbar > li.active > a, body.layout-8 .pcoded-navbar.active-purple .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(149, 117, 205, 0.15);
  color: #9575CD;
}
body.layout-8 .pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.active > a, body.layout-8 .pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(35, 183, 229, 0.15);
  color: #23b7e5;
}
body.layout-8 .pcoded-navbar.active-dark .pcoded-inner-navbar > li.active > a, body.layout-8 .pcoded-navbar.active-dark .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(50, 52, 55, 0.15);
  color: #323437;
}
body.layout-8 .card {
  -webkit-box-shadow: 0 0px 0 1px rgba(100, 121, 143, 0.122);
          box-shadow: 0 0px 0 1px rgba(100, 121, 143, 0.122);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.layout-8 .card:hover {
  -webkit-box-shadow: 0 0px 0 1px rgba(100, 121, 143, 0.122), 0 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 0 1px rgba(100, 121, 143, 0.122), 0 2px 1px rgba(0, 0, 0, 0.05);
}

.gradientcolor .btn-round {
  border-radius: 30px;
}

.ChartShadow {
  -webkit-filter: drop-shadow(0px 20px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 20px 8px rgba(0, 0, 0, 0.2));
}

.chart-activity,
.chart-sale,
.chart-statistics,
.device-chart {
  margin: 0 auto;
}

#Statistics-sale .amcharts-cursor-fill {
  -webkit-filter: url(#shadow);
          filter: url(#shadow);
  fill: rgba(255, 255, 255, 0.3);
  stroke-width: 0;
}

.amcharts-zoom-out-bg,
.amcharts-zoom-out-image {
  display: none;
}

/* statistics section */
.card-command .card-icon {
  opacity: 0.5;
}

.mat-drp .btn.dropdown-toggle {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #d8d8d8;
}
.mat-drp .btn.dropdown-toggle:after {
  display: none;
}
.mat-drp .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.table-card .row-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}
.table-card .row-table i {
  padding: 50px 20px;
}
.table-card .row-table > [class*=col-] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}
.table-card .row-table > [class*=col-] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rides-bar i.rides-icon {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 50px;
  padding: 15px;
}

.visitor .img-female {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.visitor .img-men {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.profit-bar i {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 50px;
  padding: 13px;
}

.assets-value .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 103%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.assets-value .card-block {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .assets-value .bg-img {
    background: none;
  }
}

.chat-sanders .card-header {
  background: linear-gradient(-135deg, #26344E    0%, #26344E    100%);
}
.chat-sanders .msg {
  margin-bottom: 5px;
  display: inline-block;
  padding: 15px;
  position: relative;
}
.chat-sanders .scroll-wrapper {
  height: 305px;
}
.chat-sanders .received-chat h5 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.chat-sanders .received-chat .msg {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.chat-sanders .received-chat .msg:after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 18px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.chat-sanders .send-chat h5 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.chat-sanders .send-chat .msg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.chat-sanders .send-chat .msg:after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: 18px;
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
  border: 6px solid transparent;
  border-bottom-color: #1de9b6;
}
.chat-sanders .btn {
  background: none;
  opacity: 0.4;
}
.chat-sanders .form-control {
  background: #f4f7fa;
}
.chat-sanders .input-group {
  background: transparent;
}

.widget-menu {
  background: linear-gradient(-135deg, #88d3ce 0%, #6e45e2 100%);
}
.widget-menu .widget-title {
  border-top: 1px solid #676fb9;
}
.widget-menu i {
  opacity: 0.5;
}

.to-do .to-do-button {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.to-do .to-do-button .btn {
  width: 40px;
  height: 40px;
  float: right;
  border-radius: 50px;
  border: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
}

.lazy-dog i {
  opacity: 0.5;
}

.widget-content .widget-lorem .media h5 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.note-bar .friendlist-box {
  padding: 10px 20px;
  border-top: 1px solid #e3e3e3;
}
.note-bar .friendlist-box:first-child {
  border: 0;
}
.note-bar .friendlist-box h6 {
  display: inline-block;
}
.note-bar .friendlist-box i {
  opacity: 0.9;
  color: #888;
}

.to-do-list h6 {
  display: inline-block;
}
.to-do-list .done-task {
  opacity: 0.7;
}
.to-do-list .done-task > div {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}
.to-do-list .done-task h6,
.to-do-list .done-task p,
.to-do-list .done-task span {
  text-decoration: line-through;
}
.to-do-list .checkbox-fade .check-task {
  display: block;
}
.to-do-list .checkbox-fade .to-content {
  display: inline-block;
}
.to-do-list .checkbox-fade .cr {
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 24px;
  margin-right: 0.5em;
  position: relative;
  width: 24px;
  margin: 0;
  top: 5px;
}
.to-do-list .checkbox-fade .cr .cr-icon {
  color: #fff;
  font-size: 0.8em;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.to-do-list .checkbox-fade label input[type=checkbox] {
  display: none;
}
.to-do-list .checkbox-fade label input[type=checkbox] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.to-do-list .checkbox-fade label input[type=checkbox]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.to-do-list .checkbox-fade label input[type=checkbox]:checked + .cr {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border: 0;
}

.User-Activity .table td,
.user-list .table td {
  vertical-align: middle;
}
.User-Activity .table thead th,
.user-list .table thead th {
  border: 0;
}

.Application-list .table td,
.code-table .table td {
  vertical-align: middle;
}
.Application-list .table .label,
.code-table .table .label {
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.Application-list thead th,
.code-table thead th {
  border: 0;
}

.Recent-Users .table tr:first-child td,
.User-Lists .table tr:first-child td {
  border-top: 0;
}
.Recent-Users .table td,
.User-Lists .table td {
  vertical-align: middle;
}
.Recent-Users .table .label,
.User-Lists .table .label {
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.social-media .progress {
  background: transparent;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media .progress h5 {
  position: relative;
  top: -2px;
}

.post-emoticon ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}
.post-emoticon li {
  display: inline-block;
}
.post-emoticon i {
  position: relative;
  top: 4px;
}

.visa-top .visa img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.loction-user .row {
  padding: 35px 30px;
}
.loction-user i {
  opacity: 0.5;
}
.loction-user .loction-progress {
  padding: 35px 30px;
}
.loction-user .loction-progress .progress {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10px;
  border-radius: 0;
}

.Design-sprint .design-image,
.dashboard-kit .design-image {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.Design-sprint li,
.dashboard-kit li {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}
.Design-sprint .btn,
.dashboard-kit .btn {
  border-radius: 50px;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.Design-sprint i,
.dashboard-kit i {
  opacity: 0.3;
}

.ux-designer {
  position: relative;
  padding: 35px 30px;
}
.ux-designer .btn {
  border-radius: 50px;
  border: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: -20px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.task-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 30px 0 0;
}
.task-list:after {
  content: "";
  position: absolute;
  background: #ecedef;
  height: 100%;
  width: 2px;
  top: 0;
  left: 30px;
  z-index: 1;
}
.task-list li {
  margin-bottom: 30px;
  padding-left: 55px;
  position: relative;
}
.task-list li:last-child {
  margin-bottom: 0;
}
.task-list li .task-icon {
  position: absolute;
  left: 22px;
  top: 13px;
  border-radius: 50%;
  padding: 2px;
  width: 17px;
  height: 17px;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.project-main {
  padding: 30px 25px;
}
.project-main i {
  opacity: 0.4;
}

.user-chart i {
  opacity: 0.3;
}

.leads-progress .progress,
.progress-gender .progress {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10px;
  border-radius: 0;
}

.user-card .label {
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.user-card .dropdown-toggle {
  cursor: pointer
}

.user-card .cover-img-block {
  position: relative
}

.user-card .cover-img-block>img {
  width: 100%
}

.user-card .cover-img-block .change-cover {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  opacity: 0;
  transition: all .3s ease-in-out
}

.user-card .cover-img-block .change-cover .dropdown-toggle {
  color: #fff;
  background: rgba(0,0,0,.6);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.user-card .cover-img-block .change-cover .dropdown-toggle:after {
  display: none
}

.user-card .cover-img-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: rgba(0,0,0,.4);
  transition: all .3s ease-in-out
}

.user-card .cover-img-block:hover .change-cover,.user-card .cover-img-block:hover .overlay {
  opacity: 1
}

.user-card .user-about-block {
  margin-top: 0px;
  margin-bottom: .5rem;
  z-index: 1;
  position: relative;
  align-items: center;
}
.user-about-block div.card {
  display: inline-block;
  position: relative;
  padding: .5rem;
  border-radius: .375rem;
}

.user-card .hover-data {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36,46,62,.92);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all .3s ease-in-out
}

.user-card:hover .hover-data {
  transform: scale(1)
}

.user-card .change-profile .dropdown-toggle::after {
  display: none
}

.user-card .change-profile .profile-dp {
  position: relative;
  overflow: hidden;
  padding: 5px;
  width: 110px;
  height: 110px;
  border-radius: 20%;
  border: 2px solid var(--bs-border-color);
}

.user-card .change-profile .profile-dp .overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  background: rgba(0,0,0,.4);
  transition: all .3s ease-in-out
}

.user-card .change-profile .profile-dp .overlay span {
  background: rgba(0,0,0,.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.4);
  padding: 0 0 5px
}

.user-card .change-profile .profile-dp:hover .overlay {
  opacity: 1
}

.user-card .wid-80 {
  width: 100px
}
.user-card .wid-70 {
  width: 70px
}

@media only screen and (max-width: 992px) {
  .user-card .user-about-block {
      margin-top:-10px
  }

  .user-card .wid-80 {
      width: 60px
  }

  .user-card .change-profile .profile-dp {
      width: 90px;
      height: 90px
  }

  .user-card.user-card-2.shape-right .cover-img-block {
      -webkit-clip-path: none;
      clip-path: none
  }

  .user-card .cover-img-block .change-cover .dropdown-toggle {
      padding: 5px 7px
  }
}


.user-card .user-about-block {
  margin-top: -20px;
  z-index: 1;
  position: relative
}

/* .user-card .user-about-block img {
  box-shadow: 0 0 0 3px var(--bs-secondary-bg);
} */

.user-card .hover-data {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36,46,62,.92);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all .3s ease-in-out
}

.user-card:hover .hover-data {
  transform: scale(1)
}

.user-card .change-profile .dropdown-toggle::after {
  display: none
}

.user-card .change-profile .profile-dp {
  position: relative;
  overflow: hidden;
  padding: 5px;
  width: 110px;
  height: 110px;
  border-radius: 50%
}

.user-card .change-profile .profile-dp .overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  background: rgba(0,0,0,.4);
  transition: all .3s ease-in-out
}

.user-card .change-profile .profile-dp .overlay span {
  background: rgba(0,0,0,.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.4);
  padding: 0 0 5px
}

.user-card .change-profile .profile-dp:hover .overlay {
  opacity: 1
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.tab-content .btn-sm.float-end.introjs-button i,.tab-content .btn.btn-sm.float-end i {
  font-size: 14px; /* style="font-size: 0.7rem;" ---> look for this in an icon in the templates if you ever want to change it */
}

.media {
  display: flex
}

.media .media-body {
  flex: 1
}
.media .media-body p {
  font-size: 1.1rem;
}



.border-top-none {
  border-top: none !important
}

.border-top {
  border-top: 1px solid var(--bs-border-color) !important;
}

.border-start {
  border-left: 1px solid var(--bs-border-color)!important
}
.border-start-strong {
  border-left:1px solid #444 !important;
}
.border-end {
  border-right: 1px solid var(--bs-border-color)!important
}
.border-sm-end {
  border-right: 1px solid var(--bs-border-color)!important
}
.border-md-end {
  border-right: 1px solid var(--bs-border-color)!important
}
.border-lg-end {
  border-right: 1px solid var(--bs-border-color)!important
}
@media screen and (max-width: 576px) {
  .border-sm-end {
    border-right: none !important;
  }
}
@media screen and (max-width: 768px) {
  .border-md-end {
    border-right: none !important;
  }
}
@media screen and (max-width: 992px) {
  .border-lg-end {
    border-right: none !important;
  }
}
.border-bottom {
    border-bottom: var(--primer-borderWidth-thin, 1px) solid var(--color-border-default) !important;
}
.border-bottom {
  border-bottom:1px solid #dee2e6 !important;
}

.border-bottom-strong {
  border-bottom:1px solid #444 !important;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
  margin: .2rem 0rem !important;
}

.list-group-item-action:focus,.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: transparent !important;
  border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
      flex-direction:row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
      flex-direction:row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
      flex-direction:row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
      flex-direction:row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
      flex-direction:row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619
}

.float-end {
  float: right!important
}








.Active-visitor .progress {
  height: 7px;
}
.Active-visitor .card-active > div + div {
  border-left: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .Active-visitor .card-active [class*=col-]:last-child {
    border-left: 0;
    margin-top: 20px;
  }
}

.Invoice-bar .invoice-lable label {
  background: #fff;
  border-radius: 15px;
  padding: 4px 20px;
}
.Invoice-bar i {
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Invoice-bar .progress {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 0;
  height: 7px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.location-sale .card-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .location-sale .card-icon {
    display: none;
  }
}

.card-Impression i {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  width: 52px;
  height: 52px;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.card-Revenue i {
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-customer i {
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 375px) {
  .card-customer i {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
}

.ticket-customer i {
  position: absolute;
  opacity: 0.2;
  right: 32px;
  bottom: 30px;
}

.ticket-visitor .progress {
  border-radius: 0;
  height: 13px;
}

.customer-visitor i {
  opacity: 0.2;
  font-size: 118px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card.card-social {
  background-color: var(--bs-secondary-bg);
}

.card-social:hover i {
  font-size: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-social .progress {
  height: 6px;
}
.card-social .card-active > div + div {
  border-left: 1px solid #eaeaea;
}

.Online-Order .progress,
.statistial-visit .progress {
  height: 6px;
}

.team-leader .slide {
  margin-bottom: 32px;
}
.team-leader .slide li {
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  margin: 0 6px;
  border-radius: 50px;
}
.team-leader .slide .carousel-indicators {
  bottom: -44px;
}
.team-leader .slide .carousel-indicators .active {
  background: #869791;
}

.affilate-offers .card-icon {
  opacity: 0.5;
}
.affilate-offers .label {
  border-radius: 15px;
  margin: 0;
  padding: 8px 18px;
}

.earning-date .bd-example {
  padding: 0;
  margin: 0;
  border: 0;
}
.earning-date .bd-example .nav-pills {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.earning-date .bd-example .nav-pills .nav-link {
  min-width: auto;
  padding: 6px 20px;
  color: #fff;

}
.earning-date .bd-example .nav-pills .nav-link.active {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}
.earning-date .bd-example .nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 11px;
}
.earning-date .bd-example .tab-content {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sale-view i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.project-task i {
  opacity: 0.5;
}
.project-task .label {
  border-radius: 15px;
  margin: 0;
  padding: 6px 16px;
}
.project-task .progress {
  height: 6px;
}

.card-event .label {
  border-radius: 15px;
  margin: 0;
  padding: 5px 16px;
}
.card-event i {
  position: absolute;
  bottom: 36px;
  right: 27px;
}

.bitcoin-wallet i {
  position: absolute;
  right: 30px;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}

.summary-box .card-icon {
  opacity: 0.4;
}

.feature-card-box .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  font-size: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-card-box:hover .feature-icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.card .card-block code {
  background-color: #eee;
  margin: 5px;
  display: inline-block;
  border-radius: 3px;
  padding: 0 3px;
}
.card.summary-card {
  margin: 0px 5px 20px 5px;
}
.card .card-block.recruitmentgroup_status {
  text-align: center;
  border-radius: .375rem;
  padding: 7px;
}
.card .card-block.health_status {
  text-align: center;
  border-radius: .375rem;
}
.card .card-block.recruitmentgroup_status h5,
.card .card-block.recruitmentgroup_status h3  {
  color: #FFF;
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_recruited {
  background-color: #007bff;
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_trial {
  background-color: rgb(23, 162, 184); /* Equivalent to the "info"-classes bootstrap-5 colour */
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_recruit {
  background-color: #28a745;
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_negotiate {
  background-color: rgb(111, 66, 193); /* Equivalent to the $purple bootstrap-5 colour */
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_maybe {
  background-color: #ffa807;
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_dontrecruit {
  background-color: #dc3545;
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_refused {
  background-color: #212529;
}
.card .card-block.recruitmentgroup_status.recruitmentgroup_notanalysed {
  background-color: #6c757d;
}

.card.avg-age-card,
.card.feet-card {
  margin: 10px 5px 20px 5px;
}

.card.avg-age-card .recruitmentgroup_status {
  padding: 10px 15px;
} 
.card.avg-age-card .recruitmentgroup_status h5 {
  margin: 0px;
} 

.card.feet-card {
  text-align: center;
  box-shadow: none;
    /* margin-bottom: 30px; */
    -webkit-transition: none;
    transition: none;
} 
.card.feet-card .recruitmentgroup_foot {
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: .375rem;
  padding: 10px 15px;
} 
.card.feet-card .recruitmentgroup_foot h5 {
  margin-bottom: 0;
} 



@media screen and (max-width: 767px) {
  .user-designer [class*=col-]:last-child {
    margin-top: 15px;
  }
}
.offline-box iframe {
  width: 100%;
  border: 1px solid #ddd;
}

/* ===================== to do page ============================= */
#task-container ul {
  overflow: hidden;
  padding: 0;
}
#task-container li {
  float: left;
  width: 49%;
  overflow: auto;
  height: auto;
  min-height: 10px;
  background: #fff;
  display: inline-block;
  padding: 20px;
  border: 1px solid #ccc;
  color: #666;
  border-top: 5px solid #26344e;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 2%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#task-container li:nth-child(2n) {
  margin-right: 0;
}
#task-container li.complete {
  opacity: 1;
  border-top: 9px solid #f44236;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#task-container li.complete:before {

  position: absolute;
  top: 5px;
  right: 5px;
  content: "";
  width: 55px;
  height: 55px;
  background-size: 100%;
}
#task-container li.complete p {
  text-decoration: line-through;
}
@media screen and (max-width: 580px) {
  #task-container li {
    width: 100%;
  }
}

.new-task .to-do-list .cr {
  float: left;
  top: 0;
  margin-right: 16px;
}
.new-task label input[type=checkbox] {
  display: none;
}

.checkbox-fade .cr {
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  margin-right: 0.5em;
  position: relative;
  width: 24px;
  margin-right: 16px;
  top: 0;
}

.task-panel .to-do-label {
  margin-bottom: 15px;
}
.task-panel .to-do-label:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.done-task .captions,
.done-task span {
  color: #919aa3;
  text-decoration: line-through;
}

.to-do-list i {
  color: #ccc;
  font-size: 17px;
  opacity: 0;
}
.to-do-list:hover i {
  opacity: 1;
  -webkit-transition: opacity ease-in 0.3s;
  transition: opacity ease-in 0.3s;
}

.note-card .note-box-aside {
  border-right: 1px solid #ddd;
}
.note-card .Note-header {
  padding: 20px 0;
}
.note-card #Note-pad {
  border: none;
  resize: none;
  background: 0 0;
  padding: 0 20px 0 50px;
  line-height: 35px;
}
.note-card .note-write {
  position: relative;
  background: -webkit-linear-gradient(top, #98dcfa 0%, #e1f5fe 5%) 0 0;
  background-size: 100% 35px;
}
.note-card .note-write:before {
  content: '';
  position: absolute;
  width: 0;
  top: 0;
  left: 32px;
  bottom: 0;
  border-left: 1px solid #4fc3f7;
}
.note-card .note-write:after {
  content: '';
  position: absolute;
  width: 0;
  top: 0;
  left: 34px;
  bottom: 0;
  border-left: 1px solid #4fc3f7;
}
.note-card .Note-delete {
  margin-bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  position: absolute;
  right: 20px;
  color: #fff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.note-card #Note-list li:hover .Note-delete {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/* ===================== Gallery page ============================= */
.gallery-masonry .card-columns {
  -webkit-column-count: 4;
          column-count: 4;
}

@media screen and (max-width: 1400px) {
  .gallery-masonry .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 992px) {
  .gallery-masonry .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 575px) {
  .gallery-masonry .card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.job-meta-data i {
  margin-right: 5px;
  color: #26344e;
}

/* ===================== Task-list page ============================= */
.task-data img {
  width: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.task-data i {
  color: #111;
}
.task-data .dropdown-toggle:after {
  color: #111;
}

.task-board-left .task-right-header-revision,
.task-board-left .task-right-header-status,
.task-board-left .task-right-header-users {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.task-board-left .taskboard-right-progress,
.task-board-left .taskboard-right-revision,
.task-board-left .taskboard-right-users {
  padding-top: 10px;
}
.task-board-left .taskboard-right-progress .progress {
  height: 9px;
  margin-bottom: 25px;
}
.task-board-left .user-box .media-object {
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.task-board-left .user-box .media-left {
  position: relative;
}
.task-board-left .user-box .btn.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.task-board-left .live-status {
  height: 8px;
  width: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  top: 5px;
}

.filter-bar .navbar {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
          box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 557px) {
  .filter-bar .navbar .f-text {
    display: block;
    width: 100%;
  }
  .filter-bar .navbar .f-view {
    padding-left: 24px;
  }
  .filter-bar .navbar .f-view span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.filter-bar .label {
  border-radius: 4px;
  font-size: 13px;
  padding: 3px 7px;
}
.filter-bar .task-detail {
  margin-bottom: 5px;
}
.filter-bar .card-task .task-list-table {
  display: inline-block;
}
.filter-bar .card-task .task-list-table img {
  width: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-bar .card-task .task-list-table i {
  color: #111;
}
.filter-bar .card-task .task-board {
  float: right;
  margin-top: 5px;
}
.filter-bar .card-task .task-board .dropdown {
  display: inline-block;
}
.filter-bar .card-task .task-board .btn {
  padding: 4px 10px;
  font-size: 10px;
  margin: 0;
}

.assign-user img,
.task-comment img {
  width: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ===================== Invoice page ============================= */
.invoice-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.invoice-table.table {
  padding-left: 20px;
}
.invoice-table.table td {
  border: 0;
  padding: 4px 0;
}

.invoive-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.invoive-info h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.invoive-info .invoice-order.table {
  padding-left: 0;
}
.invoive-info .invoice-order.table th {
  border: 0;
  padding: 4px 0;
}
.invoive-info .invoice-order.table th:first-child {
  padding-left: 0;
  width: 80px;
}

.invoice-total.table {
  background: #f3f3f3;
  padding: 30px 0;
}
.invoice-total.table th {
  border: 0;
  padding: 4px 0;
  text-align: right;
}
.invoice-total.table td {
  text-align: right;
}
.invoice-total.table tbody {
  padding-right: 20px;
  float: right;
}

.invoice-summary .label {
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 12px;
}

.invoice-list .btn {
  padding: 5px 10px;
  font-size: 12px;
}
.invoice-list .task-list-table {
  display: inline-block;
}

/*  ================ new css =================== */
.datepicker-dropdown {
  padding: 20px;
  color: #fff;
  background: #26344E   ;
  font-size: 14px;
}
.datepicker-dropdown:after {
  border-bottom: 6px solid #26344E   ;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #26344E   ;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active, .datepicker table tr td.highlighted,
.datepicker table tr td.today, .datepicker table tr td.day:hover, .datepicker table tr td.focused, .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: #1A263B;
  color: #fff;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #ffffff94;
}

.syntax-output {
  border-radius: 0.375rem;
  border: 1px solid #eaeaea;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 3px 9px !important;
  background-color: #26344e;
  color: #fff;
}
.owl-carousel button:focus {
  outline: none;
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #26344e;
  color: #fff;
}

.counter b {
  font-size: 24px;
}

.tour-mobile .error-block {
  display: none;
}

.message-mobile span {
  font-size: 16px;
}
.message-mobile .task-right-header-status {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .message-mobile .task-right-header-status {
    display: none;
  }
}




/* FULLCALENDAR EDITIONS */
.card.card-calendar {
  border: none;
  background-color: var(--bs-light-bg-subtle);
  box-shadow: none;
}

.fc .fc-button {
  font-size: 0.9rem;
  padding: 0.3em 0.65em;
}

.fc .fc-button-primary {
  background-color: var(--bs-tertiary-color);
  border-color: var(--bs-border-color);
}
.fc .fc-button-primary:hover {
  background-color: var(--bs-secondary-color);
  border-color: var(--bs-border-color);
}

.fc .fc-button-primary:disabled {
    background-color: var(--bs-light-bg-subtle);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: var(--bs-secondary-color);
  border-color: var(--bs-border-color);
}

.fc-direction-ltr .fc-button-group>.fc-button:first-child {
  border-radius: .375rem 0 0 .375rem;
}
.fc-direction-ltr .fc-button-group>.fc-button:last-child {
  border-radius: 0 .375rem .375rem 0;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  color: var(--bs-body-color) ;
}

.fc-daygrid-dot-event .fc-event-title {
  color: var(--bs-secondary-color);
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
  box-shadow: 0 0 0 1px var(--bs-card-border-color);
}

.fc-day-today {
    /* background: rgba(0, 128, 0, .05) !important; */
    /* background: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; */
    background: var(--bs-secondary-bg) !important;
    /* background: rgba(38, 52, 78, .07) !important; */
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid var(--bs-card-border-color);
}

.fc .fc-timegrid-slot-minor {
  border-top-style: hidden !important;
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
  color: var(--bs-secondary-color);
  font-size: .9rem;
}

.fc-col-header-cell-cushion {
  color: var(--bs-tertiary-color);
}
.fc-col-header-cell-cushion:hover {
  color: var(--bs-secondary-color);
}



.fc-daygrid-day-number {
  color: #777 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(38,52,78, .1);
}
.fc-h-event {
  background-color: rgba(38,52,78, .9);
  border: 1px solid #26344e;
}
.fc-theme-standard .fc-scrollgrid {
  border-radius: .375rem;
  border: 1px solid var(--bs-card-border-color);
}
.fullcalendar-card .fc-button {
  background-color: #26344e;
  border-color: #fff;
  color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  height: 37px;
  padding: 0 15px;
}
.fullcalendar-card h2 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .fullcalendar-card .fc .fc-toolbar > * > * {
    float: none;
  }
  .fullcalendar-card .fc-toolbar .fc-left, .fullcalendar-card .fc-toolbar .fc-right, .fullcalendar-card .fc-toolbar .fc-center {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.ck-content strong {
  font-weight: 600;
}

div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-toolbar > .toolbar span {
  padding: 3px 0.9em !important;
  background: #26344e !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

pre[class*=language-]:after, pre[class*=language-]:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  .note-card .note-box-aside {
    border: none !important;
  }
}
@media screen and (max-width: 991px) {
  .ch-block {
    display: none;
  }

  .msg-block.dis-chat .taskboard-right-progress {
    display: none;
  }
  .msg-block.dis-chat .ch-block {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .tour-mobile .error-block {
    display: block;
  }

  .tour-mobile .page-wrapper {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .horizontal-mobile {
    display: none;
  }
}
/**  =====================
      Form Componant css start
==========================  **/
.custom-select,
.form-control {
  /* background: #FFF; */
  padding: 5px 15px;
  font-size: 11px;
}
/* .custom-select:focus,
.form-control:focus {
  background: #FFF;
} */
.custom-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #aaaeb3;
  opacity: 1;
}
.custom-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #aaaeb3;
}
.custom-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #aaaeb3;
}

/* input group start */

.input-group .input-group-text {
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}
.input-group .input-group-text i {
  font-size: 20px;
}
.input-group .custom-file-label {
  margin-bottom: 0;
}
.input-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.cust-file-button .custom-file-label {
  height: calc(2.25rem + 8px);
  line-height: 2.5;
}
.cust-file-button .custom-file-label::after {
  padding: 0.775rem 0.75rem;
  height: 2.65rem;
}

.custom-select {
  height: calc(2.25rem + 9px);
}

/* input group End */
/**====== Form Componant css end ======**/
/* select.form-control:not([size]):not([multiple]) {
  height: calc(2.2rem + 2px);
    padding: 0.2rem 0.75rem !important;

} */

/* .input-group-sm, .btn-sm  {
  min-height: calc(2.2rem + 2px);
    padding: 0.2rem 0.75rem !important;

} */

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.375rem + 2px);
}

/* SELECTIZE INPUT EDITIONS TO ORIGINAL LIBRARY [START] */

.selectize-input {
  box-shadow: none !important;
  padding: 5px 10px !important;
  border-radius: var(--bs-border-radius) !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.selectize-input.focus {
  /* border-color: #26344e !important;
  box-shadow: none !important;
  border: 2px solid #26344e !important; */

  color: var(--bs-body-color) !important;
  background-color: var(--bs-body-bg) !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
}

.selectize-control.single .selectize-input {
  background-color: var(--bs-body-bg) !important;
  background-image: none !important;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  text-align: left;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
  background-color: var(--bs-body-bg) !important;
  text-align: left;
}

.selectize-dropdown {
  margin: 2px 0px !important;
  padding: 3px 0 !important;
  border-radius: 3px !important;
  background-color: var(--bs-body-bg) !important;
}

.selectize-dropdown .selected,
.selectize-dropdown .active {
  background-color: #e9ecef !important;
  color: #000 !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: var(--bs-body-color) !important;
}

.selectize-control.form-control-sm .selectize-input.has-items {
  min-height: calc(2.2rem + 2px) !important;
  padding: .375rem .75rem !important;

}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(40,167,69,.4) !important;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: none !important;
  background-color: var(--bs-secondary-bg) !important;
  background-image: linear-gradient(to bottom,#efefef,#efefef) !important;
  color: #343a40;
  border: 0 solid #dee2e6;
  text-shadow: none;
}

.selectize-control.multi .selectize-input>div.active {
  background: #007bff !important;
  border: 0 solid transparent !important;
}

.selectize-dropdown .create, .selectize-dropdown .no-results, .selectize-dropdown .optgroup-header, .selectize-dropdown .option {
  padding: 4px 8px;
  margin: 2px 0px;
}

.selectize-control.multi .selectize-input>div {
  margin: 0px 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: calc(8px - 4px - 1px) 8px calc(8px - 2px - 3px - 1px) !important;
}
/* SELECTIZE INPUT EDITIONS TO ORIGINAL LIBRARY [END] */


.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.bootstrap-tagsinput {
  width: 100%;
}
/**  =====================
      Radio & Checked css start
==========================  **/
.checkbox {
  padding: 10px 0;
  min-height: auto;
  position: relative;
  margin-right: 5px;
}
.checkbox input[type=checkbox] {
  margin: 0;
  display: none;
  width: 22px;
}
.checkbox input[type=checkbox] + .cr {
  padding-left: 0;
}
.checkbox input[type=checkbox] + .cr:before {
  content: "\e83f";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #e9eaec;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'feather';
  font-weight: 400;
  line-height: 19px;
  vertical-align: bottom;
  text-align: center;
  background: #ffffff;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type=checkbox]:checked + .cr:before {
  background: #1dd5d2;
  border-color: #1dd5d2;
  color: #ffffff;
}
.checkbox input[type=checkbox].disabled + .cr, .checkbox input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.checkbox input[type=checkbox].disabled + .cr:before, .checkbox input[type=checkbox]:disabled + .cr:before {
  cursor: not-allowed;
}
.checkbox.checkbox-fill input[type=checkbox] + .cr:after {
  content: "";
  width: 22.5px;
  height: 22.5px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #e9eaec;
  border-radius: 2px;
  vertical-align: bottom;
  text-align: center;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 8.5px;
  left: 3px;
}
.checkbox.checkbox-fill input[type=checkbox] + .cr:before {
  opacity: 0;
  content: "\e840";
  font-size: 20px;
  background: transparent;
}
.checkbox.checkbox-fill input[type=checkbox]:checked + .cr:after {
  opacity: 0;
}
.checkbox.checkbox-fill input[type=checkbox]:checked + .cr:before {
  opacity: 1;
  background: transparent;
  color: #6c757d;
  border-color: transparent;
}
.checkbox.checkbox-primary input[type=checkbox]:checked + .cr:before {
  background: #26344e;
  border-color: #26344e;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-primary input[type=checkbox]:checked + .cr:before {
  background: transparent;
  color: #26344e;
  border-color: transparent;
}
.checkbox.checkbox-danger input[type=checkbox]:checked + .cr:before {
  background: #f44236;
  border-color: #f44236;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-danger input[type=checkbox]:checked + .cr:before {
  background: transparent;
  color: #f44236;
  border-color: transparent;
}
.checkbox.checkbox-success input[type=checkbox]:checked + .cr:before {
  background: #1de9b6;
  border-color: #1de9b6;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-success input[type=checkbox]:checked + .cr:before {
  background: transparent;
  color: #1de9b6;
  border-color: transparent;
}
.checkbox.checkbox-warning input[type=checkbox]:checked + .cr:before {
  background: #f4c22b;
  border-color: #f4c22b;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-warning input[type=checkbox]:checked + .cr:before {
  background: transparent;
  color: #f4c22b;
  border-color: transparent;
}
.checkbox.checkbox-info input[type=checkbox]:checked + .cr:before {
  background: #3ebfea;
  border-color: #3ebfea;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-info input[type=checkbox]:checked + .cr:before {
  background: transparent;
  color: #3ebfea;
  border-color: transparent;
}
.checkbox .cr {
  cursor: pointer;
}

.radio {
  padding: 10px 0;
  min-height: auto;
  position: relative;
  margin-right: 5px;
}
.radio input[type=radio] {
  margin: 0;
  display: none;
  width: 22px;
}
.radio input[type=radio] + .cr {
  padding-left: 0;
}
.radio input[type=radio] + .cr:after, .radio input[type=radio] + .cr:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: bottom;
  background: #fff;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio input[type=radio] + .cr:before {
  width: 22px;
  height: 22px;
  border: 2px solid #e9eaec;
}
.radio input[type=radio] + .cr:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 13px;
  left: 5px;
}
.radio input[type=radio]:checked + .cr:before {
  border-color: #1dd5d2;
}
.radio input[type=radio]:checked + .cr:after {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.radio input[type=radio]:disabled + .cr {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio input[type=radio]:disabled + .cr:after, .radio input[type=radio]:disabled + .cr:before {
  cursor: not-allowed;
}
.radio.radio-fill input[type=radio] + .cr:after {
  width: 18px;
  height: 18px;
  top: 10px;
  left: 2px;
}
.radio.radio-primary input[type=radio]:checked + .cr:before {
  border-color: #26344e;
}
.radio.radio-primary input[type=radio]:checked + .cr:after {
  background: #26344e;
}
.radio.radio-danger input[type=radio]:checked + .cr:before {
  border-color: #f44236;
}
.radio.radio-danger input[type=radio]:checked + .cr:after {
  background: #f44236;
}
.radio.radio-success input[type=radio]:checked + .cr:before {
  border-color: #1de9b6;
}
.radio.radio-success input[type=radio]:checked + .cr:after {
  background: #1de9b6;
}
.radio.radio-warning input[type=radio]:checked + .cr:before {
  border-color: #f4c22b;
}
.radio.radio-warning input[type=radio]:checked + .cr:after {
  background: #f4c22b;
}
.radio.radio-info input[type=radio]:checked + .cr:before {
  border-color: #3ebfea;
}
.radio.radio-info input[type=radio]:checked + .cr:after {
  background: #3ebfea;
}
.radio .cr {
  cursor: pointer;
}

@-moz-document url-prefix() {
  .radio input[type="radio"] + .cr::after {
    top: 14px;
  }
}
.custom-controls-stacked .radio input[type=radio] + .cr:after {
  top: 15px;
}

/**====== Radio & Checked css end ======**/
/**  =====================
      Label & Badges css start
==========================  **/
.label {
  padding: 4px 10px;
  min-height: auto;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.label.label-primary {
  background: #26344e;
  color: #ffffff;
}
.label.label-danger {
  background: #f44236;
  color: #ffffff;
}
.label.label-success {
  background: #1de9b6;
  color: #ffffff;
}
.label.label-warning {
  background: #f4c22b;
  color: #ffffff;
}
.label.label-info {
  background: #3ebfea;
  color: #ffffff;
}

/**====== Label & Badges css end ======**/
/**  =====================
      Data Tables css start
==========================  **/



.table thead th {
  border-bottom: none;
}
.table tbody + tbody {
  border-top: none;
}

/* Border versions */
.table-bordered {
  border: 1px solid var(--bs-border-color);
}
.table-bordered td,
.table-bordered th {
  border: 1px solid var(--bs-border-color);
}

/* Zebra-striping */
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(4, 169, 245, 0.05);
}

/* Hover effect */
.table-hover tbody tr:hover {
  background-color: var(--bs-light-bg-subtle);
}

/* Table backgrounds */
.table .thead-dark th {
  color: #fff;
  background-color: #37474f;
  border-color: #222c31;
}

.table-dark {
  color: #fff;
  background-color: #37474f;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #222c31;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #334249;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #2d3940;
}

/* fixed header position */

@media screen and (max-width: 992px) {
  .fixedHeader-locked {
    display: none !important;
  }
}
/**  =====================
      Foo-table css start
==========================  **/
.footable .pagination > .active > a,
.footable .pagination > .active > span {
  background-color: #26344e;
  border-color: #26344e;
}
.footable .pagination > .active > a:focus, .footable .pagination > .active > a:hover,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
  background-color: #26344e;
  border-color: #26344e;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  color: #222;
}

.footable-details.table,
.footable.table {
  margin-bottom: 0;
}

table.footable > tfoot > tr.footable-paging > td > span.label {
  margin-bottom: 0;
}
table.footable-paging-center > tfoot > tr.footable-paging > td {
  padding-bottom: 0;
}

.table-columned > tbody > tr > td {
  border: 0;
  border-left: 1px solid #eaeaea;
}
.table-columned > tbody > tr > th {
  border: 0;
}

/**====== Foo-table css end ======**/
/**====== Data Tables css end ======**/
/**  =====================
      Authentication css start
==========================  **/
.auth-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-width: 100%;
  min-height: 100vh;
  /* background: linear-gradient(110deg, #f2f2f2 47%, #26344E 47%); */
  background-color: #FFF;
  font-size: 1.1rem;

}

.auth-wrapper a,
.auth-wrapper p > a {
  color: #111;
  font-weight: 600;
}
.auth-wrapper .btn-auth-gen .btn-icon {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
}
.auth-wrapper .btn-auth-gen .btn-icon small {
  font-size: 15px;
}
.auth-wrapper .input-group {
  background: transparent;
}
.auth-wrapper .card {
  margin-bottom: 0;
}
.auth-wrapper > div {
  z-index: 5;
}
.auth-wrapper .auth-content {
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.auth-wrapper .auth-content-h100 {
  min-height: 100vh;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}



.auth-wrapper .auth-content.multyform, 
.auth-wrapper .auth-content.subscribe {
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .auth-wrapper {
    max-width: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .auth-wrapper .card .card-body {
    padding: 30px 15px;
  }
}
.auth-wrapper i.feather.auth-icon {
  font-size: 25px;
}
.auth-wrapper .auth-icon:before {
  background: #26344E;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth-wrapper.offline {
  background-image: none;
}
.auth-wrapper.offline:before {
  display: none;
}
.auth-wrapper .auth-bg .r {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.auth-wrapper .auth-bg .r:first-child {
  top: -100px;
  right: -100px;
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.auth-wrapper .auth-bg .r:last-child {
  left: -100px;
  bottom: -100px;
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.auth-wrapper .auth-bg .r.s {
  width: 20px;
  height: 20px;
}
.auth-wrapper .auth-bg .r.s:nth-child(2) {
  top: 150px;
  right: -150px;
  background: #26344e;
}
.auth-wrapper .auth-bg .r.s:nth-child(3) {
  left: -150px;
  bottom: 150px;
  background: #1de9b6;
}
.auth-wrapper .auth-bg .r:nth-child(odd) {
  -webkit-animation: floating 7s infinite;
          animation: floating 7s infinite;
}
.auth-wrapper .auth-bg .r:nth-child(even) {
  -webkit-animation: floating 9s infinite;
          animation: floating 9s infinite;
}

/* image varient start */

.aut-bg-img {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.aut-bg-img-side p {
  line-height: 2;
}

.aut-bg-img .custom-select, .aut-bg-img .form-control,
.aut-bg-img-side .custom-select,
.aut-bg-img-side .form-control {
  background: transparent;
}

.auth-tabs .tab-content {
  overflow: hidden;
  position: relative;
}
.auth-tabs .tab-content .auth-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 150px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* image varient start */
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
/**====== Authentication css end ======**/
/* Button variants
 Easily pump out default styles, as well as :hover, :focus, :active,
 and disabled options for all buttons */
/**  =====================
      Button css start
==========================  **/
.btn-theme,
a.btn-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-color: #1de1c2;
  border-radius: 0.375rem;
  padding: 11px 25px;
}
.btn-theme:active, .btn-theme:focus, .btn-theme:not(:disabled):not(.disabled):active,
a.btn-theme:active,
a.btn-theme:focus,
a.btn-theme:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-theme.active,
a.btn-theme.active {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-theme {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-outline-theme:active, .btn-outline-theme:focus, .btn-outline-theme:not(:disabled):not(.disabled):active {
  background-image: #fff;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
}
.btn-outline-theme.active {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%) !important;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.btn-theme2 {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 14px 25px;
}
.btn-theme2:active, .btn-theme2:focus, .btn-theme2:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-theme2.active {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-theme2 {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-outline-theme2:active, .btn-outline-theme2:focus, .btn-outline-theme2:not(:disabled):not(.disabled):active {
  background-image: #fff;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
}
.btn-outline-theme2.active {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%) !important;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.btn {
  padding: 7px 9px;
  border-radius: 0.375rem;
  font-size: 14px;
  /* margin-bottom: 5px; */
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.25  !important ;

}

.button {
  padding: 7px 9px;
  border-radius: 0.375rem;
  font-size: 14px;
  /* margin-bottom: 5px; */
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.25  !important ;

}
.btn > i {
  margin-right: 12px;
}
.btn > i.fa-filter {
  margin-right: 0px;
  font-size: 12px;
}

.btn.btn-icon-share {
    width: 50px;
    min-width: 30px;
    height: 30px;
    padding: 0;
    margin: 0px 10px 0px 0px
}


@media screen and (max-width: 992px) {
  .btn.btn-icon-share {
    display: none;
  }
}

.btn-tooltip-span-info {
  margin-left: 1.5rem;
}

.btn.btn-icon-xxl, 
.btn.drp-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 0;
  margin: 0px 10px 0px 0px;
}
.btn.btn-icon, 
.btn.drp-icon {
  width: 29px;
  min-width: 29px;
  height: 29px;
  padding: 0;
  margin: 0px 5px 0px 5px;
}

.btn.btn-icon.btn-standard, 
.btn.drp-icon.btn-standard {
  margin: 0 3px;
 width: 30px;
 height: 30px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}
.btn.btn-icon > i, .btn.drp-icon > i {
  margin-right: 0;
}
.btn.btn-icon-sm, 
.btn.drp-icon-sm {
  width: 24px;
  height: 24px;
  padding: 0 0.5px .5px .5px;
  margin: 0px 5px 0px 5px;
  border-radius: var(--bs-border-radius-sm);
}

.btn.btn-icon-xs, 
.btn.drp-icon-xs {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0px 10px 0px 0px;
}

.btn.btn-icon-sm.btn-standard-sm, 
.btn.drp-icon-sm.btn-standard-sm {
  margin: 0 3px;
 width: 25px;
 height: 25px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}
.btn.btn-icon-sm > i, .btn.drp-icon-sm > i {
  margin-right: 0;
  font-size: 12px;
}

.btn.btn-icon-outline-sm, 
.btn.drp-icon-outline-sm {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  /* color: #37474f !important; */
  opacity: 0.7;
  background-color: transparent !important;
  border: 1px solid tra;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-icon-outline-sm:hover, 
.btn.drp-icon-outline-sm:hover {
  opacity: 1;
  border: 1px solid var(--bs-secondary-color);
  color: var(--bs-secondary-color)
}
.btn.btn-icon-outline-sm i, 
.btn.drp-icon-outline-sm i {
  margin: auto;
  font-size: 13px;
}

.btn.drp-icon.dropdown-toggle:after {
  display: none;
}
.btn.drp-icon + .dropdown-menu {
  margin-left: -10px;
}
.btn:active, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-square {
  border-radius: 0;
}
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.btn-rounded {
  border-radius: 30px;
}

.btn-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.shadow-1 {
  -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
          box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}

.shadow-2 {
  -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
          box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.shadow-3 {
  -webkit-box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
          box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}

.shadow-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
          box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}

.shadow-5 {
  -webkit-box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
          box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
}

/* Alternate buttons */
/* .btn-primary {
  color: #fff;
  background-color: #26344e;
  border-color: #26344e; 
} */
/* .btn-primary:hover {
  color: #fff;
  background-color: #038fcf;
  border-color: #0386c3;
} */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #26344e;
  border-color: #26344e;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0386c3;
  border-color: #037eb6;
}

.btn-secondary {
  color: #fff;
  background-color: #748892;
  border-color: #748892;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #62747d;
  border-color: #5d6e76;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #748892;
  border-color: #748892;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5d6e76;
  border-color: #57676f;
}

/* .btn-success {
  color: #fff;
  background-color: #1de9b6;
  border-color: #1de9b6;
} */
/* .btn-success:hover {
  color: #fff;
  background-color: #14cc9e;
  border-color: #13c095;
} */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1de9b6;
  border-color: #1de9b6;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #13c095;
  border-color: #12b58c;
}
.btn-info {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}
.btn-info:hover {
  color: #fff;
  background-color: #1cb4e6;
  border-color: #18acdd;
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #18acdd;
  border-color: #17a3d1;
}

.btn-warning {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ecb50c;
  border-color: #e0ab0c;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e0ab0c;
  border-color: #d4a20b;
}

/* .btn-danger {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
} */
/* .btn-danger:hover {
  color: #fff;
  background-color: #f22012;
  border-color: #ea1b0d;
} */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1b0d;
  border-color: #de190c;
}

.btn-light {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:hover {
  color: #37474f;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-light.disabled, .btn-light:disabled {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #37474f;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}

.btn-white {
  color: #37474f;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #37474f;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-white.disabled, .btn-white:disabled {
  color: #37474f;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  color: #37474f;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}

.btn-copy {
  color: #FFF;
  background-color: #58D9FF;
  border-color: #58D9FF;
}
.btn-copy:hover {
  color: #FFF;
  background-color: #3EBFEA;
  border-color: #3EBFEA;
}
.btn-copy.disabled, .btn-copy:disabled {
  color: #FFF;
  background-color: #58D9FF;
  border-color: #58D9FF;
}
.btn-copy:not(:disabled):not(.disabled).active, 
.btn-copy:not(:disabled):not(.disabled):active{
/* .show > .btn-light.dropdown-toggle { */
  color: #FFF;
  background-color: #3EBFEA;
  border-color: #d2d2d2;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  color: #222;
}
.bootstrap-select .bs-ok-default:after {
  color: #222;
}
.btn-dark {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-dark:hover {
  color: #fff;
  /* background-color: #273338 !important; */
  border-color: #222c31;
}
/* .btn-dark:hover i {
  color: #fff;
} */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #222c31;
  border-color: #1d2529;
}



/* outline buttons */
.btn-outline-primary {
  color: #26344e;
  background-color: transparent;
  background-image: none;
  border-color: #26344e;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #26344e;
  border-color: #26344e;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #26344e;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #26344e;
  border-color: #26344e;
}

.btn-outline-secondary {
  color: #748892;
  background-color: transparent;
  background-image: none;
  border-color: #748892;
}
.btn-outline-secondary:hover {
  color: #fff ;
  background-color: #748892;
  border-color: #748892;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #748892;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #748892;
  border-color: #748892;
}


.btn-outline-secondary-light {
  color: #999;
  background-color: transparent;
  background-image: none;
  border-color: var(--bs-border-color) !important;
}
.btn-outline-secondary-light:hover {
  color: #999;
  background-color: #FFF;
  border-color: var(--bs-border-color);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #999;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled).active, .btn-outline-secondary-light:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #999;
  background-color: #FFF;
  border-color: var(--bs-border-color);
}

/* .btn-outline-success {
  color: #1de9b6;
  background-color: transparent;
  background-image: none;
  border-color: #1de9b6;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1de9b6;
  border-color: #1de9b6;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1de9b6;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1de9b6;
  border-color: #1de9b6;
} */

.btn-outline-success-add {
  color: #1ddab0;
  background-color: transparent;
  background-image: none;
  border-color: #1ddab0;
}
.btn-outline-success-add:hover {
  color: #fff;
  background-color: #1ddab0;
  border-color: #1ddab0;
}
.btn-outline-success-add.disabled, .btn-outline-success-add:disabled {
  color: #1ddab0;
  background-color: transparent;
}
.btn-outline-success-add:not(:disabled):not(.disabled).active, .btn-outline-success-add:not(:disabled):not(.disabled):active, .show > .btn-outline-success-add.dropdown-toggle {
  color: #fff;
  background-color: #1ddab0;
  border-color: #1ddab0;
}

.btn-outline-info {
  color: #3ebfea;
  background-color: transparent;
  background-image: none;
  border-color: #3ebfea;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3ebfea;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}

.btn-outline-warning {
  color: #f4c22b;
  background-color: transparent;
  background-image: none;
  border-color: #f4c22b;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f4c22b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}

.btn-outline-danger {
  color: #f44236;
  background-color: transparent;
  background-image: none;
  border-color: #f44236;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44236;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}

.btn-outline-light {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
}
.btn-outline-light:hover {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-dark {
  color: #37474f;
  background-color: transparent;
  background-image: none;
  border-color: #37474f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #37474f;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}

/* glow buttons */
.btn-glow-primary {
  -webkit-box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56), 0 6px 11px 2px rgba(4, 169, 245, 0.2);
          box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56), 0 6px 11px 2px rgba(4, 169, 245, 0.2);
}
.btn-glow-primary:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56), 0 4px 9px 2px rgba(4, 169, 245, 0.1);
          box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56), 0 4px 9px 2px rgba(4, 169, 245, 0.1);
}
.btn-glow-primary:not(:disabled):not(.disabled).active, .btn-glow-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-primary.dropdown-toggle, .btn-glow-primary.active, .btn-glow-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-secondary {
  -webkit-box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56), 0 6px 11px 2px rgba(116, 136, 146, 0.2);
          box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56), 0 6px 11px 2px rgba(116, 136, 146, 0.2);
}
.btn-glow-secondary:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56), 0 4px 9px 2px rgba(116, 136, 146, 0.1);
          box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56), 0 4px 9px 2px rgba(116, 136, 146, 0.1);
}
.btn-glow-secondary:not(:disabled):not(.disabled).active, .btn-glow-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-secondary.dropdown-toggle, .btn-glow-secondary.active, .btn-glow-secondary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-success {
  -webkit-box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56), 0 6px 11px 2px rgba(29, 233, 182, 0.2);
          box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56), 0 6px 11px 2px rgba(29, 233, 182, 0.2);
}
.btn-glow-success:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56), 0 4px 9px 2px rgba(29, 233, 182, 0.1);
          box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56), 0 4px 9px 2px rgba(29, 233, 182, 0.1);
}
.btn-glow-success:not(:disabled):not(.disabled).active, .btn-glow-success:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-success.dropdown-toggle, .btn-glow-success.active, .btn-glow-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-info {
  -webkit-box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56), 0 6px 11px 2px rgba(62, 191, 234, 0.2);
          box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56), 0 6px 11px 2px rgba(62, 191, 234, 0.2);
}
.btn-glow-info:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56), 0 4px 9px 2px rgba(62, 191, 234, 0.1);
          box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56), 0 4px 9px 2px rgba(62, 191, 234, 0.1);
}
.btn-glow-info:not(:disabled):not(.disabled).active, .btn-glow-info:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-info.dropdown-toggle, .btn-glow-info.active, .btn-glow-info:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-warning {
  -webkit-box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56), 0 6px 11px 2px rgba(244, 194, 43, 0.2);
          box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56), 0 6px 11px 2px rgba(244, 194, 43, 0.2);
}
.btn-glow-warning:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56), 0 4px 9px 2px rgba(244, 194, 43, 0.1);
          box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56), 0 4px 9px 2px rgba(244, 194, 43, 0.1);
}
.btn-glow-warning:not(:disabled):not(.disabled).active, .btn-glow-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-warning.dropdown-toggle, .btn-glow-warning.active, .btn-glow-warning:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-danger {
  -webkit-box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56), 0 6px 11px 2px rgba(244, 66, 54, 0.2);
          box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56), 0 6px 11px 2px rgba(244, 66, 54, 0.2);
}
.btn-glow-danger:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56), 0 4px 9px 2px rgba(244, 66, 54, 0.1);
          box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56), 0 4px 9px 2px rgba(244, 66, 54, 0.1);
}
.btn-glow-danger:not(:disabled):not(.disabled).active, .btn-glow-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-danger.dropdown-toggle, .btn-glow-danger.active, .btn-glow-danger:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-light {
  -webkit-box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56), 0 6px 11px 2px rgba(242, 242, 242, 0.2);
          box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56), 0 6px 11px 2px rgba(242, 242, 242, 0.2);
}
.btn-glow-light:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56), 0 4px 9px 2px rgba(242, 242, 242, 0.1);
          box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56), 0 4px 9px 2px rgba(242, 242, 242, 0.1);
}
.btn-glow-light:not(:disabled):not(.disabled).active, .btn-glow-light:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-light.dropdown-toggle, .btn-glow-light.active, .btn-glow-light:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-glow-dark {
  -webkit-box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56), 0 6px 11px 2px rgba(55, 71, 79, 0.2);
          box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56), 0 6px 11px 2px rgba(55, 71, 79, 0.2);
}
.btn-glow-dark:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56), 0 4px 9px 2px rgba(55, 71, 79, 0.1);
          box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56), 0 4px 9px 2px rgba(55, 71, 79, 0.1);
}
.btn-glow-dark:not(:disabled):not(.disabled).active, .btn-glow-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-dark.dropdown-toggle, .btn-glow-dark.active, .btn-glow-dark:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**====== Button css end ======**/
.swal-footer {
  text-align: center;
}

                           /**  =====================
      Alert css start
==========================  **/
/* Base styles */
.alert {
  position: relative;
  padding: 15px 25px;
  border-radius: 0.375rem;
  font-size: 0.9rem;
}

/* Provide class for links that match alerts */
.alert-link {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.alert-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissible .close {
  padding: 14px 10px;
}

/* Alternate styles
 Generate contextual modifier classes for colorizing the alert. */
.alert-primary {
  color: #1c7aa5;
  border-color: #b9e7fc;
}
.alert-primary hr {
  border-top-color: #a1dffb;
}
.alert-primary .alert-link {
  color: #155a79;
}

.alert-secondary {
  color: #576972;
  border-color: #d8dee0;
}
.alert-secondary hr {
  border-top-color: #cad2d5;
}
.alert-secondary .alert-link {
  color: #414e55;
}

.alert-success {
  color: #299b85;
  border-color: #c0f9eb;
}
.alert-success hr {
  border-top-color: #a9f7e4;
}
.alert-success .alert-link {
  color: #1e7362;
}

.alert-success-border {
  color: #299b85;
  background-color: transparent;
  border-color: #c0f9eb;
}
.alert-success-border h5 {
  color: #299b85;
  margin-bottom:unset !important ;
  /* background-color: transparent;
  border-color: #c0f9eb; */
}
.alert-success-border hr {
  border-top-color: #a9f7e4;
}
.alert-success-border .alert-link {
  color: #1e7362;
}

.alert-info {
  color: #3b85a0;
  border-color: #c9edf9;
}
.alert-info hr {
  border-top-color: #b2e5f6;
}
.alert-info .alert-link {
  color: #2d667b;
}

.alert-warning {
  color: #99873c;
  border-color: #fceec4;
}
.alert-warning hr {
  border-top-color: #fbe7ac;
}
.alert-warning .alert-link {
  color: #74672e;
}

.alert-danger {
  color: #994442;
  border-color: #fccac7;
}
.alert-danger hr {
  border-top-color: #fbb3af;
}
.alert-danger .alert-link {
  color: #753433;
}

.alert-light {
  color: #98a0a4;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #7d878c;
}

.alert-dark {
  color: #37474f;
  border-color: #c7cbce;
}
.alert-dark hr {
  border-top-color: #b9bec2;
}

hr.hline1 {
  height: 2px;
  background-color: #000;
  border: none;
}

.alert-dark .alert-link {
  color: #222c31;
}



/**====== Alert css end ======**/
/**  =====================
      breadcrumbs & Pagination css start
==========================  **/
/* breadcrumbs */
.breadcrumb {
  margin: 0;
  border-radius: 0;
  background-color: #FFF;
  font-size: 0.9rem ;
  width: 90%;
  color: #000;
  padding: 0rem 0.2rem 0.1rem;

}
.breadcrumb-item + .breadcrumb-item {
  color: #FFF;
  font-size: 1.1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.2rem ;
}
.breadcrumb-item.active { 
  color: #111;
}
.page-header-title + .breadcrumb > .breadcrumb-item a {
  color: #888;
}
.page-header-title + .breadcrumb > .breadcrumb-item a i {
  font-size: 1.3rem;
}
.page-header-title + .breadcrumb > .breadcrumb-item a:hover {
  color: #000;
  text-decoration: underline;
}
.page-header-title + .breadcrumb > .breadcrumb-item:last-child a {
  color: #000;
  font-weight: 600;
}
.page-header-title + .breadcrumb > .breadcrumb-item:last-child a:hover {
  text-decoration:none;
}

@media screen and (max-width: 576px) {
  .breadcrumb-item + .breadcrumb-item {
    color: #FFF;
    font-size: .9rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: .9rem ;
  }
  .page-header-title + .breadcrumb > .breadcrumb-item a i {
    font-size: .95rem;
  }
}


/* pagination */
.page-item .page-link {
  font-size: .9rem;
  padding: .375rem 0.7rem;
}
.page-item.active .page-link {
  background-color: rgba(40, 167, 69, .62);
  border-color: rgba(40, 167, 69, .62);
}

/**====== breadcrumbs & Pagination css end ======**/
/**  =====================
      Progress css start
==========================  **/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 15px;
  font-size: 10px;
  background-color: #FFF;
  border-radius: 0;
  overflow: visible;
  width: 100%;
  border-radius: .375rem;
  /* border: 1px solid #ccc; */
}
.progreess-left {
  justify-content: end;
    border-radius: .35rem 0rem 0rem .35rem;

}
.progress-right {
  justify-content: start;
    border-radius: 0rem .35rem .35rem 0rem;

}

/* .progress-bar {
  background-color: #26344e;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
} */
.progreess-bar-left {
    border-radius: .35rem 0rem 0rem .35rem;
}
.progress-bar-right {
    border-radius: 0rem .35rem .35rem 0rem;
}
.progress-bar.progress-c-gray {
  background: #BBB;
}
.progress-bar.progress-c-blue {
  background: #26344e;
}
.progress-bar.progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.progress-c-theme2 {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.progress-bar.progress-c-red {
  background: #f44236;
}
.progress-bar.progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.progress-c-theme2 {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.progress-bar.progress-c-green {
  background: #1de9b6;
}
.progress-bar.progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.progress-c-theme2 {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.progress-bar.progress-c-yellow {
  background: #f4c22b;
}
.progress-bar.progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.progress-c-theme2 {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}
.progress-bar.progress-c-purple {
  background: #a389d4;
}
.progress-bar.progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.progress-c-theme2 {
  background: linear-gradient(-135deg, #19A186 0%, #F2CF43 100%);
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);

}

/**====== Progress css end ======**/
/**  =====================
      tooltip css start
==========================  **/
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
}
.tooltip .arrow::before {
  content: "\6d";
  left: -4px;
  font-family: "pct";
  font-size: 20px;
  line-height: 0.3;
  color: #000;
  border: none;
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.46);
}

.bs-tooltip-right .arrow::before {
  content: "\6a";
  left: -7px;
  top: 2.6px;
  border: none;
  text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
}
.bs-tooltip-right .tooltip-inner {
  border-radius: 15px 20px 20px 15px;
}

.bs-tooltip-bottom .arrow::before {
  content: "\6c";
  border: none;
  text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
}

.bs-tooltip-left .arrow::before {
  content: "\6b";
  left: -8px;
  top: 3.6px;
  border: none;
  text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
}
.bs-tooltip-left .tooltip-inner {
  border-radius: 20px 15px 15px 20px;
}

.tooltip-inner {
  border-radius: .375rem;
  padding: 6px 15px;
  max-width: 400px;
  text-align: left;
  z-index: 4;
  /* -webkit-box-shadow: 0 0 15px #dcdcdc;
          box-shadow: 0 0 15px #dcdcdc;           */
}

/**====== tooltip css end ======**/
/**  =====================
      tooltip css start
==========================  **/
.popover {
  top: 0;
  left: 0;
  border: none;
  -webkit-box-shadow: 0 0 5px #dcdcdc;
          box-shadow: 0 0 5px #dcdcdc;
  border-radius: .375rem;
 /* width: 300px   !important; Added this after cause the tooltip wasnt functioning well after importing the bootstrap 5.3 script */
}
.popover .arrow::after {
  display: none;
}
.popover .arrow::before {
  content: "\6d";
  top: -1px;
  left: 0;
  font-family: "pct";
  font-size: 20px;
  line-height: 0.3;
  color: #fff;
  border: none;
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}
/* .popover .popover-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background: transparent;
  border-bottom-color: #f4f7fa;
} */

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  content: "\6d";
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  content: "\6a";
  left: -4px;
  top: 2.6px;
  border: none;
  text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
}

.bs-popover-bottom .arrow:before, .bs-popover-auto[x-placement^="bottom"] .arrow:before {
  content: "\6c";
  top: 3px;
  border: none;
  text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  content: "\6b";
  left: -8px;
  top: 3.6px;
  border: none;
  text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
}

/**====== tooltip css end ======**/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 10px 24px;
  color: #000;
}
.nav-link:hover {
  color: #26344E;
  text-decoration: none;
}
.nav-link.disabled {
  opacity: 0.7;
}

.nav-link.nav-link-tag {
  display: block;
  padding: 7px 19px;
  color: #000;
  opacity: .7;
  font-size: .8rem;
}
.nav-link.nav-link-tag.active {
  opacity: 1;
}
.nav-link.nav-link-tag:hover {
  color: #26344E;
  text-decoration: none;
  opacity: 1;
}
.nav-link.nav-link-tag.disabled {
  opacity: 0.7;
}

/* ======================== Tabs =============================== */
/* .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid lightgray;
  color: #888;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-tabs .nav-link:hover {
  color: #26344e;
}
.nav-tabs .nav-link.disabled {
  opacity: 0.7;
}
.nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  color: green;
  -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid green;
  font-weight: 700;
} */

/* =======================   Pills ================== */
/* .nav-pills { */
  /* padding: 15px; */
  /* background-color: #fff; */
  /* -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05); */
/* } */

.nav-pills .nav-link {
  margin-right: 9px ;
}

.nav-pills .nav-link:not(.active) {
  border: 1px solid transparent;
}

.nav-pills .nav-link.active {
  border: 1px solid rgba(40, 167, 69, 1);
}

.nav-pills .nav-link:not(.active):hover {
  border: 1px solid rgba(40, 167, 69, 1);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #28a745;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}


.list-pills.nav-pills .nav-link {
  border-radius: 0.375rem;
}

.list-pills.nav-pills .nav-link.active,.list-pills.nav-pills .show>.nav-link {
  color: #FFF;
  box-shadow: none;
  border-color: rgba(40, 167, 69, 1);
  background: rgba(40, 167, 69, .8) !important;
}

.list-pills.nav-pills .nav-link.active .h5,.list-pills.nav-pills .nav-link.active .h6,.list-pills.nav-pills .show>.nav-link .h5,.list-pills.nav-pills .show>.nav-link .h6 {
  color: var(--bs-body-color);
}




/* =======================  TAG Pills ================== */

.nav-pills.nav-tags {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-pills.nav-tags .nav-link {
  margin-right: 9px ;
}
.nav-pills.nav-tags .nav-link.active {
  border: 1px solid #26344E
}

.nav-pills.nav-tags .nav-link:not(.active):hover {
  border: 1px solid #26344E
}
.nav-pills.nav-tags .nav-link.active,
.nav-pills.nav-tags .show > .nav-link {
  color: #fff !important;
  background: #26344E;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav-pills.nav-tags .nav-link {
  border-radius: 30px;
}

/* ==================== Justified variants ===================*/
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* Tabbable tabs */
/* Hide tabbable panes to start, show them when `.active` */
.tab-content {
  padding: 15px 30px;
  /* background: #fff; */
  border-radius: .375rem;
  /* -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05); */
  margin: 0px 2px 0px 2px;
}
.tab-content > .tab-pane {
  display: none;
  border-radius: .375rem;
}
.tab-content > .active {
  display: block;
}

@media screen and (max-width: 480px) {
  .modal-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/**  =====================
      Chatting css start
==========================  **/
.header-chat,
.header-user-list {
  height: 100%;
  width: 350px;
  position: fixed;
  top: 0;
  right: -350px;
  border-radius: 0;
  z-index: 1030;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-chat .main-friend-cont,
.header-user-list .main-friend-cont {
  height: calc(100vh - 66px);
}
.header-chat .h-list-header,
.header-user-list .h-list-header {
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.header-chat .h-list-body,
.header-user-list .h-list-body {
  padding: 20px 0;
}
.header-chat.open,
.header-user-list.open {
  -webkit-box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
          box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  right: 0;
}

.header-user-list.open .h-close-text {
  position: absolute;
  top: 111px;
  left: -99px;
}
.header-user-list.open .h-close-text i {
  position: absolute;
  top: 23px;
  left: 73px;
  font-size: 25px;
  z-index: 1003;
  color: #1de9b6;
}
.header-user-list.open .h-close-text:after {
  content: "\61";
  font-family: "pct";
  z-index: 1001;
  font-size: 150px;
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 35px;
  left: 6px;
  text-shadow: -4px 0 7px rgba(69, 90, 100, 0.12);
}
.header-user-list.open.msg-open:after {
  color: rgba(4, 169, 245, 0.1);
}

.h-list-header .form-control:active, .h-list-header .form-control:focus, .h-list-header .form-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.h-list-body {
  position: relative;
}
.h-list-body .userlist-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  position: relative;
}
.h-list-body .userlist-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #f3f4f9;
}
.h-list-body .userlist-box.active {
  background: #e0f5fe;
}
.h-list-body .userlist-box .media-left {
  padding-right: 10px;
}
.h-list-body .userlist-box .media-object {
  width: 50px;
  display: inline-block;
}
.h-list-body .userlist-box .chat-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.h-list-body .userlist-box .chat-header small {
  margin-top: 5px;
  font-size: 90%;
}
.h-list-body .userlist-box .live-status {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 35px;
  right: 20px;
  border-radius: 100%;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}

.header-chat .h-list-header {
  text-align: center;
  position: relative;
}
.header-chat .h-list-header h6 {
  margin: 5px 0;
}
.header-chat .h-list-header .h-back-user-list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.header-chat .main-chat-cont {
  height: calc(100vh - 166px);
}
.header-chat .h-list-body {
  height: 100%;
  background: #e0f5fe;
}
.header-chat .h-list-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 20px 15px;
  z-index: 10;
  background: #e0f5fe;
}
.header-chat .h-list-footer .input-group {
  background: #fff;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 7px;
  border-radius: 20px 0 10px 20px;
  width: calc(100% - 40px);
}
.header-chat .h-list-footer .input-group .form-control,
.header-chat .h-list-footer .input-group .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.header-chat .h-list-footer .input-group .btn-send:active, .header-chat .h-list-footer .input-group .btn-send:focus, .header-chat .h-list-footer .input-group .btn-send:hover,
.header-chat .h-list-footer .input-group .form-control:active,
.header-chat .h-list-footer .input-group .form-control:focus,
.header-chat .h-list-footer .input-group .form-control:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-chat .h-list-footer .input-group .btn-attach {
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
}
.header-chat .h-list-footer .input-group .btn-attach > i {
  margin-right: 0;
}
.header-chat .h-list-footer .input-group .btn-send {
  border-radius: 50%;
  padding: 10px;
  margin-left: 5px;
  position: absolute;
  right: -45px;
  top: 2px;
  z-index: 99;
}
.header-chat .h-list-footer .input-group .btn-send i {
  margin-right: 0;
}
.header-chat .h-list-footer .input-group .btn-send .input-group-text {
  color: #fff;
}
.header-chat .h-list-footer .input-group .form-control {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.header-chat .h-list-footer .input-group:after {
  content: "\67";
  font-family: "pct";
  z-index: 1001;
  font-size: 35px;
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 18px;
  right: -23px;
  text-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
}

.h-list-body .chat-messages {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.h-list-body .chat-messages .photo-table {
  padding-right: 15px;
}
.h-list-body .chat-messages .photo-table img {
  display: inline-block;
  width: 50px;
  margin-bottom: 5px;
}
.h-list-body .chat-messages .chat-menu-content > div,
.h-list-body .chat-messages .chat-menu-reply > div {
  position: relative;
  overflow: visible;
  display: inline-block;
}
.h-list-body .chat-messages .chat-menu-content > div .chat-cont,
.h-list-body .chat-messages .chat-menu-reply > div .chat-cont {
  padding: 15px 20px;
}
.h-list-body .chat-messages .chat-menu-content .chat-time,
.h-list-body .chat-messages .chat-menu-reply .chat-time {
  margin: 9px 8px 0 10px;
}
.h-list-body .chat-messages .chat-menu-reply {
  text-align: right;
}
.h-list-body .chat-messages .chat-menu-reply > div p {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 25px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.h-list-body .chat-messages .chat-menu-reply > div p:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.h-list-body .chat-messages .chat-menu-reply > div p:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
}
.h-list-body .chat-messages .chat-menu-reply > div:before {
  content: "\66";
  font-family: "pct";
  z-index: 5;
  font-size: 30px;
  line-height: 0;
  color: #fff;
  position: absolute;
  bottom: 19px;
  right: 5px;
  text-shadow: 7px 10px 20px rgba(0, 0, 0, 0.1);
}
.h-list-body .chat-messages .chat-menu-content > div p {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.h-list-body .chat-messages .chat-menu-content > div p:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
.h-list-body .chat-messages .chat-menu-content > div p:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.h-list-body .chat-messages .chat-menu-content > div:before {
  content: "\68";
  font-family: "pct";
  z-index: 1001;
  font-size: 30px;
  line-height: 0;
  color: #1ec9de;
  position: absolute;
  top: 15px;
  left: -20px;
  text-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
}

/* massage page start */
.msg-card .msg-user-list {
  height: calc(100vh - 300px);
}
.msg-card .msg-user-chat {
  background: #e0f5fe;
  height: calc(100vh - 330px);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.msg-card .msg-block > .row > div:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
}
.msg-card .msg-block > .row > div:first-child:before {
  right: 0;
}
.msg-card .msg-block > .row > div:last-child:before {
  left: -1px;
}

.main-friend-chat {
  padding-bottom: 15px;
}



/* LOGIN AND ERROR PAGES */

.auth-wrapper .auth-content {
  display: flex;
  justify-content: center;
  width: 100%;
}

.auth-wrapper .auth-content .card {
  max-width: 400px;
  /* width: 100%; */
}

.card.card-authentication {
  box-shadow: 0 0 5px 5px lightgrey;
} 

.row-logo {
  justify-content: center;
}

.row-slogan {
  justify-content: center;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  /* background-color:#00acee ; */
  background: linear-gradient(45deg,  #06df6c, #059d50);
}

.row-slogan h4 {
  font-size: 1.3rem;
  color: #FFF;
  padding-left: 25px;
  padding-right: 25px;
}

/* massage page end */
/**====== Chat css end ======**/
/**  =====================
      Prism css start
==========================  **/
pre[class*="language-"] code {
  font-size: 14px;
}
pre[class*="language-"] [class*="language-"],
pre[class*="language-"] .language-markup {
  background-color: transparent;
  display: block;
  padding: 10px 15px;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar a {
  cursor: pointer;
}

div.code-toolbar > .toolbar button {
  border: 0;
  font: inherit;
  line-height: normal;
  overflow: visible;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  color: inherit;
  text-decoration: none;
}

/**====== Prism css end ======**/
/**  =====================
      Toolbar css start
==========================  **/
.tool-bottom .tool-item:first-child,
.tool-top .tool-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tool-bottom .tool-item:last-child,
.tool-top .tool-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tool-left .tool-item:first-child,
.tool-left .tool-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tool-left .tool-item:last-child,
.tool-left .tool-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.toolbar-primary .tool-item {
  background: #26344e;
}
.toolbar-primary .tool-item.selected, .toolbar-primary .tool-item:hover {
  background: #0386c3;
}
.toolbar-primary.tool-top .arrow {
  border-color: #26344e transparent transparent;
}
.toolbar-primary.tool-bottom .arrow {
  border-color: transparent transparent #26344e;
}
.toolbar-primary.tool-left .arrow {
  border-color: transparent transparent transparent #26344e;
}
.toolbar-primary.tool-right .arrow {
  border-color: transparent #26344e transparent transparent;
}

.btn-toolbar-primary.pressed {
  background-color: #26344e;
}

.toolbar-warning .tool-item {
  background: #f4c22b;
}
.toolbar-warning .tool-item.selected, .toolbar-warning .tool-item:hover {
  background: #e0ab0c;
}
.toolbar-warning.tool-top .arrow {
  border-color: #f4c22b transparent transparent;
}
.toolbar-warning.tool-bottom .arrow {
  border-color: transparent transparent #f4c22b;
}
.toolbar-warning.tool-left .arrow {
  border-color: transparent transparent transparent #f4c22b;
}
.toolbar-warning.tool-right .arrow {
  border-color: transparent #f4c22b transparent transparent;
}

.btn-toolbar-warning.pressed {
  background-color: #f4c22b;
}

.toolbar-light .tool-item {
  background: #d6d6d6;
}
.toolbar-light .tool-item.selected, .toolbar-light .tool-item:hover {
  background: #bdbdbd;
}
.toolbar-light.tool-top .arrow {
  border-color: #d6d6d6 transparent transparent;
}
.toolbar-light.tool-bottom .arrow {
  border-color: transparent transparent #d6d6d6;
}
.toolbar-light.tool-left .arrow {
  border-color: transparent transparent transparent #d6d6d6;
}
.toolbar-light.tool-right .arrow {
  border-color: transparent #d6d6d6 transparent transparent;
}

.btn-toolbar-light.pressed {
  background-color: #d6d6d6;
}

.toolbar-danger .tool-item {
  background: #f44236;
}
.toolbar-danger .tool-item.selected, .toolbar-danger .tool-item:hover {
  background: #ea1b0d;
}
.toolbar-danger.tool-top .arrow {
  border-color: #f44236 transparent transparent;
}
.toolbar-danger.tool-bottom .arrow {
  border-color: transparent transparent #f44236;
}
.toolbar-danger.tool-left .arrow {
  border-color: transparent transparent transparent #f44236;
}
.toolbar-danger.tool-right .arrow {
  border-color: transparent #f44236 transparent transparent;
}

.btn-toolbar-danger.pressed {
  background-color: #f44236;
}

.toolbar-success .tool-item {
  background: #1de9b6;
}
.toolbar-success .tool-item.selected, .toolbar-success .tool-item:hover {
  background: #13c095;
}
.toolbar-success.tool-top .arrow {
  border-color: #1de9b6 transparent transparent;
}
.toolbar-success.tool-bottom .arrow {
  border-color: transparent transparent #1de9b6;
}
.toolbar-success.tool-left .arrow {
  border-color: transparent transparent transparent #1de9b6;
}
.toolbar-success.tool-right .arrow {
  border-color: transparent #1de9b6 transparent transparent;
}

.btn-toolbar-success.pressed {
  background-color: #1de9b6;
}

.toolbar-dark .tool-item {
  background: #37474f;
}
.toolbar-dark .tool-item.selected, .toolbar-dark .tool-item:hover {
  background: #222c31;
}
.toolbar-dark.tool-top .arrow {
  border-color: #37474f transparent transparent;
}
.toolbar-dark.tool-bottom .arrow {
  border-color: transparent transparent #37474f;
}
.toolbar-dark.tool-left .arrow {
  border-color: transparent transparent transparent #37474f;
}
.toolbar-dark.tool-right .arrow {
  border-color: transparent #37474f transparent transparent;
}

.btn-toolbar-dark.pressed {
  background-color: #37474f;
}

.toolbar-info .tool-item {
  background: #3ebfea;
}
.toolbar-info .tool-item.selected, .toolbar-info .tool-item:hover {
  background: #18acdd;
}
.toolbar-info.tool-top .arrow {
  border-color: #3ebfea transparent transparent;
}
.toolbar-info.tool-bottom .arrow {
  border-color: transparent transparent #3ebfea;
}
.toolbar-info.tool-left .arrow {
  border-color: transparent transparent transparent #3ebfea;
}
.toolbar-info.tool-right .arrow {
  border-color: transparent #3ebfea transparent transparent;
}

.btn-toolbar-info.pressed {
  background-color: #3ebfea;
}

/**====== Toolbar css end ======**/
/**  =====================
      Switches css start
==========================  **/
.switch input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.switch input[type=checkbox] + .cr {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 20px;
  width: 35px;
  border: 1px solid #e9eaec;
  border-radius: 60px;
  cursor: pointer;
  z-index: 0;
  top: 12px;
}
.switch input[type=checkbox] + .cr:after, .switch input[type=checkbox] + .cr:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.switch input[type=checkbox] + .cr:before {
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 20px;
  width: 35px;
  border-radius: 30px;
}
.switch input[type=checkbox] + .cr:after {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: #f7f7f7;
  height: 19px;
  width: 19px;
  border-radius: 60px;
}
.switch input[type=checkbox]:checked + .cr:before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.switch input[type=checkbox]:checked + .cr:after {
  left: 16px;
}
.switch input[type=checkbox]:disabled + label {
  opacity: 0.5;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4);
  cursor: not-allowed;
}
.switch.switch-primary input[type=checkbox]:checked + .cr:before {
  background: #26344e;
}
.switch.switch-danger input[type=checkbox]:checked + .cr:before {
  background: #f44236;
}
.switch.switch-success input[type=checkbox]:checked + .cr:before {
  background: #29a645;
}
.switch.switch-warning input[type=checkbox]:checked + .cr:before {
  background: #f4c22b;
}
.switch.switch-info input[type=checkbox]:checked + .cr:before {
  background: #3ebfea;
}
.switch.switch-alternative input[type=checkbox]:checked + .cr:before {
  background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%);
}

/**====== Switches css end ======**/
/**  =====================
      wizard css start
==========================  **/
/*  material wizard start */
.wizard-container {
  z-index: 3;
}
.wizard-container .wizard-navigation {
  position: relative;
}

.wizard-card .moving-tab {
  position: absolute;
  text-align: center;
  padding: 16px 12px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  top: -6px;
  left: 0;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.wizard-card[data-color="wizard-primary"] .moving-tab {
  background-color: #26344e;
  -webkit-box-shadow: 0 16px 26px -10px rgba(4, 169, 245, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(4, 169, 245, 0.2);
          box-shadow: 0 16px 26px -10px rgba(4, 169, 245, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(4, 169, 245, 0.2);
}
.wizard-card[data-color="wizard-danger"] .moving-tab {
  background-color: #f44236;
  -webkit-box-shadow: 0 16px 26px -10px rgba(244, 66, 54, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 66, 54, 0.2);
          box-shadow: 0 16px 26px -10px rgba(244, 66, 54, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 66, 54, 0.2);
}
.wizard-card[data-color="wizard-success"] .moving-tab {
  background-color: #1de9b6;
  -webkit-box-shadow: 0 16px 26px -10px rgba(29, 233, 182, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29, 233, 182, 0.2);
          box-shadow: 0 16px 26px -10px rgba(29, 233, 182, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29, 233, 182, 0.2);
}
.wizard-card[data-color="wizard-warning"] .moving-tab {
  background-color: #f4c22b;
  -webkit-box-shadow: 0 16px 26px -10px rgba(244, 194, 43, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 194, 43, 0.2);
          box-shadow: 0 16px 26px -10px rgba(244, 194, 43, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 194, 43, 0.2);
}
.wizard-card[data-color="wizard-info"] .moving-tab {
  background-color: #3ebfea;
  -webkit-box-shadow: 0 16px 26px -10px rgba(62, 191, 234, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(62, 191, 234, 0.2);
          box-shadow: 0 16px 26px -10px rgba(62, 191, 234, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(62, 191, 234, 0.2);
}
.wizard-card .wizard-footer .checkbox {
  margin-top: 16px;
}
.wizard-card .disabled {
  display: none;
}

.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  border: 0;
  border-radius: 0;
  line-height: 18px;
  /* text-transform: uppercase; */
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: var(--bs-tertiary-color);
  position: relative;
  display: block;
  padding: 5px 10px;
}
.nav-pills > li.active > a {
  background-color: inherit;
}
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
  background-color: inherit;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: inherit;
}
.nav-pills > li i {
  display: inline;
  font-size: 1.25rem;
  padding: 15px 5px;
}

.nav-pills.profile-pills > li i {
  display: inline;
  font-size: 1.1rem;
  padding: 15px 5px;
}




/* material wizard end */
/* Smart wizard 4 start */
.sw-theme-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sw-theme-default > ul.step-anchor > li a,
.sw-theme-default > ul.step-anchor > li a > h6,
.sw-theme-default > ul.step-anchor > li a:hover {
  color: #eaeaea;
}
.sw-theme-default > ul.step-anchor > li.done a > h6 {
  color: initial;
}
.sw-theme-default > ul.step-anchor > li.active a,
.sw-theme-default > ul.step-anchor > li.active a h6 {
  color: #26344e;
}
.sw-theme-default > ul.step-anchor > li > a.nav-link:after {
  background: #26344e;
}
.sw-theme-default > ul.step-anchor > li.done > a.nav-link:after {
  background: #eaeaea;
}
.sw-theme-default .step-anchor,
.sw-theme-default .sw-container {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sw-theme-default .step-anchor {
  margin-bottom: 30px;
}
.sw-theme-default .step-anchor li > a {
  padding: 15px 25px;
}
.sw-theme-default .sw-container .step-content {
  padding: 35px 30px;
}
.sw-theme-default .sw-toolbar {
  padding: 10px;
  background: transparent;
}
.sw-theme-default .step-content + .sw-toolbar {
  padding-top: 0;
}

.sw-theme-arrows .sw-container, .sw-theme-circles .sw-container, .sw-theme-dots .sw-container {
  background: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sw-theme-arrows .sw-container .step-content, .sw-theme-circles .sw-container .step-content, .sw-theme-dots .sw-container .step-content {
  padding: 35px 30px;
}
.sw-theme-arrows .sw-toolbar-bottom, .sw-theme-circles .sw-toolbar-bottom, .sw-theme-dots .sw-toolbar-bottom {
  padding: 10px;
}
.sw-theme-arrows .step-anchor, .sw-theme-circles .step-anchor, .sw-theme-dots .step-anchor {
  margin-bottom: 30px;
}

.sw-theme-dots > ul.step-anchor > li > a:after {
  left: 42%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .sw-theme-dots > ul.step-anchor > li > a:after {
    top: -42px;
    left: -40px;
  }

  .sw-theme-arrows > ul.step-anchor > li > a {
    padding-right: 15px;
  }
}
.sw-vertical-left,
.sw-vertical-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .sw-vertical-left.sw-main,
  .sw-vertical-right.sw-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sw-vertical-left .step-anchor,
  .sw-vertical-right .step-anchor {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 200px;
  }
  .sw-vertical-left .step-anchor li,
  .sw-vertical-right .step-anchor li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .sw-vertical-left.sw-main,
  .sw-vertical-right.sw-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  .sw-vertical-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sw-vertical-left .sw-done-icon,
  .sw-vertical-left .sw-icon,
  .sw-vertical-left .sw-number {
    left: 2rem;
  }
  .sw-vertical-left .step-anchor {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .sw-vertical-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sw-vertical-right .sw-done-icon,
  .sw-vertical-right .sw-icon,
  .sw-vertical-right .sw-number {
    right: 2rem;
  }
  .sw-vertical-right .step-anchor {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sw-vertical-right .step-anchor {
    margin: 30px 0 0;
  }
}

/*  Smart wizard 4 end */
/**====== wizard css end ======**/
/**  =====================
      Chart css start
==========================  **/
.nvtooltip {
  position: fixed !important;
}

.peity-chart + .peity {
  width: 100%;
  height: 250px;
}

/* Radial Chart Start */
.radial-bar {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  margin-bottom: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
  background-clip: content-box;
}
.radial-bar:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  color: #455a64;
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
  content: attr(data-label);
  background-color: #fff;
  z-index: 55;
}
.radial-bar > img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  color: #455a64;
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}
.radial-bar > img {
  z-index: 102;
}
.radial-bar.radial-bar-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(90deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-5 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(108deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-10 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(126deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-15 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(144deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-20 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(162deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(180deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-30 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(198deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-35 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(216deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-40 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(234deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-45 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(252deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(270deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-55 {
  background-image: linear-gradient(288deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-60 {
  background-image: linear-gradient(306deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-65 {
  background-image: linear-gradient(324deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-70 {
  background-image: linear-gradient(342deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1de9b6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(360deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-80 {
  background-image: linear-gradient(378deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-85 {
  background-image: linear-gradient(396deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-90 {
  background-image: linear-gradient(414deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-95 {
  background-image: linear-gradient(432deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1de9b6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(450deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #26344e), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(90deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-5 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(108deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-10 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(126deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-15 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(144deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-20 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(162deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #26344e), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(180deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-30 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(198deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-35 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(216deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-40 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(234deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-45 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(252deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #26344e), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #26344e), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(270deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-55 {
  background-image: linear-gradient(288deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-60 {
  background-image: linear-gradient(306deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-65 {
  background-image: linear-gradient(324deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-70 {
  background-image: linear-gradient(342deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #26344e), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #26344e), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(360deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-80 {
  background-image: linear-gradient(378deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-85 {
  background-image: linear-gradient(396deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-90 {
  background-image: linear-gradient(414deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-95 {
  background-image: linear-gradient(432deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #26344e), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #26344e), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(450deg, #26344e 50%, transparent 50%, transparent), linear-gradient(270deg, #26344e 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #f44236), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(90deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-5 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(108deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-10 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(126deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-15 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(144deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(162deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f44236), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(180deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-30 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(198deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-35 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(216deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(234deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-45 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(252deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #f44236), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #f44236), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(270deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-55 {
  background-image: linear-gradient(288deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-60 {
  background-image: linear-gradient(306deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-65 {
  background-image: linear-gradient(324deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-70 {
  background-image: linear-gradient(342deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f44236), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #f44236), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(360deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-80 {
  background-image: linear-gradient(378deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-85 {
  background-image: linear-gradient(396deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-90 {
  background-image: linear-gradient(414deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-95 {
  background-image: linear-gradient(432deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f44236), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #f44236), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(450deg, #f44236 50%, transparent 50%, transparent), linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(90deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-5 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(108deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-10 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(126deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-15 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(144deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-20 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(162deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(180deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-30 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(198deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-35 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(216deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-40 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(234deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-45 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(252deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(270deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-55 {
  background-image: linear-gradient(288deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-60 {
  background-image: linear-gradient(306deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-65 {
  background-image: linear-gradient(324deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-70 {
  background-image: linear-gradient(342deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1de9b6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(360deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-80 {
  background-image: linear-gradient(378deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-85 {
  background-image: linear-gradient(396deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-90 {
  background-image: linear-gradient(414deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-95 {
  background-image: linear-gradient(432deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1de9b6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #1de9b6), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(450deg, #1de9b6 50%, transparent 50%, transparent), linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #f4c22b), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(90deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-5 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(108deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-10 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(126deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-15 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(144deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-20 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(162deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f4c22b), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(180deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-30 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(198deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-35 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(216deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-40 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(234deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-45 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(252deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #f4c22b), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #f4c22b), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(270deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-55 {
  background-image: linear-gradient(288deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-60 {
  background-image: linear-gradient(306deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-65 {
  background-image: linear-gradient(324deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-70 {
  background-image: linear-gradient(342deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f4c22b), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #f4c22b), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(360deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-80 {
  background-image: linear-gradient(378deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-85 {
  background-image: linear-gradient(396deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-90 {
  background-image: linear-gradient(414deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-95 {
  background-image: linear-gradient(432deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4c22b), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #f4c22b), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(450deg, #f4c22b 50%, transparent 50%, transparent), linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #3ebfea), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(90deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-5 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(108deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-10 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(126deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-15 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(144deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-20 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(162deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d6d6d6), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3ebfea), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(180deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-30 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(198deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-35 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(216deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-40 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(234deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-45 {
  background-image: linear-gradient(90deg, #d6d6d6 50%, transparent 50%, transparent), linear-gradient(252deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3ebfea), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #3ebfea), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(270deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-55 {
  background-image: linear-gradient(288deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-60 {
  background-image: linear-gradient(306deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-65 {
  background-image: linear-gradient(324deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-70 {
  background-image: linear-gradient(342deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3ebfea), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #3ebfea), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(360deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-80 {
  background-image: linear-gradient(378deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-85 {
  background-image: linear-gradient(396deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-90 {
  background-image: linear-gradient(414deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-95 {
  background-image: linear-gradient(432deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #3ebfea), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #3ebfea), color-stop(50%, #d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(450deg, #3ebfea 50%, transparent 50%, transparent), linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}

.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 20px;
}
.radial-bar-lg > img, .radial-bar-lg:after {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px;
}

.radial-bar-sm {
  width: 60px;
  height: 60px;
  font-size: 12px;
}
.radial-bar-sm > img, .radial-bar-sm:after {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-top: 10px;
  line-height: 42px;
}

.radial-bar-xs {
  width: 35px;
  height: 35px;
  font-size: 10px;
}
.radial-bar-xs > img, .radial-bar-xs:after {
  width: 25px;
  height: 25px;
  margin-left: 5.5px;
  margin-top: 4.5px;
  line-height: 25px;
}

/* Radial Chart End */
/**====== Chart css end ======**/
/**  =====================
      Icon layouts css start
==========================  **/
.i-main .i-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin: 5px;
  border: 1px solid #f1f1f1;
  position: relative;
  cursor: pointer;
}
.i-main .i-block i {
  font-size: 30px;
}
.i-main .i-block label {
  margin-bottom: 0;
  display: none;
}
.i-main .i-block span.ic-badge {
  position: absolute;
  bottom: 0;
  right: 0;
}
.i-main .i-block .flag-icon-background {
  width: 40px;
  height: 40px;
}

/**====== Icon layouts css end ======**/
/**  =====================
      Calendar css start
==========================  **/
.external-events .fc-event {
  color: #fff;
  cursor: move;
  padding: 5px 18px;
  margin-top: 5px;
  background: #26344e;
  border-color: #26344e;
}

.calendar a:not([href]):not([tabindex]), .calendar a:not([href]):not([tabindex]):focus, .calendar a:not([href]):not([tabindex]):hover {
  color: #fff;
}
.calendar .fc-event,
.calendar .fc-event:hover {
  color: #fff;
  cursor: move;
  padding: 5px 18px;
  margin-top: 2px;
  background: #26344e;
  border-color: #26344e;
}

/**====== Calendar css end ======**/
/**  =====================
      File Upload css start
==========================  **/
.dropzone {
  min-height: 70px;
  border: 1.5px dashed var(--bs-border-color);
  /* background: #FFF; */
  padding: .5rem;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer !important;
  /* -webkit-box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
          box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1); */
}
.dropzone:hover {
  border: 1.5px dashed var(--bs-secondary-color);
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: .2em 0;
  color: #888;
  font-size: 18px;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem;
  min-height: 100px;
  -webkit-box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 5px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  display: block;
  padding: 4px;
  width: 100%;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
          animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
          animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
          animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 5px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #f44236;
  background: -webkit-gradient(linear, left top, left bottom, from(#f44236), to(#f44236));
  background: linear-gradient(to bottom, #f44236, #f44236);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f44236;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30%,
    70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30%,
    70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/**====== File Upload css end ======**/


.fixed-button {
	position: fixed;
	bottom: -50px;
	right: 30px;
	opacity: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	border-radius: 0.25rem
}

.fixed-button .btn {
	margin: 0;
	background: #79b530;
	border: none;
	border-bottom: 2px solid #5e8d25;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px
}

.fixed-button .btn:hover {
	background: #79b530;
	border: none;
	border-bottom: 2px solid #5e8d25
}

.fixed-button:hover {
	-webkit-animation: none;
	animation: none
}

.fixed-button.active {
	bottom: 50px;
	opacity: 1
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(121, 181, 48, 0.3);
		box-shadow: 0 0 0 0 rgba(121, 181, 48, 0.3)
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(4, 169, 245, 0);
		box-shadow: 0 0 0 20px rgba(4, 169, 245, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(4, 169, 245, 0);
		box-shadow: 0 0 0 0 rgba(4, 169, 245, 0)
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(121, 181, 48, 0.3);
		box-shadow: 0 0 0 0 rgba(121, 181, 48, 0.3)
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(4, 169, 245, 0);
		box-shadow: 0 0 0 20px rgba(4, 169, 245, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(4, 169, 245, 0);
		box-shadow: 0 0 0 0 rgba(4, 169, 245, 0)
	}
}


/* BUTTON TYPES */

.btn-account-and-organization {
  color: #26344E   ;
  background-color: #FFF;
  border-color: #26344E   ;
}
.btn-account-and-organization:hover {
  color: #FFF;
  background-color: #26344E   ;
}



.btn-projects-db {
  color: #fff;
  background-color: #28a745;
  border-color: #FFF;
  margin-top: 3px;
}
.btn-projects-db:hover {
  color: #28a745;
  background-color: #FFF;
}

.btn-reports-db {
  color: #fff;
  background-color: #28a745;
  border-color: #FFF;
  margin-top: 3px;

}
.btn-reports-db:hover {
  color: #28a745;
  background-color: #FFF;
}


.btn-players-db {
  color: #fff;
  background-color: #28a745;
  border-color: #FFF;
  margin-top: 3px;

}
.btn-players-db:hover {
  color: #28a745;
  background-color: #FFF;
}


.btn-account-and-organization-db {
  color: #fff;
  background-color: #26344E   ;
  border-color: #FFF;
  margin-top: 3px;

}

.btn-account-and-organization-db:hover {
  color: #26344E   ;
  background-color: #FFF;
}





/* player, project and report PAGE HEADERS */


/* The pcoded-content-header class is the class used for headers of pages such as the players, reports, shareable links, ... */
/* The vertical padding was set to half so the height of the header is shorter - very large header wouldn't look nice */
/* The horizontal padding is kept the same as the padding used for the pcoded-contect class - used for the actual contect of the page */
.pcoded-content-header {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background:#edf1f6;
}


.page-header {
  position: relative;
  /* background:#FFF; */
  border-radius: 0.25rem ;  
}

.page-header-main {
  position: relative;
  left: 0;
  height: 100%;

}



.page-header-main-title {
  position: relative;
  top: 0;
  height: 100%;

}

.page-header-main-title h3 {
  font-weight: 550;   
}

/* For this property to work, the width of the parent container must be specified!!! */
.row-c {
  width: 100%;
  margin-left: auto; 
  margin-right: auto;
}



/* SPECIFICITIES FOR THE HEADER WITH THE SCOUT DECISION LOGO AND SLOGAN - shareable link */


.sd-slogan {
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  padding-right: 0rem;
  color: #888;
  font-weight: 400;
}

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

  .sd-logo-name {
    margin-bottom: 1rem;
  }

  .sd-logo-name a {
    text-align: center;
    justify-content: center;
  }

}

/* The slogan required a different approach cause if the float:right is set initially, then, when the screen is resized, the elements would't center inside the div. Found this solution. */
@media only screen and (min-width: 992px) {

  .sd-slogan  {
    float: right;
    padding-right: 0rem;

  }

}















/* Tooltips da helptexts */

.download-and-tooltip {
  float: right;
  display: inline-block;
}


div.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip-left {
  top: 0px;
  bottom: auto;
  right: 128%;
}

.tooltip-copy {
  top: 35px;
  right: -40px;
  text-align: center;
}

.tooltip-left.tooltip-left-mv {
  right: 110%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 1200%;
  background-color: #555 !important;
  color: #fff;
  /* text-align: center; */
  font-size: 0.8rem;
  padding: 5px;
  border-radius: 6px 6px 6px 6px!important;
  z-index: 10;
  opacity: 0;
  transition: opacity .6s;
}

.tooltip .tooltiptext.tooltip-copy {
  width: 100px !important;
  visibility: hidden;
  position: absolute;
  background-color: #555 !important;
  color: #fff;
  /* text-align: center; */
  font-size: 0.8rem;
  padding: 5px;
  border-radius: 6px 6px 6px 6px!important;
  z-index: 10;
  opacity: 0;
  transition: opacity .6s;

}



.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* class to set minimum height for tables. This way, when there isn't elements in the table, it has a minimum height so the question-mark text doens't appear cut */
/* .table-min-height {
  min-height: 300px;
} */

    
    
#button_create_report {
  background-color: transparent;
  border-color: #28a745;
  color: #28a745;
  word-break: break-all;
  white-space: normal;

}

#button_create_report:hover {

    background-color:#28a745;
    color: #FFF;

}


.btn-report-open {
    color: #FFF;
    background-color: #EBC247;
}

.btn-report-open:hover {
    background-color: #28a745;

}

.btn-report-update {
    color: #FFF;
    background-color: #EFCE6C;

}

.btn-report-update:hover {
    color: #FFF;
    background-color: #EBC247;

}


/* CENTER ELEMENTS VERTICALLY */

/* BUTTON AND SEARCH ELEMENTS - VIEWS WHERE THERE IS LISTS*/

.search-field {
  display: inline-block;
  border:solid 1px #ccc; 
  border-radius: 0.375rem; 
  padding: 7px 10px; 
  margin: 0px 7px 0px 5px;  
  min-width: 225px;
}

@media only screen and (max-width: 991px) {
  .search-field { 
  min-width: 175px;
}}

.graphs-overflow {
  overflow-x:auto;
  overflow-y:hidden
}



/* DOWNLOAD BUTTON CHARTS */

.btn-download-as-image {
  color: #28a745;
  font-size: 20px;
}

.btn-download-as-image:hover {
  color: #26344E;   
}







.card-footer.card-footer-scorecards {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  
}






.btn-download {
  color: #26344E   ;
  background-color: #FFF;
  border-color: #26344E   ;
  

}

.btn-download-scorecards {
  color: #26344E   ;
  background-color: #FFF;
  border-color: #26344E   ;
  width: inherit;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  
}


.btn-download:hover,
.btn-download-scorecards:hover {
  color: #FFF;
  background-color: #26344E   ;
  
}




/* EDIT TEXTAREA BUTTON PROJECT REPORT */


.btn-edit-notes {
  color: #FFF   ;
  background-color: #b30b00;
  border-color: #FFF   ;
  position:relative;
  float: right;
 right: 20px;

}

.btn-edit-notes:hover {
  color: #b30b00;
  background-color: #FFF   ;
  border-color: #b30b00   ;

}

  /* SAVE TEXTAREA BUTTON PROJECT REPORT */

  .btn-save-notes {
    color: #b30b00   ;
    background-color: #FFF;
    border-color: #b30b00   ;
    position:relative;
    float: right;
   right: 20px;
  }
  
  .btn-save-notes:hover {
    color: #FFF;
    background-color: #b30b00   ;
    
  }

  
/* EDIT HTML BUTTON PROJECT REPORT */


.btn-edit-html {
  color: #FFF   ;
  background-color: #b30b00;
  border-color: #FFF   ;
  

}

.btn-edit-html:hover {
  color: #b30b00;
  background-color: #FFF   ;
  border-color: #b30b00   ;

}

  /* SAVE HTML BUTTON PROJECT REPORT */

  .btn-save-html {
    color: #b30b00   ;
    background-color: #FFF;
    border-color: #b30b00   ;
  
  }
  
  .btn-save-html:hover {
    color: #FFF;
    background-color: #b30b00   ;
    
  }

  .scores {
    font-size: 33px;
    color: #111;
  font-weight: 400;
  }



  
.card-players {
  display: inline-block;
  /* border-radius: 2em; */
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 13rem;
  min-width: 10rem;
  margin: 2em 1em 0em 1rem;
}

.card-players .card-body {
  padding: 15px 10px ;
  text-align: center;
}

.card-players img {
  width: 47px;
  height: 47px;
  object-fit: contain;
  border-radius: 10%;
  /* margin: 0 auto; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.card .card-title-sm {
  font-weight: 700;
  color: var(--bs-secondary-color);
  margin-bottom: 0;
  font-size: .9rem;
}
.card-players .card-title {
  font-weight: 600;
  font-size: 14px;
  /* color: #000; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0px;
  margin-left: 0px;
  text-align: start;
  max-width: 90px;
}
.card-players .card-position {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 65px;
  padding-bottom: 0px;
  margin-left: 0px;
  
}
.card-players .btn-players {
  /* border-radius: 2em; */
  background-color: teal;
  color: #ffffff;
  /* padding: 0.5em 1.5em; */
}


.description-on-card {
    width: 100%;
    font-size: 12px;
    /* max-height: 32px; */
    -webkit-line-clamp: 2;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     
}

.title-on-card {
  width: 100%;
    max-height: 22px;
  -webkit-line-clamp: 1;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


 
/* SORTING VALUES IN TABLES */






.table.project-criteria-table,
.table.project-scoring-table,
.table.project-weighting-table,
.table.sortable-table {
  line-height: 1.5rem;
}
.table.project-criteria-table tbody tr td,
.table.project-scoring-table tbody tr td,
.table.project-weighting-table tbody tr td {
border: 0px;
}






/* PROJECTS TEMPLATES AND REPORTS TABLES */
  
table.table-ptr thead tr ,
table.table-ptr tbody tr {
display: table;
width: 100%;
/* even columns width , fix width of table too*/
table-layout: fixed;
}

table.table-ptr tbody {
  color: #000;
  line-height: 1.8;
  /* display: block; */
  height: calc( 100vh - 200px );
  min-height: 250px;
  overflow:auto;
  overflow-x: auto;
}
 
table.table-ptr thead tr th {
   padding: 0px 10px;
}
  table.table-ptr tbody tr td {
    vertical-align: middle; 
    cursor: pointer;
     /* max-width: 100px; */
     padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  table.table-ptr tbody tr td.ptr-name {
    text-decoration: underline;
  }
  table.table-ptr tbody tr td.ptr-options {
    text-align: right; 
    padding-right:10px;
  }
  table.table-ptr thead tr th:nth-child(1),
  table.table-ptr tbody tr td:nth-child(1) {
    border-right: 1px solid lightgrey ;
  }
  table.table-ptr.table-ptr-player thead tr th:nth-child(1),
  table.table-ptr.table-ptr-player tbody tr td:nth-child(1) {
    border-right:none ;
  }
  table.table-ptr.table-ptr-player thead tr th:nth-child(2),
  table.table-ptr.table-ptr-player tbody tr td:nth-child(2) {
    border-right: 1px solid lightgrey ;
  }
  table.table-ptr tbody tr:nth-last-child(1) {
    border-bottom: 1px solid lightgrey ;
  }


  table.projects-table tbody,
  table.reports-table tbody,
  table.templates-table tbody,
  table.project-criteria-table tbody,
  table.project-players-table tbody,
  table.project-scoring-table tbody,
  table.project-weighting-table tbody,
  table.comparison-table tbody {
    color: #000;
  }
  
table.comparison-table thead th:not(#table-comparison-first-cell) {
  background-color: var(--bs-secondary-color)
}



  table.projects-table tbody,
  table.reports-table tbody,
  table.templates-table tbody
  {    
    line-height: 1 !important;
  }

 


  table.projects-table tbody ,
  table.reports-table tbody,
  table.templates-table tbody {

    display: block;
    height: calc( 100vh - 200px );
    min-height: 250px;
    overflow:auto;
    overflow-x: auto;


  }












    /* PROJECTS REPORTS AND TEMPLATES HEADER: TITLE AND DESCRIPTION */

    .card.card-ptr {
      margin-bottom: 10px
    }

    .card.card-ptr .card-header h4,
    .card.card-ptr .card-header span {
        word-break: break-all;
    }

    .card.card-ptr .card-header span {
      cursor: pointer;
   }
   .card.card-ptr .card-header span:hover {
    border-bottom: 1px solid black; 
 }

    .card.card-ptr .card-header div#ptrDescription {
        margin-top: 10px; 
    }

    .card.card-ptr .card-header div#ptrDescription div.card-body {
      margin-bottom: 0;

  }

    /* PROJECTS REPORTS AND TEMPLATES HEADER: NAV BAR */



  .nav.nav-ptr {
    box-shadow: none;
  }

.nav.nav-pills.nav-ptr {
  padding: 10px 0px;
}

.nav.nav-pills.nav-tags {
  padding: 10px 0px;
}

.nav.nav-pills.nav-tags {
  padding: 10px 0px;
}


    /* PROJECTS REPORTS AND TEMPLATES TAB CONTAINER: NAME AND QUESTION MARK */



  .project-tab-container{
    min-height: 40px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid lightgray;
}

.project-tab-header{

    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.project-tab-header .tooltip {
    color:#26344E ;
    float: right;
    margin-right:25px ;

}
.project-tab-header .tooltip i {
    font-size: 24px;

}


    /* PROJECTS REPORTS AND TEMPLATES TAB CONTAINER: CONTENT */

    header.navbar.navbar-user {
      display:inline ;
    }


    header.navbar {
      display:none ;
      
    }





/* main content end*/
/* ==========================    Rsponsive Menu  start   ====================== */
@media only screen and (max-width: 991px) {

  
  header.navbar {
    display:inherit ;
    
  
  }

  


  .pcoded-header {
    background: #26344e;
    color: #fff;
  }
  /* .pcoded-header .input-group-text,
  .pcoded-header a,
  .pcoded-header dropdown-toggle {
    color: #26344e;
  } */
  .pcoded-header #mobile-header {
    display: none;
    right: 20px;
  }
  .pcoded-header > .collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background:var(--bs-light-bg-subtle);
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
            box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border-bottom: 1px solid var(--bs-border-color);
  }
  /* .pcoded-header .dropdown-menu,
  .pcoded-header .dropdown-menu a,
  .pcoded-header .search-close .input-group-text {
    color: #26344e;
  } */
  .pcoded-header .m-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
  }
  .pcoded-header .m-header .b-brand {
    margin-left: 20px;
  }
  .pcoded-header .m-header .mobile-menu {
    right: 20px;
  }
  .pcoded-header .full-screen {
    display: none;
  }


  .pcoded-navbar {
    margin-left: -264px;
    position: absolute;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pcoded-navbar .scroll-div.navbar-content {
    height: 100%;
  }
  .pcoded-navbar ~ .pcoded-header,
  .pcoded-navbar ~ .pcoded-main-container {
    margin-left: 0;
  }
  .pcoded-navbar ~ .pcoded-header {
    width: 100%;
  }
  .pcoded-navbar .navbar-brand {
    display: none;
  }
  .pcoded-navbar.mob-open {
    margin-left: 0;
  }
  .pcoded-navbar.mob-open ~ .pcoded-header,
  .pcoded-navbar.mob-open ~ .pcoded-main-container {
    margin-left: 0;
  }
}









/* FORM WARNINGS FOR AUTENTICATION */

.form-warnings {
  margin-top: 7px;
  margin-bottom: 15px;
  padding-left: 15px;
  color: red;
  text-align: left;
}

.form-warnings span.pcoded-mtext {
  font-weight: 400;
  font-size: 0.95rem;
  margin-left: 3px;
}

.form-warnings i {
  font-size: 22px;
}

.error {
  border-color: red;
  color:red;
  background-color: rgba(244, 239, 239, 1);
}

.error input {
  border-color: red;
  color:red;
  background-color: rgba(244, 239, 239, 1);
}

/* PROJECT RESULTS */



.chartcomparisons{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* CARD HEADER FOR INFORMATION BUTTONS */

.card-header-info {
  margin-top: 5px;
  border-bottom: 1px solid #3ebfea !important;
}






/* REPORTS AND SHAREABLE REPORT'S PAGE  */


.report-container {
  border-radius: 0.25rem 0.25rem 0rem 0rem ;
  width: 85%;
  max-width: 1250px;
  }
  .report-container-pdf {
    border-radius: 0.25rem 0.25rem 0rem 0rem ;
    width: 85%;
    max-width: 900px;
    }

  /* URL SHAREABLE CONTAINER */
.url-container {
  width: 70%;
  /* min-height: 60px; */
  border-radius: 0.375rem;
  margin: 1rem 0rem;

}


/* SHAREABLE LINK */

.url-form-control {
  padding: 1rem .5rem; 
  background-color: #f6faff !important;
  height: 50px; 
  border-radius: 0.375rem ;
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.url-input {
  width: 80% ;
  height: -webkit-fill-available; 
  display: inline; 
  background-color: #f6faff !important;
  border-radius: 0.375rem ; 
  padding-left: 15px; 
  color: grey; 
  border: 0px solid white !important;
  overflow: hidden;
    text-overflow: ellipsis;
}

.url-copy-button {    
  width: 15%;
  height: -webkit-fill-available;
  display: inline;

}

.url-container .tooltip .feather.icon-copy {
  float: right;
  font-size: 24px; 
  color: grey;
}

.url-container .tooltip .feather.icon-copy:hover {
  font-size: 24px; 
  color: #007bff;
}






/* REPORT CONTAINER */



@media only screen and (max-width: 1300px) {
  .report-container {
  width: 100%;
  overflow-x: auto;
}
.url-container {
  width: 90%;
}

}


/* REPORT CONTAINER HEADER */

.report-header {
  background-color: #26344E !important;
  position: relative;
  border-radius: 0.25rem 0.25rem 0rem 0rem !important;



}

.report-header h3, .report-header h4, .report-header p {
  color: #FFF;
}


.report-header .header-top-row {
  border-bottom: 2px solid #FFF;
  margin-bottom: 20px;
  min-height: 35px;
}

.header-top-row div {
  position: relative;

}

.header-top-row div span {
  position: absolute;
  bottom: 5px;
}

.header-top-row div span h4 {
  padding-bottom: 0;
  margin-bottom: 0;

}



#left {
  position: absolute;
  right: 20px ;
  color: #FFF;
}



.report-header .header-bottom-row {
  min-height: 65px;
}

.report-header .header-bottom-row p.p-label {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
.report-header .header-bottom-row p.p-content {
  font-size: 1.3rem;
}



/* REPORT CONTAINER BODY  */




.body-titles,
.body-titles-pdf {
  border-bottom: 2px solid #26344E;
  margin-bottom: 30px;
  min-height: 35px;
}

.body-titles div,
.body-titles-pdf div {
  position: relative;
}

.body-titles div h6,
.body-titles-pdf div h6 {
  color: #26344E;
  position: absolute;
  bottom: 5px;
}

.table-report-div {
  overflow: visible;
}

table.table-report {
 width: 100%;
 margin: .1rem 0%;
 min-height: 90px;
}

.tr-criteria {
  padding: 1rem !important;
  border-radius: .375rem;
}

.tr-criteria-td-name-and-eval {
  width: 35%;
  border-radius: .375rem 0 0 .375rem;
}
.tr-criteria-td-comments {
  /* width: 60%; */
  /* padding: 1rem !important; */
  border-radius: 0 .375rem  .375rem 0;
}

.tr-criteria-name {
  width: 20%;
  padding: 1rem !important;
}

.tr-criteria-evaluations {
  width: 20%;
  padding: 1rem !important;
}

.report-comments {
  font-size: 10px;
  word-break:break-word;
}

.report-evaluations {
  padding: 7px;
  width: unset !important;
}

@media only screen and (max-width: 992px) {
  .tr-criteria-name {
      width: 25%;
      padding: 1rem !important;
  }

  .tr-criteria-evaluations {
      width: 25%;
  }
  .tr-criteria-comments {
      width: 50%;
  }
}


.degree-0 {
  /* border-top: 2px  solid white; */
  /* border-bottom: 2px  solid #26344E; */
  height: 100%;
}
.degree-0 td h5  {
  /* padding-top: 7px ;
  margin-bottom: 0px ; */
  font-size: 1rem;
}

.degree-e {
  background-color: var(--bs-tertiary-bg);
  font-size: 0.8rem;
  vertical-align: top;
}
/* .degree-e td h6 {
  margin-top: 7px ;
  margin-bottom: 0px ;
} */

.degree-nc {
  /* border-bottom: 1px  solid red ; */
  background-color: var(--bs-body-bg);
}
.degree-nc td h6 {
  padding-top: 7px ;
  /* margin-top: px; */
}


@media only screen and (max-width: 768px) {
  .tr-criteria-evaluations h5,
  .tr-criteria-evaluations h6 {
      /* color: #FFF; */
      font-size: 0.8rem;
  }

  .degree-0 td h5  {
      /* padding-top: 5px ;
      margin-bottom: 0px ; */
      font-size: 0.9rem;
  }

  .degree-nc h6,
  .degree-e h6 {
      margin-left: 0 !important;
      font-size: 0.8rem;
  }
}




.btn.button-secondary:hover {
    background-color: transparent;
    color: #000;
}




/* BUTTON Create Things */
.btn.btn-cust {
  padding: 6px 8px;
  /* color: #FFF; */
  /* background-color: #28a745 ; */
  /* border-color: #28a745 ; */
  text-transform: uppercase;
  font-weight: 700;
  font-size: .825rem;
}


.btn.button-outline-destroy {
  padding: 6px 8px;
  color: #dc3545;
  background-color: #FFF ;
  border-color: #dc3545 ;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .825rem;
}

.btn.button-outline-destroy:hover {
  color: #FFF  ;
  background-color: #dc3545;
  border: 1px solid #dc3545 ;
}

.btn.button-outline-destroy:hover a {
  color: #FFF  !important;
}

.button-delete {
  padding: 6px 8px;
}
.button-delete span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .825rem;
}


.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;}


.dropdown-toggle-user::after {
  display: none;

}



/* BACK/CANCEL BUTTON */

.button-cancel {
  padding: 7px 13px;
  color: #FFF;
  background-color: #949494 ;
  border-color: #949494 ;

}

.button-cancel:hover {
  color: #949494  ;
  background-color: #FFF;
  
}




/* PDF REPORT BUTTON */

.button-pdf {
  padding: 7px 13px;
  color: #FFF;
  background-color: #b30b00;
  border-color: #b30b00;

}

.button-pdf:hover {
  color: #b30b00;
  background-color: transparent;
  
}

/* PDF SHAREABLE LINK */

.button-shareable-link {
  padding: 7px 13px;
  color: #FFF;
  background-color: #28C2FF;
  border-color: #28C2FF;

}

.button-shareable-link:hover {
  color: #28C2FF;
  background-color: transparent;
  
}



div.div-st-slider {
  padding: 20px 0;
  max-width: 350px;
}














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


    
.table>tbody {
  vertical-align: middle;
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:first-child) {
  border-top: 2px solid currentColor
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
  border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
      overflow-x:auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
      overflow-x:auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
      overflow-x:auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
      overflow-x:auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
      overflow-x:auto;
      -webkit-overflow-scrolling: touch
  }
}


.table-card .row-table {
  display: flex;
  align-items: center;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0
}

.table-card .row-table i {
  padding: 50px 20px
}

.table-card .row-table>[class*=col-] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle
}

.table-card .row-table>[class*=col-] .row {
  display: flex;
  align-items: center
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.table.table-small th {
  white-space: nowrap;
  padding: 1rem 1rem;
  height:32px; 
  color: #000;
  text-align: left;
}

.table.table-small.table-borderless td {
  border-top: none;
  white-space: nowrap;
  padding: .35rem .35rem;
  height:32px;
  color: var(--bs-body-color);
  text-align: left;
}

.table.table-small td {
  border-top: 1px solid #eaeaea;
  white-space: nowrap;
  padding: .35rem .35rem;
  height:32px;
  color: #000;
  text-align: left;
}

.table td,.table th {
  white-space: nowrap;
  /* border-top: none; */
}

.table.table-sm td,.table.table-sm th {
  height: unset;
  border-bottom: none;
}

.table>:not(:first-child) {
  border-top: none
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(4,169,245,.05)
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: transparent
}

/* .table-hover tbody tr:hover {
  background-color: rgba(4,169,245,.05)
} */

.table-hover tbody tr:hover>* {
  background: 0 0;
  --bs-table-accent-bg: transparent
}

.table .thead-dark th {
  color: #fff;
  background-color: #37474f;
  border-color: #222c31
}

.table-dark {
  color: #fff;
  background-color: #37474f
}

.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #222c31
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #334249
}

.table-dark.table-hover tbody tr:hover {
  background-color: #2d3940
}

.footable .pagination>.active>a,.footable .pagination>.active>span {
  background-color: #ededec;
  border-color: #ededec
}

.footable .pagination>.active>a:focus,.footable .pagination>.active>a:hover,.footable .pagination>.active>span:focus,.footable .pagination>.active>span:hover {
  background-color: #ededec;
  border-color: #ededec
}

.footable .pagination>li>a,.footable .pagination>li>span {
  color: #222
}

.footable-details.table,.footable.table {
  margin-bottom: 0
}

table.footable>tfoot>tr.footable-paging>td>span.label {
  margin-bottom: 0
}

table.footable-paging-center>tfoot>tr.footable-paging>td {
  padding-bottom: 0
}

.table-columned>tbody>tr>td {
  border: 0;
  border-left: 1px solid #eaeaea
}

.table-columned>tbody>tr>th {
  border: 0
}

.profile-image-v1 {
  width: 100px;
  border-radius: 10%;
}

.profile-image-v2 {
  width: 70px;
  border-radius: 10%;
}

.profile-image-v3 {
  width: 50px;
  border-radius: 10%;
}


.card.file-user-list .card-body {
  padding: 0px 25px;
}
.file-user-list {
  background: 0 0;
  box-shadow: none
}

.file-user-list table {
  border-spacing: 0 5 px;
  width: calc(100% - 10px);
  margin: 0 5px
}

.file-user-list table tbody tr {
  border-radius: 0;
  position: relative
}

.file-user-list table tbody tr .overlay-edit {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  background: #ededec;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.file-user-list table tbody tr .overlay-edit .btn,
.file-user-list table tbody tr .overlay-edit .introjs-button {
  margin: 0 3px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.file-user-list table tbody tr:hover td {
  cursor: pointer;
  background: #ededec;
}
.file-user-list table tbody tr:hover td .overlay-edit {
  opacity: 1
}

.file-user-list table tr td,.file-user-list table tr th {
  vertical-align: middle;
  border: none
}

.file-user-list table tr td {
  background: #fff;
  position: relative;
  color:#000;
}

.file-user-list table tr td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.file-user-list table tr td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid transparent;
}






.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}



 /* PLAYER BIOGRAPHICAL SECTION [START] */
 .match-info-flex-container {
  display: flex;  

    @media (max-width: 1098px){
      flex-direction: column;
  }
 
}

.match-info-main-content {
  flex: 1;
  /* background-color: var(--bs-tertiary-bg); */
  /* border: 1px solid var(--bs-secondary-bg);; */
  padding: 0 1rem;
  border-radius: .375rem;  
}

.match-info-aside-field {
  flex: 0 0 200px;    
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 1098px){
      flex-direction: row;
      flex: 1;
  }
}
.match-info-aside-field ul {

  @media (max-width: 1098px){
      flex-direction: row;
      justify-content: space-evenly;      
  }

  @media (max-width: 998px){
    flex-wrap: wrap;
  }
}




 /* PLAYER BIOGRAPHICAL SECTION [START] */
 .player-bio-flex-container-player-profile {
    display: flex;  

  @media (max-width: 1200px){
    display: block;
  }
}

.player-bio-main-content-player-profile {
  flex: 1;
  background-color: var(--bs-tertiary-bg);
  padding: 0 1rem;
  border-radius: .375rem;  

  @media (max-width: 1200px){
    display: block;
  }
}

.player-bio-field-player-profile {
  flex: 0 0 250px;    
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

   /* Necessary for hidding the field on the Report View while still keeping it on the page so the PDF export still is possible on smaller screens and the screen breaks below a certain treshold */
  @media (max-width: 1200px){
    display: block;
  }
}

.player-bio-flex-container {
  display: flex;  
}

.player-bio-main-content {
  flex: 1;
  background-color: var(--bs-tertiary-bg);
  padding: 0 1rem;
  border-radius: .375rem;  
}

.player-bio-field {
  flex: 0 0 250px;    
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

   /* Necessary for hidding the field on the Report View while still keeping it on the page so the PDF export still is possible on smaller screens and the screen breaks below a certain treshold */
  @media (max-width: 998px){
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: 0;
  }
}


.user-card .user-about-block {
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.user-card .user-about-block {
  margin-top: -20px;
  z-index: 1;
  position: relative;
}
.media {
  display: flex;
}
.user-card .user-about-block .certificated-badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 20%;
  width: 28px;
  height: 25px;
  background: #FFF;
  padding: 3px;
}
.user-card .user-about-block .certificated-badge-left {
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-radius: 20%;
  width: 28px;
  height: 25px;
  background: #FFF;
  padding: 3px;
}
.user-card .user-about-block .certificated-badge .bg-icon,
.user-card .user-about-block .certificated-badge-left .bg-icon {
  font-size: 22px;
}
.user-card .user-about-block .certificated-badge .front-icon,
.user-card .user-about-block .certificated-badge-left .front-icon {
  font-size: 11px;
  position: absolute;
  top: 11px;
  left: 9px;
}
.media .media-body {
  flex: 1;
}

  /* PLAYER BIOGRAPHICAL SECTION [END] */

/* SHADOW TEAMS */

.shadow-team-popover {
  min-width: 215px;
}


.st-flex-container {
  
  @media (min-width: 1200px){
    display: flex;  
  }
}

.st-main-content {
  flex: 1;  
  overflow-x: visible;
  @media (max-width: 1200px){
    margin-top: 2rem;  
  }
}

.st-sidebar {
  flex: 0 0 250px;
  background-color: var(--bs-tertiary-bg);
  border-radius: .375rem;
  padding: 1rem .75rem;
}

.grid-legend {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  grid-template-rows: auto;
  /* grid-auto-rows: 0; */
  /* overflow: hidden; */
}

.field-position-circle {
  position: absolute;
  bottom: 0%;
  display: block;
  width: 41%;
  height: 27.5%;
  max-width: 27px;
  max-height: 27px;
  background-color: #FFF !important;
  border: 2px solid #26344e ;
  border-radius: 50%;
  z-index: 5;

}

.field-position-circle-options {
  position: absolute;
  bottom: 0%;
  display: block;
  width: 41%;
  left: 60%;
  height: 27.5%;
  max-width: 27px;
  max-height: 27px;
  background-color: #FFF !important;
  border: 2px solid #26344e ;
  border-radius: 50%;
  z-index: 5;
}

.field-position-circle-compare {
position: absolute;
bottom: 0%;
display: block;
width: 41%;
left: 60%;
height: 27.5%;
max-width: 27px;
max-height: 27px;
background-color: #FFF !important;
border: 2px solid #26344e ;
border-radius: 50%;
z-index: 5;
}
 

.options-row {
  display: none;
}


.table.project-criteria-table td, 
.table.project-criteria-table th,
.table.project-scoring-table td,
.table.project-scoring-table th,
.table.project-weighting-table td,
.table.project-weighting-table th {
  height:30px;
}



.table.table-st {
  position: absolute;
  /* z-index: 4; */
  background-color: var(--bs-table-bg);
  /* width: 100% ; */
  border-radius: 0.375rem;
  text-align:left;
  line-height: 1;
   bottom: 10%;
  /* display: block; */
}

.table.table-st tr {
  border-radius: 0.375rem;
 /* width: 100%; */
}
.table.table-st tr td,
.table.table-st tr th {
  height: auto;
}

.table.table-st tr td {
  padding: 1px;
  vertical-align: middle;
}
.table.table-st.table-st-players tr td {
  padding: 1px 2px;
  vertical-align: middle;
}


.table.table-st tbody tr:first-child td:first-child {
  border-radius: .375rem .0rem 0rem 0rem;
}
.table.table-st tbody tr:first-child td:last-child {
  border-radius: .0rem .375rem 0rem 0rem;
}
.table.table-st tbody tr:last-child td:first-child {
  border-radius:  .0rem 0rem 0rem .375rem;
}
.table.table-st tbody tr:last-child td:last-child {
  border-radius: .0rem  0rem  .375rem 0rem;
}

.table.table-st tbody tr:only-child td:first-child {
  border-radius: .375rem .0rem 0rem .375rem;
}
.table.table-st tbody tr:only-child td:last-child {
  border-radius: .0rem .375rem .375rem 0rem ;
}






.table.table-st tr td img {
height: inherit; 
border-radius: 50%;
}



.table.table-st tr:not(:first-child) {
  border-top: 1px solid grey;
}
.table.table-st tr td span.st-name {
  color: var(--bs-body-color);
  font-weight: 600;
  font-size: 0.73rem;
  display: block;
  /* overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; */
  pointer-events:none;
}
.table.table-st tr td span.st-club {
  color: var(--bs-secondary-color);
  font-weight: 600;
  font-size: 0.67rem;
  padding: -5px 5px 2px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  pointer-events:none;
}
.table.table-st tr td span.st-foot {
  color: #000;
  font-weight: 600;
  font-size: 0.61rem;
  padding: 5px 5px 2px 0px;
  pointer-events:none;
}
.table.table-st tr td.st-options {
  vertical-align: middle;
  align-items: center;
}

.table.table-st tr td.st-options span {
  visibility:hidden;
  font-size: 17px;
}

.table.table-st:hover tr td.st-options {
  cursor: pointer;
}

.table.table-st:hover tr td.st-options span {
  visibility:visible;
}

/* .table.table-st:before {
  content: none;
  font-family: "pct";
  position: absolute;
  top: 103%;
  left: 38%;
  font-size: 40px;
  line-height: 0;
  color: var(--bs-table-bg);
  text-shadow: 0 -2px 2px rgba(65, 76, 78, 0.12);
  z-index: -1;
} */



@media only screen and (min-width: 992px) and (max-width: 1472px) {

  .button-shareable-link {
    margin-bottom: 10px;
  }

}




.card.card-dashboard {
  margin: 10px 5px 10px 5px;
}




.text-ppt {
  color: #d14525;
}

.text-pdf {
  color: #b30b00;
}

.text-img {
  color: #3fc5e4;
}




.btn.btn-icon.btn-btn {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 0.15em 0.15em;
}


.tag-close-button {
  color: #bfbfbf;
}

.tag-close-button:hover {
  color: #3f3f3f;
}

.btn.btn-icon.btn-close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0px 0px 8px 3px;
    color: #999;
    border-radius: 0.375rem;
    font-size: 1.4rem;
    margin-right: 0;
    background-color: #FFF;
}
.btn.btn-icon.btn-close:hover {
  color:#000;
}
.btn.btn-icon.btn-close:focus {
  border: 2px solid #26344e;
}
/* .card-header.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem !important;
  border-bottom: 1px solid #ced4da;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-radius: .35rem .35rem 0rem 0rem ;
}
.card-header.modal-header h5 {
  font-size: 1rem;
  font-weight: 600;
}
.card-header.modal-header h5.modal-title:after {
  content: none;
  margin-bottom: 0;
} */
.bs-tooltip-bottom {
  z-index: 100;
}
.popup-tooltip {
  font-size: 16px;
  color: #007bff;
}
/* .card-body.modal-body .form-group{
  margin-bottom: 25px;
}
.card-body.modal-body .form-group p{
  font-weight: 600;
  color: #444;
} 
.card-body.modal-body .form-group.form-description p{
  font-weight: 400;
  color: #444;
}
.card-body.modal-body .form-group label{
  font-weight: 500;
  color: #777;
} 
.card-body.modal-body .form-group.form-collapsible .form-collapsible-header{
  border-bottom: 1px solid #000;
}
.card-body.modal-body .form-group.form-collapsible .form-collapsible-header:hover {
  cursor: pointer;
}
.card-body.modal-body .form-group.form-collapsible i{
  float: right;
  margin-right: 15px;
  color: #000;
}
.card-footer.modal-footer {
  padding: .5rem 1rem !important;
  border-top: 1px solid #ced4da;
  justify-content: center;
} */



/* .card.card-modal-sm {
  max-width: 500px;
  
}
.card-header.modal-header-sm {
  display: flex;
  flex-shrink: 0;
  justify-content:space-between;
  padding: .6rem 1rem !important;
  border-bottom: 1px solid transparent;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.card-header.modal-header-sm h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.card-header.modal-header-sm h5:after {
  content: none;
}

.card-header.modal-header h5.modal-title:after {
  content: none;
  margin-bottom: 0;
}
.card-body.modal-body-sm{
  text-align: center;
  padding: 1rem 1rem .5rem;
}
.card-body.modal-body-sm i.popup-icon{
  font-size: 50px;
  margin-bottom: 1rem;
}
.card-body.modal-body-sm i.popup-icon.popup-icon-warning{
  color: rgb(255, 0, 0, 0.45);
}
.card-footer.modal-footer-sm {
  text-align: center;
  padding: 0.6rem 1rem 1.6rem !important;
  border-top: 1px solid transparent;
} */







.row-tools-div {
  /* border: 1px solid red; */
  /* background-color: #f1f1f1; */
  border-radius: .375rem;
  margin: 0rem .25rem;
  background-color: var(--bs-secondary-bg);
}


.card .card-body.card-body-form-collapse {
  padding: 30px 15px;
}

.hover-effect:hover {
  cursor: pointer;
} 

.hover-effect-cta:hover {
  cursor: pointer;
  text-decoration: underline;
} 


.row-tools,
.row-tools div.fa-search {
  /* margin-bottom: 10px; */
  padding:  0rem;
}

.row-tools.row-tools-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
}

.row-tools.row-tools-right {
  /* text-align: right; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 40px;
}

@media only screen and (max-width: 992px) {
  .row-tools.row-tools-left,
  .row-tools.row-tools-right {
    justify-content: center;
  }
  .row-tools.row-tools-right {
    margin-top: 2rem;
  }
}


.row-tools-player-bio,
.row-tools-player-bio div.fa-search {
  /* margin-bottom: 10px; */
  padding:  0rem;
}

.row-tools-player-bio.row-tools-player-bio-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.row-tools-player-bio.row-tools-player-bio-right {
  /* text-align: right; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 300px !important;
}


.row-tools-player-bio-left-info-pitch {
  display: none;
  float: inline-end;
}

.row-tools-player-bio.row-tools-player-bio-right-sl {
  width: fit-content !important;
}

@media only screen and (max-width: 768px) {
  .row-tools-player-bio.row-tools-player-bio-right-sl {
    display:none !important;
  }
  .row-tools-player-bio-left-sl {
    width: 100% !important;
  }
  .col-sl {
    width: 25% !important;
  }
}

@media only screen and (max-width: 992px) {
  .row-tools-player-bio.row-tools-player-bio-right {
    display:none ;
  }
  .row-tools-player-bio-left-info {
    width: 80%;
  }
  .row-tools-player-bio-left-info-pitch {
    display: inline;
  }
}
@media only screen and (max-width: 600px) {
  .row-tools-player-bio-left-info {
    width:auto;
  }
  .row-tools-player-bio-left-info-pitch {
    display: none;
  }
}



                            

.page-header-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdd6dc;
  margin-bottom: 15px;
  white-space: nowrap;
  flex-direction: row;
}
@media (max-width: 992px) {
.page-header-report {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}}

.page-title-report {
  margin-top: 0;
  margin-bottom: 2px;
}
.page-title-report {
  color: #212529;
  margin: 0.38rem 0 0.75rem;
}
@media (min-width: 992px) {
.flex-lg-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}}

@media (min-width: 992px) {
.d-lg-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}}
.quick-links {
  list-style: none;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
  padding-left: 0;
}

@media (min-width: 992px){
.quick-links {
  padding-left: 10px;
}}


.quick-links li {
  margin-right: 10px;
  /* border-right: 1px solid #212529; */
  line-height: 1;
}
.quick-links li a {
  display: inline-block;
  color: #212529;
  text-decoration: none;
  padding-right: 10px;
}

.create-col {
  display: flex;
  align-items: center;
  justify-content:end;
}

@media (max-width: 768px){

.create-col {
  justify-content: center;
}
}





/* Data Hub CSS */


.blocks {
  display: flex;
  padding: 0em;
  margin: 0.5em;
}

.block {
  /* background-color: #FFF; */
  min-height: 60px;
  max-height: 60px;
  width: 50%;
  width: calc(50% + 2rem);
  /* border: 1px solid; */
  border-radius: .375rem;
  
}

.block--left {
  clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
  text-align: left;
  /* justify-content: center; */
  align-items: center;
  /* justify-content: center; */
  display: flex;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 600;
  /* color: #444; */
  padding-left: 1rem;
}

.block--right {
  margin-left: -3rem;
  clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0% 100%);
  
}
.block--right img {
    object-fit: cover;
    -moz-transform: rotate(20deg) translateX(10px);
    -webkit-transform: rotate(20deg) translateX(10px);
    -o-transform: rotate(20deg) translateX(10px);
    -ms-transform: rotate(20deg) translateX(10px);
    transform: rotate(20deg) translateX(10px);
    transform: rotate(-5deg) translateX(10px) translateY(-40px);
    height: 200px;
    width: 100%;
    zoom: 1.1;
}

.btn.btn-outline-success.btn-dh-collapse {
  font-size: .9rem;
  padding: 5px 7px;
  /* width: 100%; */
}

.container-search {
  min-height: 125px;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  /* cursor: pointer; */
}

.container-search-subtitle{
  color: #FFF;
  text-transform: uppercase;
  /* margin-bottom: .5rem; */
}
.container-search-title{
  color: #FFF;
  /* text-transform: uppercase; */
  /* margin-bottom: 1rem; */
  font-weight: 300;
}

.btn-dh-search {
  height: 130px;
  width: 230px;
  padding: 2rem;
  background-color: transparent;
  border: 2px solid lightgray ;
  transition: all .7s;
  background-color: #FFF;

}

.btn-dh-search:hover {
  border: 2px solid #28a745 ;
}


.btn-dh-search-title h3 {
  text-transform: uppercase;
}

.btn-dh-search-subtitle h6 {
  color: #000;
  text-transform: uppercase;
}


/* EMPTY SPaces START */

.empty-space {
  box-shadow: none;
  border: none !important;
}
.empty-space .card-body{
  display: flex;
  justify-content: center;
  padding: 20px;
}


.popup-card {
  z-index:100; 
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  max-width: 700px; 
  min-width: 450px;
  padding: 0;
  
}


.popup-card-body {
  max-height: 70vh;
  /* min-height: 35vh; */

}
.popup-card-body.popup-card-body-scroll {
  overflow-y: auto;
  max-height: 70vh;
  /* min-height: 35vh; */
  margin: .2rem 0rem;
  overflow-x: hidden;
}
.popup-card-body.popup-card-body-height {
  min-height: 50vh;

}


/* EMPTY SPaces END */


/* DATAHUB CSS */

/* SEARCH FIELD */



/* PROFILE PAGES */

.row.row-tables {
margin: 0px -10px;
}
.col-tables-sm-header {
  height: -webkit-fill-available;
}
.card.card-profile-pages {
  margin-top: 10px;
  margin-bottom: 15px;
}
.card.card-tables {
  margin-top: 0px;
  margin-bottom: 10px;
  /* height: calc(60% - 20px); */
}





.card.card-ptl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px;
  /* height: 285px; */
  margin: .7rem 0rem;
  /* border: 1px solid #f1f1f1; */
  position: relative;
  cursor: pointer;
    /* background-color: #fff; */
    /* max-width: 200px; */
    /* display: inline-flex; */
    /* flex-direction: column; */
    /* overflow: hidden; */
    border-radius: .25rem;
    transition: all .3s;
    box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.1);
}

.card.card-ptl:hover {
  /* border: 1px solid #00CC5C; */
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5);
  transform: translate(-2px, -2px);

}
.card.card-ptl .banner {
  /* background-image: url("https://images.unsplash.com/photo-1545703549-7bdb1d01b734?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ"); */
  background-color: var(--bs-body-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  border-radius: .25rem;
}
.card.card-ptl.card-ptl-team .banner {
  /* background-image: url("https://images.unsplash.com/photo-1545703549-7bdb1d01b734?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ"); */
  background-color: #00acee;
}
.card.card-ptl .banner img {
  /* background-color: #fff; */
  border-radius: 10%;
  width:80px;
  height:80px;
  object-fit: contain;
  position: relative;
  /* bottom: -55px; */
  transform: translateY(70%);
  transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.card.card-ptl .banner .banner-player-check-grid {
  position:absolute; 
  top:5px; 
  right:0; 
  margin: 0rem .2rem auto auto; 
  scale: 1.4;
}

.card.card-ptl .menu {
  width: 100%;
  height: 5.5rem;
  padding: .7rem .7rem 1.7rem .7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
}
.card.card-ptl h6.name {
  text-align: center;
  padding: 0 1rem 0.5rem;
  margin: 0;
  font-size: 1.1rem;
  color: var(--bs-body-color);
}
.card.card-ptl .title {
  color: var(--bs-secondary-color);
  font-size: 0.85rem;
  text-align: center;
  padding: 0 1rem 0.5rem;
  margin-bottom: 1rem;
}
.card.card-ptl .actions {
  padding: 0 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  order: 99;
}
.card.card-ptl .actions .follow-info {
  padding: 0 0 1rem;
  display: flex;
}
.card.card-ptl .actions .follow-info h2 {
  text-align: center;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}
.card.card-ptl .actions .follow-info h2 a {
  text-decoration: none;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  transition: background-color 100ms ease-in-out;
}
.card.card-ptl .actions .follow-info h2 a span {
  color: #1c9eff;
  font-weight: bold;
  transform-origin: bottom;
  transform: scaleY(1.3);
  transition: color 100ms ease-in-out;
}
.card.card-ptl .actions .follow-info h2 a small {
  color: #afafaf;
  font-size: 0.85rem;
  font-weight: normal;
}
.card.card-ptl .actions .follow-info h2 a:hover {
  background-color: #f2f2f2;
}
.card.card-ptl .actions .follow-info h2 a:hover span {
  color: #007ad6;
}
.card.card-ptl .actions .follow-btn {
  text-align: center;
  margin-top: 1rem;
}
.card.card-ptl .actions .follow-btn button {
  text-align: center;
  padding: 7px 9px;
  color: #FFF;
  background-color: #28a745 ;
  border-color: #28a745 ;
}
.card.card-ptl .actions .follow-btn button:hover {
  color: #28a745  ;
  background-color: transparent;
}
.card.card-ptl .actions .follow-btn button:hover a {
  color: #28a745  !important;
}
.card.card-ptl .desc {
  text-align: justify;
  padding: 0 2rem 2.5rem;
  order: 100;
}

#import-players-selected-div {
  justify-content: center;
  display: none;
}



.skill-set {
  padding: 0rem 1rem;
}

.pp-team-logo,
.pp-league-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0 auto;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.pp-team-logo-2,
.pp-league-logo-2 {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.card .dh-pp-actions {
  padding: 1.2rem 2rem ;
  display: flex;
  flex-direction: column;
  order: 99;
  width: 100%;
}
/* .card a .dh-pp-actions {
  color: var(--bs-list-group-color);
} */
.card a:hover .dh-pp-actions {
  background-color: var(--bs-secondary-bg);
  border-radius: .25rem;
}








/* PLAYER PROFILE PAGE */

.fa-profile-links {
  font-size: 1.4rem;
  color: var(--bs-tertiary-color) !important;
  margin: auto .25rem;
}
.fa-transfermarkt {
  font-family: Open Sans;
  font-weight: 800;
  font-style: italic;
}
.fa-transfermarkt:hover {
  text-decoration: none !important;
}

.nationality-flag  {
  background-color: #fff;
  border-radius: 10%;
  width:20px;
  height:20px;
  object-fit: contain;
  float: right;
}



.player-prof-details h6 {
  font-size: .85rem;
  /* color: #000; */
}
.player-prof-details div {
  font-size: 1.1rem;
  /* color: #000; */
}


/* TEAM PROFILE PAGE */

.lc-league-div{
  width: 20%;
  /* min-width: 80px; */
}

.lc-league-div img{
  border: 1px solid red;
}

.lc-competitions-div{
  display: flex; 
  flex-wrap: nowrap; 
  overflow-y: scroll;
  /* border: 1px solid red; */
  width: 80%;
  /* min-width: 100px; */
}
.lc-competitions-div img{
  margin: 0rem .7rem;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.lc-competitions-div::-webkit-scrollbar {
  display: none;
}









/* Hide scrollbar for IE, Edge and Firefox */
.lc-competitions-div {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
/* PLAYER TEAM LEAGUE CARDS */

.team-logo {
  /* background-color: #fff; */
  border-radius: .375rem;
  width:100px;
  height:100px;
  object-fit: contain;
}
.team-logo-sm {
  /* background-color: #fff; */
  border-radius: 10%;
  width:60px;
  height:60px;
  object-fit: contain;
}
.team-logo-player-card-xlg {
  /* background-color: #fff; */
  border-radius: .375rem;
  width:65px;
  height:65px;
  /* object-fit: contain; */
  border: 2px solid transparent;                                                          
  box-shadow: .3rem 0.3rem 1rem rgba(0,0,0,0.5);
}
.team-logo-player-card-lgg {
  /* background-color: #fff; */
  border-radius: 10%;
  width:65px;
  height:65px;
  object-fit: contain;
}
.team-logo-player-card-lg {
  /* background-color: #fff; */
  border-radius: 10%;
  width:45px;
  height:45px;
  object-fit: contain;
}
.team-logo-player-card {
  /* background-color: #fff; */
  border-radius: 10%;
  width:30px;
  height:30px;
  object-fit: contain;
}
.team-logo-player-card-smm {
  /* background-color: #fff; */
  border-radius: 10%;
  width:25px;
  height:25px;
  object-fit: contain;
}
.team-logo-player-card-sm {
  /* background-color: #fff; */
  border-radius: 10%;
  width:20px;
  height:20px;
  object-fit: contain;
}
.nationality-logo-player-card {
  /* background-color: #fff; */
  border-radius: 10%;
  width:25px;
  height:25px;
  object-fit: contain;
  margin-right: 10px;
}

.team-logo-2 {
  /* background-color: #fff; */
  border-radius: 10%;
  width:50px;
  height:50px;
  object-fit: contain;
  margin: 0rem .5rem;
}
.league-compet-row {
  margin : auto 0rem;
  background-color: transparent;
  border-color: #26344e;
  border: 2px solid #26344e;
  outline: 0;
  box-shadow: none;
  border-radius: .25rem;
  padding: .25rem;
  display: flex;
  flex-direction: row;
}


.competitions-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: .25rem;
  /* border: 2px solid #00acee; */
  margin: 0rem;
  padding: 1rem;
  gap: 5px;
}

.competitions-row-card {
  /* border: 1px solid #262626; */
  border-radius: .25rem;
  padding: 0.15rem;
  border: 2px solid transparent;
  transition: all .3s;
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.1);
  margin: .3rem;
}
.competitions-row-card:hover {
  border: 2px solid #262626;
  /* border-radius: .25rem;
  padding: .5rem; */
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5);
  transform: translate(-2px, -2px); 
  cursor: pointer;
}
.competitions-row-card-img {
  /* background-color: #fff; */
  border-radius: 10%;
  width:45px;
  height:45px;
  object-fit: contain;
}
.competitions-row-card-img-league {
  /* background-color: #fff; */
  border-radius: 10%;
  width:100px;
  height:100px;
  object-fit: contain;
}


.country-search-wrapper {
  display: grid;
  /* grid-template-columns: auto auto auto auto auto; */
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  gap: 25px 20px;
  justify-content: space-around;
  margin-top: 2rem;
}
@media only screen and (max-width: 992px) {
  .country-search-wrapper {  
    /* grid-template-columns: auto auto auto auto;   */
      grid-template-columns: repeat(auto-fit, minmax(17%, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .country-search-wrapper {  
    /* grid-template-columns: auto auto auto;   */
      grid-template-columns: repeat(auto-fit, minmax(21%, 1fr));
  }
}
.country-search-wrapper div {
  width:10rem;
  height:10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
    margin-right: auto;
}
.country-search-wrapper div a span {
  font-weight: 600;
  /* font-size: .85rem; */
  border-radius: 15%;
  color: #444;
}

.country-search-img {
  background-color: #fff;
  border-radius: .175rem;
  width:75px;
  /* height:75px; */
  object-fit: contain;
  /* border: 3px solid #e9e9e9; */
  margin-top: 5px;
}




/* GRID CONTAINER FOR DATA HUB TEAM PAGE */

.grid-wrapper-minmax {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) ) ;
}
.grid-wrapper-minmax-box {
  border: 1px solid var(--bs-border-color);
  border-radius: .375rem;
  padding: .5rem;
}

grid-container {
  display: grid;                                                 /* 1 */
  grid-auto-rows: 70px;                                          /* 2 */
  grid-gap: 3px;                                                /* 3 */
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));  /* 4 */
}

grid-item:first-child {                                          
  grid-column: 1 / 3;                                            /* 5 */
  grid-row: 1 / 3;                                               /* 5 */
}

/* non-essential decorative styles */
grid-item {
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  /* font-weight: bold; */
}


grid-container-dh-scout-reports {
  padding: 0rem .5rem;
  display: grid;                                                 /* 1 */
  grid-auto-rows: 200px;                                          /* 2 */
  grid-gap: 20px 10px;                                                /* 3 */
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));  /* 4 */
  align-items: start;
}


/*   \/  03-10-2024 Isaac needed higher grid rows for connect's ShowcasedPlayers */
grid-container-dh-connect {
  padding: 0rem .5rem;
  display: grid;
  grid-auto-rows: 300px; /* ---> Main (and probably only) change */ 
  grid-gap: 20px 10px;                                           
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); 
  align-items: start;
}



grid-container-dh-players {
  margin: 1rem 0rem;
  padding: 1rem 0rem;
  display: grid;                                                 /* 1 */
  grid-auto-rows: 200px;                                          /* 2 */
  grid-gap: 20px 10px;                                                /* 3 */
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));  /* 4 */
  max-height: 600px;
  overflow-y: scroll;
}



/* non-essential decorative styles */
grid-item-dh-players {
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  /* font-weight: bold; */
}


grid-container-dh-teams {
  margin: 1rem 0rem;
  display: grid;                                                 /* 1 */
  grid-auto-rows: 40px;                                          /* 2 */
  grid-gap: 20px;                                                /* 3 */
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));  /* 4 */
}


/* non-essential decorative styles */
grid-item-dh-teams {
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  /* font-weight: bold; */
}
grid-item-dh-teams.hidden {
  display: none;
}

grid-container-media {
  margin: .5rem 0rem;
  display: grid;                                                 /* 1 */
  grid-auto-rows: 90px;                                          /* 2 */
  grid-gap: 3px;                                                /* 3 */
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));  /* 4 */
}
grid-item-dh-media {
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  /* font-weight: bold; */
}

grid-container-media-videos {
  margin: .5rem 0rem;
  display: grid;                                                 /* 1 */
  grid-auto-rows: 130px;                                          /* 2 */
  grid-gap: 3px;                                                /* 3 */
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));  /* 4 */
}
grid-item-dh-media-videos {
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  /* font-weight: bold; */
}

.grid-video-preview {
  max-width: 85%; 
  max-height: 101px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;  
  object-fit: contain;
}

.video-iframe-modal {
  min-width: 800px;
  min-height: 450px;
  

  @media only screen and (max-width: 1999px) {    
    min-width: 600px;
    min-height: 340px;
    }

    @media only screen and (max-width: 991px) {    
      min-width: auto;
      min-height: auto;
    }

}



.result-square {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: .375rem;
}
.result-square-w {
  background-color: #00a83f;
  
}
.result-square-d {
  background-color:#f3a000;
}
.result-square-l {
  background-color: #dc0000;
  
}





/* DATA HUB - Fixtures and Results  */


.container-dh-results {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 0rem 1rem 3rem 1rem;
  margin: 2.5rem 1rem 4rem 1rem;
  max-height: 700px;
  overflow-y: auto;
  color: #000;
}

.row-dh-date {
  width: 95%;
  padding: 0.5rem 0rem;
  margin: 0rem;
}
.col-dh-date {
  display: flex;
  align-items: right;
  justify-content: right;
  border-bottom: 1px solid #dddddd;
}
.row-dh-results-s,
.col-dh-results-s  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 95%;
}
.row-dh-results,
.col-dh-results  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.col-dh-results-col  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.row-dh-results {
  width: 95%;
  padding: .3rem 0rem;
  margin: .3rem auto;
}



.col-dh-results .col-dh-results-l  {
  justify-content: flex-end;
  text-align: end;
  flex: 1 1 0%;
}
.col-dh-results .col-dh-results-r  {
  justify-content: flex-start;
  text-align: start;
}
.col-dh-results .col-dh-results-img-l  {
  margin-left: 1rem;
}
.col-dh-results .col-dh-results-img-r  {
  margin-right: 1rem;
}
.col-dh-results .col-dh-results-score  {
  justify-content: center;
  text-align: center;
  max-width: 100px;
  min-width: 80px;
}
.col-dh-results.col-dh-results-square  {
  padding: 0;
}





/* SMall Results and Fixtures */

.container-overview-standings {
  max-width: 400px;
  min-width: 300px;
}
.container-dh-results-sm {
  padding: 1rem;
}

.row-dh-results-sm {
  padding: 1rem !important;
}
.row-dh-results-sm:hover {
  cursor: pointer;
}
.col-dh-results-teams-sm {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.row-dh-results-teams-sm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.col-dh-results-name-sm {
  margin-left: 5px;
}









/* LEAGUE PAGE CSS */



.teams-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: .25rem;
  /* border: 2px solid #00acee; */
  margin: 0rem;
  padding: 1rem;
  gap: 5px;

}

.teams-row-card {
  /* border: 1px solid #262626; */
  border-radius: .25rem;
  padding: 0.15rem;
  border: 2px solid transparent;
  transition: all .3s;
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.1);
  margin: 0.3rem;
  display: block;
}

.teams-row-card:hover {
  border: 1px solid #ddd;
  /* border-radius: .25rem;
  padding: .5rem; */
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5);
transform: translate(-2px, -2px); 
}

.teams-row-card.teams-row-card-standings {
  flex-direction: row !important;
}

.teams-row-card label:hover {
  cursor:pointer;
}

.teams-row-card-img {
  /* background-color: #fff; */
  border-radius: 10%;
  width:40px;
  height:40px;
  object-fit: contain;
}


.img-form-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-form-wrapper:hover {
  cursor: pointer;
}

.img-form-wrapper > img {
  display: block;
}

.img-form-wrapper > .img-form-content {
  position: absolute;
  inset: 0;
  font-size: 1rem;
  color: #000;
  padding: 0;
  background: rgba(255, 255, 255, 0.7) ;
  display: flex;
  justify-content: center;
  align-items:center;
}
.img-form-wrapper > img,
.img-form-wrapper > .img-form-content {
  transition: 200ms ease-in-out;
} 
.img-form-wrapper:hover img.grayscale {
  filter: grayscale(1)
}
.img-form-wrapper .img-form-content.fade {
  opacity: 0;
}
.img-form-wrapper:hover .img-form-content.fade {
  opacity: 1;
}
.dropdown-toggle.dropdown-toggle-img::after {
  display: none;
}




.fc .fc-toolbar-title {
  font-size: 1.5em;
  color: var(--bs-secondary-color);
}

.cke_chrome {
  border-radius: .35rem !important;

}
.cke_top {
  border-radius: .35rem .35rem 0rem 0rem !important;

}
.cke_contents {
  border-radius:  0rem 0rem .35rem .35rem !important;

}


a.text-a-hover {
  color: #000;
}

a.text-a-hover:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
a.text-a-hover-white {
  color: #FFF;
}

a.text-a-hover-white:hover {
  color: #FFF;
  text-decoration: underline;
}

td a.text-a-hover {
  color: #000;
}



.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}


.start-here-arrow {
  /* display: inline-block;  */
  /* -webkit-animation: .75s linear infinite transform; */
  animation: cowmove 1s linear infinite;
}

@keyframes cowmove {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

.spinner-border.spinner-border-lg {
  display: inline-block;
  width: 5rem !important;
  height: 5rem !important;
  vertical-align: -.125em;
  border: .35em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}
@-webkit-keyframes spinner-border {
  to {
      transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
      transform: rotate(360deg)
  }
}

/* Hide previously loaded content during HTMX request */
.htmx-request .loaded-content,

/* Player Profile Page */
.htmx-request .loaded-content .loaded-content-player-profile-shortlist,
.htmx-request .loaded-content .loaded-content-player-profile-report {
  display: none;
}
.htmx-request.loaded-content,

/* Player Profile Page */
.htmx-request.loaded-content.loaded-content-player-profile-shortlist,
.htmx-request.loaded-content.loaded-content-player-profile-report {
  display: none;
}





/* MATCH PAGE */

/* MATCH SUMMARY SECTION START */

.container-dh-match-summary {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0rem 1rem;
  margin: 1rem 0rem 2rem;
}

.container-dh-match-summary-description {
  margin: 1rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}



.container-dh-match-summary-half {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0rem 1rem;
}

  .container-dh-match-summary-description-left {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}
  .container-dh-match-summary-description-center {
  margin: 0rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
  .container-dh-match-summary-description-right {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.container-dh-match-summary-text-main {
  /* color: #555; */
  font-weight: 600;
  font-size: 1.1rem;
}
  .container-dh-match-summary-text-secondary {
  /* color: #888; */
  font-weight: 600;
}



  .container-dh-match-events-event-logo {
      margin: 0 3px;
      width: 40px;
      height: 40px;
      display: flex;
      flex: none;
      align-items: center;
      justify-content: center;                                                            
      border-radius: 50%;
      background-color: var(--bs-light-bg-subtle);
      /* color: green; */
      /* border: 2px solid transparent;                                                           */
      box-shadow: .3rem 0.3rem 1rem rgba(0,0,0,0.5);
  }
  .container-dh-match-events-event-logo-injury {
      margin: 0 3px;
      width: 40px;
      height: 40px;
      display: flex;
      flex: none;
      align-items: center;
      justify-content: center;                                                            
      border-radius: 50%;
      /* background-color: #fff; */
      background: linear-gradient(145deg, rgba(0, 128, 0, 0.2) 50%, #FFF 50%);
      color: green;
      /* border: 2px solid transparent;                                                           */
      box-shadow: .3rem 0.3rem 1rem rgba(0,0,0,0.5);
  }
      .container-dh-match-events-event-logo-full {
      margin: 0 3px;
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;                                                            
      border: 1px solid transparent;
      border-radius: 50%;
      /* background-color: green; */
      color: #FFF;
      /* border: 2px solid transparent;                                                           */
      box-shadow: .3rem 0.3rem 1rem rgba(0,0,0,0.5);
  }
      .container-dh-match-events-event-logo i,   
      .container-dh-match-events-event-logo-injury i,                                                                                                         
  .container-dh-match-events-event-logo-full i {
      font-size: 1.5rem;
      position: relative;
  }


  /* MATCH SUMMARY SECTION END */




  /* MATCH HERO SECTION START */

  .container-dh-match{
    width: 100%;   
    margin: 1rem 0rem;    
    padding: 2.5rem 0rem;                                        
}
.container-dh-match,
.container-dh-match-team{
    display: flex;
    flex-direction: row;
    align-items: center;                                                                
    justify-content: center;
}
.container-dh-match-result {
    display: flex;
    flex-direction: column;
    align-items: center;                                                                
    min-width: 150px;
}
.container-dh-match-team-img,
.container-dh-match-team-name-left,
.container-dh-match-team-name-right {
    display: flex;                                                                
    min-width: 90px;
    max-width: 155px;
    /* outline: 1px solid; */
}       

.container-dh-match-team-img-left {
  justify-content: end;
}
                                                     
.container-dh-match-team-name-left {
    justify-content: start;                                                                
    flex-direction: column;
    margin: 0px 2rem;
    align-items:start;
}
.container-dh-match-team-name-left h5 {
  width: inherit;
  text-wrap: pretty;
  text-align: start;
}

.container-dh-match-team-img-right {
  justify-content: start;
}
.container-dh-match-team-name-right {
    justify-content: end;                                                               
    flex-direction: column;
    margin: 0px 2rem;
    align-items:end;
}
.container-dh-match-team-name-right h5 {
  width: inherit;
  text-wrap: pretty;
  text-align: end;
}

  /* MATCH HERO SECTION END */




  /* MATCH STATISTICS SECTION START */

  
.container-dh-match-stats-section {
  max-width: 600px;
  display: block;
  margin: 0rem auto ;
}
.stats-row {
  margin: 1.5rem 0rem;
}
.stats-category {
  display: flex;
  flex-flow: row nowrap;
  margin: 0rem 1.1rem .5rem 1.1rem;

}


.stats-homeValue, .stats-awayValue {
color: var(--color-support-dark);
flex: 0 1 90px;
font-weight: 600;
}

.stats-homeValue{
  justify-content: flex-start;
  padding-right: 5px;
text-align: left;
}
  
.stats-categoryName {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  justify-content: center;
  position: relative;
  text-align: center;
}
  .stats-awayValue {
  justify-content: flex-end;
  padding-left: 5px;
  text-align: right;
}

.stats-categoryInfo {
  height: 14px;
  margin-left: 4px;
  position: relative;
  width: 14px;
}

.stats-bar {
  display: flex;
  height: 18px;
  padding: 0 1rem;


}

.stat-bar {
  /* background-color: var(--color-support-1); */
  display: flex;
  width: 100%;

}
.stat-bar.stats-bar-home {
  margin-right: 1px;
}
.stat-bar.stats-bar-away {
  margin-left: 1px;

}

  /* MATCH STATISTICS SECTION END */


  /* MATCH REPORT SECTION START */

  .table.table-lineups {
    line-height: 1.3;
  }
  
  @media only screen and (max-width: 576px) {    
    .table.table-lineups {
      margin-top: 1rem;
    }

    .game-add-info {
      font-size: .8rem;
    }
  }




    /* MATCH REPORT SECTION END */




  /* HIDE ELEMETNS BASED ON SCREEN WIDTH */


  .hide-lg {
    display: flex;
  }

  .row-tools-right.row-tools-right-lg {
    align-items: end;
  }

  @media only screen and (max-width: 768px) {
    /* .hide-lg {
      display: none;
    } */
    .row-tools-right.row-tools-right-lg {
      align-items: start;
    }
    .container-dh-match-team-name-left h5,
    .container-dh-match-team-name-right h5 {
      font-size: 12px;
    }
    .container-dh-match-result {
      min-width: 75px
    }
    .container-dh-match-team-name-left, 
    .container-dh-match-team-name-right{
      margin: 0px .5rem;
    }
    .container-dh-match-team-img {
      display: none;
    }
  }





  .content {
    text-align: justify;
    text-justify: trim;
    max-width: 60%;
    margin: auto
  }
  /* .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  } */
  .bodyclose {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display:none;
    z-index:1;
    position:fixed;
  }
  .bodyclose:hover {
    cursor: default;
  }
  /* .modal:target {
    opacity: 1;
    pointer-events: auto;
  }
  .modal:target > .bodyclose {
    display:block;
  }*/
  .modal > div.card {
    background: #FFF;
    /* max-width: 750px; */
    z-index:2;
    position:relative;
    padding: 0;
    border-radius: .375rem;
    width: 670px;
  }
  .modal > div.card.card-sm {
    background: #FFF;
    /* max-width: 750px; */
    z-index:2;
    position:relative;
    padding: 0;
    border-radius: .375rem;
    width: 370px;
  } */
  .close {
    margin: 0 auto 0.7em auto;
    max-width: 15%;
  }
  .wrap
  /* .modal  */
  {
    display: flex
  }

  .mitem,
  .close {
    display: block
  }
  .wrap
  /* .modal */
   {
    align-items: center;
    justify-content: center
  }

  .mitem
  /* .modal > div */
   {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2)
  }
  .mitem:hover
  /* .modal */
   {
    background: rgba(0, 0, 0, 0.7)
  }



  /* DRAGGEAVLE PROJECT CRITERIA TABLE */

  
.row-to-hover {
  /* border: 1px solid #262626; */
  border-radius: .25rem;
  padding: 1rem;
  /* border: 2px solid transparent; */
  transition: all .3s;
  background: var(--bs-body-bg);
  background-color: var(--bs-body-bg);
    /* box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.1); */
}

.row-to-hover:not(:first-child):hover td:first-child { 
  /* background-color: #ededec; */
  border-radius: .35rem 0rem 0rem .35rem;  
 }

 .row-to-hover:not(:first-child):hover td:last-child {
  /* background-color: #ededec; */
  border-radius: 0rem .35rem .35rem 0rem;  
 }
 
.row-to-hover:not(:first-child):hover {
  background-color: var(--bs-secondary-bg);
  /* border-radius: .375rem; */
}

/* tr.row-to-hover:not(:first-child):hover td:first-child {
cursor: grab;
text-align: center;
border-radius: .35rem 0rem 0rem .35rem;
} */
/* tr.row-to-hover:not(:first-child):hover td:last-child {
  cursor: grab;
  text-align: start;
  border-radius: 0rem .35rem .35rem 0rem;
  } */



/* HOVER EFFECTS */

.hover-eff-1 {
  border-radius: .375rem;
  transition: all .3s;
}
.hover-eff-1:hover {
  /* border: 2px solid #262626; */
  box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5);
  transform: translate(-2px, -2px); 
  cursor: pointer;
}
.hover-eff-2 {
  border-radius: .375rem;
  /* transition: all .3s; */
}
.hover-eff-2:hover {
  outline: 1px solid var(--bs-body-color);
  /* box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5); */
  /* transform: translate(-2px, -2px);  */
  cursor: pointer;
}





.overflow-auto {
  overflow-x: auto;
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: auto;
}
.overflow-y-hidden {
  overflow-y: auto;
}

.overflow-x-visible {
  overflow-x: auto;
}
.overflow-y-visible {
  overflow-y: auto;
}





/* TOP BAR ACTIONS COLUMN */

.top-bar-actions {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
}

.top-bar-actions-general-description {
  margin-bottom: 3rem;
}
.top-bar-actions-page-interactions h4,
.top-bar-actions-general-description h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.top-bar-actions-page-interactions h6,
.top-bar-actions-general-description h6 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: .9rem;
}

.top-bar-actions-general-description p {
  text-align: left !important;
}



/* SHAREABLE CARD */
.card.card-shareable {
  width: 80%;
  max-width: 1200px;
  margin-left: auto ;
  margin-right: auto ;
}




/* DELETE WHEN DIRECTORY IS PROGRAMMED */

.videos-list-titles {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  font-weight: 600;
  color: #444;
  justify-content:center;
  margin-bottom: 0;
  height: 40px;
}

.video-list-list-initial {  
  overflow-y: auto;
  height: calc(100% - 50px);
}
.video-list-list-initial-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: .1rem 0rem;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0rem;
}
.video-list-list-initial-item-div {
  display: inline-flex;
  width: 100%;
  align-items: center; 
}
.video-list-list-initial-item-div a {
  padding: 0px 0px 0px 20px;
}


.img-preview-initial {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0rem;
  margin: 0.2rem;
}



/* DELETE WHEN DIRECTORY IS PROGRAMMED */



/* DIRECTORY CODE */

.btn.btn-small {
  --bs-btn-padding-y: .25rem; 
  --bs-btn-padding-x: .5rem; 
  --bs-btn-font-size: .75rem;                              
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.btn.btn-tags {
  --bs-btn-padding-y: .25rem; 
  --bs-btn-padding-x: .5rem; 
  --bs-btn-font-size: .75rem;                                         
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;                
}
  

.doc-img-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0rem;
  /* margin: 0.2rem; */
  /* outline: 1px solid rgb(255, 0, 0); */
}  



/* GRID AND LIST WRAPPER */

.gridandlist-wrapper{
  /* border: 1px solid #dee2e6; */
  border-radius: 0.375rem;
  /* padding: 0rem 1rem; */
  width: 100%;
  height: 95vh;
}
.gridandlist-wrapper-modal {
  /* border: 1px solid #dee2e6; */
  border-radius: 0.375rem;
  /* padding: 0rem 1rem; */
  width: 100%;
  height: 85vh;
}

@media only screen and (max-width: 1400px) {
  .gridandlist-wrapper-modal {
    height: 100%;
  }
}

.gridandlist-wrapper div.row,
.gridandlist-wrapper-modal  div.row { 
  height: 100%;  
}

.gridandlist-wrapper .gridandlist-wrapper-docs-column,
.gridandlist-wrapper-modal .gridandlist-wrapper-docs-column{
  border-right: 1px solid var(--bs-border-color);
  /* position: absolute; */
  height: 100%;
  /* border: 1px solid green; */
  flex: 0 0 275px;
}
@media only screen and (max-width: 991px) {
  .gridandlist-wrapper .gridandlist-wrapper-docs-column,
  .gridandlist-wrapper-modal .gridandlist-wrapper-docs-column {
    flex: 0 0 244px;
  }
}
.gridandlist-wrapper .gridandlist-wrapper-preview-column,
.gridandlist-wrapper-modal .gridandlist-wrapper-preview-column{
  /* border-right: 1px solid #dee2e6; */
  /* position: absolute; */
  height: 100%;
  flex: 1;

}

.videos-list-docs-actions {
  padding: .5rem 1rem;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  font-weight: 600;
  color: var(--bs-secondary-color);
  justify-content:space-between;
  margin-bottom: 0;
  height: 40px;
}
/* .videos-list-docs-actions button {
  margin: 0 .5rem;
  font-size: 1rem;
}
.videos-list-docs-actions button:last-child {
  margin: 0 1rem;
} */
.videos-list-docs-filters {  
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  /* outline: 1px solid; */
}
.videos-list-docs-filters button.badge.badge-sm {  
  margin: auto .2rem !important;

}
.tag-list-filter {  
  /* height: 70px; */
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
  /* padding: 0 1rem; */
  /* outline: 1px solid; */
  flex-wrap: wrap;
  margin: 1rem ;

}
.videos-list-docs-search {  
  height: 40px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* outline: 1px solid; */

}
.videos-list-docs-file-structure {
  height: calc( 95vh - 200px );
  /* outline: 1px solid red; */
  padding: 1rem;
  overflow: auto;
}
.videos-list-docs-file-structure ul:first-child {
 width: 100%;
}


.videos-list-preview-actions {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  font-weight: 600;
  color: #444;
  justify-content:start;
  align-items: center;
  margin-bottom: 0;
  height: 40px;
}
.videos-list-preview-actions i {
  margin: auto .1rem auto .5rem;
  /* font-size: 1.1rem; */
  /* color: #777; */
}
.videos-list-preview-actions span.badge.badge-sm {
  margin: auto .1rem !important;
}

.preview-actions i {
  margin: auto 1rem;
  font-size: 1.1rem;
  color: #777;
}

.video-list-list {  
  overflow-y: auto;
}
.video-list-video {  
  height: calc(100% - 50px);
  background: var(--bs-secondary-bg);
  /* background: var(--bs-border-color-translucent); */
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin: .3rem;
  /* border-radius: .375rem; */
}

.video-list-list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: .1rem 0rem;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0rem;
}
.video-list-list-item-div {
  display: inline-flex;
  width: 100%;
  align-items: center; 
}
.video-list-list-item-div a {
  padding: 0px 0px 0px 20px;
}

.video-list-video-thumbnail {
  margin-right: 1rem;
  text-align: center ;
  object-fit: contain;
}
.video-list-video-thumbnail img {
  /* max-width: 100px; */
  /* min-width: 100%; */
  width: 100%;
  
}
.video-list-video-thumbnail i {
  font-size: 45px;
}

.video-list-video-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.video-list-video-info h6 {
  font-weight: 600;
  color: #444;
  word-wrap: unset;
      text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
.video-list-video-info div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.video-list-video-actions {
  display: flex;
  flex-direction: row; 
  align-items: center; 
  
}


/* CARD VIEW FOR FILES */

.card-videoandfile {
  border-radius: .375rem;
  transition: all .3s;
  -webkit-box-shadow: none; 
  box-shadow: none;
  width: 170px;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6;
    padding: 0.5rem;
    height: 170px;
}
.card-videoandfile a div.card-body {
  min-width:80px;
  text-align: center;
  height: 70px;
}
.card-videoandfile a div.card-body img {
  max-width: 70px; 
  min-width:70%;
}
.card-videoandfile a div.card-body i {
  font-size: 55px;
}
.videoandfile-actions {
  display: flex;
  justify-content: flex-end;
}
.videoandfile-title h5{
  font-weight: 600;
  color: #444;
  word-wrap: unset;
  text-overflow: ellipsis;
  overflow: hidden !important;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  margin-top: 1.2rem;
  
}




.image-grouped {
  display: flex;
  align-items: center;
}
.image-grouped a:first-child {
  margin-left: 0;
}
.image-grouped a, 
.image-grouped span, 
.image-grouped button.btn-permissions {
  border-radius: 100%;
  margin-left: -9px;
  z-index: 0;
  /* border: 2px solid #fff; */
  /* -webkit-transform: scale(1); */
  /* transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: "box-shadow", "z-index", "transform", "border-width", "box-shadow", "transform";
  transition-property: "box-shadow", "z-index", "transform", "border-width", "box-shadow", "transform";
  transition-property: "box-shadow", "z-index", "transform", "border-width";       */                 
} 
.image-grouped a img,
.image-grouped span {
  border-radius: 100%;
  /* margin-left: -9px; */
  z-index: 0;
  border: 2px solid transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: "box-shadow", "z-index", "transform", "border-width", "box-shadow", "transform";
  transition-property: "box-shadow", "z-index", "transform", "border-width", "box-shadow", "transform";
  transition-property: "box-shadow", "z-index", "transform", "border-width";                        
}

.image-grouped button.btn-permissions {
  border-radius: 100%;
  /* margin-left: -9px; */
  z-index: 0;
  /* border: 2px solid transparent; */
  background-color: var(--bs-body-bg);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: "box-shadow", "z-index", "transform", "border-width", "box-shadow", "transform";
  transition-property: "box-shadow", "z-index", "transform", "border-width", "box-shadow", "transform";
  transition-property: "box-shadow", "z-index", "transform", "border-width";                        
}



/* BOOK DEMO BUTTON */

.btn.btn-book-demo-color {
  color: #FFF !important;
  /* border-color: #000; */

  background: linear-gradient(25deg, #1A8249, #00CC5C, #00E466) !important;
    background-image: none;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-in-out, color .2s ease-in-out;
    transition: background 0.2s ease-in-out, color .2s ease-in-out;
}
.btn.btn-book-demo-color:hover {
  background: linear-gradient(25deg, #2A851B, #00CC5C, #00E466, #66EAE0) !important;
  color: #fff ;
  border-color: none;
  border: none;

}
.btn.btn-book-demo-color:focus {
  background: linear-gradient(25deg, #2A851B, #00cc5c, #00E466, #66EAE0) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 204 92 / 25%);
}


.btn.btn-light-demo-outline {
  color: #00CC5C;
  background-color: #fff ;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.4rem .7rem;
  text-transform: uppercase; 
}
.btn.btn-light-demo-outline:hover {
  color: #00CC5C;
  background-color: #fff ;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.4rem .7rem;
  text-transform: uppercase; 
}


/* CUSTOMIZATIONS TO BOOTSTRAP-SELECT */

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: .8rem !important;
}




 td.diff-atract-levels label {
  line-height: 24px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  max-width: 110px;
  word-wrap: break-word;
  white-space: normal;
}



/* CUSTOM RADIO BUTTONS */


.container-custom-radio {
  position:relative;
  /* top:50%;
  left:50%;
  transform:translate(-50%,-50%); */
}
.container-custom-radio h2 {
  font-size:25px;
  color:#888;
  text-align:center;
}
.container-custom-radio .list-custom-radio {
  margin-top:5px;
  margin-bottom:10px;
  display:flex;
  justify-content: flex-start;
  /* flex-wrap:wrap; */
  gap:20px;
  max-width:650px;
}
.form-element-custom-radio {
  position:relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width:100%;
  height:105px;
}
.form-element-custom-radio input {
  display:none;
}
.form-element-custom-radio label {
  display:flex;
  flex-direction:column;
  justify-content:flex-start;

  width:100%;
  height:100%;
  cursor:pointer;

  color: var(--bs-secondary-color);
  border: 2px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  box-shadow:0px 5px 20px 2px rgba(0,0,0,0.1);
  
  transition:all 200ms ease-in-out;
  border-radius: .375rem;
}
.form-element-custom-radio label p{
  font-size: .85rem;
}
.form-element-custom-radio .icon {
  margin-top:10px;
  font-size:30px;
  color:#555;
  transition:all 200ms ease-in-out;
}
.form-element-custom-radio .title {
  font-size:15px;
  color:#555;
  padding:5px 0px;
  transition:all 200ms ease-in-out;
}
.form-element-custom-radio label:before {
  font-family: "Font Awesome 7 Pro";
  content:'\f192';
  font-weight:900;

  position:absolute;
  bottom:8px;
  right:10px;
  line-height:17px;
  font-size:1rem;
  color:#28a745;
  opacity:0;
  transform:scale(0.5);
  transition:all 200ms ease-in-out;
}
.form-element-custom-radio input:checked + label:before {
  opacity:1;
  transform:scale(1);
}
.form-element-custom-radio input:checked + label .icon {
  color:#28a745;
}
.form-element-custom-radio input:checked + label .title {
  color:#28a745;
}
.form-element-custom-radio input:checked + label {
  border: 2px solid #28a745;
  background-color: rgba(40, 167, 69, .05);
  color: var(--bs-body-color);
}



/* NEW CARD GROUP INPUT [START] */


.radio-group-container {
  position:relative;
  /* width: 100%; */
  /* top:50%;
  left:50%;
  transform:translate(-50%,-50%); */
}
.radio-group-container .radio-group-list {
  width: 100%;
  margin-top:5px;
  margin-bottom:10px;
  display:flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap:wrap;
  gap:20px;
  /* max-width:650px; */
}
.radio-group-form-element {
  position:relative;
  min-width:110px;
  min-height:70px;
}
/* .radio-group-form-element input {
  display:none;
} */
.radio-group-form-element label {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding: .75rem;
  min-height:70px;
  cursor:pointer;
  border: 2px solid var(--bs-border-color);
  background-color: var(--bs-body-bg);  
  border-radius:.375rem;

  transition:all 200ms ease-in-out;
}
.radio-group-form-element label h6,
.radio-group-form-element label p {
  color: var(--bs-secondary-color);
}

.radio-group-form-element label:before {
  font-family: "Font Awesome 7 Pro";
  content:'\f192';
  font-weight:900;

  position:absolute;
  bottom:8px;
  right:10px;
  line-height:17px;
  font-size:1rem;
  color:#28a745;
  opacity:0;
  transform:scale(0.5);
  transition:all 200ms ease-in-out;
}
.radio-group-form-element input:checked + label:before {
  opacity:1;
  transform:scale(1);
}
.radio-group-form-element input:checked + label .icon {
  color:#28a745;
}
.radio-group-form-element input:checked + label {
  border: 2px solid #28a745;
  background-color: rgba(40, 167, 69, .05);
  color: var(--bs-body-color);
}
.radio-group-form-element input:checked + label h6,
.radio-group-form-element input:checked + label p {
  color: var(--bs-body-color);
}


/* NEW CARD GROUP INPUT [END] */


/* FONTAWESOME */

.fa-solid, .fas {
  font-weight: 800;
}



.scouted_players_tabs {
  width: 100%;
    font-size: 12px;
    max-height: 25px;
    -webkit-line-clamp: 1;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.flex-direction-row {
  flex-direction: row !important;
}
.flex-direction-col {
  flex-direction: column !important;
}

.player-template-header {
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.player-template-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.player-template-header-title-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;

}

.player-template-header-avg {
  height: 65px;
}
.player-template-header-avg div.card,
.player-template-header-avg div.card-block {
  height: 100%;
}

.dropdown-item:hover {
cursor: pointer;
  }

.dropdown-item.dropdown-item-sm {
padding: 0.25rem 0.5rem;
margin: 0 !important;
font-size: 12px !important;
}

.dropdown-item.dropdown-item-sm.dropdown-item-check {
  display: flex;
}

.dropdown-item.dropdown-item-sm i,
.dropdown-item.dropdown-item-sm input[type="checkbox"] {
  margin: auto 1rem;
  font-size: 1.1rem;
  color: #777;
}
.dropdown-item.dropdown-item-sm:focus {
  outline: none;
}

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

.dropdown-item.dropdown-item-sm.dropdown-item-check.active, 
.dropdown-item.dropdown-item-sm.dropdown-item-check:active,
.dropdown-item.dropdown-item-sm.dropdown-item-check:hover {
  background-color: #fff;
  color: inherit;
  cursor:default;
}



/* CLANEDAR PAGE */

.calendar-filter-section {
  display: block;
  width: 100%;
  /* outline: 1px solid; */
  padding-bottom: 2rem;
}
.calendar-filter-section:not(:first-child) {
  border-top: 1px solid var(--bs-border-color);

}
.calendar-filter-section-title {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content:space-between;
  margin-bottom: 0;
  height: 33px;
  width: 100%;
}
.calendar-filter-section-title:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.calendar-filter-section-title h6 {
  font-weight: 600;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.calendar-filter-section-title i {
  padding-right: 1.3rem;
}
.calendar-filter-section-content {
  padding: 0rem 1rem;
}


.dropdown-item-check-scouting {
  accent-color: #28a745;
}


.list-group-flush>.list-group-item.list-group-item-calendar {
  display: flex;
  align-items: center;
  border: none;
}
.list-group-flush>.list-group-item.list-group-item-calendar label {
  margin-left: .5rem;
  margin-bottom: 0;
  font-size: 11px;
}

/* .list-group-flush>.list-group-item.list-group-item-calendar:last-child {
  border-bottom-width: 0
} */



/* BOTOTM NAVIGATION BAR FOR PHONE */


#mobile-menu {
 background-color: #fff;
 width:100%;
 height: calc(25px + 3vh);
  position:fixed;
 bottom:0px;
 left: 0;
 bottom: 0;
 margin: 0 2rem;
 padding: .3rem !important;
 margin: 0;
 padding: 30px;
 z-index: 999;
}





/* BOOTSTRAP 5 EDITIONS */


/* MODALS [START] */

.modal-title {
  font-size: 1.05rem;
}

/* MODALS [END] */


/* MOdal XXL */

@media (min-width: 1400px) {
  .modal-xxl {
      --bs-modal-width: 1340px;
  }
}



/* ACCORDION */

.accordion-item.accordion-item-v2 {
  border-radius: var(--bs-accordion-border-radius) !important;
  margin: 1rem 0;
}

.accordion-item.accordion-item-v2:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item.accordion-item-v2:last-of-type {
  border-radius: var(--bs-accordion-border-radius);
}


.accordion-button.accordion-button-v2:not(.collapsed) {
  color: var(--bs-body-color);
  background-color: transparent;
}

.accordion-button.accordion-button-v2:focus {
    border-color: none;
    box-shadow: none;
}


.form-control:disabled, select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.badge.rounded-pill-diagrams {
  padding: 0.3em 0.6em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .375rem !important;
}

.w-90 {
  width: 90%!important;
}

.form-select.form-control.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
}

.start-3 {
  left: 3%!important;
}
.start-5 {
  left: 5%!important;
}
.start-6 {
  left: 6%!important;
}
.start-9 {
  left: 9%!important;
}
.start-25 {
  left: 25%!important;
}
.start-50 {
  left: 50%!important;
}
.start-80 {
  left: 80%!important;
}
.start-86 {
  left: 86%!important;
}
.start-89 {
  left: 88.5%!important;
}
.start-90 {
  left: 90%!important;
}
.start-95 {
  left: 95%!important;
}
.start-98 {
  left: 98%!important;
}


.top-5 {
  top: 5%!important;
}

.top-8 {
  top: 8.5%!important;
}
.top-10 {
  top: 10%!important;
}
.top-15 {
  top: 15%!important;
}
.top-25 {
  top: 25%!important;
}
.top-28 {
  top: 28%!important;
}
.top-45 {
  top: 45%!important;
}
.top-50 {
  top: 50%!important;
}
.top-70 {
  top: 70%!important;
}
.top-77 {
  top: 77%!important;
}
.top-80 {
  top: 80%!important;
}
.top-90 {
  top: 90%!important;
}
.top-92 {
  top: 93%!important;
}
.top-switch {
  top:  calc(100% - 4.5rem)!important;
  z-index: 1030;
}

.text-green {
  color: #28a745 !important;
}

.badge.text-bg-outline-secondary {
  color: var(--bs-body-color)!important;
  background-color: transparent;
  border: 1px solid RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important
}


.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
  border-bottom-color: var(--bs-popover-header-bg) !important;
}

.link-body-emphasis:hover {
  text-decoration: underline;
}

label {
  font-size: 13px;
}

.table>:not(caption)>*>* {
  border-bottom-width:0 !important;
}

.link-body-emphasis-muted {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.5))!important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.5))!important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.5))!important;
}

.table>:not(caption)>*>* {
  border-bottom-width: none !important;
}

.offcanvas-footer-v2 {
  display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - .5rem * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.offcanvas-footer-v2> button {
  margin: calc(1rem * .5);
}

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



/* REPORT AN ERROR */

.card-body.card-body-report-error {
  border: 1px solid #fec106;
  border-radius: .375rem;
  padding: 1.5rem;
}



/* ERROR, WARNING AND INFO PAGES START */


.content-wrapper {
  background: #F3F3F3;
    padding: 1.5rem 1.7rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
}
.content-wrapper-row {
  height: 100vh !important;
}
.slide-content {
  background: url(/static/assets/images/stadium_2.webp);
  background-size: cover;
  width: 100%;
  filter: grayscale(40%);
}

.auto-form-wrapper {
  position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding: 20px 5% 5%;
    border-radius: 4px;
}

.auto-form-wrapper-div {
  width: 50%;
    min-width: 300px;
    max-width: 480px;
}


.footer-wrapper-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;

}

a.double-link {
  color: #6c757d;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 13px;
}
a.double-link:hover {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.dot-divider.white {
  background-color: #000;
}

.dot-divider {
  width: 3px;
  height: 3px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 50%;
  background-color: #d8d8d8;
}


/* ERROR, WARNING AND INFO PAGES END */





/* CUSTOMIZATIONS FOR PRICING PAGE */

.bk-gradient-sd {
  background: linear-gradient(25deg, #1A8249, #00CC5C, #00E466) !important;
  background-color: #00CC5C !important;
}

.bk-gradient-sd h4 {
  color: #fff;
}

.bk-gradient-sd-border {
  border-color: #00CC5C !important;
}

.pricing-card-title {
  color: #02c85b  !important;
}

.btn.btn-book-demo {
  color: #FFF !important;
  border-color: #000;
    background: linear-gradient(25deg, #1A8249, #00CC5C, #00E466) !important;
    background-color: #00CC5C !important;
    background-image: none;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease-in-out, color .2s ease-in-out;
    transition: background 0.2s ease-in-out, color .2s ease-in-out;
}

.btn.btn-book-demo:hover {
  background: linear-gradient(25deg, #2A851B, #00CC5C, #00E466, #66EAE0) !important;
  /* color: #fff ; */
  /* background-color: #000; */
  border-color: none;
  border: none;
}

.btn.btn-book-demo:focus {
  background: linear-gradient(25deg, #2A851B, #00cc5c, #00E466, #66EAE0) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 204 92 / 25%);

}
.btn-book-demo.disabled, .btn-book-demo:disabled {
  color: #000;
  background-color: #748892;
  border-color: #748892;
}
.btn-book-demo:not(:disabled):not(.disabled).active, .btn-book-demo:not(:disabled):not(.disabled):active, .show > .btn-book-demo.dropdown-toggle {
  color: #000;
  background-color: #5d6e76;
  border-color: #57676f;
}



.btn.btn-book-demo-outline {
  color: #00CC5C ;
    background: #fff;
    background-image: none;
    border: 1px solid #00CC5C;
    font-weight: 500;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    /* -webkit-transition: background 0.2s ease-in-out, color .2s ease-in-out;
    transition: background 0.2s ease-in-out, color .2s ease-in-out; */
}

.btn.btn-book-demo-outline:hover {
  background: linear-gradient(25deg, #1A8249, #00CC5C, #00E466) !important;
  background-color: #00CC5C !important;
  /* border-color: none; */
  border: 1px solid #fff;
  color: #fff;
}

.btn.btn-book-demo-outline:focus {
  background: linear-gradient(25deg, #2A851B, #00cc5c, #00E466, #66EAE0) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 204 92 / 25%);

}
.btn-book-demo-outline.disabled, .btn-book-demo-outline:disabled {
  color: #000;
  background-color: #748892;
  border-color: #748892;
}
.btn-book-demo-outline:not(:disabled):not(.disabled).active, .btn-book-demo-outline:not(:disabled):not(.disabled):active, .show > .btn-book-demo-outline.dropdown-toggle {
  color: #000;
  background-color: #5d6e76;
  border-color: #57676f;
}


.nav-pills .nav-link.book-demo.active, .nav-pills .show>.nav-link.book-demo {
  color: var(--bs-nav-pills-link-active-color);
  border-color: #00CC5C !important;
    background: linear-gradient(25deg, #1A8249, #00CC5C, #00E466) !important;
    background-color: #00CC5C !important;
}


.line-style-none {
  list-style: none !important;
}



/* POPOVERS */
.fa-info-popover {
  color: #28a745;
}




/* QUESTIONNAIRES */

.form-control.form-control-color {
  border-radius: 0.375rem;
  width:20px; 
  height: 20px; 
  margin: 0 auto;
}

.question-numeric-level-readonly {
  width:40px; 
  text-align:center;  
  border: none;
  border-radius: .375rem;
}
 

/* OLD BOOTSTRAP CLASSES TO BE OVERWRITTEN ACCORDING WITH BS5 */

.nav-link{
  color: var(--bs-nav-link-color);
}

div.input-group-append {
 background-color: var(--bs-body-bg);;
}

.border-bs {
  border: 1px solid var(--bs-border-color);
}

.text-bs-body {
  color: var(--bs-body-color) !important;
}
.text-bs-secondary {
  color: var(--bs-secondary-color);
}
.text-bs-tertiary {
  color: var(--bs-tertiary-color);
}
.text-tertiary {
  color: var(--bs-tertiary-color);
}

.bg-bs-body {
  background-color: var(--bs-body-bg) !important;
}
.bg-bs-secondary {
  background-color: var(--bs-secondary-bg) !important;
}
.bg-bs-tertiary {
  background-color: var(--bs-tertiary-bg) !important;
}

.list-style-none {
  list-style: none !important;
}

.rounded-corners {
  border-radius: .375rem;
}

/* PERMISSIONS */

.min-select-width {
  min-width: 152px;  
}






/* DIAGRAM BUILDER [START] */

.form-control.form-control-color.form-control-diag-builder {
  border-radius: 0.375rem;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0.15rem 0.12rem;
}

/* DIAGRAM BUILDER [END] */



/* CKEDITOR [START] */

.django-ckeditor-widget {
  width: 100%;
}




/* DRILLS TRAINIGN */

.drill-name {
  border: 1px solid var(--bs-card-border-color);
  width: 75%;
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.drill-name:hover {
  border: 1px solid var(--bs-body-color);
  cursor: pointer;
}

.drill-category-practice {
  -webkit-line-clamp: 1;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 75px; 
}

.training-unit-description {
  -webkit-line-clamp: 7;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 177px;                                  
}

.grid-drills {
  padding: 0rem 0.5rem;
  display: grid;
  grid-auto-rows: 300px;
  grid-gap: 20px 10px;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  align-items: start;
}
.grid-drills-players {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* CREATE DIAGRAM SIDEBAR GRID */

.sidebar-diagrams-grid {
  padding: 0.1rem 0.5rem !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(2.9rem, 1fr));
  grid-auto-rows: 1fr;
  /* grid-gap: 10px 5px; */
  /* align-items: start; */
}
.sidebar-diagrams-grid::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}
.sidebar-diagrams-grid > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.sidebar-diagrams-grid > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
}

.btn-diagram-svg {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
}

.btn-diagram-svg.btn-diagram-svg-lg {
  width: 50px !important;
  height: 50px !important;
}


.btn-diagram-svg:hover {
  background-color: rgba(221, 221, 221, 0.25) !important;
}



/* PROFILE FLEX DISPLAY */
.profile-flex-left-sm {
  flex: 0 0 225px;
}

.profile-flex-left-md {
  flex: 0 0 370px;
}
.profile-flex-left-lg {
  flex: 0 0 550px;
}
@media only screen and (max-width: 1400px) {
  .profile-flex-left-lg {
    flex: 0 0 450px;
  }
}
@media only screen and (max-width: 1100px) {
  .profile-flex-left-lg {
    flex: 0 0 350px;
  }
}
.profile-flex-right {
  flex: 1;
}

.training-plan-flex-left {
  flex: 0 0 225px;
}
.training-plan-flex-right {
  flex: 1;
}
.training-plan-flex-right-img {
  /* display: none; */
  flex: 0 0 320px;
}
@media only screen and (max-width: 1100px) {
  .training-plan-flex-left {
    flex: 0 0 350px;
  }
}
@media only screen and (max-width: 992px) {
  .training-plan-flex-left {
    width: 100%;
    flex: none;
    margin-bottom: 1rem;
  };
  .training-plan-flex-right {
    width: 100%;
    flex: none;
    display: block;
  }
  .training-plan-flex-right-img {
    /* display: none; */
    flex: 0 0 220px;
  }
}

@media only screen and (max-width: 576px) {
  .training-plan-flex-right-img {
    display: none;
    /* flex: 0 0 220px; */
  }
}




/* CKEDITOR 5 EDITIONS - [START] */

.ck-powered-by{
  display: none !important; /* REMOVES THEIR WATERMARK */
}

.ck-editor__editable_inline {
  min-height: 200px;
}

.ck.ck-toolbar {
  background: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-border-color) !important;
  color: var(--bs-secondary-color) !important;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
  color: var(--bs-secondary-color) !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-color:  var(--bs-border-color) !important;  
}

.ck.ck-editor__main>.ck-editor__editable {
  background: var(--bs-body-bg) !important;
}

/* HOVER */

.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
  background: var(--bs-tertiary-bg) !important;
}

/* ACTIVE */

.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active {
  background: var(--bs-secondary-bg) !important;
}

.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
  background: var(--bs-secondary-bg) !important;
}

.ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover), .ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
  background: var(--bs-secondary-bg) !important;
}

/* SEPARATOR */


.ck.ck-toolbar .ck.ck-toolbar__separator {
  background: var(--bs-secondary-bg) !important;
}


/* PANEL */

.ck.ck-dropdown__panel {
  background: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-border-color) !important; 
}

.ck.ck-list {
  background: var(--bs-body-bg) !important;
}


/* INLINE */

.ck.ck-balloon-panel {
  background: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-border-color) !important;
}

/* CKEDITOR 5 EDITIONS - [END] */





/* ASSOCIATES / CLUB MEMBERS [START] */
.card.quotas-card {
  margin: 0px 5px 20px 5px;
}

.card .card-block.associate-quotas-summary {
  text-align: center;
  border-radius: .375rem;
  background-color: var(--bs-secondary-bg);
  color: var(--bs-tertiary-color);
}
.card .card-block.overview-org {
  text-align: center;
  border-radius: .375rem;
  color: var(--bs-tertiary-color);
}
.card .card-block.overview-org h3 { 
  color: var(--bs-secondary-color);
}
.card .card-block.overview-org h5 { 
  color: var(--bs-tertiary-color);
}
.due-quotas {
  color: rgba(220, 53, 69, 1);
}
.paid-quotas {
  color: #28a745;
}





/* SPCIFIC KORASTATS AND ALAHLY EDITIONS [START] */


.bk-korastats {
  background-image: linear-gradient(to right top, #0a9994, #18a29d, #22aca7, #2bb5b0, #33bfba, #4ac8c3, #5dd0cd, #6ed9d6, #8be3e1, #a5eceb, #bef6f5, #d6ffff);
  border: 1px solid #00c9b7;
}

/* SPCIFIC KORASTATS AND ALAHLY EDITIONS [END] */





/* TACTICAL ANALYSIS SLODESOW CSS [START] */

/* .slide-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;         
  transform-origin: top center;
  transition: transform .3s;                            
} */
/* .slide-preview div.tactical-analysis-slide {
  width: 1010px;  80%;
   max-width: 900px;
  min-width: none; 
  transform-origin: top center;
  transition: transform .3s; 
  outline: 1px solid red;
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0;

  padding: 10px;
  background: lightcyan;
  box-sizing: border-box;
  border: 1px dashed;
  width: 100%;
  height: 750px
  
} */
.tactical-analysis-slide .tactical-analysis-slide-header {
  width: 100%; /* 80%; */  
  flex: 0 0 30px;
}

.card.tactical-analysis-slide-body {
  width: 100%;
  /* padding-bottom: 75%; */
   margin: 0;
  /*margin-bottom: 10px; */
  /* height: fit-content;   */
  flex: 1;
  /* width: auto; */
  overflow: hidden;
  
}




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

/*
 * Pure CSS aspect ratio with no spacer images or js! :)
 */

 #slide-preview-section {
	max-width: 900px;
	margin: 8px auto;
  /* outline: 2px solid green; */
    transform-origin: top center;
}

div.stretchy-wrapper {
	width: 100%;
	padding-bottom: 70%; /* 16:9 */
	position: relative;
	margin: 15px 0;
	background: transparent;

}

div.stretchy-wrapper > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	/* border: 1px solid red; */
	color: white;
	/* font-size: 24px; */
	text-align: center;
  display: flex;
  flex-direction: column;
}

/* Other aspect ratios to try:
 * 56.25% = 16:9
 * 75% = 4:3
 * 66.66% = 3:2
 * 62.5% = 8:5
 */

 .slide-felxbox {
  /* outline: 1px dashed red; */
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  overflow: hidden;
  gap: 5px
 }
 .slide-felxbox > h1 {
  flex: 0 0 50px
 }
 /* .slide-felxbox > div {
  flex: 1
 } */


 /* SLIDES */

 .flex-all-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slide-img-videos-preview {
  max-width: 85%; 
  width: -webkit-fill-available;
  height: -webkit-fill-available;  
  object-fit: contain;
}


.slide-selector.slide-active {
  outline: 1px solid var(--bs-body-color); 
}

/* TACTICAL ANALYSIS SLODESOW CSS [END] */



/* TRANSPARENT CARD */

.card.card-transparent,
.card.card-transparent .card-body {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
  border: none
}
.card.borderless {
  border: 1px solid transparent;
}

.border-radius {
  border-radius: .375rem;
};

.border-radius-start {
  border-radius: .375rem 0 0 .375rem;
}

.border-radius-end {
  border-radius: 0px .375rem .375rem 0px;
}





/* FREE TRIAL CARD UPDATE */

/* .form-fieldset {
  padding: 1rem !important ;
  border-radius: 13px !important ;
  border: 1px solid #333 !important ;
} */

.form-fieldset+.form-fieldset {
  margin-top: 1rem;
}

.form-field {
  appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 42px;
  margin: 1rem 0;
  padding: 0.5rem 0.75rem;
  /* color: #222; */
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-body-bg);
  border-radius: .375rem;
  outline: none;
}
.form-field.card-details {
  margin: 1rem 0 0 0;
}

/* .form-field::placeholder {
  color: #666;
} */

.form-field:focus,
.form-field.rc-card-field--focused {
  border-color: royalblue;
}

/* .form-field:invalid,
.form-field.rc-card-field--invalid {
  border-color: red;
} */

.form-field:required:valid,
.form-field.rc-card-field--completed {
  border-color: lime;
}

.form-field-error-message {
  color: red;
}

/** 
   * How to style autofilled fields:
   * @see https://css-tricks.com/snippets/css/change-autocomplete-styles-webkit-browsers/ 
   */
.form-field:-webkit-autofill,
.form-field.rc-card-field--autofilled {
  border-color: yellow;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #222 inset;
  transition: background-color 5000s ease-in-out 0s;
}



/* FREE TRIAL  */


/* VIDEO */
.modal-body-iframe {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-body-iframe iframe {
  min-height: 415px;
  width: 100%;
  /* border: 9px solid var(--bs-border-color); */
}




.lp-bg-blue {
  background-color: #3784FB;
}
.lp-bg-green {
  background-color: #33CDCD;
}
.lp-bg-red {
  background-color: #611f69;
}
.lp-border-blue {
  border: 2px solid #3784FB;
  border-radius: .375rem;
}
.lp-border-green {
  border: 2px solid #33CDCD;
  border-radius: .375rem;
}
.lp-border-red {
  border: 2px solid #611f69;
  border-radius: .375rem;
}

.lp-text-red {
  color: #611f69;
}
.lp-text-green {
  color: #33CDCD;
}
.lp-text-blue {
  color: #3784FB;
}


/* REPORTS INTELLIGENCE */

/* MATRIX */
.templatesPieBox {                               
  max-width: 450px;
  height: 108px;                                                          
}

.gradientMatrixBox {                               
  max-width: 550px;
  min-width: 450px;
  height: 108px;                                                          
}



.white-space-pre-wrap {
  white-space: pre-wrap !important;
}


/* GRID AUTO-PLACEMENT [START] */

.grid-auto-placement {
  width: 100%;
  display: grid;
  grid-gap: 5px;
  grid-auto-rows: 45px;
  grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
}
.grid-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* GRID AUTO-PLACEMENT [END] */










/* CSS CUSTOMIZATIONS BY JF */



/* GLOBAL CSS CLASSES */

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Grid container for PLAYER VIDEO VIEW */

.player-profile-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}


/* Grid container styling for REPORT COMPARISON VIEW */
.multiple-chart-grid {
    /*  Locally scoped variables */
    --gap: 2rem;
    --line-offset: calc(var(--gap) / 2);

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    overflow: hidden;
    gap: var(--gap);
}

/* // Make Grid Items Control Absolute Pseudo Positioning */
.multiple-chart-grid-container {
   position: relative;
}

/* // Pseudo Element Shared Styling */
.multiple-chart-grid-container::before, 
.multiple-chart-grid-container::after {
   content: '';
   position: absolute;
   background-color: var(--bs-border-color);
   z-index: 1;
}

/* // Row Borders */
.multiple-chart-grid-container::after {
  inline-size: 100vw;
  block-size: 1px;
  inset-inline-start: 0;
  inset-block-start: calc(var(--line-offset) * -1);
}

/* // Column Borders */
.multiple-chart-grid-container::before {
  inline-size: 1px;
  block-size: 100vh;
  inset-inline-start: calc(var(--line-offset) * -1);
}

/* \/ Added on 09/01/2025 by Isaac to force selectized selects to have display:none after the HTMX upgrade \/ */
select.applyselcust {
  display: none;
}
/* ^ Added on 09/01/2025 by Isaac to force selectized selects to have display:none after the HTMX upgrade ^ */

/* \/ Added on 17/09/2025 by Isaac to create a legend for the MyTeam Planning section Attendance chart \/ */
.legend-color-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0; /* Prevents shrinking on small screens */
}
/* ^ Added on 17/09/2025 by Isaac to create a legend for the MyTeam Planning section Attendance chart ^ */

/* \/ Added on 17/09/2025 by Isaac to allow to export the Chart.JS of Attendance to PDF \/ */
/* Ensure chart container has proper dimensions */
.card-block {
    position: relative;
}

#chart-attendance {
    max-width: 100%;
    height: 400px; /* Fixed height for consistent PDF rendering */
}

@media print {
    .no-export {
        display: none !important;
    }
}
/* ^ Added on 17/09/2025 by Isaac to allow to export the Chart.JS of Attendance to PDF ^ */

/* CUSTOMISED TABLES WHEN DATATABLES IS NOT APPLIED */

/* The following CSS makes sure that bu adding the "-nb" (not bootstrap) suffix to the table class, the table will be styled exaclty as if the datatable customisations would apply for better standardisation. */

/* TABLE-DT GENERIC [START] */
table.table.table-dt-nb,
table.table.table-dt-nb-sm,
table.table.table-dt-nb-xs {
  border: 1px solid var(--bs-card-border-color);
  border-radius: .375rem;
  padding: 0rem;
  width: 100%;
  border-collapse: unset;
}
div.dt-scroll div.dt-scroll-head div.dt-scroll-headInner table.table.table-dt-nb,
div.dt-scroll div.dt-scroll-head div.dt-scroll-headInner table.table.table-dt-nb-sm,
div.dt-scroll div.dt-scroll-head div.dt-scroll-headInner table.table.table-dt-nb-xs {
  border: 1px solid var(--bs-card-border-color);
}
table.table.table-dt-nb th,
table.table.table-dt-nb-sm th,
table.table.table-dt-nb-xs th {
  border-top: none;
  border-bottom: none;
  color: var(--bs-tertiary-color);
  font-weight: 600;
  text-transform: uppercase;
}
table.table.table-dt-nb th:first-child,
table.table.table-dt-nb-sm th:first-child,
table.table.table-dt-nb-xs th:first-child {
  border-top-left-radius: .375rem ;
}
table.table.table-dt-nb th:last-child,
table.table.table-dt-nb-sm th:last-child,
table.table.table-dt-nb-xs th:last-child {
  border-top-right-radius: .375rem ;
}
table.table.table-dt-nb th span.dt-column-title,
table.table.table-dt-nb-sm th span.dt-column-title,
table.table.table-dt-nb-xs th span.dt-column-title {
  display: flex;
  align-items: center;
  color: var(--bs-tertiary-color);
  font-weight: 600;
  text-transform: uppercase;
}
table.table.table-dt-nb td,
table.table.table-dt-nb-sm td,
table.table.table-dt-nb-xs td {
  color: var(--bs-secondary-color);
  font-weight: 400;
  vertical-align: middle;
}
/* The opacity must be set to zero on the class cause if it were on the last element ==> the border lines would disapear */
table.table.table-dt-nb tbody tr .table-dt-nb-actions,
table.table.table-dt-nb-sm tbody tr .table-dt-nb-actions,
table.table.table-dt-nb-xs tbody tr .table-dt-nb-actions {
  text-align: center;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
table.table.table-dt-nb tbody tr .table-dt-nb-actions span a.btn,
table.table.table-dt-nb-sm tbody tr .table-dt-nb-actions span a.btn,
table.table.table-dt-nb-xs tbody tr .table-dt-nb-actions span a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
table.table.table-dt-nb tbody tr:hover .table-dt-nb-actions,
table.table.table-dt-nb-sm tbody tr:hover .table-dt-nb-actions,
table.table.table-dt-nb-xs tbody tr:hover .table-dt-nb-actions {
  opacity: 1
}
table.table.table-dt-nb tbody tr td.table-name:hover,
table.table.table-dt-nb-sm tbody tr td.table-name:hover,
table.table.table-dt-nb-xs tbody tr td.table-name:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* TABLE-DT GENERIC [END] */

/* TABLE-DT SPECIFIC [START] */
table.table.table-dt-nb th,
table.table.table-dt-nb td {
  height: 27px;
  font-size: .85rem;
}
table.table.table-dt-nb th span.dt-column-title {
  height: 27px;
  font-size: .85rem;
}
/* TABLE-DT SPECIFIC [END] */

/* TABLE-DT-SM SPECIFIC [START] */
table.table.table-dt-nb-sm th,
table.table.table-dt-nb-sm td {
  height: 23px;
  font-size: .85rem;
}
table.table.table-dt-nb-sm th span.dt-column-title {
  height: 23px;
  font-size: .85rem;
}
/* TABLE-DT-SM SPECIFIC [START] */


/* TABLE-DT-XS [START] */
table.table.table-dt-nb-xs th,
table.table.table-dt-nb-xs td {
  height: 15px;
  font-size: .85rem;
}
table.table.table-dt-nb-xs th span.dt-column-title {
  height: 15px;
  font-size: .85rem;
}
/* TABLE-DT-XS [END] */

/* 04/02/2026 - added by Isaac to make videos more easily accessible on shareable link AND make it stupidly easy to share shareable links on social media */
/* Green Shadow animation */
@keyframes greenShadow {
    0% {
        box-shadow: 0 0 0px #00E06D80;
    }
    50% {
        box-shadow: 0 0 15px #00E06Dcc;
    }
    100% {
        box-shadow: 0 0 0px #00E06D80;
    }
}
.green-shadow {
    display: inline-block; /* Ensures proper alignment */
    animation: greenShadow 1.5s 2; /* 1.5 seconds, looping */
    /* border-radius: 50%; Makes the shadow round */
}