.app-sidebar.sidebar-text-light .vertical-nav-menu li a.mm-active {
    color: #3ac47d;
    background: rgba(255, 255, 255, 0.15);
}

/* .Cbg-primary {
    background-color: #3c8dbc !important;
} */
.Cbg-primary {
    background-color: #3ac47d !important;
}

.Cbg-vicious-stance {
    background-color: black !important;
}

.card-header {
    /*change by tushar */
    border-top: 3px solid #3c8dbc;
}

label#LabelAttach {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 600;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.75;
    min-width: 64px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(80, 72, 229, 0.5);
    color: rgb(80, 72, 229);
    box-shadow: none;
    text-transform: none;
    padding: 6px 16px;
}

.btn-submit {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 600;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.75;
    min-width: 64px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    /* background-color: rgb(80, 72, 229); */
    background-color: rgb(60 141 188);
    /*Changes by tushar b*/
    box-shadow: none;
    text-transform: none;
    padding: 6px 16px;
}

.btn-reset,
.btn-cancel {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 600;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.75;
    min-width: 64px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(218 72 229);
    box-shadow: none;
    text-transform: none;
    padding: 6px 16px;
    margin-left: 5px;
}

label.form-label,
label.col-form-labell {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.btn-reset,
.btn-cancel {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 600;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.75;
    min-width: 64px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(218 72 229);
    box-shadow: none;
    text-transform: none;
    padding: 6px 16px;
    margin-left: 5px;
}

.app-theme-white.app-container {
    background: #fff;
}

.w-5 {
    width: 21px;
}

#indexTablePagination .flex-1 {
    display: none;
}

#DownloadIcon {
    font-size: 30px;
    color: #3ac47d;
}

/* laravel pagination Start */
span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 {
    padding: 4px !important;
}

a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    padding: 4px !important;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    /* background-color: #626ed4 !important;
    border-color: #626ed4 !important; */
    /* Changes by tushar b */
    /* background-color: #3c8dbc !important;
    border-color: #3c8dbc !important; */
    background-color: #3ac47d !important;
    border-color: #3ac47d !important;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    color: #626ed4 !important;
}

a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    padding: 4px !important;
}

span.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
    padding: 4px !important;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.cursor-default.leading-5 {
    padding: 4px !important;
}

.cursor-default {
    font-weight: 700;
    color: #fff;
    background-color: #626ed4;
    border-color: #626ed4;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.page-item.disabled .page-link {
    color: #000000bf !important;
}

svg.w-5.h-5 {
    width: 3% !important;
    height: 3%;
    /* changes by tushar b */
    /* color: #3c8dbc; */
    color: #3ac47d;
}

nav.flex.items-center.justify-between {
    margin-left: 1% !important;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none !important;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    margin-left: 1% !important;
    margin-bottom: 4% !important;
    margin-top: 3% !important;
}

p.text-sm.text-gray-700.leading-5 {
    display: none !important;
}

.text-gray-700 {
    color: #24252b !important;
    text-decoration: none;
}

/* .table-responsive {
    overflow-x: hidden;
} */
.count {
    float: right;
    color: #198754;
    font-size: 15px;
    font-weight: bold;
}

a.paginate_button {
    padding: 1px 4px 1px 4px !important;
    background-color: #fff !important;
    background: #fff !important;
    color: #626ed4 !important;
    border: none !important;
}

/* laravel pagination End */
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px 4px;
}

/*Assignee History table */
#historyTable th,
#historyTable td {
    padding: 3px;
}

thead {
    background-color: white !important;
}

.modal-header,
.modal-footer {
    background: #ffffff !important;
}

fieldset {
    padding: 3px;
    border: 1px solid #837e7e !important;
}

legend {
    margin: auto;
    margin-bottom: 0.1rem;
    font-size: 16px;
    font-weight: 600;
}

.app-main__outer {
    width: -webkit-fill-available;
}

fieldset.issueAssetForm {
    margin: 11px;
    padding: 0px;
    border: 1px solid #837e7e !important;
    align-items: center;
}

legend#issueAssetForm {
    margin: 10px;
    margin-bottom: 0.1rem;
}

.card-header > .nav .nav-link::before {
    background: #3c8dbc;
}

.card-header > .nav .nav-link.active {
    color: #000000bf;
}

.card-header > .nav .nav-link:hover {
    color: #3c8dbc;
}

.previewImg_update {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.prevFiles {
    flex-direction: column;
    display: flex;
}

.cancelIcon {
    align-self: end;
}

#invoiceFieldset {
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

#invoiceLegend {
    font-size: 21px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 2px;
    border-bottom: 1px solid rgb(0 0 0);
}

.table thead th {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    display: none;
    /* changes made by TusharB */
}

/*changes made by TusharB  start */
.dataTables_paginate a.next {
    display: none !important;
}

.dataTables_paginate a.previous {
    display: none !important;
}

.dataTables_length {
    display: none;
}

a.paginate_button.current {
    padding: 4px 10px 4px 10px !important;
    background-color: #3c8dbc !important;
    background: #3ac47d !important;
    color: white !important;
    border: none !important;
    border-radius: 5px;
}

/*changes made by TusharB  end */
.dataTables_paginate {
    display: flex;
}

.AssetTssuedToDropDown {
    min-width: 10rem !important;
    padding: 0.15rem 0 !important;
}

#select2-IssuedTo-container {
    width: 150px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #aaa;
}

.app-sidebar.sidebar-text-light .vertical-nav-menu li a {
    /* color: rgba(255,255,255,0.7); */
    color: white;
}

.table-bordered td {
    padding: 2px 4px;
}

.app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-icon,
.app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-state-icon {
    opacity: 0.9;
}

.select2 {
    width: 100% !important;
}

.closed-sidebar,
.app-sidebar {
    z-index: 999999 !important;
}

/* Dashboard Media Query  */
@media screen and (max-width: 1098px) {
    .viewAssets {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .viewAssets {
        display: block;
    }
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3ac47d;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.app-header {
    z-index: 999999 !important;
}

.btn-shadow {
    box-shadow: 0px 0px 4px 2px #bfb9b9;
    border-radius: 4px;
}

.btn-shadow:hover {
    box-shadow: 0px 0px 2px 2px #bfb9b9;
    /* box-shadow: none; */
    border-radius: 4px;
}

/*Notification Dropdown Badge*/
.badge:empty {
    display: block;
}

/******/
#imageUpload {
    display: none;
}

#profileImage {
    cursor: pointer;
}

#profile-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    border: 1px solid black;
}

#profile-container img {
    width: 150px;
    height: 150px;
}

/****/

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.sticky_nav_row {
    position: sticky;
    top: 6%;
    z-index: 9;
    background: white;
    padding: 0.5% 0 1% 0;
}


.line_sidebar {
    cursor: pointer;
    position: relative;
}

.line_sidebar:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    background: #3ac47d;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

.line_sidebar:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
