
/*# sourceMappingURL=custom.min.css.map */
@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: "Open Sans", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

.table-responsive .row{
    margin-left: 0;
    margin-right: 0;
}
.table-responsive .row>div{
    padding-left: 0px;
    padding-right: 0px;
}

.form-select:focus{
    background-color: none;
}

.scrollable-menu {
    max-height: 200px; /* Adjust height as needed */
    overflow-y: auto;
    z-index: 99999;
}

 /* Custom scrollbar style */
 ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* CUSTOM WIDTHS */
.w-xs-100 { width: 100%!important; }
.w-xs-75 { width: 75%!important; }

/* Custom menu active */
.navbar-menu .navbar-nav .nav-sm .nav-item.active-nwa .nav-link{
  color: #fff;
}

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
  /* CUSTOM WIDTHS */
  .w-sm-100 { width: 100%!important; }
  .w-sm-75  { width: 75%!important; }
  .w-sm-80  { width: 80%!important; }
  .w-sm-85  { width: 85%!important; }
  .w-sm-90  { width: 90%!important; }
  .w-sm-95  { width: 95%!important; }
}

/* MD breakpoint*/
@media (min-width: 768px) {
  /* CUSTOM WIDTHS */
  .w-md-100 { width: 100%!important; }
  .w-md-75  { width: 75%!important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
  /* CUSTOM WIDTHS */
  .w-lg-100 { width: 100%!important; }
  .w-lg-75 { width: 75%!important; }
}

.modal-profile-bg{
  height: 100px;
  background-color: var(--vz-warning);
}

.input-light .choices__input{
  background-color: transparent!important;
  width: 100%!important;
}

table.dataTable > tbody > tr.selected > *{
  background-color: #fde8e4;
}

table.dataTable > tbody > tr.selected{
  border-color: var(--vz-code-color);
}

.ck-editor__editable {
  min-height: 150px !important;
}

/*.table table  tr > td{*/
/*  border: 1px solid var(--vz-code-color);*/
/*}*/

@media (min-width: 1200px) {
    .col-xl-3-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
        font-size: 0.625vw;
    }
}

    .view-all {
  text-decoration: underline;
  cursor: pointer;
}

.text-muted {
    --vz-text-opacity: 1;
    color: #535353 !important;
    font-size: 1em;
}

/*.btn-success {*/
/*    --vz-btn-bg: #e5e2e29d;*/
/*    --vz-btn-border-color: #e5e2e29d;*/
/*    --vz-btn-hover-bg: #e5e2e29d;*/
/*    --vz-btn-hover-border-color: #e5e2e29d;*/
/*    --vz-btn-focus-shadow-rgb: #e5e2e29d;*/
/*    --vz-btn-active-bg: #e5e2e29d;*/
/*    --vz-btn-active-border-color: #e5e2e29d;*/
/*    --vz-btn-disabled-bg: #e5e2e29d;*/
/*    --vz-btn-disabled-border-color: #e5e2e29d;*/
/*}*/

/*.btn i {*/
/*    font-size: 1.8em;*/
/*    font-family: remixicon !important;*/
/*    font-style: normal;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    color: #405189;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/

.fs-4 {
    font-size: 2em;
}

.btn-soft-third {
    --vz-btn-color: #f06548;
    --vz-btn-bg: #fff7e8;
    --vz-btn-hover-color:#fff7e8;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: #f06548;
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
    --vz-btn-active-bg: var(--vz-secondary);
    --vz-btn-active-border-color: transparent;
}

.badge {
    line-height: 1.4;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--vz-font-weight-medium);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.text-info-black {
    --vz-text-opacity: 1;
    color: rgb(85 89 91) !important;
}

.choices__inner {
    padding: .25rem 2rem .1rem .5rem;
}

.btn i.white {
    color: #ffffff;
}

.bg-info-black {
    --vz-bg-opacity: 1;
    background-color: rgb(35 35 35) !important;
}

.header-profile-user {
    height: 40px;
    width: 40px;
}

.w-70 {
    width: 70% !important;
}

.text-create {
    --vz-text-opacity: 1;
    color: rgba(#405189), var(--vz-text-opacity) !important;
}

.border-create {
    --vz-border-opacity: 1;
    border-color: rgba(#405189), var(--vz-border-opacity) !important;
}

.text-preview {
    --vz-text-opacity: 1;
    color: rgba(#f3cc2f), var(--vz-text-opacity) !important;
}

.border-preview {
    --vz-border-opacity: 1;
    border-color: rgba(#f3cc2f), var(--vz-border-opacity) !important;
}


