@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,100&family=Roboto&family=Ubuntu:wght@700&display=swap');

/*GLOBAL CSS*/

.mtn-10{ margin-top: -10px !important;}

/*For Buttons*/
.btn{box-shadow: none !important;}
.btn-primary2{
    background-color: rgb(21, 71, 123) !important;
    color: #ffffff !important;
}
.btn-primary2:hover{color: #ffffff;}

/*Colors*/
.bg-primary2{background:rgb(21, 71, 123) !important;}
.bg-light2{background:#b8d9f2 !important;}
.text-primary2{color:rgb(21, 71, 123) !important;}
.fill-primary{fill:rgb(21, 71, 123) !important;}
.bg-saffron{background:#e9a73e !important;}
.text-bg-primary2 {
    background-color: rgb(21, 71, 123) !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

a{text-decoration:none !important;}
.active-tab{
    border-bottom:2px solid blue !important;
}

.offcanvas .active{border-bottom: 3px solid green;}

.only-border-bottom{
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

/*Input Fields*/
input[type=text],[type=number],[type=password],[type=search],[type=email],[type=date],select{
    box-shadow: none !important;
    background-color:#ffffff !important;
}
input[type=checkbox],[type=radio]{
    box-shadow: none !important;
}
textarea{
    box-shadow: none !important;
    background:#ffffff !important;
}

/*For SVG*/
.svg-15{height: 15px !important;width: 15px !important;}
.svg-20{height: 20px !important;width: 20px !important;}
.svg-25{height: 25px !important;width: 25px !important;}


/*For Horizontal Scroll*/
.scrollable{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
}
.scrollable::-webkit-scrollbar {
    display: none;
}
.scrollable {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media screen and (max-width: 576px) {
    .w-sm-100{width: 100% !important;}
    .m-sm-2{ margin-top: 2% !important;}
}

/*Admin Panel Css*/
#adminpanel .navbar{
    font-family: 'Ubuntu', sans-serif;
    padding: 8px !important;
}
#adminpanel .offcanvas{
    margin-top: 57px;
    width: 200px;
}
#adminpanel .offcanvas-body a{
    color:rgb(21, 71, 123) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    margin-top: 10px;
}
#adminpanel #rightoffcanvas{
    width: 350px;
    margin-top:123px;
}
#adminpanel #rightoffcanvas a{
    color: #ffffff !important;
}
#adminpanel #rightoffcanvas .offcanvas-body .btn{
    background-color: rgb(21, 71, 123) !important;
    color: #ffffff !important;
}
#adminpanel .activenav {
    border-left: 3px solid green !important;
    padding-left: 5px !important;
}
#adminpanel .offcanvas-body a svg{
    margin-bottom: 2px;
    height: 16px;
    width: 16px;
    margin-right: 0.5rem!important;
}
#adminpanel .offcanvas-body span{
    margin-top: 5px;
}
#adminpanel main{
    padding-left: 200px;
    padding-top: 70px;
    font-family: 'Poppins', sans-serif !important;
}
#adminpanel .modal-header{
    background-color: rgb(21, 71, 123) !important;
    color: #ffffff;
    font-weight: bold !important;
    height: 40px;
    letter-spacing: 2px;
}
#adminpanel .main-header{
    color:rgb(21, 71, 123) !important;
}
@media screen and (max-width: 768px) {
    #adminpanel main{
        padding-left: 0px;
    }
}
#adminpanel .allposts .card-header{
    background-color: rgb(79, 105, 132) !important;
    color: #ffffff;
    font-weight: bold;
}
#adminpanel .allposts .card-footer{
    background-color: rgb(79, 105, 132) !important;
    height: 52px;
    padding-bottom: 0px;
}

/*Tables CSS*/
.table-responsive thead .column-check{
    width: 0px;
  }
  .table-responsive tbody .column-primary{
    width: 30%;
  }
  @media screen and (max-width: 768px){
    .table-responsive thead tr th:not(.column-check):not(.column-primary)
    {
      display: none;
    }
    .table-responsive tbody tr td:not(.column-check):not(.column-primary){
      display: none;
      flex-direction: row;
    }
    .table-responsive tbody .column-primary{
      display: block;
      position: relative;
      padding-right: 50px;
      width:100%;
    }
    .table-responsive tbody .column-primary strong{
      font-size: 14px;
    }
    .table-responsive tbody tr td:not(.column-check):not(.column-primary)::before{
      margin-left: 15px;
      width:42%;
      content: attr(data-colname);
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .table-responsive tbody tr td{
      border: none;
    }
    .toggle-row{
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 0;
      width: 40px;
      height: 40px;
      border: none;
    }
  }

  /*Swal CSS*/
  .swalPopup{
    width: 516px !important;
    border-radius: 20px;
}
.swalTitle{
    font-size: 16px !important;
}
.swalconfirmButton{
    width: 132px;
    border-radius: 20px !important;
    background: rgb(79, 105, 132) !important;
    color: #ffffff !important;
}
.swalconfirmButtonIneligible{
    width: fit-content;
    border-radius: 20px !important;
    background: #333333 !important;
    color: #ffffff !important;
}
.swalcancelButton{
    width: 132px;
    border-radius: 20px !important;
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid rgb(79, 105, 132) !important;
}
.dt--top-section{
    margin-top: -25px !important;
}
.power-grid-table th{
    background-color: #bfd8f0 !important;
    color:#000000 !important;
}
.power-grid-table td{
    background-color: #ffffff !important;
}
.livewire-loading-backdrop {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
}