@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins: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");

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    background: #f3f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    margin-bottom: 0;
}

.form-control {
    appearance: auto;
}

/*html{
  overflow-x: hidden
}*/
/* =============================
          Default Css
============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.section-content {
    margin-top: 40px;
}

/*Custom scrollbar*/
body {
    scrollbar-color: #546deb;
    scrollbar-width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    transform: translate(5px, 5px);
    padding-right: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e9f6ef;
    border-radius: 2px;
}

::-webkit-scrollbar-track:hover {
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #546deb;
    border-radius: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1539ec;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* text selection color */
::-moz-selection {
    /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: #ff8b00;
}

::selection {
    color: rgb(255, 255, 255);
    background: #ff8b00;
}

/* =============================
          Table Design
================================*/
.table th,
.table td {
    border-top: 0;
}

.table thead th {
    border-bottom: 0;
    font-weight: 500;
}

.adminbio_table tbody tr {
    border-bottom: 10px #fff solid;
    background: #fafafa;
}

p.table-con {
    color: #818181;
    font-size: 13px;
}

.actionbox i {
    color: #9d9d9d;
}

.apllication_body {
    padding: 10px 16px;
}

.compay_con h6 {
    font-size: 14px;
    color: #818181;
}

.compay_con p.table-con {
    font-size: 12px;
}

/* =============================
          Modal Design
================================*/
.modal-header,
.modal-footer {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 9;
}

/* =============================
        Button
================================*/
.btn-primary {
    background-color: #546deb;
    border-color: #546deb;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}

.btn-primary span {
    padding-right: 5px;
}

.btn-warning {
    background-color: #f7b924;
    border-color: #f7b924;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}

.btn-warning span {
    padding-right: 5px;
}
.btn-danger {
    background-color: #b81f44;
    border-color: #b81f44;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}
.btn-danger:hover {
    background-color: #8f0e2e;
    border-color: #8f0e2e;
}

.btn-danger span {
    padding-right: 5px;
}

.btn-orange {
    background: #ef7625 !important;
    /* min-width: 200px;
    height: 50px; */
    padding: 9px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.btn-orange:hover {
    color: #fff;
    background-color: #bb5b1c;
}
.btn-gray {
    background: #a1a1a1;
    padding: 9px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.btn-gray:hover {
    color: #fff;
    background-color: #646464;
}

.btn-blue {
    background-color: #546deb;
    border-color: #546deb;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-blue:hover {
    color: #fff;
    background-color: #546deb;
}


.btn-green {
    background-color: #16CE1C;
    border-color: #16CE1C;
    text-transform: uppercase;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-green:hover {
    color: #fff;
    background-color: #12a117;
}

.btn-green span {
    padding-right: 5px;
}

/* =============================
        Preloader
================================*/
#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto;
}

.preloader-bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: black;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1s infinite alternate;
    -o-animation: bubblingG 1s infinite alternate;
    -ms-animation: bubblingG 1s infinite alternate;
    -webkit-animation: bubblingG 1s infinite alternate;
    -moz-animation: bubblingG 1s infinite alternate;
}

.preloader-bubblingG #bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

.preloader-bubblingG #bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

.preloader-bubblingG #bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: black;
        transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: white;
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: black;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: white;
        -webkit-transform: translateY(-20px);
    }
}

/*==================================
        Table Design
===================================*/
.table-bordered th,
.table-bordered td {
    border: 2px solid #ffffff;
}

.table thead th {
    background: transparent;
    color: #000000;
    font-weight: 700;
}

.table-bordered td {
    vertical-align: middle;
}

.table tbody th {
    font-weight: 400;
}

.table tbody th,
.table tbody td {
    padding: 0.9rem;
    font-size: 13px;
}

.table-hover tbody tr:hover {
    background: #ffffff;
    box-shadow: 1px 3px 14px 7px #cecece;
}

/*==================================
        Text Color
===================================*/
/* input box */
.form-control {
    border: 1px solid #bcbcbc;
    min-height: 40px;
    font-size: 14px;
}

/*-------------------------- switch box ---------------------------------*/
.switch_cbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check-input:checked {
    background-color: #00c007;
    border-color: #00c007;
}

.form-switch .form-check-input {
    width: 2.7em;
    height: 1.4em;
}

.form-control:focus {
    border-color: #088bcc;
}

/* =============================
        Login Page
================================*/
section.login-sec {
    height: 100vh;
    overflow: hidden;
    background: url("../images/login-bg.png") no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 15px;
}

.login-sec::before {
    position: absolute;
    content: "";
    background: #d0e7ff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login_top {
    display: flex;
    justify-content: space-between;
    padding: 2% 4%;
}

.logint_img {
    max-width: 205px;
}

.login-secright {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-rightbox {
    border-radius: 10px;
    color: #fff;
    background: #15154a;
    padding: 25px;
    max-width: 450px;
    width: 100%;
    box-shadow: rgb(42 42 44 / 31%) 2px 4px 12px 2px;
    position: relative;
    margin: auto;
}

.login_footer {
    padding: 2% 5% 3%;
    text-align: center;
}

.login_footer p,
.login_footer p a {
    color: #656565;
}

.login-rightbox h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.login-rightbox p {
    font-size: 14px;
}

.checkbox-inlines label {
    font-size: 12px;
}

.checkbox-inlines {
    display: flex;
    gap: 4px;
    align-items: center;
}

.single-login {
    margin-top: 20px;
    position: relative;
}

.single-login label.login-label {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.single-login input.form-control {
    padding: 0.375rem 2.1rem 0.375rem 0.75rem;
    height: 50px;
    font-size: 13px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #541394ab;
    color: #000000;
    font-weight: 500;
}

.single-login .eye-icon {
    position: absolute;
    top: 35%;
    right: 2%;
    color: #541394;
}

.signup-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.forgot-btn {
    text-align: right;
    margin: 15px 0 0;
}

.forgot-btn a {
    color: #c6c6d9;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}

.btn-help {
    border: 1px solid #333;
    background: #fff;
    padding: 0.25rem 1.2rem;
}

.btn-help span {
    padding-right: 6px;
}

/* =============================
      Forgot Password Page
================================*/
.forgot-btn.backlogin {
    text-align: center;
}

.login-rightbox .btn.btn-orange.btn-effect.btn-effect-arrow {
    width: 100%;
}

/*======================================
    Dashboard design
========================================*/
.fixed-header .app-header {
    height: 80px;
    background: #f3f9ff 0% 0% no-repeat padding-box;
    box-shadow: unset;
}

.top_barhead h3 {
    color: #1f393f;
    font-size: 20px;
    font-weight: 600;
}

.dt-length label {
    padding-left: 10px;
}

.dashboard_mainsec {
    padding: 0 15px;
    overflow-y: auto;
    height: 100%;
}

.closed-sidebar .app-header__logo {
    width: 100px;
    padding: 0 8px;
    gap: 6px;
    align-items: center;
}

.closed-sidebar .menuitem_name {
    font-size: 0;
    line-height: 0.2rem;
}

.collaspe_logo {
    display: none;
}

.closed-sidebar .app-header__logo .collaspe_logo {
    display: block;
}

.closed-sidebar .app-header__logo .logo-src {
    display: none;
}

.closed-sidebar .header__pane.ml-auto {
    margin-left: 0 !important;
}

.closed-sidebar .hamburger-inner,
.closed-sidebar .hamburger-inner::before,
.closed-sidebar .hamburger-inner::after {
    width: 18px;
}

.closed-sidebar .hamburger--elastic .hamburger-inner::after {
    top: 12px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0.51rem;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closed-sidebar .app-sidebar__inner ul>li>a {
    line-height: 0.6rem;
}

.closed-sidebar .adminb_title {
    display: none;
    margin-bottom: 30px;
}

.widget-content-left.widget_profile .btn-group .profileImage img {
    width: 45px;
    height: 45px;
}

.widget_profile ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.widget_profile ul li {
    margin-bottom: 10px;
}

.widget_profile ul li a {
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    z-index: 6;
    position: relative;
    color: #333;
}
button.logout-link {
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  z-index: 6;
  position: relative;
  color: #333;
  background-color: transparent;
  border: none;
  text-transform: none !important;
}
button.logout-link:disabled,
button.logout-link[disabled]{
  border: none !important;
  background-color: transparent !important;
  color: #666666 !important;
}

.card-body {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all 0.2s;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 1.25rem 0;
    margin-bottom: 25px;
}

span.sub_drop {
    transform: rotate(270deg);
}

.menuitem_name span {
    padding-right: 5px;
}

.vertical-nav-menu li.mm-active .menuitem_name {
    font-weight: 600;
    margin: 0;
}

.vertical-nav-menu li.mm-active {
    position: relative;
    cursor: pointer;
}

.vertical-nav-menu li.mm-active::after {
    position: absolute;
    content: "";
    background: #ff8b00;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
}

.app-sidebar__inner ul {
    padding-right: 0;
}

.app-header .app-header__content {
    height: 80px;
    /* padding: 1rem 1.5rem; */
    padding: 16px 24px 16px 9px;
}

.menuitem_name {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    line-height: 2.2rem;
}

p.menuitem_name span img {
    width: 20px;
}

.vertical-nav-menu li.mm-active>a {
    padding: 0 10px;
}

.vertical-nav-menu li.mm-active>ul.mm-collapse.mm-show>.menuitem_name {
    font-weight: 300;
}

li.app-sidebar__heading.mm-active span.sub_drop {
    color: #000;
    transform: rotate(0deg);
}

.topbar_icon {
    width: 30px;
    height: 26px;
    position: relative;
    border: 0;
    background: 0;
}

.noti_count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff0000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #fff; */
}

.noti_count p {
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}

/* menu box */
.menuitem_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profileImage {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef7625;
}

.widprofile_dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}

.adminb_title p.designation_txt {
    color: #a3b5b9;
    font-size: 12px;
    font-weight: 300;
    text-align: left !important;
}

.adminname_box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.app-sidebar__heading {
    color: #000;
}

.dashboardmain_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

.widget-content-wrapper .widget-content-left {
    position: relative;
    padding-right: 10px;
}

.widget_noti {
    display: flex;
    gap: 16px;
    align-items: center;
}

.widget-content-wrapper .widget-content-left::before {
    position: absolute;
    content: "";
    background: #f6f6f6;
    width: 2px;
    height: 40px;
    right: 0;
    top: 0px;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "fontawesome";
    border: 0;
}

.widget-content-wrapper .widget-content-left:last-child::before {
    display: none;
}

.return_tabbox .nav-pills .nav-link.active {
    background-color: transparent;
    color: #000000 !important;
}

.adminb_title p span {
    font-weight: 600;
}

.assetsdrop_box .dropdown-toggle {
    border: 1px solid #f3e9dd;
    background: #e7eaf5;
    padding: 6px 15px;
    border-radius: 6px 0 0 6px;
}

.dashboard_logo {
    max-width: 189px;
    margin-right: 32px;
}

.app-header-middle {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    min-width: 65%;
}

.search_box {
    display: flex;
    align-items: center;
}

.top_navbar ul {
    display: flex;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.top_navbar ul li a {
    color: #000;
    margin: 0 5px;
}

.top_navbar ul li.active a {
    color: #546deb;
}

.hamburger.close-sidebar-btn.hamburger--elastic.is-active span {
    transform: rotate(180deg);
}

.app-theme-white.fixed-header .app-header__logo {
    justify-content: center;
}

.search_input input {
    background: #e7eaf5;
    font-size: 14px;
    border: 0;
    border-left: 1px solid #ced4da;
    border-radius: 0 6px 6px 0;
}

.search_btn button, .search_btn .button {
    color: #fff;
    border: 0;
    background: #546deb;
    padding: 9px 13px;
    border-radius: 6px;
    margin-left: 8px;
}

/* dashboard design changes */
.app-theme-white.app-container {
    background: transparent;
}

.fixed-sidebar .app-sidebar {
    /* position: sticky; */
    position: fixed;
}

 .fixed-sidebar .app-main .app-main__outer {
    overflow-x: hidden;
}
.app-sidebar .scrollbar-sidebar{
    height: 72vh!important;
}
.app-main {
    margin: 0 20px 0 0;
}

.vertical-nav-menu li.mm-active {
    background: #fff3e5;
    border-radius: 0;
}

.vertical-nav-menu li.mm-active {
    background: #fff3e5;
}

.app-main .app-main__inner {
    background: #f3f9ff;
    box-shadow: unset;
}

/* dashboard design / */
.help_icon {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tangible_box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    gap: 30px;
}

.stat_icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.orange_box {
    background: linear-gradient(134deg, #f68563, #ff8e6c, #fda23f);
}

.single_statbox {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    min-height: 185px;
    margin-bottom: 25px;
    position: relative;
    top: 8px;
}

.pink_box {
    background: linear-gradient(130deg, #e36cd9, #fe60ae);
}

.green_box {
    background: linear-gradient(151deg, #23bdb8, #43e794);
}

.violet_box {
    background: linear-gradient(152deg, #9a56ff, #d78afd);
}

.recentactivity_box {
    position: fixed;
    right: 0;
    max-height: 500px;
    overflow: hidden;
}
.recentactivity_box:hover {
    overflow-y: auto;
}

.single_tangible ul.used_list {
    margin: 14px 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.card_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.card.card-body {
    padding: 1rem;
}

.single_activitybox {
    background: #f4f5f8;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
    min-width: 255px;
    max-width: 270px;
}

.stat_icon img {
    width: 80px;
}

.card_topbar h6 {
    color: #464a53;
    font-size: 16px;
    font-weight: 700;
}

.unassign_box .table .btn-primary,
.stock_box .table .btn-primary {
    white-space: nowrap;
}

.customize_btn button.btn-cust {
    background: #ef7625;
    color: #fff;
    min-width: 150px;
    height: 40px;
    letter-spacing: 2px;
}

.customize_btn button.btn-cust span {
    padding-right: 5px;
}

.customize_btn {
    position: fixed;
    right: 2%;
    bottom: 5%;
    text-align: right;
}

.dashboard_footer {
    background: #010153;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.dashboard_footer p {
    margin: 0;
}

.custom_modal .modal-dialog {
    margin-right: 0;
    margin-top: 0;
}

.single_custombox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.singlecust_left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stats_top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.stats_top p {
    margin: 0;
    color: #546deb;
    font-weight: 600;
}

.single_activitybox h6 {
    color: #656565;
    font-weight: 300;
}

.single_activitybox h6.txt_bold {
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.custom_modal .modal-title {
    color: #000;
    font-weight: 600;
}

.singlecust_left input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 100%;
    vertical-align: middle;
    border: 2px solid #546deb;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    min-height: auto;
    position: relative;
}

.singlecust_left input[type="checkbox"]:checked::before {
    content: "\f111";
    position: absolute;
    font-family: "fontawesome";
    top: 0;
    left: 17%;
    right: 0;
    bottom: 0;
    font-size: 15px;
    color: #546deb;
}

.singlecust_left p {
    margin: 0;
    color: #000000;
    font-weight: 600;
}

.custom_modal .modal-body {
    min-height: 100vh;
}

.modal_btn {
    text-align: right;
    margin: 12% 0;
}

.single_custombox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    border-bottom: 1.5px solid #ccc;
    padding-bottom: 10px;
}

/* search box */
.searchhelp_box {
    position: relative;
    margin-bottom: 20px;
}

.search_box .form-control {
    padding-right: 10%;
}

button.search_btn {
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    background: transparent;
    height: 100%;
    color: #9d9d9d;
}

.widget_help .dropdown-menu {
    min-width: 24rem;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}

.help_header {
    background: #546deb;
    padding: 8px 10px 0;
}

.help_header ul.nav {
    margin: 0;
}

.help_header ul.nav li button {
    color: #fff;
}

.help_header .nav-pills .nav-link.active {
    background: transparent;
    border-bottom: 3px solid #ff8b00;
    border-radius: 0;
}

.help_header .nav-pills .nav-link {
    padding: 5px;
    min-width: 45px;
}

.help_header .nav-pills .nav-link:hover {
    color: #fff !important;
}

.help_body {
    padding: 20px;
}

.single_helpnote {
    border-bottom: 1px solid #ababab;
    margin-bottom: 12px;
}

.single_helpnote p {
    margin-bottom: 8px;
}

.widget_noti .dropdown-menu {
    min-width: 24rem;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}

.noti_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.markread ul {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
}

.markread ul li a {
    color: #e7e7e7;
}

.markread ul li:first-child {
    list-style: none;
    padding-right: 23px;
}

.single_notibox {
    display: flex;
    gap: 11px;
    border-bottom: 1px solid #ababab;
    margin-bottom: 12px;
}

.noti_con h6 span {
    color: #38383d;
    font-weight: 600;
}
.noti_con h6 span.unread {
    color: #38383d;
    font-weight: 600;
}
.noti_con h6 span.read {
    color: #495057;
    font-weight: normal;
}

.noti_con h6 {
    color: #64646e;
}

.noti_con p {
    color: #64646e;
    font-size: 12px;
}

.widget_noti .help_body {
    background: #f2f2ff;
}
/* drag and drop */
[draggable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .drag-list-top {
    margin: -7px;
  }
  .drag-list-bottom {
    overflow: hidden;
  }

  .drag-item {
    width: 100%;
    /* padding: 20px 0;
    text-align: center;
    color: #555;
    background: #fff;
    border: 1px solid #e8e8e8; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    cursor: move;
    margin: 0 0 25px 0;
  }

  .drag-start {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  .drag-enter {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
/*======================================
    Asset List design
========================================*/
.dashboard_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* .dashboardt_right {
    display: flex;
    align-items: center;
} */

.filter_sec {
    background: #f4f5f8;
    padding: 15px;
    border-radius: 10px;
}

.filter_box {
    display: flex;
    /* grid-template-columns: repeat(4, 245px); */
    gap: 18px;
    flex-wrap: wrap;
}

.action_sec,
.action_box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status_box .dropdown button {
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
}

.img_box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.single_filterbox .btn-group {
    width: 100%;
}

/* date icon change */
/*input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
}*/

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../images/calender.svg") no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.date_range {
    display: flex;
    align-items: flex-end;
    margin: 20px 0;
    gap: 12px;
}

.profileImage p {
    margin: 0;
}

.bulk_upload {
    border-radius: 8px;
    position: relative;
    background: #2fbd14;
    max-width: 100%;
    width: 180px;
    height: 40px;
    color: #666666;
    margin-right: 14px;
}

.bulk_upload label {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 3px;
    position: absolute;
    top: 25%;
    left: 12%;
    cursor: pointer;
}

.bulk_upload label span {
    padding-right: 4px;
}

.bulk_upload input {
    opacity: 0;
    height: 100%;
    width: 100%;
}

.status_box span.text_green i {
    font-size: 11px;
}

.dropdown-item.text_green,
.dropdown-item.text_danger,
.dropdown-item.text_pending,
.dropdown-item.text_blue,
.dropdown-item.text_black {
    gap: 5px;
}

.text_danger {
    color: #d13021;
}

.text_pending {
    color: #ffc400;
}

.text_blue {
    color: #0011ff;
}

.text_red {
    color: #ff0000;
}
/*======================================
        Add Asset Page design
========================================*/
.upload_img {
    border-radius: 20px;
    position: relative;
    background: #fff3e5;
    display: flex;
    max-width: 100%;
    width: 410px;
    height: 250px;
    align-items: center;
    color: #666666;
    margin-top: 10px;
    border: 1px dashed #ff8b00;
    padding: 24px;
    margin-bottom: 24px;
}

.upload_img label {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #ff8b00;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.upload_img input {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.pfile_format p {
    margin-bottom: 5px;
    color: #656565;
}

.pfile_format p span {
    color: #000;
    font-weight: 700;
}

.dashboard_top h4,
.version_title h6 {
    color: #ff8b00;
    font-weight: 600;
    font-size: 22px;
}

.dashboard_body .form-group label {
    font-weight: 600;
    color: #000000;
    margin: 0 0 5px;
}

.date_range p {
    margin: 5px;
}

.advancefilter_box a {
    color: #ff8b00;
    font-weight: 600;
}

.formdate_input {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.dashboard_table {
    padding: 25px 0;
}

.dashboard_table table td {
    border: 1px solid rgb(0 0 0 / 21%);
}

.tabledlt_btn {
    text-align: right;
    margin: 10px 0 -30px;
}

.tabledlt_btn button {
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 6px 12px;
    letter-spacing: 3px;
}

.advancefilter_box {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    margin-top: 6%;
}

.single_filterbox label,
.date_range p {
    font-weight: 600;
    color: #000;
}

.dashboard_table table thead tr {
    background: #15154a;
    color: #fff;
    border: 1px solid;
}

.dashboard_table table {
    font-size: 13px;
}

.dashboard_table table p {
    margin: 0;
}

.text_green {
    color: #2fbd14;
    font-weight: 600;
}

.adminb_title p {
    margin: 0;
}

.profile_name .adminname_box {
    justify-content: flex-start;
}

.profile_name .adminb_title {
    text-align: left;
}

.widget_profile .dropdown-menu {
    padding: 0;
}

.widget_profile .dropdown-menu ul {
    padding: 0;
}

.widget_profile .dropdown-menu ul li {
    padding: 6px 15px;
    color: #434358;
}

.widget_profile .dropdown-menu ul li.profile_name {
    padding: 15px;
    margin-bottom: 0;
}

/*======================================
        emp list Page design
========================================*/
.formdate.single_filterbox {
    width: 210px;
}

.search_inputbox {
    display: flex;
    align-items: center;
}

.filter_sec.emp_filtersec .single_filterbox {
    width: 230px;
}

.filter_sec.emp_filtersec .search_inputsec.single_filterbox {
    width: 310px;
    display: inline-block;
}
.search_btn{
    display: inline-block;
    min-width: 75px;
}

.img_box.userimg {
    text-align: center;
}

.img_box.userimg img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.search_assetsec.single_filterbox {
    width: 490px;
}

.dashboard_top .workflow_txt {
    width: 60%;
    color: #656565;
    font-size: 13px;
}

/*======================================
        raise ticket page
========================================*/
.raise_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.reset_btn {
    /* color: #ef7625;
    font-size: 18px;
    letter-spacing: 2px; */
    background: #a1a1a1;
    padding: 9px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.help_header h6 {
    color: #fff;
    padding: 6px;
}

/*--------------------------------------------------------*/

/*======================================
       e-ticket details page
========================================*/
.eticket_righttop {
    background: #fff9f3;
    padding: 10% 4%;
    margin-top: -10%;
    margin-right: -7%;
    /*max-height: 430px;
    overflow-y: auto;*/
}

.chat-container {
    height: 400px;
    overflow: auto;
    /*transform: rotate(180deg);
    direction: rtl;*/
    transform: rotate(180deg);
    direction: rtl;
    clear: both;
}

.chat-container ul {
    transform: rotate(-180deg);
    direction: ltr;
}

/* .chat-container .ticket_slist {} */

/*.chat-container .ticket_slist {
    transform: rotate(180deg);
    direction: ltr;
  }*/

.eticket_rightbottom {
    background: #fff3e5;
    padding: 6%;
    margin-right: -7%;
}

.single_eticket h6 {
    color: #000;
    font-weight: 500;
    margin-bottom: 9px;
}

.single_eticket {
    margin-bottom: 30px;
}

.ticker_status ul {
    list-style: none;
    position: relative;
    padding-left: 0;
}

.ticker_status ul::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ff8b0085;
    opacity: 0.5;
    min-height: 300px;
    left: 6px;
    top: 14px;
}

.ticker_status ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 32px;
}

.ticker_status ul li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 3px solid #ff8b00;
    border-radius: 50%;
    left: 0;
    top: 14px;
}

.ticker_status ul li::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #ff8b00;
    left: 13px;
    top: 20px;
}

.ticket_box {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    max-width: 390px;
    margin-bottom: 10px;
}

.complete_ticket .ticket_box {
    background: #fff3e5;
}

.complete_ticket .ticket_box h6 {
    color: #d19e7b;
}
.ticket_box img.img-fluid {
    max-height: 100px;
}

.ticket_slist p {
    color: #b8b8b8;
    font-size: 13px;
}

.ticket_slist p span {
    position: relative;
    padding-left: 26px;
}

.ticket_slist p span::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 8px;
    background: #b8b8b8;
}

.attached_file {
    border-radius: 6px;
    position: relative;
    background: #ffffff;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 45px;
    align-items: center;
    color: #666666;
    margin-top: 0px;
    border: 1px solid #bcbcbc;
    padding: 4px 15px;
    margin-bottom: 24px;
}

.attached_file label {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attached_file label span {
    color: #546deb;
}

.attached_file input[type="file"] {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

/*======================================
        asset requisition page
  ========================================*/

.created_by {
    width: 100%;
    text-wrap: nowrap;
}

.created_by p {
    font-size: 11px;
}

.requestmodal .modal-dialog {
    max-width: 800px;
}

.requestmodal .modal-title {
    font-weight: 600;
}

.modal-body.request_modal {
    padding: 2rem 3rem;
}

.modal-footer.modal_close {
    justify-content: center;
}

.modal-footer.modal_close .btn-secondary {
    min-width: 200px;
    height: 50px;
    background: #fff;
    color: #ff8b00;
    font-size: 16px;
    border-color: #ff8b00;
    letter-spacing: 2px;
}

.modal-footer.modal_close .btn-secondary:not(:disabled):not(.disabled):active,
.modal-footer.modal_close .btn-secondary:not(:disabled):not(.disabled).active,
.modal-footer.modal_close .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c27211;
    border-color: #c27211;
}

/*======================================
        mega menu
  ========================================*/
.sub-menu .btn-group a {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #000;
    width: 100%;
}

.top_navbar ul li {
    font-size: 14px;
}

.sub-menu .btn-group .dropdown-menu {
    min-width: 98vw;
    left: -4% !important;
    padding: 30px;
}

.single_megabox {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.megab_icon {
    width: 10%;
}
.megab_icon img {
    max-width: 100%;
    height: auto;
    max-height: 25px;
}
.megab_con {
    width: 90%;
}
.megab_con h6 {
    color: #000;
    font-weight: 700;
}

.megab_con p {
    color: #656565;
    font-size: 12px;
    margin: 5px 0;
}

/*======================================
              E ticket Management
  ========================================*/
.eticket_tab .nav-pills .nav-link {
    background: #f1f1f1;
    color: #656565;
    height: 45px;
    border: 1px solid #f1f1f1;
}

.eticket_tab .nav-pills {
    gap: 25px;
}

.eticket_tab .nav-pills .nav-link.active,
.eticket_tab .nav-pills .nav-link.active:hover {
    border: 1px solid #546deb;
    color: #546deb;
}

.eticket_tab .ticket_filter_list .ticket_filter_link {
    background: #f1f1f1;
    color: #656565;
    height: 45px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
    font-weight: 400;
    padding: .5rem 1rem;
}

.eticket_tab .ticket_filter_list {
    gap: 3px;
}

.eticket_tab .ticket_filter_list .ticket_filter_link.active,
.eticket_tab .ticket_filter_list .ticket_filter_link:hover {
    background: #ef7625;
    color: #fff;
}

.eticket_tab .ticket_filter_list .ticket_filter_link.active:hover {
    border: 1px solid #546deb;
    color: #ffffff !important;
}


.reorder_sec {
    display: flex;
    gap: 10px;
    align-items: center;
}

/*======================================
         Asset Inventory Management
  ========================================*/

.ticket_slist.green_ticket .ticket_box {
    background: #2fbd142b;
    max-width: 200px;
}

.ticket_slist.green_ticket .ticket_box h6 {
    color: #000000;
}

.asset_id {
    margin-bottom: 28px;
}

.asset_id h6 {
    font-weight: 700;
    color: #000;
}

.available_stock {
    border: 1px solid #d1d1d1;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    /* justify-content: flex-end; */
    background: #fff;
}

.available_stock p {
    margin: 0;
    color: #ef7625;
    font-size: 18px;
    width: 20%;
    padding: 10px;
    border-top: 1px solid #d1d1d1;
}

.asset_table.dashboard_table {
    max-height: 300px;
    overflow-y: auto;
}

.available_stock h6 {
    font-size: 22px;
    border: 1px solid #d1d1d1;
    width: 80%;
    text-align: right;
    padding: 10px;
    border-bottom: 0;
}

.draggable {
    cursor: move;
}

/*--------------------------------------------------------*/
.resetBtn {
    display: none;
}

.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-28 {
    margin-top: 28px;
}
.p-9 {
    padding: 9px;
}

select[name="empList_length"],
select[name="typeCategoryList_length"],
select[name="tablelist_length"] {
    background-color: #f4f5f8 !important;
    margin-bottom: 10px;
}

.tabcon_box {
    background: #ffffff;
    padding: 15px 25px;
    box-shadow: 0px 14px 15px #3333330d;
    border: 1px solid #33333340;
    min-height: 500px;
}

.dashtab_sec .nav-pills .nav-link.active {
    background: #ef7625;
    position: relative;
}

.dashtab_sec .nav-pills .nav-link.active:hover {
    color: #ffffff !important;
}

.dashtab_sec .nav-link {
    color: #ef7625;
    border-radius: 0;
    padding: 1rem;
}

.dashtab_sec .nav-pills .nav-link:hover {
    background: #ef7625;
    color: #fff !important;
}

@media (min-width: 992px) {
    .dashtab_sec .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #ef7625;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.dashtab_sec .nav-link.active::before {
    opacity: 1;
}

.dashtab_sec .nav-pills {
    width: 20%;
}

.dashtab_sec .tab-content {
    width: 80%;
}

/* shankha's css start */
.dashboard_table table,
th,
td {
    padding: 10px !important;
}

.tab-container {
    display: flex;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border: none;
    background-color: #ff8b00;
}

.tab-container .tab:first-child {
    border-radius: 10px 0 0 10px;
}

.tab:last-child {
    border-right: 1px solid #ccc;
    border-radius: 0px 10px 10px 0px;
}

.tab a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.tab:hover {
    background-color: #ddd;
}

.tab.active {
    background-color: #4e78e3;
}

/* shankha's css end */

.select2-container .select2-selection--single {
    min-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.dashboardt_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard_sec {
    position: relative;
    z-index: 1;
}

.ct-input-box {
    border: 1px solid #aaa !important;
    height: 40px;
    border-radius: 4px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 27px;
}
.ct-input-wrapper .ct-arrow-btn{
    color: #888;
    font-size: 11px;
}

.scrollbar-sidebar {
    overflow: hidden;
}
.scrollbar-sidebar:hover {
    overflow-y: auto;
}


/* sk's css   */
/* .quotation-comparism {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 444px;

} */

.quotation-comparism {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-right: 444px;
}

.quotation-item {
    border: 1px solid #ccc;
    /* Border around each quotation */
    padding: 10px;
    /* Padding inside each quotation */
    border-radius: 5px;
    /* Rounded corners */
    background-color: #f9f9f9;
    /* Background color */

}

.quotation-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 334px;

}
.quotation-data-fixed {
    display: flex;
    flex-direction: column;
    gap: 10px;


}
.quotation-field {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.quotation-field strong {
    display: inline-block;
    width: 112px;
}


.heading-dynamic {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
    align-items: center;
}

.vendor-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
    align-items: center;
}
.quotation-vendor{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    height: 75px;
    display: flex;
    flex-direction: column;

}
.dashboard_top_quotation_comparision .download-btn{
    display: flex;
    align-items: left;
    justify-content: start;
    gap: 10px;
}
.ct-drop-down-container{
    min-width: 225px;
}
.dt-input{
    background-color: #f4f5f8 !important;
    border: 1px solid rgb(0 0 0 / 21%) !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.mr-3{
    margin-right: 1rem !important;
}
.mr-5{
    margin-right: 5px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-15{
    margin-right: 15px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.pt-4{
    padding-top: 4px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pb-4{
    padding-bottom: 4px !important;
}
.pl-5{
    padding-left: 5px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.pl-7{
    padding-left: 7px !important;
}
.pr-7{
    padding-right: 7px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-0{
    padding-left: 0px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.btn-sm{
    padding: 8px 12px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.regenerate-qr
{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #3f6ad8 !important;
    text-align: center;
    cursor: pointer;
}
.qr-code-link svg{
    display: block;
    margin: 0 auto;
}
.w-5{
    width: 5% !important;
}
.w-10{
    width: 10% !important;
}
.w-15{
    width: 15% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-35{
    width: 35% !important;
}
.w-40{
    width: 40% !important;
}
.w-50{
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-65{
    width: 65% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}
.w-100{
    width: 100% !important;
}

.ck-editor{
    width: 100% !important;
}
.metismenu .menu-title{
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
}
.red_row {
    background-color: #ff0000;
    color: #fff;
}
.green_row {
    background-color: #2fbd14;
    color: #fff;
}
.blue_row {
    background-color: #0011ff;
    color: #fff;
}
.info-box{
    margin-top: 20px;
}
.info-box label{
    display: block;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
    content: "\f073";
}


.input-qr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-qr #identification_no {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.scan-btn {
    padding: 7px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#viewDocumentModal .document-container{
    width: 100%;
    height: 490px;
    text-align: center;
}
#viewDocumentModal .document-container object,
#viewDocumentModal .document-container iframe {
    width: 100%;
    height: 100%;
}
#viewDocumentModal .document-container img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
}
.btn-approve, .btn-reject{
    padding: 9px 9px;
    width: 78px;
    font-size: 10px;
}
.btn-approve{
    margin-right: 5px;
}



.tab-section {
    position: relative;
    background: #fff;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
  }

  .tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
  }
  .tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .tabs a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #629f88;
  }

  .tabs_item {
    display: none;
    padding: 30px 0;
  }
  .tabs_item h4 {
    font-weight: bold;
    color: #629f88;
    font-size: 20px;
  }
  .tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
  }
  .tabs_item:first-child {
    display: block;
  }

  .current a {
    color: #fff;
    background: #629f88;
  }
.tab_content{
    border-top: 2px solid #629f88;
    margin-top: -2px;
}
.select-group.is-invalid .select2-selection {
    border: 1px solid #d92550;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
}
.dropdown-menu.show {
    animation: fade-in2 .2s cubic-bezier(1, .575, .565, 1) both !important;
}
.select2-container{
    width: 100% !important;
}
.form-control:invalid, .form-control.is-invalid{
    background-image: none;
}
.single_statbox h6 {
    font-size: 15px;
   margin-bottom: 10px;
}
button{
    text-transform: uppercase !important;
}
button.search-type-btn{
    text-transform: capitalize !important;
}

select[readonly]:-moz-read-only {
    /* For Firefox */
    pointer-events: none;
}

select[readonly]:read-only {
    pointer-events: none;
}

/* table.dataTable > tbody > tr.high-priority-ticket {
    background-color: #f2ff87;
} */


table.dataTable > tbody > tr.high-priority-ticket {
    background-color: #e6ff9f;
}

table.dataTable > tbody > tr.closed-ticket {
    background-color: #ffd1d1;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}
#reportList_wrapper .dt-buttons .buttons-copy,
#reportList_wrapper .dt-buttons .buttons-pdf,
#reportList_wrapper .dt-buttons .buttons-csv{
    display: none;
}
#reportList > thead > tr > th, #reportList > thead > tr > td {
    border-bottom: 1px solid rgb(89, 91, 94);
    border-right: 1px solid rgb(89, 91, 94);
    text-align: center;
}
#reportList_wrapper .dt-buttons .buttons-excel {
    background-color: #0c9723;
    border-color: #10bb2c;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}
#reportList_wrapper .dt-buttons .buttons-excel::before {
    font-family: fontAwesome;
    content: "\f019\00a0";
}
#reportList_wrapper .dt-paging {
    margin-top: 30px;
}
#reportList_wrapper{
    max-height: 500px;
}

.gd-sldm .sldm {
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 150;
}

.gd-sldm .sldm a {
	text-decoration: none;
}

/* .gd-sldm .sldm a:hover {
	text-decoration: none;
    background-color: #ffffff;
} */

.gd-sldm .sldm .sldm-overlay {
	display: none;
}
/* .gd-sldm .sldm-bg-image {
    width: 100%;
    margin: 43px 0 0;
    padding: 0;
    filter: blur(0) grayscale(0);
    transition: 0.75s all;
}
.gd-sldm .sldm-bg-image.active {
    filter: blur(5px) grayscale(0.5);
}
.gd-sldm .sldm .sldm-bar {
	position: relative;
	z-index: 10;
	min-height: 43px;
	padding: 0 0 0 48px;
	background: #fff;
	-o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
} */

.gd-sldm .sldm .sldm-bar .sldm-brand {
	color: #949494;
	height: 43px;
	line-height: 43px;
	display: block;
	float: left;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;
    background-color: #ffffff;

    -webkit-backface-visibility: hidden;
}

.gd-sldm .sldm .sldm-bar .sldm-brand:hover {
	background: rgba(255, 255, 255, 0.84);
}

.gd-sldm .sldm .sldm-bar .sldm-icons {
	float: right;
}

.gd-sldm .sldm .sldm-bar .sldm-icons a {
	width: 43px;
	height: 43px;
	display: block;
	float: left;
	color: #969696;
	font-size: 24px;
	line-height: 43px;
	text-align: center;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;

	-webkit-backface-visibility: hidden;
	transform: scale(0.9,0.9);
	transition: 0.35s all;
}

.gd-sldm .sldm .sldm-bar .sldm-icons a:hover {
	background: rgba(0, 0, 0, 0.1);
	transform: scale(1,1);
}

.gd-sldm .sldm nav {
	z-index: 30;
	position: fixed;
	top: 0;
	width: 310px;
	height: 100%;
	background: #fff;
	transform: translateX(-310px);
	transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-nav-container {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-header {
	/* height: 110px; */
	position: relative;
    padding: 10px 0 20px;
    margin: 0 auto;
    border-bottom: 1px solid #f6f6f6;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header .removeBTN {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0px 8px;
    font-size: 22px;
    cursor: pointer;
    color: red;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header .dashboard_logo{
    margin: 0 auto;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header a {
	display: block;
	position: absolute;
	left: 40%;
	top: 90%;
	margin-top: -45px;
	width: 95px;
	height: 95px;
	overflow: hidden;
	border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
    z-index: 999;

    -webkit-backface-visibility: hidden;
    transform: scale(0.9,0.9);
    transition: 0.35s all;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header a:hover {
    transform: scale(1,1);
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header a img {
	max-width: 100%;
	display: block;
	border: 6px solid #eeeeee;
	border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header .sldm-header-image-wrapper {
    height: 110px;
    overflow: hidden;
    position: relative;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header .sldm-header-background-image {
    position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
    right: 0;
    width: 100%;
    height: 100%;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav {
	padding: 0 0 75px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li {
	line-height: 1.3;
	font-size: 18px;
	font-weight: 300;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a {
	color: #696969;
	display: block;
	padding: 12px 30px 12px 20px;
	text-decoration: none;
	position: relative;
	transition: 0.35s all;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a:hover,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a:focus {
    background-color: rgba(0, 0, 0, 0.15);
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li + li {
	border-top: 1px solid #e9e9e9;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:after {
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 10px;
	text-align: center;
	transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:hover:after,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:active:after {
	right: 10px;
	color: #394c53;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a.sldm-open:after {
	transform: rotate(-180deg);
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul {
	display: none;
	padding-left: 20px;
	border-top: 1px solid #f2f2f2;
	background: #e5e5e5;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul li {
	background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul li a {
	font-size: 15px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default + ul {
	margin-top: 43px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default + ul:before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #cfcfcf;
	position: absolute;
	top: -25px;
	left: 50%;
    margin-left: -30px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social:after,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social:before {
	clear: both;
	content: " ";
	display: table;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li {
	float: left;
	width: 20%;
	font-size: 24px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a {
	padding: 12px 0;
	text-align: center;
	display: block;
	background: #dcdcdc;
	color: #585858;
	transition: 0.35s all;
    margin-left: 1px;
    margin-right: 1px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover {
	background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-facebook {
	color: #326477;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-google-plus {
	color: #dd4b39;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-twitter {
	color: #394c53;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-pinterest {
	color: #bd2125;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-youtube {
	color: #d22222;
}

.gd-sldm .sldm nav .sldm-toggle {
	position: absolute;
	top: 0;
	right: -48px;
	width: 48px;
	height: 43px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	color: #969696;
	background: #fff;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;
	transform: translateY(0);
	transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-toggle i {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 43px;
	font-size: 24px;
	text-align: center;
	left: 0;
	transform: translateY(0);
	transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-toggle i.sldm-close {
	transform: translateY(-43px);
}

.gd-sldm .sldm nav .sldm-toggle i:hover {
	background: rgba(0, 0, 0, 0.1);
}
.gd-sldm .sldm.sldm-active nav .sldm-toggle i {
	transform: translateY(43px);
}

.gd-sldm .sldm.sldm-active nav .sldm-toggle i.sldm-close {
	transform: translateY(0);
}

.gd-sldm .sldm.sldm-active .sldm-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	z-index: 20;
}

.gd-sldm .sldm.sldm-active .sldm-overlay.sldm-white {
	background: rgba(255, 255, 255, 0.6);
}

.gd-sldm .sldm.sldm-active nav {
	transform: translateX(0);
	-o-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:360px) {
	.gd-sldm .sldm.sldm-active nav .sldm-toggle {
		right: 0;
		z-index: 160;
	}
}

@media screen and (max-width:330px) {
	.gd-sldm .sldm.sldm-active nav {
		width: 100% !important;
	}
}

.sldm-widget-container {
	position: fixed;
	top: 43px;
	left: 0;
	width: 100%;
	z-index: 5;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sldm-widget-container * {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sldm-widget-container .sldm-widget {
	width: 100%;
	background: #696f71;
	height: 60px;
	padding: 10px;
	-o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgba(255, 255, 255, 0.13);
}

.sldm-widget-container .sldm-widget.sldm-search-widget form {
	position: relative;
	margin: 0;
	padding: 0;
}

.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-input {
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	padding: 9px 145px 9px 10px;
	font-weight: 100;
	background: #fff;
	color: #777;
	border: none;
	height: 40px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-input:focus {
	border: none;
	color: #444;
	outline: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button {
    font-family: 'Open Sans', sans-serif;
	display: block;
	width: 130px;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 37px;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	background: #4F758B;
	-webkit-text-shadow: 0 0 0 #32b8e5;
	-moz-text-shadow: 0 0 0 #32b8e5;
	-o-text-shadow: 0 0 0 #32b8e5;
	-ms-text-shadow: 0 0 0 #32b8e5;
    color: rgba(255, 255, 255, 0.8);
	text-align: center;
	cursor: pointer;
	transition: 0.35s all;
}
.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button:hover,
.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button:focus {
    background-color: #b58500;
}
.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button i {
	margin-left: 10px;
}
.sldm-widget-container .sldm-widget.sldm-phone-widget .sldm-phone-widget-content {
    color: #ffffff;
    text-align: center;
    line-height: 43px;
}
.sldm-clear {
	clear: both;
	overflow: hidden;
}

.sldm-hidden {
	display: none;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul > li > ul{
    margin-left: 10px;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul > li > ul li.mm-active::after{
    width: 3px;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul > li > ul li.mm-active {
    background-color: #fff;
}
.menuLine-icon{
    list-style: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
}
.menuLine-icon li{
    width: 36px;
    height:4px;
    background: #2d2d2d;
    border-radius: 14px;
}
.menuLine-icon li:nth-child(2){
    padding: 0;
    margin: 4px 0;
}
/* .gd-sldm .sldm nav .sldm-nav-container .sldm-nav .vertical-nav-menu li:hover {
    background: #fff3e5;
} */

.app-main > .mobile-menu{
    display: none !important;
}
.app-header-right .mobile-menus{
    display: none;
}

@media screen and (max-width:1199px){
    .dashboard_mainsec {
        padding: 0;
    }
    .app-header .app-header__content{
        padding: 1rem 15px;
    }
    .app-header-middle{
        justify-content: flex-end;
    }
    .app-header-middle .top_navbar{
        display: none;
    }
    .app-header .mobile-menu{
        display: block;
    }
    .app-header .app-header-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .mobile-menu{
        display: none;
    }
    .closed-sidebar .gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul .menuitem_name{
        font-size: 12px;
    }

    .app-header-right .mobile-menus{
        display: block;
    }
    /* .app-header__logo {
        height: 21px;
    } */
    /* .app-header__logo .hamburger.close-sidebar-btn{
        display: none;
    } */
    /* .scrollbar-sidebar .app-sidebar__inner .menuitem_name{
        font-size: 0;
    }

    .app-sidebar {
        width: 80px;
        min-width: 80px;
        flex: 0 0 80px;
    } */
    .app-header-middle {
        min-width: calc(100% - 335px);
        gap: 20px;
    }
    .fixed-sidebar .app-sidebar {
        position: fixed;
        display: none;
    }
    .fixed-sidebar .app-main .app-main__outer {
        /* padding-left: 90px; */
        padding-left: 20px;
    }
    .app-sidebar{
        transition: all .3s ease;
        width: 80px;
        min-width: 80px;
        flex: 0 0 80px;
        z-index: 13;
    }
    .closed-sidebar .app-sidebar{
        width: 210px;
        z-index: 11;
        overflow: hidden;
        min-width: 210px;
        /* position: relative; */
        flex: 0 0 210px;
        margin-top: -60px;
        padding-top: 60px;
        transition: all .2s;
    }
    .menuitem_name{
        font-size: 0;
    }
    .closed-sidebar .menuitem_name{
        font-size: 12px;
    }
    .closed-sidebar .app-sidebar .app-sidebar__inner ul li a{
        justify-content: flex-start;
    }
    .closed-sidebar .app-sidebar .app-sidebar__inner ul li a span{
        display: inline-block;
    }
    .closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo .header__pane,
    .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane{
        display: block;
    }
    .sldm-nav-container .menuitem_name {
        font-size: 12px;
    }
}

@media screen and (max-width:1024px){
    .drag-list-bottom .col-md-6.drag-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btn-primary{
        letter-spacing: normal;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 13px;
    }
}
@media screen and (max-width:991px){
    .drag-list-left .drag-item-top.col-md-2{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width:767px){
    .app-header .app-header__content{
        flex-wrap: wrap;
    }
    .app-header .app-header__content .app-header-left{
        width: 100%;
        justify-content: center;
        padding: 0 0 10px;
    }
    .fixed-header .app-header,
    .app-header .app-header__content{
        height: auto;
    }
    .drag-list-left .drag-item-top.col-md-6,
    .drag-list-left .drag-item-top.col-md-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width:699px){
    .drag-list-left .drag-item-top.col-md-6,
    .drag-list-left .drag-item-top.col-md-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .app-header-middle {
        min-width: 100%;
        gap: 0;
        justify-content: center;
        padding: 0 0 10px;
    }
    .app-header .app-header-right {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }
    .dashboard_top{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .dashboard_top h4, .version_title h6{
        padding: 0 0 15px;
    }
    .dashboard_top .dashboardt_right{
        /* width: 100%; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .dashboard_top .dashboardt_right .add_assets{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }
    .filter_sec .filter_box .search_inputbox .search_btn{
        width: auto !important;
    }
    .filter_sec.emp_filtersec .single_filterbox,
    .filter_sec.emp_filtersec .search_inputsec.single_filterbox{
        width: 100%;
    }
    .single_filterbox label, .date_range p{
        word-break: break-all;
        white-space: normal;
    }
    .app-main .app-main__inner {
        padding: 10px;
    }
    .filter_sec{
        padding: 10px;
    }
}
@media screen and (max-width:575px){
    section.login-sec{
        height: auto;
    }
    .login-secright{
        height: auto;
    }
    .login-rightbox{
        margin: 20px auto;
    }
}
@media screen and (max-width:553px){
    .dashboard_footer{
        padding-left: 90px;
    }
    .dashboard_top .dashboardt_right .add_assets{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .dashboard_top .dashboardt_right .add_assets a,
    .dashboard_top .dashboardt_right .add_assets a button{
        width: 100%;
    }
}

.pl-20{
    padding-left: 20px !important;
}
.bulk_upload.bulkAssetAllocationBtn{
    display: block;
    width: 240px;
}

.bulk_upload.bulkAssetAllocationBtn label{
    color: #fff;
}
.dash_chartbox{
    position: relative;
}
.dash_chartbox .loader{
    position: absolute;
    top: 48%;
    left: 44%;
}
.dash_chartbox .loading {
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-color: rgb(255 255 255 / 1) !important;
    border-top-color: #1ecd97 !important;
    border-left-color: #1ecd97 !important;
    animation: spin 1s infinite ease-in;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
}

.noti-list li .noti-action .notiActionBtn {
    display: none;
}
.noti-list li:hover .noti-action .notiActionBtn {
    display: block;
}
.multiselect-container.dropdown-menu.show {
    max-width: 100%;
}
/* .multiselect-container.dropdown-menu .dropdown-item{
    white-space: break-spaces;
} */
input[type="password"]::-ms-reveal {
    display: none;
}
.password-rule{
    font-size: 13px;
}
.password-help-text{
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 0;
}
.desc_box label {
    font-weight: 600;
    color: #000;
}
.button.button-orange{
    background-color: #ef7625;
}

.div-loader, .div-loader:before, .div-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.div-loader {
    color: #546deb;
    font-size: 7px;
    position: absolute;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    z-index: 9;
    top: 45%;
    left: 45%;
    display: none;
}
.div-loader:before,
.div-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.div-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.div-loader:after {
  left: 3.5em;
}
input.ticket-radio-tab-child+label{
    position: relative;
}
.ticket_count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #333;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    z-index: 9;
}
.noti_header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
}
.noti_header .header_action{
    padding: 10px 17px;
}
.email_send_btn {
    border-radius: 8px;
    position: relative;
    background: #2fbd14;
    max-width: 100%;
    width: 220px;
    height: 40px;
    color: #666666;
    margin-right: 14px;
}
.email_send_btn label {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 3px;
    position: absolute;
    top: 25%;
    left: 8%;
    cursor: pointer;
}
.email_send_btn label span {
    padding-right: 10px;
}
.email_reset_btn {
    border: 1px solid #a8a8a8;
    background-color: #cccccc;
    color: #333;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}


@media (min-width: 768px){
  .seven-cols .col-md-seven,
  .seven-cols .col-sm-seven,
  .seven-cols .col-lg-seven  {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-seven,
  .seven-cols .col-sm-seven,
  .seven-cols .col-lg-seven {
    width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-seven,
  .seven-cols .col-sm-seven,
  .seven-cols .col-lg-seven {
    width: 14.285714285714285714285714285714%;
  }
}
