
@import url('https://fonts.googleapis.com/css2?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');
body {
  font-family:'Roboto', sans-serif !important;
  overflow-x: hidden !important;
  font-size: 1rem;
  color: #161c2d;
  background-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Roboto', sans-serif !important;
  /*font-family: var(--bs-font-sans-serif);*/
  line-height: 1.4;
  font-weight: 600;
}

/* ********* WEBKIT SCROLLBAR CSS ***** */
html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #ccc;  
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: transparent; 
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #005826; 
}

::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}
.container-fluid {
    padding: 0 25px;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

p {
  line-height: 1.6;
}

.page-wrapper {
  height: 100vh;
}

.page-wrapper .sidebar-wrapper {
  /* -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); */
  /* box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); */
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}
.driving_lession_btn_new {
    display: none;
}

.btn-primary {
  background: #2196f3;
  border-color: #2196F3
}

@media (min-width: 1025px) {
  .page-wrapper .sidebar-wrapper {
    z-index: 1000;
  }
}
@media only screen and (max-width: 768px){
    i.fa-solid.fa-bars.hamburger_part {
        display: none !important;
    }
}

@media (max-width: 1024px) {
  .page-wrapper .sidebar-wrapper {
    left: 0;
  }
  a#close-sidebar {
    display: block!important;
}
}

@media (max-width: 425px) {
  .page-wrapper .sidebar-wrapper {
    width: 260px;
  }
}

.page-wrapper .sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-wrapper .sidebar-wrapper a {
  text-decoration: none;
}

.page-wrapper .sidebar-wrapper .sidebar-content {
  /* max-height: calc(100% - 30px);
  height: calc(100% - 30px); */
  overflow-y: auto;
  position: relative;
}

.page-wrapper .sidebar-wrapper .sidebar-content.desktop {
  overflow-y: hidden;
}

.page-wrapper .sidebar-wrapper .sidebar-brand {
  padding: 0px 10px;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a {
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:focus {
  outline: 0;
}

.page-wrapper .sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.page-wrapper .sidebar-wrapper .sidebar-menu {
  /*padding: 59px 0;*/
    padding: 59px 5px 0px 0px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: 700;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 15px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .page-wrapper .sidebar-wrapper .sidebar-menu li a {
    padding: 8px 24px 8px 24px;
  }
}

@media screen and (max-width: 425px) {
  .page-wrapper .sidebar-wrapper .sidebar-menu li a {
    padding: 8px 24px 8px 12px;
  }
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:hover>i::before {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:focus {
  outline: 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a i {
  width: 25px;
  height: 25px;
  /* background-color: #f8f9fa; */
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .page-wrapper .sidebar-wrapper .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover i {
  background-color: #fff;
} */
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
  content: "\f0142" !important;
  color: #3c4858;
  font-family: "Material Design Icons";
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 17px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown:hover>a:after {
  color: #2f55d4;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  display: none;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
  padding-left: 2px;
  font-size: 14px;
}

/* .page-wrapper
  .sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown
  .sidebar-submenu
  ul
  li
  a:before {
  content: "\f09df" !important;
  color: #3c4858;
  font-family: "Material Design Icons";
  margin-right: 4px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .badge,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .label {
  float: right;
  margin-top: 0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.badge,
.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.label {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.page-wrapper .sidebar-wrapper.sidebar-dark {
  background-color: #F4FAF7;
}

.page-wrapper .sidebar-wrapper.sidebar-colored {
  background-color: #2f55d4;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .sidebar-colored,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .sidebar-colored {
  display: inline-block;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .logo-dark-mode,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .logo-dark-mode {
  display: none !important;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .logo-light-mode,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .logo-light-mode {
  display: none !important;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .btn.btn-icon,
.page-wrapper .sidebar-wrapper.sidebar-dark .btn.btn-icon {
  background-color: rgba(248, 249, 250, 0.03) !important;
  color: rgba(248, 249, 250, 0.5) !important;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu {
  border-top-color: #F4FAF7;;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li a {
  color:#1C1F24;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover>a:before {
  color: #0b5d2d !important;
  font-weight:600 !important;
  background: #def3e9;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li a i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li a i {
  background-color:#F4FAF7;;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover i {
  background-color:#F4FAF7;;
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown>a:after {
  color: rgba(255, 255, 255, 0.1);
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown:hover>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown:hover>a:after {
  /*color: #fff;*/
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
  color: rgba(255, 255, 255, 0.5);
}

/* .page-wrapper .sidebar-wrapper .sidebar-header,
.page-wrapper .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #e9ecef;
} */
.page-wrapper .sidebar-wrapper .sidebar-brand>a,
.page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper .sidebar-menu li a {
  color: #161c2d;
  font-weight: 400!important;
  font-size: 18px;
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover>a:before {
  color: #000;
}

.page-wrapper .sidebar-wrapper .sidebar-brand .sidebar-colored {
  display: none;
}

.page-wrapper .sidebar-wrapper .sidebar-brand .logo-dark-mode {
  display: none;
}

.page-wrapper .sidebar-wrapper .sidebar-brand .logo-light-mode {
  display: inline-block;
}

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  /*overflow-x: hidden;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .page-content .top-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  max-height: 70px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
}

.page-wrapper .page-content .top-header .header-bar {
  background:  #F4FAF7;;
  height: 71px;
  /* -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); */
  /* box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); */
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: #FFFFFF !important;
  /* border-top-left-radius: 2px; */
  border-radius: 20px 0px 0px !important;
}
@media (max-width: 425px) {
  .page-wrapper .page-content .top-header .header-bar {
    padding: 24px 12px;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon {
  display: none;
}

@media (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon {
    display: block;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .small {
  display: none;
}

@media (max-width: 767px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .small {
    display: block;
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big {
  display: none;
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-dark-mode {
  display: none;
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-light-mode {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .big {
    display: block;
  }
}

.page-wrapper .page-content .top-header .header-bar .search-bar {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search form {
  position: relative;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="text"],
.page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 12px;
  height: 36px;
  font-size: 14px;
  display: block;
  width: 250px;
  outline: 0 !important;
  padding-right: 45px;
  opacity: 0.7;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="submit"],
.page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search .searchform:after {
  content: "\f0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 14px;
  top: 10px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.page-wrapper .page-content .layout-specing {
  padding: 43px 10px 24px !important;
  min-height: calc(100vh - 66px) !important;
  position: relative;
  margin-top: 67px;
}

.nova_btn {
  background: #2196f3;
  color: #fff;
  border-color: #2196f3;
  padding: 3px 10px;
  border-radius: 15px;
}

@media (max-width: 425px) {
  .page-wrapper .page-content .layout-specing {
    padding: 31px 0 24px !important;
  }
}

@media screen and (min-width: 1025px) {
  .page-wrapper.toggled .page-content {
    padding-left: 201px;
  }
}

.page-wrapper.toggled .top-header {
  left: 202px;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .top-header {
    left: 0;
  }
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .sidebar-wrapper {
    left: -300px;
  }
}

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 24px 9px 20px !important;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  height: 58px;
}

@media (max-width: 425px) {
  .sidebar-footer {
    padding: 9px 12px !important;
  }
}

footer {
  position: relative;
  color: #adb5bd;
  background: #fff;
  height: 58px;
}

footer .text-foot {
  color: #adb5bd;
}

footer .footer-head {
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 500;
}

footer .footer-list {
  margin-bottom: 0;
}

footer .footer-list li {
  margin-bottom: 10px;
}

footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .footer-list li a:hover {
  color: #e6e8ea;
}

footer .footer-list li:last-child {
  margin-bottom: 0;
}

.avatar.avatar-coin,
.avatar.avatar-sm-sm {
  height: 36px;
  width: 36px;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-ex-small {
  height: 40px;
  width: 40px;
  border-radius: 54px;
}


.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: auto;
  width: 100px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.accordion .accordion-item {
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.accordion .accordion-item .accordion-button {
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1rem 2.5rem 1rem 1.25rem;
}

.accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion .accordion-item .accordion-button:before {
  content: "\f0143";
  display: block;
  font-family: "Material Design Icons";
  font-size: 16px;
  color: #2f55d4;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
  background-color: #fff;
  color: #3c4858 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #3c4858 !important;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #2f55d4;
}

.accordion .accordion-item .accordion-button:after {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fff, #fff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.form-check-label,
.form-label {
  font-weight: 700;
  font-size: 14px;
}

.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  border-radius: 6px;
  color: #3c4858 !important;
  text-align: left;

}
.detail_head{
  font-weight: 500;
font-size: 28px;
text-align: center;
color: #29343E;
}
.instructors-img2{
  width: 100px;
height: 100px;
border-radius: 52px;
object-fit: cover;
}
.f_name{
  font-weight: 600;
font-size: 25px;
line-height: 20px;

color: #1C1F24;
}
.contact_img1{
  height: 20px;
  width: 20px;
}
.rating_cls{
  padding: 0 0 10px 0px;
}
.problemy{
  font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #1C1F24;
}
.problemy2{
  font-weight: 400;
font-size: 14px;
line-height: 21px;
text-align: center;
color: #484848;
}
.problemy3{
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  
  text-align: center;
  
  color: #0B5D2D;
}
.ins_mob{
  font-weight: 400;
font-size: 20px;
line-height: 20px;
/* identical to box height, or 100% */


color: #656969;
}

.form-control:focus {
  border-color: #FF0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #fff;
}

.form-control:disabled {
  background-color: #dee2e6;
}

.form-control::-webkit-input-placeholder {
  color: #3c4858;
}

.form-control::-moz-placeholder {
  color: #3c4858;
}

.form-control:-ms-input-placeholder {
  color: #3c4858;
}

.form-control::-ms-input-placeholder {
  color: #3c4858;
}

.form-control::placeholder {
  color: #3c4858;
}

.form-check-input {
  border: 1px solid #e9ecef;
  background-color: #fff;
}

.form-check-input:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check-input.form-check-input:checked {
  background-color: #0B9B47;
  border-color: #0B9B47;
}

.form-icon .icons {
  position: absolute;
  top: 13px;
  left: 18px;
}

.subcribe-form .btn {
  padding: 10px 20px;
}

.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: 0 !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
}

.subcribe-form input::-webkit-input-placeholder {
  color: #3c4858;
}

.subcribe-form input::-moz-placeholder {
  color: #3c4858;
}

.subcribe-form input:-ms-input-placeholder {
  color: #3c4858;
}

.subcribe-form input::-ms-input-placeholder {
  color: #3c4858;
}

.subcribe-form input::placeholder {
  color: #3c4858;
}

.subcribe-form button {
  position: absolute;
  top: 2px;
  right: 3px;
  outline: 0 !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.blog.blog-primary .tag {
  background: #2f55d4 !important;
}

.blog.blog-primary .title:hover {
  color: #2f55d4 !important;
}

.blog.blog-primary .link {
  color: #2f55d4 !important;
}

.blog.blog-primary .post-meta .comments:hover,
.blog.blog-primary .post-meta .like:hover,
.blog.blog-primary .post-meta .readmore:hover {
  color: #2f55d4 !important;
}

.blog.blog-secondary .tag {
  background: #6c757d !important;
}

.blog.blog-secondary .title:hover {
  color: #6c757d !important;
}

.blog.blog-secondary .link {
  color: #6c757d !important;
}

.blog.blog-secondary .post-meta .comments:hover,
.blog.blog-secondary .post-meta .like:hover,
.blog.blog-secondary .post-meta .readmore:hover {
  color: #6c757d !important;
}

.blog.blog-success .tag {
  background: #2eca8b !important;
}

.blog.blog-success .title:hover {
  color: #2eca8b !important;
}

.blog.blog-success .link {
  color: #2eca8b !important;
}

.blog.blog-success .post-meta .comments:hover,
.blog.blog-success .post-meta .like:hover,
.blog.blog-success .post-meta .readmore:hover {
  color: #2eca8b !important;
}

.blog.blog-info .tag {
  background: #17a2b8 !important;
}

.blog.blog-info .title:hover {
  color: #17a2b8 !important;
}

.blog.blog-info .link {
  color: #17a2b8 !important;
}

.blog.blog-info .post-meta .comments:hover,
.blog.blog-info .post-meta .like:hover,
.blog.blog-info .post-meta .readmore:hover {
  color: #17a2b8 !important;
}

.blog.blog-warning .tag {
  background: #f17425 !important;
}

.blog.blog-warning .title:hover {
  color: #f17425 !important;
}

.blog.blog-warning .link {
  color: #f17425 !important;
}

.blog.blog-warning .post-meta .comments:hover,
.blog.blog-warning .post-meta .like:hover,
.blog.blog-warning .post-meta .readmore:hover {
  color: #f17425 !important;
}

.blog.blog-danger .tag {
  background: #e43f52 !important;
}

.blog.blog-danger .title:hover {
  color: #e43f52 !important;
}

.blog.blog-danger .link {
  color: #e43f52 !important;
}

.blog.blog-danger .post-meta .comments:hover,
.blog.blog-danger .post-meta .like:hover,
.blog.blog-danger .post-meta .readmore:hover {
  color: #e43f52 !important;
}

.blog.blog-light .tag {
  background: #f8f9fa !important;
}

.blog.blog-light .title:hover {
  color: #f8f9fa !important;
}

.blog.blog-light .link {
  color: #f8f9fa !important;
}

.blog.blog-light .post-meta .comments:hover,
.blog.blog-light .post-meta .like:hover,
.blog.blog-light .post-meta .readmore:hover {
  color: #f8f9fa !important;
}

.blog.blog-dark .tag {
  background: #3c4858 !important;
}

.blog.blog-dark .title:hover {
  color: #3c4858 !important;
}

.blog.blog-dark .link {
  color: #3c4858 !important;
}

.blog.blog-dark .post-meta .comments:hover,
.blog.blog-dark .post-meta .like:hover,
.blog.blog-dark .post-meta .readmore:hover {
  color: #3c4858 !important;
}

.blog.blog-footer .tag {
  background: #202942 !important;
}

.blog.blog-footer .title:hover {
  color: #202942 !important;
}

.blog.blog-footer .link {
  color: #202942 !important;
}

.blog.blog-footer .post-meta .comments:hover,
.blog.blog-footer .post-meta .like:hover,
.blog.blog-footer .post-meta .readmore:hover {
  color: #202942 !important;
}

.blog.blog-muted .tag {
  background: #8492a6 !important;
}

.blog.blog-muted .title:hover {
  color: #8492a6 !important;
}

.blog.blog-muted .link {
  color: #8492a6 !important;
}

.blog.blog-muted .post-meta .comments:hover,
.blog.blog-muted .post-meta .like:hover,
.blog.blog-muted .post-meta .readmore:hover {
  color: #8492a6 !important;
}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .post-meta .comments,
.blog .content .post-meta .like,
.blog .content .post-meta .readmore {
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #3c4858;
}

.blog .author {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 5%;
  left: 5%;
}

.blog.blog-detail:hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.4;
}

.blog:hover .author {
  opacity: 1;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.tagcloud>a {
  background: #f8f9fa;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.tagcloud>a:hover {
  background: #2f55d4;
  color: #fff;
}

.media-list .media .media-heading:hover {
  color: #2f55d4 !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #e9ecef;
}

.widget-grid .item {
  position: relative;
  width: 33.33333333%;
  padding-top: 33.33333333%;
  float: left;
}

.widget-grid .item a {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  overflow: hidden;
}

.widget-grid .item:first-child {
  width: 66.66666666%;
  padding-top: 66.66666666%;
}

.widget-grid .item:nth-child(4) {
  clear: both;
}

#external-events .fc-event,
.fc-event-title-container {
  cursor: pointer;
  margin: 4px 2px;
}

#external-events .fc-event .fc-event-main {
  padding: 5px;
}

.fc .fc-non-business {
  background-color: transparent;
}

.fc .fc-daygrid-day-number {
  padding: 5px;
  font-weight: 600;
  color: #2f55d4;
}

.fc .fc-col-header-cell-cushion {
  padding: 8px 4px !important;
  color: #2f55d4;
}

.fc .fc-scrollgrid-liquid {
  border-radius: 5px !important;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #e9ecef !important;
}

.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 18px !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  margin: auto 8px 4px;
}

.fc-event-main {
  background-color: #2f55d4;
}

.fc-daygrid-dot-event {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.fc-daygrid-dot-event:hover {
  background-color: #e9ecef;
}

.fc .fc-button {
  padding: 4px 8px;
  font-size: 13px !important;
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #fff !important;
  text-transform: capitalize !important;
}

.fc .fc-button:disabled,
.fc .fc-button:disabled.active,
.fc .fc-button:disabled.focus,
.fc .fc-button:disabled:active,
.fc .fc-button:disabled:focus,
.fc .fc-button:disabled:hover {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}

.fc .fc-button.active,
.fc .fc-button.focus,
.fc .fc-button:active,
.fc .fc-button:focus,
.fc .fc-button:hover {
  background-color: #284bc1 !important;
  border-color: #284bc1 !important;
}

.fc .fc-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

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

.fc-daygrid-event-dot,
.fc-h-event {
  border-color: #2f55d4;
  background-color: #2f55d4;
}

#calendar {
  max-width: 1240px;
}

.chat .chat-list.active,
.chat .chat-list:focus,
.chat .chat-list:hover {
  background: #f8f9fa !important;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.chat .chat-list .on-off,
.chat .chat-type .on-off {
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 12px !important;
}

.chat.chat-person .on-off {
  font-size: 10px;
}

.chat.chat-person .chat-msg {
  margin-left: 8px;
}

.chat.chat-person .chat-msg .msg {
  background: #fff;
}

.chat.chat-person .chat-msg .msg-time {
  font-size: 12px !important;
}

.chat.chat-person .chat-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.chat.chat-person .chat-right .chat-user-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.chat.chat-person .chat-right .chat-user-image .on-off {
  right: -1px;
}

.chat.chat-person .chat-right .chat-msg {
  margin-right: 8px;
  margin-left: 0;
}

.chat.chat-person .chat-right .chat-msg .msg {
  display: inline-block;
}

.chat.chat-person .chat-right .chat-msg .msg-time {
  display: block;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar {
  background: #fff !important;
  border: 1px solid #e9ecef !important;
}

.ck.ck-toolbar>.ck-toolbar__items> :not(.ck-toolbar__line-break),
.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown {
  color: #161c2d;
}

.features.feature-primary .title:hover {
  color: #2f55d4 !important;
}

.features.feature-primary .icon {
  color: #2f55d4 !important;
  background-color: rgba(47, 85, 212, 0.04) !important;
}

.features.feature-primary .link {
  color: #2f55d4 !important;
}

.features.feature-primary.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(47, 85, 212, 0.1)) !important;
}

.features.feature-bg-primary:hover {
  background-color: #2f55d4 !important;
}

.features.feature-secondary .title:hover {
  color: #6c757d !important;
}

.features.feature-secondary .icon {
  color: #6c757d !important;
  background-color: rgba(108, 117, 125, 0.04) !important;
}

.features.feature-secondary .link {
  color: #6c757d !important;
}

.features.feature-secondary.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(108, 117, 125, 0.1)) !important;
}

.features.feature-bg-secondary:hover {
  background-color: #6c757d !important;
}

.features.feature-success .title:hover {
  color: #2eca8b !important;
}

.features.feature-success .icon {
  color: #2eca8b !important;
  background-color: rgba(46, 202, 139, 0.04) !important;
}

.features.feature-success .link {
  color: #2eca8b !important;
}

.features.feature-success.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(46, 202, 139, 0.1)) !important;
}

.features.feature-bg-success:hover {
  background-color: #2eca8b !important;
}

.features.feature-info .title:hover {
  color: #17a2b8 !important;
}

.features.feature-info .icon {
  color: #17a2b8 !important;
  background-color: rgba(23, 162, 184, 0.04) !important;
}

.features.feature-info .link {
  color: #17a2b8 !important;
}

.features.feature-info.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(23, 162, 184, 0.1)) !important;
}

.features.feature-bg-info:hover {
  background-color: #17a2b8 !important;
}

.features.feature-warning .title:hover {
  color: #f17425 !important;
}

.features.feature-warning .icon {
  color: #f17425 !important;
  background-color: rgba(241, 116, 37, 0.04) !important;
}

.features.feature-warning .link {
  color: #f17425 !important;
}

.features.feature-warning.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(241, 116, 37, 0.1)) !important;
}

.features.feature-bg-warning:hover {
  background-color: #f17425 !important;
}

.features.feature-danger .title:hover {
  color: #e43f52 !important;
}

.features.feature-danger .icon {
  color: #e43f52 !important;
  background-color: rgba(228, 63, 82, 0.04) !important;
}

.features.feature-danger .link {
  color: #e43f52 !important;
}

.features.feature-danger.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(228, 63, 82, 0.1)) !important;
}

.features.feature-bg-danger:hover {
  background-color: #e43f52 !important;
}

.features.feature-light .title:hover {
  color: #f8f9fa !important;
}

.features.feature-light .icon {
  color: #f8f9fa !important;
  background-color: rgba(248, 249, 250, 0.04) !important;
}

.features.feature-light .link {
  color: #f8f9fa !important;
}

.features.feature-light.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(248, 249, 250, 0.1)) !important;
}

.features.feature-bg-light:hover {
  background-color: #f8f9fa !important;
}

.features.feature-dark .title:hover {
  color: #3c4858 !important;
}

.features.feature-dark .icon {
  color: #3c4858 !important;
  background-color: rgba(60, 72, 88, 0.04) !important;
}

.features.feature-dark .link {
  color: #3c4858 !important;
}

.features.feature-dark.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(60, 72, 88, 0.1)) !important;
}

.features.feature-bg-dark:hover {
  background-color: #3c4858 !important;
}

.features.feature-footer .title:hover {
  color: #202942 !important;
}

.features.feature-footer .icon {
  color: #202942 !important;
  background-color: rgba(32, 41, 66, 0.04) !important;
}

.features.feature-footer .link {
  color: #202942 !important;
}

.features.feature-footer.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(32, 41, 66, 0.1)) !important;
}

.features.feature-bg-footer:hover {
  background-color: #202942 !important;
}

.features.feature-muted .title:hover {
  color: #8492a6 !important;
}

.features.feature-muted .icon {
  color: #8492a6 !important;
  background-color: rgba(132, 146, 166, 0.04) !important;
}

.features.feature-muted .link {
  color: #8492a6 !important;
}

.features.feature-muted.key-feature .icon {
  background: linear-gradient(45deg,
      transparent,
      rgba(132, 146, 166, 0.1)) !important;
}

.features.feature-bg-muted:hover {
  background-color: #8492a6 !important;
}

.features {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}

.features .icon {
  height: 65px;
  width: 65px;
  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;
}

.features .title {
  font-weight: 500;
}

.features .big-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.05;
  font-size: 120px;
}

.features .big-icon,
.features .icons,
.features .para,
.features .titles {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features:hover .big-icon,
.features:hover .icons,
.features:hover .titles {
  color: #fff !important;
}

.features:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.key-feature .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.fw-medium {
  font-weight: 600;
}

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 45px !important;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

.para-desc {
  max-width: 600px;
}

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

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape>svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.shape.integration-hero {
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  height: 250px;
  background: #fff;
}

@media (max-width: 768px) {
  .shape.integration-hero {
    height: 140px;
  }
}

@media (max-width: 425px) {
  .shape.integration-hero {
    height: 60px;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.main-icon {
  border: 2px solid #e9ecef;
  height: 40px;
  width: 40px;
  line-height: 0;
  text-align: center;
}

.main-icon .fea {
  height: 20px;
}

@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }
}

.timeline-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95%;
  margin: auto;
  width: 2px;
  background-color: #e9ecef !important;
}

.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #2f55d4;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after {
  right: -34px;
}

.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}

.timeline-page .timeline-item .duration-right:after {
  left: -34px;
}

.timeline-page .timeline-item .event {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.timeline-page .timeline-item .event.event-description-right {
  margin-left: 15px;
}

.timeline-page .timeline-item .event.event-description-left {
  margin-right: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }

  .timeline-page:after {
    margin: 0;
  }

  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }

  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }

  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }

  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}

.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class*=" uil-"]:before,
[class^="uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  height: 32px;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #fff !important;
}

.social-icon li a:hover .fea-social {
  fill: #2f55d4;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: #283453;
}

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

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border-primary {
  border-color: #2f55d4 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #2eca8b !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f17425 !important;
}

.border-danger {
  border-color: #e43f52 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #3c4858 !important;
}

.border-footer {
  border-color: #202942 !important;
}

.border-muted {
  border-color: #8492a6 !important;
}

.bg-white-color {
  background: #fff;
}

.d-flex .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home {
    padding: 150px 0;
    height: auto;
    position: relative;
    bottom: 8rem;
  }
}

.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%,
      rgba(47, 85, 212, 0.1) 0,
      rgba(47, 85, 212, 0.1) 33.333%,
      rgba(47, 85, 212, 0.2) 33.333%,
      rgba(47, 85, 212, 0.2) 66.666%,
      rgba(47, 85, 212, 0.3) 66.666%,
      rgba(47, 85, 212, 0.3) 99.999%);
}

.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #e9ecef !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates .price {
  font-weight: 400;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 2;
  border-color: #2f55d4 !important;
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #fff !important;
}

.pricing-rates.business-rate:hover .title {
  color: #2f55d4;
}

.ribbon.ribbon-primary span {
  background-color: #2f55d4 !important;
}

.ribbon.ribbon-primary span:before {
  border-left-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-primary span:after {
  border-right-color: #2443ac;
  border-top-color: #2443ac;
}

.ribbon.ribbon-secondary span {
  background-color: #6c757d !important;
}

.ribbon.ribbon-secondary span:before {
  border-left-color: #545b62;
  border-top-color: #545b62;
}

.ribbon.ribbon-secondary span:after {
  border-right-color: #545b62;
  border-top-color: #545b62;
}

.ribbon.ribbon-success span {
  background-color: #2eca8b !important;
}

.ribbon.ribbon-success span:before {
  border-left-color: #25a06e;
  border-top-color: #25a06e;
}

.ribbon.ribbon-success span:after {
  border-right-color: #25a06e;
  border-top-color: #25a06e;
}

.ribbon.ribbon-info span {
  background-color: #17a2b8 !important;
}

.ribbon.ribbon-info span:before {
  border-left-color: #117a8b;
  border-top-color: #117a8b;
}

.ribbon.ribbon-info span:after {
  border-right-color: #117a8b;
  border-top-color: #117a8b;
}

.ribbon.ribbon-warning span {
  background-color: #f17425 !important;
}

.ribbon.ribbon-warning span:before {
  border-left-color: #d55b0e;
  border-top-color: #d55b0e;
}

.ribbon.ribbon-warning span:after {
  border-right-color: #d55b0e;
  border-top-color: #d55b0e;
}

.ribbon.ribbon-danger span {
  background-color: #e43f52 !important;
}

.ribbon.ribbon-danger span:before {
  border-left-color: #d21e32;
  border-top-color: #d21e32;
}

.ribbon.ribbon-danger span:after {
  border-right-color: #d21e32;
  border-top-color: #d21e32;
}

.ribbon.ribbon-light span {
  background-color: #f8f9fa !important;
}

.ribbon.ribbon-light span:before {
  border-left-color: #dae0e5;
  border-top-color: #dae0e5;
}

.ribbon.ribbon-light span:after {
  border-right-color: #dae0e5;
  border-top-color: #dae0e5;
}

.ribbon.ribbon-dark span {
  background-color: #3c4858 !important;
}

.ribbon.ribbon-dark span:before {
  border-left-color: #272f3a;
  border-top-color: #272f3a;
}

.ribbon.ribbon-dark span:after {
  border-right-color: #272f3a;
  border-top-color: #272f3a;
}

.ribbon.ribbon-footer span {
  background-color: #202942 !important;
}

.ribbon.ribbon-footer span:before {
  border-left-color: #0f1420;
  border-top-color: #0f1420;
}

.ribbon.ribbon-footer span:after {
  border-right-color: #0f1420;
  border-top-color: #0f1420;
}

.ribbon.ribbon-muted span {
  background-color: #8492a6 !important;
}

.ribbon.ribbon-muted span:before {
  border-left-color: #68788f;
  border-top-color: #68788f;
}

.ribbon.ribbon-muted span:after {
  border-right-color: #68788f;
  border-top-color: #68788f;
}

.ribbon {
  position: absolute;
  top: -5px;
  width: 75px;
  height: 75px;
  z-index: 2;
}

.ribbon.ribbon-right {
  right: -5px;
}

.ribbon.ribbon-right span {
  right: -23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon.ribbon-left {
  left: -5px;
}

.ribbon.ribbon-left span {
  left: -23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon span {
  position: absolute;
  top: 18px;
  width: 100px;
  color: #fff;
}

.ribbon span:after,
.ribbon span:before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
}

.ribbon span:before {
  left: 0;
}

.ribbon span:after {
  right: 0;
}

.invoice-top .logo-invoice {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
}

.switcher-pricing .toggle,
.switcher-pricing .toggler {
  display: inline-block !important;
  vertical-align: middle;
}

.switcher-pricing .toggler {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}

.switcher-pricing .toggler--is-active {
  color: #2f55d4 !important;
}

.switcher-pricing .form-switch .form-check-input {
  width: 48px;
  height: 24px;
  margin-top: 0;
}

.hide {
  display: none;
}

.apexcharts-legend-text {
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #343a40 !important;
}

.apexcharts-tooltip {
  background: #fff !important;
  color: #343a40;
  border-color: #e9ecef !important;
}

.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-grid,
.apexcharts-gridline,
.apexcharts-gridline line,
.apexcharts-gridlines-horizontal,
.apexcharts-gridlines-vertical,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series line,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon,
.apexcharts-xaxis line,
.apexcharts-xaxis-tick {
  stroke: #e9ecef !important;
}

.apexcharts-data-labels,
.apexcharts-datalabels text,
.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #343a40 !important;
}

.apexcharts-tooltip-title {
  background: #fff !important;
  color: #343a40 !important;
  border-color: #e9ecef !important;
}

.shop-features .category-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.shop-list .shop-image .overlay-work .out-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}

.shop-list .content .product-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
  color: #2f55d4 !important;
}

.shop-list .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 15px;
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 4px !important;
  background: #adb5bd !important;
}

.team.team-primary .name:hover {
  color: #2f55d4 !important;
}

.team.team-secondary .name:hover {
  color: #6c757d !important;
}

.team.team-success .name:hover {
  color: #2eca8b !important;
}

.team.team-info .name:hover {
  color: #17a2b8 !important;
}

.team.team-warning .name:hover {
  color: #f17425 !important;
}

.team.team-danger .name:hover {
  color: #e43f52 !important;
}

.team.team-light .name:hover {
  color: #f8f9fa !important;
}

.team.team-dark .name:hover {
  color: #3c4858 !important;
}

.team.team-footer .name:hover {
  color: #202942 !important;
}

.team.team-muted .name:hover {
  color: #8492a6 !important;
}

.team img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .team-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  opacity: 0.2;
}

.team:hover .overlay-team {
  opacity: 0.6;
}

.team:hover .team-icon {
  opacity: 1;
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  border-radius: 3px;
  background: rgba(47, 85, 212, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  margin: 0 5px;
  padding: 5px;
}

.tns-nav button.tns-nav-active {
  background: #2f55d4 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}

@media (max-width: 768px) {
  .cover-user .container-fluid .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0 20%;
  }
  a#close-sidebar {
    display: block;
}
}

@media (max-width: 768px) {
  .cover-user .cover-user-img {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    height: auto !important;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-content {
    text-align: left !important;
  }

  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.form-signin {
  width: 640px;
height: 349px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 26px!important;
}

.avatar-profile {
  position: relative;
  top: -80px;
}

.work-container.work-classic .work-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-classic .content .title,
.work-container.work-modern .content .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-classic .content .title:hover,
.work-container.work-modern .content .title:hover {
  color: #2f55d4 !important;
}

.work-container.work-classic .content .tag,
.work-container.work-modern .content .tag {
  font-size: 15px !important;
}

.work-container.work-modern img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* .work-container.work-modern:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
} */

.tobii>button.tobii__close svg,
.tobii>button.tobii__next svg,
.tobii>button.tobii__prev svg {
  height: 36px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

#grid {
  padding: 0 !important;
}

.switcher-btn {
  position: fixed;
  top: 200px;
  height: 41px;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
  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;
}

.style-switcher .t-dark,
.style-switcher .t-rtl-light {
  display: inline-block;
}

.style-switcher .t-light,
.style-switcher .t-ltr-dark,
.style-switcher .t-ltr-light,
.style-switcher .t-rtl-dark {
  display: none;
}

@media only screen and (max-width: 375px) {
  .switcher-btn {
    display: none !important;
  }
}

[dir="rtl"] .style-switcher .t-rtl-light {
  display: none;
}

[dir="rtl"] .style-switcher .t-ltr-light {
  display: inline-block;
}

/* ============== CUSTOM CSS =============*/


.toggle_btn {
  font-size: 1.5rem !important;
}

.subtitle_heading {
  font-size: 0.8rem;
}

.rounded_img {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card_headings {
  font-size: 0.5rem;
  margin-top: 5px;
  font-weight: 700;
}

.custom_size_icon {
  font-size: 1.5rem;
  color: #fff;
}

.custom_card_width {
  background: #0f142086;
  width: 5rem;
}

.action_logos .custom_logo {
  height: 20px;
  width: 20px;
  background: #2196F3;
  padding: 0.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
}

.beer_logo {
  width: 2.3rem;
  height: 2rem
}

.sidebar-menu img.img-fluid.me-2 {
  width: 1rem;
}

.custom_btn_title {
  font-size: 0.6rem;
}

.menu.activeness {
  background: #E3F2FD;
  font-size: 0.65rem;
}

.text-size-snall {
  font-size: 0.9rem;
}

.customized_card {
  min-height: 225px;
  position: relative;
}

.customized_card .card-body {
  padding: 0.8rem;
}

.edit_actions {
  position: absolute;
  right: 5px;
}

.title_n_status {
  position: absolute;
  bottom: 10px;
}

/* Upload image in Reklamne details */

.filelabel {
  width: auto;
  border: 2px dotted grey;
  border-radius: 5px;
  display: block;
  padding: 30px;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}

.filelabel i {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
  color: grey;
  transition: 200ms color;
}

.filelabel:hover {
  border: 2px solid #2196F3;
}

.filelabel:hover i,
.filelabel:hover .title {
  color: #2196F3;
}

#FileInput {
  display: none;
}

/* end Upload image in Reklamne details */
.custom_logo_nasta {
  color: #2196F3;
  font-size: 2.5rem;
}

.para_nasta {
  font-size: 0.8rem;
  line-height: 1.2;
}

.card .lock {
  height: 35px;
  width: auto;
}


.red_sidebarLogo {
  width: 17px;
  height: 17px;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a.sidebar_links {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 6px 15px;
}

.user_logo_admin {
  width: 35px;
  height: 35px;
}

.seven-cols .team .team-icon {
  bottom: 0px;
}

.delete_coupon .product_image {
  width: auto;
  height: 140px;
}

.edit_action_icons {
  background: #2196F3 !important;
}

.vero_butn {
  padding: 8px;
  font-size: 0.75rem;
  background: #2196F3;
  border: none;
  border-radius: 18px;
}

.loyal_label {
  font-size: 10.5px;
}

.cust_card_loyal {
  min-height: 15rem;
  width: auto;
  border-radius: 15px;
}

.ikonka .active {
  background: #e3f2fd;
  padding: 5px;
  border-radius: 6px;
}

.image_uploader .edited_img {
  height: 15rem;
  width: auto;
  object-fit: cover;
  border-radius: 15px;
}

.edited_loyalcards .image_uploader {
  padding: 1px;
  border: 2px dotted #6e6e6e;
  border-radius: 15px;
}

.kupony_content .team .team-icon {
  bottom: 0px;
}

.nova_category_reslt {
  padding: 4px 12px;
  background: transparent;
  color: #2196f3;
  border-radius: 19px;
}

.dona_card {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 7px;
}

.dona_card:hover {
  border-color: #2196F3;
}

.dona_cardText {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #797D83;
}

.dona_textHeading {
  font-weight: 700;
  color: #2196F3;
  font-size: 1.4rem;
}

.icon_check {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
}

.icon_check .unchecked {
  background: #ccc !important;
}

.icon_check i.fas.fa-check {
  background: #2196f3;
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
}

.pri_icons {
  padding: 0.3rem;
  background: transparent;
  color: #2196F3;
  border: 2px solid #2196F3;
  border-radius: 50%;
  width: 37px;
}

.pri_icons i {
  font-size: 0.95rem;
  margin-left: 3px
}









@media only screen and (max-width: 768px) {
  .mtop-mobile {
    margin-top: 5rem !important
  }

  ul.list-unstyled.mb-0 {
    display: none;
  }

  .subtitle_heading,
  .custom_btn_title {
    font-size: 0.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 14000px) {
  /* .top-header {
    display: none;
  } */

}

/* CUSTOM CSS FOR CARDS */
@media (min-width: 768px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 10.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


/* deepak */
.menu_btn {
  border: 2px solid #000;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 6px;
  line-height: 5px;
  text-align: center;
  color: #999;
  font-weight: 700;
}

.menu_btn:hover {
  background: #2196f3;
  border: 2px solid #2196f3;
  color: #fff;
}

.menu_btn span {
  font-size: 10px;
  margin-top: 0px;
}

.menu_btn p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 16px;
  margin-top: 7px;
}

.card-menu {
  width: 30rem;
}

.menu-icon {
  color: #2196f3;
}

.menu_table {
  background: #e6f4ff;
  border-radius: 10px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  padding: 13px;
}

.fa-pencil {
  color: #2196f3;
}

.fa-copy {
  color: #2196f3;
}

.card-menu,
tbody,
tr,
td {
  padding: 10px;
}

.input_menu p {
  font-size: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}

.menu_modal {
  box-shadow: 0px 0px 17px 1px #444;
  border-radius: 1.3rem;
}

.modal_btn_menu {
  padding: 5px 60px;
}

/* ==================== Swiper CSS ============================ */
.swiper-container {
  width: 65%;
  height: auto;
}

.swiper-slide {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.swiper-slide img {
  height: 45px;
  width: auto;
  border-radius: 15px;
}

.swiper-slide .swiper-text {
  font-size: 0.78rem;
  font-weight: 800;
}

.sticky-menu {
  overflow: hidden;
  padding: 28px 0px;
  background: #e6f4ff;
  width: 100%;
}

.sticky-menu .sticky-menu-content {
  z-index: 999;
  width: 100%;
}

.ryzo_text {
  font-size: 0.8rem;
  margin-top: 10px;
}

.admin_modal_border {
  border-radius: 15px;
}

.nast .card h4:hover,
.nast .card p:hover {
  color: #2196f3 !important;
}
.menu.activeness a.sidebar_links img {
     filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
}
/*modal css*/
.modal.show {
    background: #00000057;
}
.instructors_icon img {
    width: 35px !important;
}
img.client_contact {
    width: 25px;
}
.contact_icon img{
    width: 35px !important;
}
.group_box_icon img{
    width: 35px !important;
}
.coustom_instructor_btn img {
    width: 25px !important;
}
.coustom_car_btn img {
    width: 25px !important;
}

.group_btn img {
    width: 25px;
}
.contact_btn_mo img {
    width: 25px !important;
}
img.img-fluid.imgsetMod {
    width: 25px;
}
img.contact_no_img.stu {
    width: 20px !important;
    margin-right: 10px;
}
.contact_no_img img {
    width: 20px !important;
    margin-right: 10px;
}
img.contact_no_img {
    width: 20px !important;
}
.item img {
    width: 25px !important;
}
.inst_icon_modal_btn img {
    width: 30px;
}
#attendance_data p {
    text-align: center;
    margin: 10rem 0;
    color: #0b5d2d;
    font-size: 20px;
    font-weight: 500;
}
.pridrot_btn img {
    width: 25px !important;
}
#del_tab_name img {
    width: 35px;
}
.btn-success:hover {
    color: #fff;
    background-color: #005826 !important;
    border-color: #005826 !important;
}
@media(min-width: 1440px) and (max-width: 1920){
    img.contact_no_img.stu {
        object-fit: contain;
        width: 20px !important;
        margin-right: 10px;
    }
}