@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&family=Work+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&display=swap');

body {
    font-family: "feather";
    background-color: transparent;
    transition: 500ms;
    /* overflow: hidden; */
}

:root {
    --color01: #314584;
    --color02: #ff3946;
}

.padding-t-b {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    text-decoration: none;
}


/* Form */
form{
    padding: 35px 0px;
}
button {
    border: 1px solid;
    border-radius: 0.25rem;
    padding: 5px 20px;
    
}

button:not(:last-child){
    margin-bottom: 15px;
}


label a {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 11px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #00000012;
}

.btn-submit {
    display: flex;
}

.btn-submit button {
    margin: 0;
}

.btn-submit .fa.fa-file-excel {
    font-size: 30px;
}

#excel {
    margin: 0;
}

#excel-g {
    margin-right: 35px;
}

.g-c .col-form-label {
    margin-left: 40px
}

.g-s .form-select {
    margin-left: 15px;
}



/* DataTable */



.datatable th.sorting {
    text-align: center !important;
}

.datatable td {
    text-align: center;
}
.dataTables_info {
    display: none;
  }

  #data-s-1_paginate {
    display: flex;
    width: 100%;
    justify-content: center;
}

.datatable .col-sm-12.col-md-7 {
    width: 100%;
    margin-top: 5px;
}

th {
    text-align: center !important;
}

.datatable button {
    margin: 0;
    margin-left: 10px;
}

.datatable input[type="search"] {
    border: 1px solid;
    border-radius: 8px;
}

.datatable #data_filter{
    display: none;
}

/* .datatable .dataTables_length{
    display: none;
} */


/* data */

#data-s-1 .col-sm-12 {
    width: 100%;
}

#data-s-1 {
    /* border: 1px solid; */
    border-radius: 8px;
}

/* data-1 */

#data-1 .col-sm-12 {
    width: 100%;
}

#data-1 {
    /* border: 1px solid; */
    border-radius: 8px;
}

#data-1_paginate {
    display: flex;
    width: 100%;
    justify-content: center;
}

.datatable #data-1_filter{
    display: none;
}


/* Confirm-m */

.confirm-m {
    padding: 20px 0px;
}

.confirm-m .row {
    border-radius: 15px !important;
    padding: 10px !important;
    background-color: #fff !important;
}

.confirm-m .btn-m button {width: 100%;border: 0;border-radius: 2px;padding: 5px;}

.confirm-m .btn-m {
    width: 100%;
    outline: 0;
}

#yes {
    background-color: #40e988;
}

#no {
    background-color: #ff6666;
}

/* s-bar-r */
#s-bar-r {
    height: 100%;
    width: 320px;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    transform: translateX(320px);
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    border: 1px solid #00000045;
}

#s-bar-r.active {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.s-links ul {
    list-style: none;
    padding: 5px 0px;
}

.s-links a {
    padding: 10px;
    color: #000;
    font-weight: 600;
    transition: 300ms;
}

.s-links li {
    transition: 300ms;
    padding: 5px 0px;
}

.s-links li:hover {
    background-color: #213355;
}

.s-links li:hover a {
    color: #fff;
}

.active-s {
    background-color: #213355;
}

.s-links li.active-s a {
    color: #fff;
}

#f-btn {
    font-size: 20px !important;
    background-color: unset !important;
    color: #000 !important;
    border: 0 !important;
    width: auto;
}

#filter-form{
    display: block;
    background-color: #fff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    
}
.d-none-form{
    display: none !important;
}

.head-title {
    background-color: #fff !important;
    padding: 25px !important;
    border-radius: 10px !important;
}

.datatable {
    background-color: #fff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
}

button {
    padding: 9px 20px !important;
    border-radius: 10px !important;
    width: 100%;
}

.tagify{    
    width: 100%;
    max-width: 700px;
    padding: 5px !important;
    border-radius: 7px;
  }
  
  .tags-look .tagify__dropdown__item{
    display: inline-block;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
  }
  
  .tags-look .tagify__dropdown__item--active{
    color: black;
  }
  
  .tags-look .tagify__dropdown__item:hover{
    background: lightyellow;
    border-color: gold;
  }

  .tagify__tag{
    max-height: 30px;
  }

  #t-btn-1,
  #t-btn-s-2-1 {
    width: 170px;
}


#data-s-1_length label {
    display: flex;
    align-items: center;
}

#data-s-1_length select {
    margin: 0px 10px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}

#data-s-1_filter label {
    display: flex;
}

#data-s-1_filter input {
    margin-right: 5px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}

#data-s-2_length label {
    display: flex;
    align-items: center;
}

#data-s-2_length select {
    margin: 0px 10px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

#data-s-2_filter label {
    display: flex;
}

#data-s-2_filter input {
    margin-right: 5px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}



#data-s-3_length label {
    display: flex;
    align-items: center;
}

#data-s-3_length select {
    margin: 0px 10px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

#data-s-3_filter label {
    display: flex;
}

#data-s-3_filter input {
    margin-right: 5px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}



#data-1-s-3_length label {
    display: flex;
    align-items: center;
}

#data-1-s-3_length select {
    margin: 0px 10px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

#data-1-s-3_filter label {
    display: flex;
}

#data-1-s-3_filter input {
    margin-right: 5px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}


.swal2-actions {
    flex-wrap: nowrap;
    align-items: center;
}

.swal2-confirm {
    margin: 0 !important;
    width: 80px;
}

.swal2-cancel {
    margin: 15px;
    width: 80px;
}

.tdAction {
    display: flex;
    align-items: center;
}

.btn.btn-success.btn-sm.btn-edit {
    margin: 0 !important;
    background-color: unset;
    font-size: 20px !important;
    width: auto;
    border: 0 !important;
}

.btn.btn-info.btn-sm {
    margin: 0 !important;
    background-color: unset;
    font-size: 20px !important;
    width: auto;
    border: 0 !important;
}

.btn-save {
    margin: 0 !important;
}

.trNewRow td {
    text-align: center;
}


#tblData_length label {
    display: flex;
    align-items: center;
}

#tblData_length select {
    margin: 0px 10px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

#tblData_filter label {
    display: flex;
}

#tblData_filter input {
    margin-right: 5px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

.edit-dt .col-md-5 {
    display: none;
}


#data-1-s-5_length label {
    display: flex;
    align-items: center;
}

#data-1-s-5_length select {
    margin: 0px 10px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

#data-1-s-5_filter label {
    display: flex;
}

#data-1-s-5_filter input {
    margin-right: 5px;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 0.25rem !important;
}

.tdAction-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-save-1 {
    margin: 0 !important;
}