h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style-type: none;
}
.btn-deleted {
    background-color: #f44455;
    border-radius: 3px;
    font-family: 'CircularStd';
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff;
    border: none;
}

.gc-gray-btn {
    background-color: #404040;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff;
    border: none;
}

.gc-light-gray-btn {
    background-color: #b6b6b6;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff;
    border: none;
}

.gc-yellow-btn,
a.gc-yellow-btn {
    background-color: #f3ca27;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff !important;
    border: none;
}

.gc-green-btn {
    background-color: #68c452;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff;
    border: none;
}

.gc-light-green-btn {
    background-color: #60da9c;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff;
    border: none;
}

.gc-main {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.gc-content {
    flex: 1;
    background: #1AD0DA;
    padding: 25px 10px !important;
}

nav.sidebar .sidebar-nav li a i {
    font-size: 18px;
    margin-right: 10px;
}

.gc-order-title {
    font-size: 25px;
    font-weight: bold;
}

.gc-admin-table-note {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: auto;
}

.gc-admin-table-note::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.gc-admin-table-note::-webkit-scrollbar-track {
    background-color: #f8f8f8
}

.gc-admin-table-note::-webkit-scrollbar-thumb {
    background: #bcbcbc;
}

.gc-admin-table-note ul {
    padding: 0;
}

.gc-admin-table-note h3 {
    border: 1px solid #e7e7e7 !important;
    color: #464a53;
    font-weight: 400;
    font-size: 15px;
    min-width: 190px;
    padding: 13px;
    background-color: #fafafa;
}

.gc-admin-table-note h4 {
    color: #464a53;
    font-weight: 400;
    font-size: 15px;
    min-width: 190px;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #e7e7e7 !important;
}

.gc-admin-table-note li:first-child {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none !important;
}

.gc-admin-table-note li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 3px;
}

.gc-card {
    height: 100%;
}

.gc-order-offer h5 {
    margin-bottom: 0;
}

.gc-order-offer .col-sm-6,
.gc-order-offer .col-md-7,
.gc-order-offer .col-md-5 {
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
    outline: none
}

select.form-control {
    appearance: none;
    -moz-appearance: none;
    padding: 10px 15px;
    -webkit-appearance: none;
    height: auto;
    background: url(../images/dropdown.png) no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    padding-right: 30px;
    min-width: 100px;
}

.dataTables_filter input[type="search"] {
    height: auto;
    padding: 10px 15px;
}

label b {
    font-weight: bold;
    font-size: 16px;
}

table.dataTable {
    width: 100% !important;
}
button,
a{
    transition: all 0.3s linear 0s !important;
    -webkit-transition: all 0.3s linear 0s !important;
    -moz-transition: all 0.3s linear 0s !important;
    -o-transition: all 0.3s linear 0 !important;
}
button:focus,
a:focus{
  box-shadow: none !important;
  outline: none !important;
}
.hs-admin  a{
    color: #27c1f3;

}
.hs-admin .navbar{
    border:none;
    padding: 22px;
}
.hs-admin .page-item.active .page-link{
    background-color: #6161FF;
    border-color: #6161FF;
}
.hs-admin .media svg path,
.hs-admin .media svg circle,
.hs-admin .media svg polyline,
.hs-admin .media svg line{
    stroke: #fff;
}
.hs-admin .sidebar{
    background-color: #1AD0DA;
    box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}
.hs-admin .sidebar-content{
    background-color: #1AD0DA;
    width: calc(100% - -25px);
}
.hs-admin .sidebar-brand{
    padding: 13px 15px;
    display: inline-block;
    margin-left: 25px;
    width: 120px;
    height: 120px;
    margin-top: 10px;
}
.hs-admin .sidebar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.hs-admin .sidebar-brand span{
    color: #39504b;
}
.hs-admin .sidebar-nav a{
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px 0 0 8px;
}
.hs-admin .sidebar-nav li{
    border-left: 4px solid transparent;
}
.hs-admin .sidebar-nav .sidebar-header{
    text-transform: uppercase;
    color: #ffffff;
    padding: 25px 30px 15px;
    /* font-weight: bold; */
}

.hs-admin .sidebar-nav .active a,
.hs-admin .sidebar-nav a:hover,
.hs-admin .sidebar-nav a:focus{
    /* background: rgba(39,193,243,0.1) !important; */
    color: #fff !important;
    background: #20A6AE !important;

}

/* .hs-admin .sidebar-nav li.active{
    border-left:4px solid #27c1f3;
} */
.hs-admin .card-body.bg-danger{
    background-image: -moz-linear-gradient( to right, rgb(227,108,108) 0%, rgb(238,75,75) 100%);
    background-image: -webkit-linear-gradient( to right, rgb(227,108,108) 0%, rgb(238,75,75) 100%);
    background-image: -ms-linear-gradient( to right, rgb(227,108,108) 0%, rgb(238,75,75) 100%);
    background-image: linear-gradient( to right, rgb(227,108,108) 0%, rgb(238,75,75) 100%);
}
.hs-admin .card-body.bg-warning{
    background-image: -moz-linear-gradient( to right, rgb(244,182,101) 1%, rgb(253,224,63) 100%);
    background-image: -webkit-linear-gradient( to right, rgb(244,182,101) 1%, rgb(253,224,63) 100%);
    background-image: -ms-linear-gradient( to right, rgb(244,182,101) 1%, rgb(253,224,63) 100%);
    background-image: linear-gradient( to right, rgb(244,182,101) 1%, rgb(253,224,63) 100%);
}
.hs-admin .card-body.bg-success{
    background-image: -moz-linear-gradient( to right, rgb(35,189,184) 0%, rgb(67,231,148) 100%);
    background-image: -webkit-linear-gradient( to right, rgb(35,189,184) 0%, rgb(67,231,148) 100%);
    background-image: -ms-linear-gradient( to right, rgb(35,189,184) 0%, rgb(67,231,148) 100%);
    background-image: linear-gradient( to right, rgb(35,189,184) 0%, rgb(67,231,148) 100%);
}
.hs-admin .card-body.bg-info{
    background-image: -moz-linear-gradient( to right, rgb(35,144,189) 0%, rgb(67,156,231) 100%);
    background-image: -webkit-linear-gradient( to right, rgb(35,144,189) 0%, rgb(67,156,231) 100%);
    background-image: -ms-linear-gradient( to right, rgb(35,144,189) 0%, rgb(67,156,231) 100%);
    background-image: linear-gradient( to right, rgb(35,144,189) 0%, rgb(67,156,231) 100%);
}
.hs-admin .form-control{
    height: auto;
    border:1px solid #dddfe1 !important;
    padding: 8px !important;
    background: white;
    border-radius: 6px;
}
.hs-admin form .row.hs-user{
    align-items: center;
}
.hs-blue-btn{
    background-color: #27c1f3;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff !important;
    border: none !important;
}

.hs-blue-btn:focus,
.hs-blue-btn:hover,
.hs-blue-btn:active{
    background-color: #27c1f3 !important;
    box-shadow: none !important;
    outline: none;
    opacity: 0.5;
}
.hs-green-btn{
    background-color: #57d371;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    min-width: 120px;
    padding: 10px;
    color: #fff !important;
    border: none !important;
}

.hs-green-btn:focus,
.hs-green-btn:hover,
.hs-green-btn:active{
    background-color: #57d371 !important;
    box-shadow: none !important;
    outline: none;
    opacity: 0.5;
}

.hs-gray-btn{
    border-radius: 3px;
    background-color:#b6b6b6;
    min-width: 120px;
    font-size: 14px;
    color: #fff !important;
    padding: 10px;
    border: none !important;
}

.hs-gray-btn:focus,
.hs-gray-btn:hover,
.hs-gray-btn:active{
    background-color:#b6b6b6 !important;
    box-shadow: none !important;
    outline: none;
    opacity: 0.5;
}
.hs-admin .card{
    border: none;
}
.hs-admin .card-body{
    border-radius: 3px;
    box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}
.hs-admin .hs-bg-remove{
    background-color: transparent;
}
.hs-admin .hs-bg-remove .card-body{
    box-shadow: none;
    padding: 15px 0;
}

.hs-admin .hs-bg-remove th,
.hs-admin .hs-bg-remove td{
    border: none;
    padding: 20px 15px;
}
.hs-admin .hs-bg-remove th{
    padding: 10px 15px !important;
}
.hs-admin .hs-bg-remove th:before,
.hs-admin .hs-bg-remove th:after{
    display: none !important;
    bottom: auto !important;
    top: 50%;
    transform: translateY(-50%);
}


.hs-admin .hs-bg-remove tbody tr{
    box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
    background-color: #fff;
}

.hs-admin .hs-bg-remove table{
    border-spacing: 0 10px;
}
.hs-admin table td button.btn-success,
.hs-admin table td button.btn-danger,
.hs-admin table td button.btn-warning{
    line-height: 14px;
    border-radius: 5px;
    background-color: #71d875;
    border:none;
}
button.btn-light{
    line-height: 14px;
    border-radius: 5px;
    background-color: #D3D3D3;
    border:none;
    color: #fff;
}
button.btn-light:hover{
    color: #fff !important;
    opacity: 1 !important;
    background-color: #D3D3D3 !important;
}


.hs-admin table td button.btn-danger{
    background-color: #e9655a;
}
.hs-admin table td button.btn-warning{
    background-color: #d8d271;
}

admit design change css
.hs-sub-title-main{
    font-weight: 500;
    color: #464a53;
    font-size: 22px;
    display: inline-block;
}
admit design change css

admin-listing design change
.form-group label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.error{
    color: #f44455 !important;
}

admin-listing design change

.restaurantImage .choice-restaurantimage-box{
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: auto;
}
.restaurantImage .choice-restaurantimage-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.restaurantImage .radio-box-and-restaurant-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.restaurantImage .radio-box-and-restaurant-title small{
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

.restaurantImage .choose-file-box input{
    border: 1px solid #e1e1e1;
    display: flex;
    width: 100%;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px;
}


/* admin plan css file main */
.sidebar {
    min-width: 200px !important;
    max-width: 200px !important;
}
.admin-login-page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wag-login-page .wag-admin-login-page{
    padding: 20px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 99%);
    box-shadow: 0 71px 137px 0 #1AD0DA;
}
.wag-login-page h2 {
    font-size: 18px;
    color: #1F314A;
    margin-bottom: 10px;
    font-weight: 700;
}
.wag-login-page h3 {
    font-size: 18px;
    color: #1F314A;
    font-weight: 500;
    margin-bottom: 15px;
}
.wag-admin-login-details-block p{
    font-size: 15px;
    color: #1F314A;
    font-weight: 400;
    margin-bottom: 15px;
}
.wag-admin-btns-sign{
    background: #264DEA;
    padding: 8px 15px;
    height: 45px;
    min-width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    border: none;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.wag-admin-btns-sign:hover{
    opacity: 0.6;
}
.wag-admin-page-title-main{
    font-size: 18px;
    font-weight: 500;
    color: #1F314A;
}
.wag-go-back-btn-main{
    font-size: 16px;
    font-weight: 500;
    color: #6161FF !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}
.wag-go-back-btn-main:hover{
    opacity: 0.7;
 }
.wag-admin-btns-main{
    font-size: 15px;
    font-weight: 500;
    color: white !important;
    background: #6161FF;
    outline: none;
    box-shadow: none;
    height: 38px;
    display: inline-flex;
    min-width: 160px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none !important;
    border: none !important;
}
.wag-admin-btns-main:hover{
    opacity: 0.7;
}
label{
    font-size: 14px;
    font-weight: 500;
    color: #1F314A;
}
.form-control{
    font-size: 16px;
    font-weight: 500;
    color: #1F314A;
}
.wag-admin-plan-main-cover-section{
    padding: 50px;
    background: #F6F6F6;
    border-radius: 10px;
    min-height: 94vh;
}

.wag-member-block-main .wag-member-details-block-main{
    padding: 20px;
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
}
.wag-member-block-main .wag-member-details-block-main h2{
    font-size: 33px;
    font-weight: 500;
    color: #1F314A;
}
.wag-member-block-main .wag-member-details-block-main p{
    font-size: 15px;
    font-weight: 400;
    color: #1F314A;
}

.wag-page-main-header-bar {
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wag-page-main-header-bar .wag-title-bar-main h1{
    /* font-size: 18px;
    font-weight: 500;
    color: #1F314A; */
}
.wag-page-main-header-bar .wag-title-and-nemu-block-main select{
    border:none;
    color: #768DFF;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    outline: none;
    box-shadow: none;
}
.wag-page-main-header-bar .wag-title-and-nemu-block-main input{
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #dddfe1 !important;
    background: white;
}
.wag-page-main-header-bar .wag-title-and-nemu-block-main input:focus{
    outline: none;
    box-shadow: none;
}

.givefinity-date-box{
    display: flex;
    align-items: center;
}
#exportMetricsModal .select2-container {
    width: 100% !important;
}

#exportMetricsModal .select2-container .select2-selection {
    padding: 5px !important;
}

.daterangepicker{
    right: 75px !important;
    left: auto !important;
}
.wag-graph-main{
    padding: 40px;
    background: white;
    border-radius: 12px;
}
.dataTables_processing{
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #1F314A;
}
.dataTables_info{
    font-size: 14px;
    font-weight: 500;
    color: #1F314A;
}
.dataTables_filter label{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #1F314A;
}
.dataTables_filter input{
    width: 100% !important;
    font-size: 15px;
    font-weight: 500;
    color: #1F314A;
    border: none !important;
    border-radius: 6px !important;
}
.wag-admin-inner-page-main{
    padding: 15px 50px;
    z-index: 1;
    position: relative;
}
.wag-table-main table thead tr th{
    border: none;
    font-size: 14px;
    color: rgba(31, 49, 74, 0.5);
    font-weight: 600;
    outline: none;
    box-shadow: none;
}
.wag-table-main table{
    border-collapse: separate;
    border-spacing: 0 1em;
}
.wag-table-main table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before{
    /* top: auto; */
    left: 10px;
    line-height: 15px;
    background-color: #1ccfda;
    box-shadow: 0 0 2px #8d8d8d;
    bottom: 0;
    margin: auto;
    top: 0;
}
.wag-table-main table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before{
    background-color: #ff6261;
}
.wag-table-main table tbody tr{
    background: #f4f4f4;
    box-shadow: 0px 1px 10.68px 0.32px rgba(0, 0, 0, 0.06);
}
.wag-table-main table tbody tr td{
    border: none;
    font-size: 15px;
    color: rgba(31, 49, 74, 0.5);
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.wag-table-main table tbody tr td a i.fa-pause{
    color: #FFAA01;
}
.wag-table-main table tbody tr td a i.fa-edit{
    color: black;
    margin: 0 3px;
}
.wag-table-main table tbody tr td a{
    display: inline-block;
    margin-right: 5px;
}
.wag-table-main table tbody tr td a i.fa-edit-icon{
    /* background: url(/admin-theme/images/edit-icon.svg) no-repeat; */
    /* background: url("../../admin-theme/images/edit-icon.svg") no-repeat; */
    background: url("../images/edit-icon.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 14px;
}
.wag-table-main table tbody tr td a i.fa-trash-icon{
    /* background: url(/admin-theme/images/delete-icon.svg) no-repeat; */
    /* background: url("../../admin-theme/images/delete-icon.svg") no-repeat; */
    background: url("../images/delete-icon.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 9px;
    height: 16px;
}
.wag-table-main table tbody tr td a i.trash-restore{
    /* background: url(/admin-theme/images/delete-icon.svg) no-repeat; */
    /* background: url("../../admin-theme/images/delete-icon.svg") no-repeat; */
    background: url("../images/trash-restore.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 15px;
}
.wag-table-main table tbody tr td a i.fa-pause-icon{
    /* background: url(/admin-theme/images/pause-icon.svg) no-repeat; */
    /* background: url("../../admin-theme/images/pause-icon.svg") no-repeat; */
    background: url("../images/pause-icon.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 12px;
}
.wag-table-main table tbody tr td a i.fa-file-icon{
    /* background: url(/admin-theme/images/combined-file.svg) no-repeat; */
    /* background: url("../../admin-theme/images/combined-file.svg") no-repeat; */
    background: url("../images/combined-file.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 16px;
}

.wag-table-main table tbody tr td a i.fa-trash{
    color: #FF6161;
}
.wag-table-main table tbody tr td a i.fa-link{
    color: black;
}

.wag-table-main table tbody tr td.user-name-details{
    border: none;
    font-size: 15px;
    color: #1F314A;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.wag-inner-page-table-main table tbody tr{
    background: #F9F9F9;
    border-radius: 8px;
}

.wag-profile-details-block-main .wag-profile-details{
    display: inline-flex;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    max-width: 100%;
}
.wag-profile-details .wag-profile-pic{
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}
.wag-profile-details .wag-profile-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wag-profile-details .wag-profile-pic-details .wag-profile-name-details{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.wag-profile-details .wag-profile-pic-details .wag-profile-name-details label{
    font-size: 14px;
    font-weight: 400;
    color: #7c8795;
    margin-bottom: 2px;
}
.wag-profile-details .wag-profile-pic-details .wag-profile-name-details p{
    font-size: 16px;
    font-weight: bold;
    color: #1F314A;
}

.wag-inner-page-main-section {
    /* background: white;
    padding: 25px;
    border-radius: 10px; */
}
.wag-inner-page-main-section h2{
    margin-bottom: 20px;
}
.wag-inner-section-block-main{
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.wag-inner-section-block-main .wag-donation-link-header-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.wag-inner-section-block-main .wag-donation-link-header-bar h2{
    margin-bottom: 0px;
}
.wag-gallery-add-images-block-main .wag-gallery-add-block .wag-gallery-img{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}
.wag-gallery-add-images-block-main .wag-gallery-add-block .wag-gallery-img img{
    width: 100%;
    height: 100%;
    object-fit:  contain;
    object-position: center;
}
.wag-gallery-btns-block .wag-admin-btns-main{
    min-width: 80px;
    font-size: 14px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.wag-gallery-btns-block .deleteGalleryImageRecord{
    background: red;
}
.tc-crop-img-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.note-toolbar button:after{
    display: none;
}
.note-editor .note-editable {
    height: 250px;
}
.note-editor {
    height: 300px;
    border: 1px solid #dddfe1;
    border-radius: 4px;
}
.note-editor .note-toolbar {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    margin: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #E7EAEC;
    border-radius: 4px 4px 0 0;
}
.givefinity-btns{
    border: none;
    color: white;
    font-size: 12px;
    padding: 7px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.givefinity-btns:hover{
    opacity: 0.7;
}
.givefinity-btns.btn-inactive{
    background: #bfbfbf;
}
.givefinity-btns.activity-status-upcoming{
    background: #eeb511;
}
.givefinity-btns.btn-active{
    background: #1ad0da;
}
.upload-file-section label .wag-admin-btns-main{
    margin-left: 12px;
    min-width: 130px;
    height: 35px;
    font-size: 13px;
}
.upload-file-section label{
    font-weight: 600;
}
.Upload-CSV-input{
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Upload-CSV-input .upload-file{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}
.Upload-CSV-input .upload-file img{
    width: 8px;
    height: 18px;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
    margin-right: 8px;
}
.Upload-CSV-input input{
    opacity: 0;
    cursor: pointer;
}

.wag-table-main table tbody tr.inactive-row {
    background-color: #d7d7d7 !important;
}

.display-none-admin {
    display: none !important;
}

[disabled] {
    background-color: #dddfe1 !important;
    color: #7c8795 !important;
    cursor: not-allowed !important;
}
/* admin plan css file main */
