

@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html,body{
  overflow-x: hidden;
}
body{
      background: #f8f7fa;
  font-family:"Public Sans", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", sans-serif;
  color: #6c757d;

}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.dropdown-menu[data-bs-popper]{
    right: 0;
    left: inherit;
    border: 1px solid #e6e6e8 !important;
    box-shadow: none !important;
    width: 257px !important;
}
.dropdown-menu {
            z-index: 1050; /* Ensure dropdowns appear above other elements */
        }
/*bg colors*/
.bg-primary{
  background-color:  var(--theme-base) !important;
  color: #fff;
}
.bg-danger{
  background-color: #ff4d5e !important;
  color: #fff;
}
.bg-info{
  background-color: #4dadff !important;
  color: #fff;
}
.bg-warning{
  background-color: #ffa622 !important;
  color: #fff;
}
.btn-primary{
  background-color:  var(--theme-base);
  border-color:  var(--theme-base);
/*  border-radius: 0;*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:first-child:active, .btn-primary:active{
     background-color:  var(--theme-base);
    border-color:  var(--theme-base);
}
.text-primary{
  color:  var(--theme-base) !important;
}
/*google translate css start*/

.goog-logo-link {
    display:none !important;
} 
.goog-te-gadget{
    color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px 0;
    padding: 8px;
    background: #fff;
}

/*google translate css end*/
.navbar {
  padding: 4px 9px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 40px;
    /* box-shadow: 0px 0px 9px rgb(0 0 0 / 10%); */
    border: 1px solid #ccc;
    margin: 9px;
    border-radius: 12px;
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.text-sidebar{
  color: #6b6b6b;
} 
.wrapper{
  display: flex;
  width: 100%;
  align-items: stretch;
}
#sidebar .position{
  position: fixed;
  min-width: 270px;
  max-width: 250px;
  box-shadow: 0 0 0 1px #e6e6e8;
}


#sidebar {
  min-width: 270px;
  max-width: 250px;
  background: #fff;
  color: #272e48;
  transition: all 0.3s;
  z-index: 2;
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar .sidebar-header {
  padding: 12px;
  background: #fff;
}

#sidebar ul.components {
  padding: 20px 0;
/*  border-bottom: 1px solid #b28b00;*/
    overflow-y: scroll;
    height: 100vh;
}
#sidebar ul.components::-webkit-scrollbar {
  width: 1.5px;
  border-radius: 10px;
}

/* Track */
#sidebar ul.components::-webkit-scrollbar-track {
  background: #ffff; 
}
 
/* Handle */
#sidebar ul.components::-webkit-scrollbar-thumb {
  background: rgb(47 43 61 / 31%); 
}


#sidebar ul p {
  color: #6b6b6b;
  padding: 10px;
}

#sidebar ul li{
margin: .375rem 0 0
}
#sidebar-hr{
  box-shadow: 0px 1px 4px 0px rgba(47, 43, 61, .1);
}
#sidebar ul li a, #sidebar-hr ul li a {
      padding: .4rem .75rem;
    font-size: 1em;
    display: block;
    margin: 0 .75rem;
    border-radius: .375rem;
  color: #444050;
      display: flex;

}

#sidebar ul li a:hover, #sidebar-hr ul li a:hover, #sidebar ul li a:active, #sidebar-hr ul li a:active, #sidebar ul li a:focus, #sidebar-hr ul li a:focus{
    background: rgba(47, 43, 61, .08);
}
#sidebar ul li.active > .sub-menu, #sidebar-hr ul .s-item.active > a {
      background: var(--theme-base);;
    box-shadow: 0px 2px 6px 0px var(--theme-base);;
    color: #fff !important;
}
#sidebar ul li > .sub-menu i{
  font-size: .70rem
}
#sidebar ul .s-item.active > a  {
    background: rgba(47, 43, 61, .08);
}
#sidebar ul li > a i{
      font-size: 22px;
}
a[data-bs-toggle=collapse] {
  position: relative;
}
.dropdown-item{
  font-size: .9rem;
  color:#6c757d;
}
.dropdown-item:hover{
  background-color: #f6f7fb;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar-hr .dropdown-toggle::after {
  position: relative;
 right: -10px;
    top: 23px;
}
#sidebar-hr .dropdown-menu {
    border-radius: .375rem;
    box-shadow: 0 .25rem 1.125rem 0 rgba(47, 43, 61, .16);
    border: 0;
}

/*Footer Start*/

.myclass p{
  margin:0;
}

/*horizanal sidebr*/
.owl-theme.sidebar-link .owl-nav .owl-prev{
    position: absolute;
    left: 0;
}
.owl-theme.sidebar-link .owl-nav{
      margin-top: 0;
    font-size: 43px;
    line-height: 17px;
}

.owl-theme.sidebar-link .owl-nav .owl-prev:hover, .owl-theme.sidebar-link .owl-nav .owl-next:hover{
     background-color: transparent;
     color: #000
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
/*  padding: 20px;*/
  min-height: 100vh;
  transition: all 0.3s;
}
/*Dashboard Css Start*/
.dashboard{
    border:0;
}
.dashboard .card-body{
  border-radius: 20px;
}
.dashboard i{
/*    background: rgb(255 255 255 / 47%);*/
    padding: 10px;
    font-size: 38px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #ffffff;
    line-height: 30px;
}
/*Dashboard Css End*/

/*Preloader start*/
#page {
    display: none;
}
#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url("../img/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    background-size: 300px;
}
/*Preloader End*/

.login-body{
  height: 100vh;
  background:#fff;

}
.s-item.active .collapse {
  display: block;
}

thead{
  background: #FAFBFE;
}
.heading h5{
    font-size: 20px;
    font-weight: 600;
}
label{
  font-size: 14px;
  font-weight: 500;
  color: #212529;
}
.form-control{
  border: 1px solid #ced4da;
  font-size: 14px;
}


/*datatalble css start*/
button.dt-button, div.dt-button, a.dt-button, input.dt-button{
      background: #6c757d;
    color: #fff;
    margin: 0 -3px;
    border-radius: 0;
    border-color: rgba(45,59,72,.2)
}
div.dt-buttons .dt-button.buttons-copy{
  border-radius: 6px 0 0 6px;
}
div.dt-buttons .dt-button.buttons-pdf{
  border-radius: 0 6px 6px 0;
}
tbody, td, tfoot, th, thead, tr{
  border:1px solid #dee2e6;;
  font-size: 14px;
  color: #000
}
.fc .fc-toolbar-title {
    font-size: 1em !important;
    font-weight: 600;
    color: #000;
}
/*settingtabs*/
.settingtabs.nav-tabs .nav-link{
        color: #000000;
}
.settingtabs.nav-tabs .nav-link.active{
        color: #685ed7;
}


/*select 2*/
.select2-container .select2-selection--single{
    height: 35px;
        border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
     line-height: 32px;
    font-size: 14px;
}

/*login form*/
.login-auth{
        position: relative;
}
.login-auth:before{
    width: 238px;
    height: 233px;
    content: " ";
    position: absolute;
    top: -56px;
    left: -45px;
    background-image: url(../img/login-auth.svg);

}
.login-auth:after {
       width: 180px;
    height: 180px;
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: -56px;
    background-image: url(../img/login-auth.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}