@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600&family=Roboto:ital,wght@0,100;0,300;0,700;1,100;1,400&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
}

body {
  min-height: 100vh;
  background: #f3f2ef;
  color: #212529;
  margin-top: 70px;
}

a {
  color:#000 !important;
  text-decoration: none;
  }

p{
  font-size: 15px;
}

.dropdown-toggle{
  cursor: pointer!important;
}

small{
  font-size: 12px;
  line-height: 18px;
  }

.anchor-btn{
  color:#fff!important;
  }

.nav-btn{
  color:#fff!important;
  font-size: 13px!important;
  }

.view-data{
  cursor: pointer;
}

strong{
  font-weight: 600!important;
}



a.btnlink{
  color: #fff!important;
  }

.btn {
  font-size: 13px;
  }

.block{
  display: block;
  }

.support-details{
  font-size: 13px!important;
  }

.alert {
  padding: 8px 12px;
  font-size: 13px;
  }

.alert.open{
  color: #393939;
  }

.alert.closed{
  color: #acacac;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
  }

.alert.waiting {
    color: #515151;
   }

/* .alert-secondary {
  color: #41464b;
  background-color: #f9f9f9!important;
  border-color: #f0f0f0!important;
  } */

.custom-alert {
  padding: 10px!important;
  font-size: 14px!important;
  }

.custom-form-control {
  font-size: 14px;
  color:#333;
  }

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 13px!important;
  }

.badge {
  font-weight: 200;
  color: #fff;
}

.card .company-logo{
  margin-top: 20px;
  margin-left: 15px;
  width: 100%;

  }

  @media (min-width: 576px) { 
    .nav-btn{
      margin-left: 20px;
    }
   }
  @media (max-width: 575.98px) { 
    .card .company-logo{
      margin-top: 0px;
      margin-left: 0px;
      }
  }


  .overflow-autox:hover {
    overflow-y: scroll !important;
  }
  
  .overflow-autox {
    height: 85vh;
    padding: 0px 30px 0 30px;
    overflow: auto;
      overflow-y: auto;
  }


/* .btn-secondary {
  color:#777777!important;
  background-color: #f5f6f8;
  border-color: #d9d9d9;
  } 

.btn-secondary:hover {
  color:#fff!important;
  }   */

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

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  }

.wrapper {
  max-width: 1124px;
  margin: 0px auto;
  }

.nav-logo{
  max-width: 220px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  }

nav{
  -webkit-box-shadow: 0 0 35px 0 rgba(34, 34, 34, 0.15);
  box-shadow: 0 0 35px 0 rgba(53, 53, 53, 0.15);
  }

.nav-pills .nav-link#active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background: #4b2294;
  } 

.nav-link {
  font-size: 15px;
  }

.dropdown-menu.show {
  display: block;
  margin-top: 10px;
  }

.dropdown-toggle::after {
  margin-right: -5px;
  /* Fixing alignment behavior */
  }

.dropdown-toggle::after {
  content: none;
  }

.custom-dropdown.dropdown-toggle::after {
  display: none;
  }

.dropdown-menu {
  font-size: 15px;
  }
  
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .90s;
    }

@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
    }


.custom-nav .active-link {
  border-bottom: 1px solid #745b9b;
  border-radius: 0 !important;
  }

.custom-nav{
  font-size: 14px;
  border-bottom:0px solid #f3f3f3;
  border-radius: 0 !important;
  margin-bottom: 30px;
  padding: 6px 0 0 5px;
  }

.custom-nav .list-group-item{
  border-top:none;
  border-left: none;
  border-right: none;
  }

.vertical-menu i{
  width: 20px;
  }

.vertical-menu a {
  font-size: 15px;
  display: block; /* Make the links appear below each other */
  padding: 8px 0px 8px 10px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  }

.vertical-menu a:hover {
  color: #000!important;
  }

.vertical-menu a.active {
  padding: 8px 0px 8px 10px; /* Add some padding */
  color: #4b021e!important;
  background: #f0f0f0;
  border: 0px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
  }


.noright-border{
  border-right: none!important;
  }

.wyswyg-btn{
  border: none;
  border-right: none;
  padding: 15px;
  color:#333;
  }

.gj-editor-bootstrap{
background-color: #fff;
border: 1px solid #ddd !important;

  padding: 0 !important;

}

.gj-editor-bootstrap [role="body"] {
  overflow-y: scroll;
  border-top: 1px solid #ddd !important;
  background-color: #fff;
  padding: 10px !important;
  }


table.dataTable {
  font-size: 13px;  
  } 

.modal-header {
  padding: 12px 15px 12px 15px;
  font-size: 12px;
  }


  .delete-comment{
    color: #fff;
  }
  
  .comment-section:hover .delete-comment{
    color:#ff0000;
    cursor: pointer;
    }


    .btn-check:active+.btn-outline-primary, 

    .btn-outline-primary.active, 
    .btn-outline-primary.dropdown-toggle.show, 
    .btn-outline-primary:active
     {
      color:#000!important;
      background: none!important;
      border-color: none!important;
      }

      .btn-check:checked+.btn-outline-primary,.btn-outline-primary:hover{
        background: #dfdfdf!important;
        color: rgb(73, 73, 73)!important;
        border-radius: 0;
      }
  



      .staff-info{
        font-size: 14px;
      }
      
      .divider{
          margin-top: 8px;
          margin-bottom: 8px;
          border-bottom: 0.5px solid #ddd;
        }
      
      .form-control {
        font-size: 13px!important;
        }
      
      .btn-check:checked+.btn-outline-primary,.btn-outline-primary:hover{
        background: #dfdfdf!important;
        color: rgb(73, 73, 73)!important;
        border-radius: 0;
        }
      
      .offcanvas-end {
        width: 70%;
        }
      
      
      
        .loading:after {
          content: "Generating PDF, please wait...";
          font-size: 10px;
        }