.dashboard-body {
 box-shadow: none;
    padding: 0px;
    border-radius: 8px;
    height: 100%;
}

.dashboard-inner {
    padding: 30px;
}

.btn-primary,  .home-btn {
    font-family: 'Segoe UI';
    font-weight: 600;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #07641D;
    /* padding: 4px 12px; */
    border-width: 1px;
    background-color: #07641D;
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
}

 .home-btn { 
    padding: 4px 12px;
 }

.btn-primary:hover {
    color: #07641D !important;
    background-color: white !important;
    border-color: #07641D !important;
}

.btn-primary:focus  {
    color: #fff !important;
    background-color: #07641D !important;
    border-color: #07641D !important;
}

.btn-dark, .btn-border-black {
    font-family: 'Segoe UI';
    font-weight: 600;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #07641D;
    /* padding: 4px 12px; */
    border-width: 1px;
    background-color: white;
    color: #07641D;
    font-size: 13px;
    border-radius: 4px;
}

.btn-dark:hover, .btn-border-black:hover {
    background: #07641D !important;
    color: white;
}

.alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    /* margin-top: 14px; */
    padding-top: 1rem !important;
    font-size: large;
}

.dash-grid-box .grid-box-inner {
    position: relative;
    display: flex
;
    padding: 30px;
    /* border-radius: 10px; */
    min-height: 132px;
    /* background: #fff; */
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12); */
    z-index: 1;
    display: flex
;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

a {
  text-decoration: none;
  outline: 0 !important;
}

.error {
    color: #e00000 !important;
}

.breadcrumb-item+.breadcrumb-item {
    /* padding-left: 1.3rem; */
}

.breadcrumb-item+.breadcrumb-item::before {
    top: -4px;
}

.select2-container--default .select2-selection--multiple {
    box-shadow: 0px 1px 0px 0px #616161 !important;
    border: 1px solid #DEDEDE !important;
    outline: 0;
    padding: .375rem 2.25rem .375rem .75rem !important;
    font-family: 'Segoe UI';
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0px !important;
    font-family: 'Segoe UI';
}

.select2-search__field {
    padding-left: 0px !important;
}

.setup-content button {
    float: right;
    font-size: 16px;
    margin-right: 1rem;
    min-width: 5vw;
}

.setup-content .form-group {
    margin: 20px 0 !important;
}

.setup-content .form-group label {
    padding-top: 1px;
    margin-bottom: 0px;
    /* padding-left: 24px !important; */
    font-size: 16px;
    line-height: 20px !important;
    color: #717171;
    font-family: 'Segoe UI';
    font-weight: 400;
    text-align: left;
}

.setup-content h4.q-text {
    font-size: 16px;
    line-height: 22px;
    color: #252526;
    font-family: 'Segoe UI';
    font-weight: 400;
    margin: 0px 0px 10px !important;
    text-align: left;
}

.setup-content .desc-qus {
    text-align: left;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2f4248;
    border-color: #2f4248;
}

button.close {
    /* box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000; */
    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat; */
    /* border: 0;
    border-radius: .25rem;
    opacity: .5; */
}

.modal-header .close {
    border: none;
    background-color: transparent;
}

.modal-title {
    font-family: 'Segoe UI';
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent !important;
    background: transparent !important;
    border: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    border: #fff !important;
    /* border: none; */
    /* padding: 0px !important; */
}

.form-title {
    font-size: 20px;
    line-height: 22px;
    color: #252526;
    font-family: 'Segoe UI';
    font-weight: 400;
    margin-bottom: 20px;
}


.dash-grid-box .grid-box-inner.my-course {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.dash-grid-box .grid-box-inner {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #8787871A;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 100%;
    margin-top: 10px;
}

.dash-grid-box .grid-box-inner {
    flex-direction: column !important;
}

.dash-grid-box .grid-box-inner {
    align-items: flex-start;
}


.grid-card-row {
    display: grid !important;
    grid-auto-flow: row dense;
    gap: 40px;
    /* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important; */
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}

.dash-grid-box .grid-box-inner .box-inner-bottom h3 {
    font-size: 18px;
    line-height: 20px;
    color: #07641D;
    font-family: 'Segoe UI';
    font-weight: 300;
    padding-top: 8px;
}

/* .dash-grid-box .grid-box-inner .box-inner-top h2,h3 { */
.box-inner-top h2 {
    background: #07641D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Segoe UI';
}

.box-inner-top h3{
    background: #07641D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Segoe UI';
}

.select-row-div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.project-dropdown .form-select {
    border-radius: 8px;
    padding: 8px 20px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #717171;
    font-family: 'Segoe UI';
    max-width: 299px;
    color: #091F2C !important;
    border: 1px solid #DEDEDE !important;
    box-shadow: 0px 1px 0px 0px #616161 !important;
    margin-bottom: 20px;
}

.select-row-div .form-group {
    margin-right: 15px;
}

.feedback-report .btn-border-black {
    display: flex;
    align-items: center;
    gap: 10px;
}

table.table-bordered.dataTable tbody td .blue-link {
    color: #07641D;
}

.btn-graph {
    background-color: #fff;
    border: 2px solid #252526;
    color: #07641D;
    margin-left: 6px;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 12px 24px !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: max-content;
}

.btn-graph:hover {
    /* background-color: #252526; */
    color: #07641D;
}

.table-students a.active-a {
    text-decoration: underline !important;
    color: #07641D !important;
}

.reporting-dashboard .right-section-btn {
    display: flex;
    float: right;
    margin: 0px 9px 0px 0px;
}

.banner-student-enroll .tab-btn-group .btn-status {
    /* border-right: 1px solid #ced4da; */
    background-color: white;
}

.tab-btn-group {
    display: inline-flex;
    border: 1px solid rgba(0, 120, 212, 0.2);
    background: rgba(0, 120, 212, 0.1);
    color: #fff !important;
}

.tab-btn-group .btn-status.default-btn {
    background: #07641D;
    font-weight: 600;
    color: #fff;
}

.tab-btn-group .btn-status {
    padding: 8px 8px;
    background-color: transparent;
    border: 0px;
    border-right: 1px solid rgba(0, 120, 212, 0.2);
}

.banner-student-enroll .tab-btn-group {
    border: 1px solid #ced4da;
}

.banner-student-enroll .tab-btn-group .btn-status {
    border-right: 1px solid #ced4da;
    /* background-color: white; */
}

.banner-sorting-section {
    align-items: center;
    /* margin-bottom: 30px; */
}

input[type="checkbox"] {
    accent-color: #194449;
}

.btn-status {
    font-family: 'Segoe UI';
}

.btn-link {
    color: #07641D;
}

select[multiple]:focus option:checked {
  background: red linear-gradient(0deg, red 0%, red 100%);
}

.data-table thead {
    white-space:nowrap;
}

.loder-section, .loder-section2 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99999999;
}

a.thm-blk-btn {
    background-color: #07641D;
    border: 2px solid #07641D;
    color: #ffffff;
    margin-left: 6px;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 12px 24px !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: max-content;
}
.feedback-report a img {
    margin-left: auto;
   filter: invert(30%) sepia(16%) saturate(2990%) hue-rotate(82deg) brightness(64%) contrast(102%);
}
.btn-graph {
    background-color: #fff;
    border: 2px solid #07641D;
    color: #07641D;
    margin-left: 6px;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 10px 24px !important;
    font-weight: 600;
  }
  .select-row-div .multiselect-container li.active > a {
    background-color: #ffffff !important;
 }
