body,html{min-height:100%;height:100%;font-family: "Roboto", sans-serif;font-size: 16px;line-height: 1.555;}
html * {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.bd-mode-toggle .dropdown-menu .active .bi{display:block!important}
.sidebar .nav-link{opacity:.4}
.sidebar .nav-link:hover{opacity:.7}
.sidebar .nav-link.active{opacity:1}
.bd-placeholder-img{font-size:1.125rem;text-anchor:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}
a{text-decoration:none}
.bd-mode-toggle{z-index:1500}
.bd-mode-toggle .dropdown-menu .active .bi{display:block!important}
.bootstrap-select{-bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%!important;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
[data-bs-theme="dark"] .bootstrap-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}
#autocomplete-clear.btn{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}

form label {font-weight: bold; text-transform: uppercase; font-size: 0.8em; color: #000;}
h1, h2, h3, h4, h5 {font-family: wf_dfbf3d34d4024a80926f454f2;}
h1, .h1 {letter-spacing: -2.2px; font-size: 47px;}
a {color: #ffcc02; font-weight: 700;}
a:hover {color: #742626;}
.text-success {color: #3c763d!important;}
.text-danger {color: #c82333!important;}
.text-primary {color: #983434!important;}

@media screen and (max-width: 768px) {
    .navbar-brand{background:transparent!important}
    .navbar + .container-fluid > .row.h-100{height:auto!important}
    .navbar #logo{width:100px}
}
@media screen and (max-width: 576px) {
    .breadcrumb-item + .breadcrumb-item::before{display:none}
    .breadcrumb-item a{display:flex;align-items:center}
    .breadcrumb-item a::before{content:"\e317";font-family:'Material Symbols Rounded';font-size:20px;line-height:1;margin-right:5px}
}

header.navbar {position: fixed; top: 0; left: 0; right: 0; z-index: 1000;}
header.navbar #logo{width:120px;max-width:150px}
@media (max-width: 575.9px) {
    header.navbar #logo{width:120px;max-width:150px; margin-left: 20px; display: block;}
}
header .navbar1 {background-color: #242323; width: 100%; color: #fff; padding: 10px;}
header .navbar1 .nav-link { font-size: 16px; color: #fff!important;}
header .navbar1 .nav-link:hover {color: #fff!important;}
header .navbar1 .nav-link:hover .material-symbols-rounded {color: #fff!important;}
header {box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
header .navbar2 {background-color: #fff; width: 100%; padding: 2px 11px 7px 11px;}

#menu-button {
    position: fixed;
    top: 71px;
    left: 20px;
    z-index: 1000;
}

#yield_container {margin: 163px auto 50px auto;}
#yield_container.register {margin: 20px auto 50px auto;}
.container {max-width: 1200px;}

.privacy-text {
    width: 100%;
    height: 250px;
    overflow: scroll;
    border: 1px solid #b1b1b3; 
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
    font-size: 18px;
}

/* event menu */
@media (min-width: 576px) {
    .col.event-menu-col {
        flex: 0 0 190px!important;
        padding: 0px!important;
    }
    .event-menu {
        background-color: #2F3948;
        padding: 30px;
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    .event-menu-col {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        height: 100%;
        width: 160px;
        padding-top: 200px;
        background-color: #2F3948;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .event-menu-col.open {
        transform: translateX(0);
    }

    #event-menu-toggle {
        position: fixed;
        top: 130px;
        left: 0px;
        width: 60px;
        height: 50px;
        z-index: 901;
        background-color: #2F3948;
        color: white;
        padding: 10px 8px 10px 22px;
        cursor: pointer;
        border: 1px solid #fff;
        border-left: none;
    }
    
    .border {border:none!important;}
}

.event-menu ul li, .event-menu ul li a {width: 100%;}
.event-menu ul li a {
    display: block;
    color: white;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    height: 120px;
}
.event-menu ul li a.active {background-color: #d39d09;}
.event-menu ul li a span {font-size: 34px;}
/* end event menu */

#yield_container .row.border .col-sm-10 {padding-bottom: 25px;}


/* FORM */
.form-control {border-color: #17324d; color:#000; border-radius: 4px; font-size: 16px !important; padding: 6px 12px; line-height: 20px !important; min-height: 45px;}
.input-group-text {
    border-color: #17324d;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 12px;
}
.form-select {
    border-color: #17324d;
}
.form-check-input[type=radio] {
    border-color: #17324d;
}
.form-hr {
    margin-top: 30px;
    margin-bottom: 0px;
}
#comodity-sector label {font-weight: normal;}

/* register form */
.register-form .form-control {
    border: 1px solid #5c6f82;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.register-form label {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    color: #171717;
    margin-bottom: 0.5rem;        
}
.register-form label strong {font-weight: bold;}
.register-form .form-check label {
    font-weight: bold;
    color: #003354!important;
    line-height: 1.7;
}
.register-form .form-control.is-invalid {border-color: var(--bs-form-invalid-border-color);}
/* end form */

/* BUTTONS */
.btn {text-transform: uppercase; font-weight: 700; padding: 6px 12px;border-radius: 4px;}
.btn-success {background-color: #ffcc02; border-color: #ffcc02;}
.btn-success:hover {background-color: #e8ba03; border-color: #e8ba03;}
.btn-success:active {background-color: #e8ba03!important; border-color: #e8ba03!important;}
/* .btn-success:disabled {background-color: #5a1d1d!important; border-color: #5a1d1d!important;} */
.btn-success:disabled {background-color: #ffcc0278!important;border-color: #ffffff!important;}

.btn {text-transform: uppercase; font-weight: 700;}
.btn-primary {background-color: #15191F; border-color: #15191F;}
.btn-primary:hover {background-color: #0c0e11; border-color: #0c0e11;}
.btn-primary:active {background-color: #0c0e11!important; border-color: #0c0e11!important;}
.btn-primary:disabled {background-color: #0c0e11!important; border-color: #0c0e11!important;}

.btn {text-transform: uppercase; font-weight: 700;}
.btn-secondary {background-color: #15191F; border-color: #15191F;}
.btn-secondary:hover {background-color: #0c0e11; border-color: #0c0e11;}
.btn-secondary:active {background-color: #0c0e11!important; border-color: #0c0e11!important;}
.btn-secondary:disabled {background-color: #0c0e11!important; border-color: #0c0e11!important;}

.btn-link.btn-lost-password {color: #983434; text-decoration: underline; text-transform: capitalize; font-weight: 400; font-size: 18px;}

.btn-sm {padding: 5px  5px;}
/* .btn-sm .fs-5 {font-size: 18px!important;}  */

.btn-outline-danger.btn-destroy-min {background-color: #fff!important; border-color: #983434!important;}
.btn-outline-danger.btn-destroy-min:hover {background-color: #742626!important; border-color: #742626!important;}
.btn-outline-danger.btn-destroy-min:active {background-color: #742626!important; border-color: #5a1d1d!important;}
.btn-outline-danger.btn-destroy-min:disabled {background-color: #742626; border-color: #5a1d1d!important;}

.btn-link.export-button {width: 100%; color: #000; border: none; font-weight: normal; font-size: 14px; text-decoration: none;}
.btn-link.export-button:hover {background-color: #f1f1f1;}
/* end buttons */


/* TABLE */
.table > thead > tr > th, .table > tbody > tr > th {color:#983434;}
.table > tbody > tr > td {
    
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
    font-size: 16px;
    
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #e6e9f2;
}
/* end table */

/* FOOTER */
footer, footer h4 {color: #fff;}
footer h4 {font-size: 23px;}
footer {background-color: #2f303b; padding: 20px 0;}
footer hr {border: none; height: 1px; background-color: #fff; margin: 10px 0; opacity: 1;}
footer .loghi {padding: 20px; background-color: #fff;}
footer a {color: #fff; text-decoration: underline;}
footer a:hover {color: #fff; text-decoration: none;}

@media (max-width: 575.98px) { 
    footer .loghi { display: block!important;} 
    footer .loghi div {margin-bottom: 40px;}
}

/* end footer */


/* Login button header */
header .btn-link {margin: 0px; padding: 0px; color: #fff; text-decoration: none;}
header .btn-link:hover, header .btn-link:focus,header .btn-link:active, header .btn-link.active {color: #fff!important; text-decoration: none!important;}
/* end login button header */

/* SOCIALS */
header .socials {color: #ffcc02;}
header .socials ul {display: inline; margin:0; padding:0;list-style: none;}
header .socials ul li {display: inline; margin:0; padding:5px 8px; list-style: none;}
header .socials li a {color: #ffcc02!important;}
header .socials li a .social-icon {width: 20px; height: 20px; fill: #ffcc02!important;}

footer .socials {color: #fff;}
footer .socials ul {display: inline; margin:0; padding:0;list-style: none;}
footer .socials ul li {display: inline-block; list-style: none; margin-bottom: 10px;}
footer .socials li a { display: inline-block; margin:0; padding:10px; background-color: #fff; border-radius: 50%; color: #000!important; line-height: 0;}
footer .socials li a .social-icon {width: 15px; height: 15px; margin: 0; padding: 0; fill: #000!important;}
footer .socials li.seguici {display: none;}

@media (min-width: 576px) { footer .socials ul li {display: block;text-align: center;} }
/* end socials */




/* LIST */

#listWrapper[data-list-mode="grid"] .card {
    width: auto;
    height: 100%
  }
  
  @media screen and (min-width: 768px) {
    .user-list .row-header .card .card-header strong:first-child {
      display: none
    }
  
    #listWrapper[data-list-mode="row"] .card {
      flex-direction: row;
      width: 100%;
      height: auto
    }
    #listWrapper[data-list-mode="row"] .card .card-header {
      width: 200px;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body {
      width: calc(100% - 200px - 120px)
    }
    #listWrapper[data-list-mode="row"] .card .card-footer {
      width: 120px;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-header {
      width: 300px;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body {
      width: calc(100% - 300px - 120px)
    }
  
    #listWrapper[data-list-mode="row"] .card .card-header,
    #listWrapper[data-list-mode="row"] .card .card-footer,
    #listWrapper[data-list-mode="row"] .card .card-body {
      border: 0;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body {
      flex: unset;
      padding-left: 0;
      padding-right: 0
    }
  
    #listWrapper[data-list-mode="row"] .card .card-header {
      padding-left: 10px;
      padding-right: 10px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: var(--bs-card-inner-border-radius);
    }
  
    #listWrapper[data-list-mode="row"] .card .card-footer {
      padding-left: 10px;
      padding-right: 10px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: var(--bs-card-inner-border-radius);
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-header>span {
      flex-direction: column-reverse !important;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-header>span>.truncate {
      margin-top: 0 !important;
      margin-bottom: .5rem !important;
      font-weight: normal
    }
  
    #listWrapper[data-list-mode="row"] .card .card-footer.btn-group {
      align-items: start
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body {
      display: table;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul {
      display: table-row;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li {
      display: table-cell !important;
      vertical-align: top;
      border: 0;
      padding: 0 10px !important
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li>span {
      display: none
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body>ul>li>ul>li {
      justify-content: start !important
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body .list-group-item:first-child {
      padding-top: 0
    }
   
    #listWrapper[data-list-mode="row"] .card .card-body .list-group-item .fw-bold {
      position: relative;
      font-weight: normal !important
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body .list-group-item .fw-bold::after {
      position: relative;
      content: ":";
    }
  }
  
  #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-none {
    display: none !important;
  }
  .row-header{z-index:3;overflow: hidden;}
  .row-header{top:0;transition:top .3s}
  .row-header .card-body>ul>li {
    vertical-align: bottom !important;
  }
  @media (max-width: 991px) {
    #headerSubPage{z-index:4;top:0;position:sticky;transition:top .3s}
    #headerSubPage.sticky-margin{top:71px}
  }
  
  @media (min-width: 768px) {
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-md-table-cell {
      display: table-cell !important;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-md-none {
      display: none !important;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body>ul>li {
      width: 50%;
    }
    #listWrapper[data-list-mode="row"].role-list .card .card-body>ul>li {
      width: 40%;
    }
    #listWrapper[data-list-mode="row"].role-list .card .card-body>ul>li:nth-child(2) {
      width: 60%;
    }
    #listWrapper[data-list-mode="row"].role-list .card .card-body .list-group .list-group{
      margin-bottom:.5rem
    }
  }
  
  @media (min-width: 992px) {
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-lg-none {
      display: none !important;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-lg-table-cell {
      display: table-cell !important;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body>ul>li {
      width: 33%;
    }
  
  }
  
  @media (min-width: 1200px) {
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-xl-table-cell {
      display: table-cell !important;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-xl-none {
      display: none !important;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body>ul>li {
      width: 33%;
    }
  
    #listWrapper[data-list-mode="row"].role-list .card .card-body>ul>li {
      width: 40%;
    }
    #listWrapper[data-list-mode="row"].role-list .card .card-body>ul>li:nth-child(2) {
      width: 60%;
    }
  }
  
  @media (min-width: 1400px) {
    .user-list .row-header .card .card-header strong:first-child {
      display: block;
      width: 100px;
      margin-right: 10px;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-header>span {
      flex-direction: row !important;
      gap: 10px;
      align-items: center;
      justify-content: start !important
    }
  
    #listWrapper[data-list-mode="row"] .card .card-header>span>.truncate {
      margin: 0 !important
    }
  
    #listWrapper[data-list-mode="row"] .card .card-header>span>span:first-child {
      flex: 0 0 auto;
      width: 100px;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-header {
      width: 370px;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body {
      width: calc(100% - 370px - 120px)
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-xxl-table-cell {
      display: table-cell !important;
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li.d-xxl-none {
      display: none !important;
    }
  
    #listWrapper[data-list-mode="row"].user-list .card .card-body>ul>li {
      width: 33%;
    }
  
    #listWrapper[data-list-mode="row"].role-list .card .card-body>ul>li {
      width: 25%;
    }
    #listWrapper[data-list-mode="row"].role-list .card .card-body>ul>li:nth-child(2) {
      width: 75%;
    }
    #listWrapper[data-list-mode="row"].role-list .card .card-body .list-group .list-group{
      width:49%!important;
      display:inline-flex;
    }
  }
  
  @media (min-width: 1600px) {
    #listWrapper[data-list-mode="row"].role-list .card .card-body .list-group .list-group{
      width:32%!important;
      display:inline-flex;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .row-header.sticky-margin{top:71px}
  }
  
  @media (max-width: 767px) {
    .row-header {
      display: none
    }
  
    #listWrapper[data-list-mode="row"] .card .card-body>ul>li[data-row-view-expendable].d-none {
      display: flex !important
    }
  }



/* DATEPICKER */
.datepicker_date_wrapper{
  position:relative;
}
.datepicker_date_wrapper .daterangepicker{
  top:0
}

.input-group {
  border: 1px solid #000;
  border-color: #17324d;
  border-radius: 4px;
}

.input-group .form-control {
  border: none;
  border-right: 1px solid #000;
}

