body {
    -webkit-print-color-adjust: exact !important;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #cce3fc; */
    background-color: var(--body-screen-bg);
    letter-spacing: normal !important;
    color: #130e0e;
    padding-bottom: 0px !important;
    -webkit-touch-callout: none;
    text-rendering: optimizeLegibility;
}

* {
    text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden
{
    overflow: hidden !important;
}
.overflow-note-modal.v--modal-overlay .v--modal-box{
    overflow: initial !important;
}
.overflowing-text{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

:root {
    --main-theme-color: #00448b;
    --button-border-radius: 5px;
    --body-screen-bg: #fafafa
}
.digitop {
    position: relative;
    display: flex;
    flex: 0 0 auto;
}
body,
html {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.app-digi {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.horizontal-layout-1 {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

.horizontal-layout-1>#main {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-width: 0;
}
.horizontal-layout-1 #main>.digicontainer {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    width: 100%;
    overflow: auto;
    height: 100%;
}

.horizontal-layout-1 #main>.digicontainer>.dccontainer {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    width: 100%;
    min-height: 0;
    min-width: 0;
    min-width: 100%;
    height: 100%;
}
.horizontal-layout-1 #main>.digicontainer>.dccontainer>.ps-container .bigcontainer {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: #fff;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-size: 14px !important;
}
.input-width {
    border-radius: 5px !important;
    border: none !important;
    background-color: #fff;
    padding: 8px 10px;
    width: 100% !important;
    height: 36px !important;
  }
.input-field {
    border-radius: 5px !important;
    background-color: #f1f1f1 !important;    
    padding: 8px 10px;
    width: 100% !important;
    height: 36px;
}
.input-field-underline {
    border: none !important;
    /* border-bottom: solid 0.5px #c6c7c9 !important; */
    background-color: #f1f1f1 !important;
    padding: 8px 10px;
    width: 100%;
  }
.input-width::placeholder {
    color: #130e0e !important;
    opacity: 0.5;

}
.input-label {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.39px;
    text-align: left;
    color: #130e0e !important;
    padding: 0 0 6px 0px;
    font-size: 14px;
  }
  .multiselect.diginew-multiselect .multiselect__option--highlight {
    color: #fff !important;
    background-color: #29417C !important;
  }
  .multiselect.diginew-multiselect .multiselect__option--selected {
    color: #fff !important;
    background-color: #7ab221 !important;
  }

.w-300px{
    width:300px !important;

}
.w-17-h-20{
    width: 17px !important;
    height: 17px !important;
    margin-left: 0px !important;

}

/* font-weight  */
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200!important;
}

.fw-300 {
    font-weight: 300!important;
}

.fw-400 {
    font-weight: 400!important;
}

.fw-500 {
    font-weight: 500!important;
}

.fw-600 {
    font-weight: 600!important;
}

.fw-700 {
    font-weight: 700!important;
}

.fw-800 {
    font-weight: 800!important;
}

/* font-size  */
.fs-1{
    font-size: 1px!important;
}
.fs-2{
    font-size: 2px!important;
}
.fs-3{
    font-size: 3px!important;
}
.fs-4{
    font-size: 4px!important;
}
.fs-5{
    font-size: 5px!important;
}
.fs-6{
    font-size: 6px!important;
}
.fs-7{
    font-size: 7px!important;
}
.fs-8{
    font-size: 8px!important;
}
.fs-9{
    font-size: 9px!important;
}
.fs-10{
    font-size: 10px!important;
}
.fs-11{
    font-size: 11px!important;
}
.fs-12{
    font-size: 12px!important;
}
.fs-13{
    font-size: 13px!important;
}
.fs-14{
    font-size: 14px!important;
}.fs-15{
    font-size: 15px!important;
}
.fs-16{
    font-size: 16px!important;
}
.fs-17{
    font-size: 17px!important;
}
.fs-18{
    font-size: 18px!important;
}
.fs-19{
    font-size: 19px!important;
}
.fs-20{
    font-size: 20px!important;
}
.fs-21{
    font-size: 21px!important;
}
.fs-22{
    font-size: 22px!important;
}
.fs-23{
    font-size: 23px!important;
}
.fs-24{
    font-size: 24px!important;
}.fs-25{
    font-size: 25px!important;
}
.fs-26{
    font-size: 26px!important;
}
.fs-27{
    font-size: 27px!important;
}
.fs-28{
    font-size: 28px!important;
}
.fs-29{
    font-size: 29px!important;
}
.fs-30{
    font-size: 30px!important;
}

/* margin-top  */
.mt-1px {
    margin-top: 1px!important;
}

.mt-2px {
    margin-top: 2px!important;
}

.mt-3px {
    margin-top: 3px!important;
}

.mt-4px {
    margin-top: 4px!important;
}

.mt-5px {
    margin-top: 5px!important;
}

.mt-6px {
    margin-top: 6px!important;
}

.mt-7px {
    margin-top: 7px!important;
}

.mt-8px {
    margin-top: 8px!important;
}

.mt-9px {
    margin-top: 9px!important;
}

.mt-10px {
    margin-top: 10px!important;
}

.mt-11px {
    margin-top: 11px!important;
}

.mt-12px {
    margin-top: 12px!important;
}

.mt-13px {
    margin-top: 13px!important;
}

.mt-14px {
    margin-top: 14px!important;
}

.mt-15px {
    margin-top: 15px!important;
}

.mt-16px {
    margin-top: 16px!important;
}

.mt-17px {
    margin-top: 17px!important;
}

.mt-18px {
    margin-top: 18px!important;
}

.mt-19px {
    margin-top: 19px!important;
}
.mt-20px {
    margin-top: 20px!important;
}
.mt-21px {
    margin-top: 21px!important;
}

.mt-22px {
    margin-top: 22px!important;
}

.mt-23px {
    margin-top: 23px!important;
}

.mt-24px {
    margin-top: 24px!important;
}

.mt-25px {
    margin-top: 25px!important;
}

.mt-26px {
    margin-top: 26px!important;
}

.mt-27px {
    margin-top: 27px!important;
}

.mt-28px {
    margin-top: 28px!important;
}

.mt-29px {
    margin-top: 29px!important;
}
.mt-30px {
    margin-top: 30px!important;
}

/* margin-right css  */
.mr-1{
    margin-right: 0.4rem !important;
}
.mr-2{
    margin-right: 0.8rem !important;
}
.mr-3{
    margin-right: 1.2rem !important;
}
.mr-4{
    margin-right: 1.6rem !important;
}
.mr-5{
    margin-right: 2.0rem !important;
}
.mr-6{
    margin-right: 2.4rem !important;
}
.mr-7{
    margin-right: 2.8rem !important;
}
.mr-8{
    margin-right: 3.2rem !important;
}
.mr-9{
    margin-right: 3.6rem !important;
}
.mr-10{
    margin-right: 4.0rem !important;
}
.mr-11{
    margin-right: 4.4rem !important;
}
.mr-12{
    margin-right: 4.8rem !important;
}
.mr-13{
    margin-right: 5.2rem !important;
}
.mr-14{
    margin-right: 5.6rem !important;
}
.mr-15{
    margin-right: 6.0rem !important;
}
.mr-16{
    margin-right: 6.4rem !important;
}
.mr-17{
    margin-right: 6.8rem !important;
}
.mr-18{
    margin-right: 7.2rem !important;
}
.mr-19{
    margin-right: 7.6rem !important;
}
.mr-20{
    margin-right: 8.0rem !important;
}

/* margin-left css  */
.ml-1{
    margin-left: 0.4rem !important;
}
.ml-2{
    margin-left: 0.8rem !important;
}
.ml-3{
    margin-left: 1.2rem !important;
}
.ml-4{
    margin-left: 1.6rem !important;
}
.ml-5{
    margin-left: 2.0rem !important;
}
.ml-6{
    margin-left: 2.4rem !important;
}
.ml-7{
    margin-left: 2.8rem !important;
}
.ml-8{
    margin-left: 3.2rem !important;
}
.ml-9{
    margin-left: 3.6rem !important;
}
.ml-10{
    margin-left: 4.0rem !important;
}
.ml-11{
    margin-left: 4.4rem !important;
}
.ml-12{
    margin-left: 4.8rem !important;
}
.ml-13{
    margin-left: 5.2rem !important;
}
.ml-14{
    margin-left: 5.6rem !important;
}
.ml-15{
    margin-left: 6.0rem !important;
}
.ml-16{
    margin-left: 6.4rem !important;
}
.ml-17{
    margin-left: 6.8rem !important;
}
.ml-18{
    margin-left: 7.2rem !important;
}
.ml-19{
    margin-left: 7.6rem !important;
}
.ml-20{
    margin-left: 8.0rem !important;
}


.p-1{
    padding: 0.4rem !important;
}
.p-2{
    padding: 0.8rem !important;
}
.p-3{
    padding: 1.2rem !important;
}
.p-4{
    padding: 1.6rem !important;
}
.p-5{
    padding: 2.0rem !important;
}
.p-6{
    padding: 2.4rem !important;
}
.p-7{
    padding: 2.8rem !important;
}
.p-8{
    padding: 3.2rem !important;
}
.p-9{
    padding: 3.6rem !important;
}
.p-10{
    padding: 4.0rem !important;
}
.p-11{
    padding: 4.4rem !important;
}
.p-12{
    padding: 4.8rem !important;
}
.p-13{
    padding: 5.2rem !important;
}
.p-14{
    padding: 5.6rem !important;
}
.p-15{
    padding: 6.0rem !important;
}
.p-16{
    padding: 6.4rem !important;
}
.p-17{
    padding: 6.8rem !important;
}
.p-18{
    padding: 7.2rem !important;
}
.p-19{
    padding: 7.6rem !important;
}
.p-20{
    padding: 8.0rem !important;
}

/* padding-bottom */
.pb-1{
    padding-bottom: 0.4rem !important;
}
.pb-2{
    padding-bottom: 0.8rem !important;
}
.pb-3{
    padding-bottom: 1.2rem !important;
}
.pb-4{
    padding-bottom: 1.6rem !important;
}
.pb-5{
    padding-bottom: 2.0rem !important;
}
.pb-6{
    padding-bottom: 2.4rem !important;
}
.pb-7{
    padding-bottom: 2.8rem !important;
}
.pb-8{
    padding-bottom: 3.2rem !important;
}
.pb-9{
    padding-bottom: 3.6rem !important;
}
.pb-10{
    padding-bottom: 4.0rem !important;
}
.pb-11{
    padding-bottom: 4.4rem !important;
}
.pb-12{
    padding-bottom: 4.8rem !important;
}
.pb-13{
    padding-bottom: 5.2rem !important;
}
.pb-14{
    padding-bottom: 5.6rem !important;
}
.pb-15{
    padding-bottom: 6.0rem !important;
}
.pb-16{
    padding-bottom: 6.4rem !important;
}
.pb-17{
    padding-bottom: 6.8rem !important;
}
.pb-18{
    padding-bottom: 7.2rem !important;
}
.pb-19{
    padding-bottom: 7.6rem !important;
}
.pb-20{
    padding-bottom: 8.0rem !important;
}

/* padding-top  */
.pt-1px {
    padding-top: 1px!important;
}

.pt-2px {
    padding-top: 2px!important;
}

.pt-3px {
    padding-top: 3px!important;
}

.pt-4px {
    padding-top: 4px!important;
}

.pt-5px {
    padding-top: 5px!important;
}

.pt-6px {
    padding-top: 6px!important;
}

.pt-7px {
    padding-top: 7px!important;
}

.pt-8px {
    padding-top: 8px!important;
}

.pt-9px {
    padding-top: 9px!important;
}

.pt-10px {
    padding-top: 10px!important;
}

.pt-11px {
    padding-top: 11px!important;
}

.pt-12px {
    padding-top: 12px!important;
}

.pt-13px {
    padding-top: 13px!important;
}

.pt-14px {
    padding-top: 14px!important;
}

.pt-15px {
    padding-top: 15px!important;
}

.pt-16px {
    padding-top: 16px!important;
}

.pt-17px {
    padding-top: 17px!important;
}

.pt-18px {
    padding-top: 18px!important;
}

.pt-19px {
    padding-top: 19px!important;
}

.pt-20px {
    padding-top: 20px!important;
}
.pt-21px {
    padding-top: 21px!important;
}

.pt-22px {
    padding-top: 22px!important;
}

.pt-23px {
    padding-top: 23px!important;
}

.pt-24px {
    padding-top: 24px!important;
}

.pt-25px {
    padding-top: 25px!important;
}

.pt-26px {
    padding-top: 26px!important;
}

.pt-27px {
    padding-top: 27px!important;
}

.pt-28px {
    padding-top: 28px!important;
}

.pt-29px {
    padding-top: 29px!important;
}

.pt-30px {
    padding-top: 30px!important;
}

/* width css  */
.w-1{
    width:1% !important;
}
.w-2{
    width:2% !important;
}
.w-3{
    width:3% !important;
}
.w-4{
    width:4% !important;
}
.w-5{
    width:5% !important;
}
.w-6{
    width:6% !important;
}
.w-7{
    width:7% !important;
}
.w-8{
    width:8% !important;
}
.w-9{
    width:9% !important;
}
.w-10{
    width:10% !important;
}
.w-11{
    width:11% !important;
}
.w-12{
    width:12% !important;
}
.w-13{
    width:13% !important;
}
.w-14{
    width:14% !important;
}
.w-15{
    width:15% !important;
}
.w-16{
    width:16% !important;
}
.w-17{
    width:17% !important;
}
.w-18{
    width:18% !important;
}
.w-19{
    width:19% !important;
}
.w-20{
    width:20% !important;
}
.w-50{
    width:50% !important;
}
.w-100{
    width:100% !important;
}
.w-250px {
    width: 250px !important;
}
.w-130px{
    width: 130px !important;
}
.w-135px{
    width: 135px !important;
}
.w-1per {
    width: 1%;
  }
  .w-2o5per {
    width: 2.5%;
  }
  .w-5per {
    width: 5%;
  }
  .w-15per {
    width: 15%;
  }
  .w-20per {
    width: 20% !important;
  }
  .w-25per {
    width: 25%;
  }
  .w-30per {
    width: 30%;
  }
  .w-44per {
    width: 44%;
  }
  .w-80per {
    width: 80% !important;
  }
.grey-border{
    border-radius: 0.3px;
    border-bottom: solid 0.8px #b2bec3;
}
.ht-400px{
    height: 400px !important;
}
.ht-400px{
    height: 500px !important;
}

/* button-styling  */
.btn-filter-new {
    height: 39px !important;
    border-radius: 5px !important;
    color: #fff;
    font-weight: 600;
    background-color: #00448b;
    border-color: #00448b;
    box-shadow: none !important;
}
.btn-filter-new-img{
    height: 39px !important;
    border-radius: 5px !important;
    color: #fff;
    font-weight: 600;
    border-color: #00448b;
    box-shadow: none !important;
}
.btn-delete {
    background: #e14842 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e14842 !important;
    text-transform: capitalize !important;
}
.btn-edit {
    background: #00448b !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #00448b !important;
    text-transform: capitalize !important;
}
.btn-edit-custom {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    /* padding: 0 1.6rem; */
    font-size: 1.4rem;
    line-height: 1.78571;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    min-width: 3.8rem;
    height: 3.8rem;
    line-height: 3.6rem;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}


.btn-smm {
    height: 32px !important;
    padding: 0 18px !important;
    border-radius: 18px !important;
    font-size: 12px !important;
    line-height: 32px !important;
    text-transform: none;
    font-weight: 600 !important;
}
.btn-smm-create {
    height: 32px !important;
    padding: 0 0 0 18px !important;
    border-radius: 18px !important;
    font-size: 12px !important;
    line-height: 32px !important;
    text-transform: none;
    font-weight: 600 !important;
}



.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #F44336;
    border-color: #F44336;
}

.btn-outline-danger {
    color: #F44336 !important;
    background-color: transparent;
    background-image: none;
    border-color: #F44336;
}

.btn-outline-danger i {
    color: #F44336;
}
.btn-danger-new {
    background: #fff !important;
    color: #e14842 !important;
    border-radius: 5px !important;
    border: 1px solid #e14842 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    height: 40px !important;

}
.btn-danger-new:hover {
    background: #e14842 !important;
    color: #fff !important;
    border-radius: 5px !important;
    text-transform: capitalize !important;
}
.btn-danger {
    border-radius: 5px ;
}
.btn-outline-danger:hover i {
    color: #fff;
}
.btn-danger {
    -webkit-appearance: none !important;
}
.btn-orange {
    background: #FFA500 !important;
    color: #fff !important;
}

.btn-assigned {
    background: #00D3CB !important;
    color: #fff !important;
}
.btn-green {
    color: #fff !important;
    background-color: #1a9347 !important;
    text-transform: capitalize !important;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.btn-green-new {
    color: #fff !important;
    background-color: #388e3c !important;
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding:0 15px 0 15px !important;

}
.btn-deepblue {
    background: #002262 !important;
    color: #fff !important;
}
.btn-dark-blue {
    height: 3.3rem !important;
    color: #ffffff !important;
    background: #004fe3;
    border-color: #ffffff;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #0086f8, #004fe3);
    text-transform: none;
    padding: 0 1rem !important;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
}
.btn-blue {
    background: #7b1fa2 !important;
    color: #fff !important;
}
.box-with-blue-border {
    border: 15px solid #00448b;
    background: #ecf5ff !important;
    border-radius: 18px;
}
.btn-hex-gray38 {
    background: #616161 !important;
    color: #fff !important;
}
.btn-success-new{
    background: #058b62 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #058b62 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.btn-success-outline {
    border: 1px solid #038b62 !important;
    background: #fff !important;
    border-radius: 5px !important;
    color: #038b62 !important
}
.btn-success-outline:hover {
    border: 1px solid #038b62 !important;
    background: #038b62 !important;
    border-radius: 5px !important;
    color: #fff !important
}
.btn-success-outline i {
    position: relative;
    top: -1px;
    color: #038b62 !important
}
.btn-success-outline:hover i {
    color: #fff !important
}
.btn-success {
    background: #4CAF50;
    border-radius: 5px !important;
}
.btn-success-border-radius {
    border-radius: 5px !important;
}
.btn-dodger-blue {
    background: #4385FF;
}
.btn-new-primary {
    color: #fff;
    border-radius: 5px !important;
    padding-left: 35px;
    padding-right: 35px;
    text-transform: none;
    font-weight: 500;
    line-height: 30px;
    box-shadow: none;
    background-color: #00448b;
    border-color: 2px solid #00448b;
    box-shadow: none !important;
    font-weight: 500;
}
.btn-new-reset {
    color: #00448b !important;
    border-radius: 5px !important;
    padding-left: 35px;
    padding-right: 35px;
    text-transform: none;
    font-weight: 500;
    line-height: 30px !important;
    box-shadow: none;
    background-color: #fff !important;
    border: 1px solid #00448b !important;
    box-shadow: none !important;
    font-weight: 500 !important;
}
/* .btn-new-reset:hover {
    color: #fff !important;
    border-radius: 5px !important;
    padding-left: 35px;
    padding-right: 35px;
    text-transform: none;
    font-weight: 500;
    line-height: 30px !important;
    box-shadow: none;
    background-color: #00448b !important;
    border: 1px solid #00448b !important;
    box-shadow: none !important;
    font-weight: 500 !important;
} */
.btn-new-outline-primary {
    color: #00448b;
    background-color: transparent;
    background-image: none;
    border-color: #00448b;
    border: 2px solid;
    border-radius: 5px;
}
.btn-secondary-outline {
    color: #00448b !important;
    border: 1px solid #00448b !important;
    padding: 7px 20px;
    border-radius: 4px;
    background-color: #fff;
}
.btn-black-outline {
    color: #130e0e !important;
    border: 1px solid #474f5c !important;
    padding: 7px 20px;
    border-radius: 4px;
    background-color: #fff;
}


.btn-new-outline-primary:hover,
.btn-new-outline-primary:active {
    color: #00448b !important;
    background-color: #fff;
    border-color: #00448b;
}
.btn-secondary {
    color: #fff;
    background-color: #00448b;
    border-color: #00448b;
    border-radius: 18px !important;
    box-shadow: none !important;
    font-weight: 600;
}
.btn-secondary-new{
    height: 40px !important;
    border-radius: 5px !important;
    color: #fff;
    font-weight: 500 !important;
    font-size: 14px !important;
    background-color: #00448b;
    border-color: #00448b;
    box-shadow: none !important;
}
.btn.btn-secondary-outline.btn-smm {
    height: 32px !important;
    border-radius: 100px !important;
    border: solid 1px #00448b !important;
    color: #00448b !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.btn.btn-secondary i.icon-filter {
    font-size: 14px !important;
    color: #fff !important;
    padding-right: 3px !important;
}
.btn.btn-secondary-outline.btn-smm {
    height: 32px !important;
    border-radius: 100px !important;
    border: solid 1px #00448b !important;
    color: #00448b !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.btn-light-grey {
    background-color: #656565;
    border-color: #656565;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #fff !important;
}
.btn-light-grey:hover {
    background-color: #656565;
    border-color: #656565;
    color: #fff !important;
}
.btn-hex-gray38 {
    background: #616161 !important;
    color: #fff !important;
}
.btn-yellow {
    background-color: #f29c1f;
}
.btn-yellow-checkout {
    border-radius: 23px;
    background-image: linear-gradient(to bottom, #ffb333, #e29005);
    color: #130e0e !important;
    text-transform: capitalize;
    height: 2.9rem !important;
    line-height: 2.9rem !important;
}
.btn-yellow-checkout:focus {
    border-radius: 23px;
    background-image: linear-gradient(to bottom, #ffb333, #e29005);
    color: #130e0e !important;
    text-transform: capitalize;
    height: 2.9rem !important;
    line-height: 2.9rem !important;
}
.btn-yellow-checkout i {
    color: #130e0e;
    font-size: 16px;
    padding-left: 20px;
}
.autofill-color {
    color: #f29c1f;
}
.btn-white {
    color: #00448b !important;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #ffffff, #dddada);
    text-transform: none;
    padding: 0 1rem !important;
}
.btn-moonlight-sage {
    background: #7b7f97 !important;
    color: #fff !important;
}
.btn-default {
    background: #F59D98;
    color: #fff !important;
}
.btn-timer {
    background: #a5a5a5 !important;
    color: #fff !important;
}
.btn-approved {
    background-image: linear-gradient(to bottom, #10c38c, #0e8356);
}
.rejected-btn {
    background-image: linear-gradient(to bottom, #f2706b, #ef3c36);
}
.btn-within-warranty {
    background: #2dc96f !important;
    color: #fff !important;
}
.btn-link {
    background-color: transparent;
    text-decoration: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #00448b !important;
}
.btn-lightest-grey {
    background-color: #f6f6f6;
    border-color: #707070;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #89898d !important;
    text-transform: none !important;
    border: 0.5px solid #707070;
  }
  .btn-lightest-grey span {
    color: #303031 !important;
  }
  .btn-lightest-blue {
    background-color: #eff9fd;
    border-color: #206ad3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #206ad3 !important;
    text-transform: none !important;
    border: 0.5px dotted #206ad3;
  }
  .btn-lightest-blue span {
    color: #303031 !important;
  }
  .btn-lightest-green {
    background-color: rgba(37, 193, 135, 0.13);
    border-color: #25c1871f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #1a9347 !important;
    text-transform: none !important;
    border: 0.5px dotted #1a9347;
  }
  .btn-lightest-green span {
    color: #303031 !important;
  }
  .btn-lightest-red {
    background-color: #e1484217;
    border-color: #f33b3b;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #f33b3b !important;
    text-transform: none !important;
    border: 0.5px dotted #f33b3b;
  }
  .btn-lightest-red span {
    color: #303031 !important;
  }
  .btn-lightest-orange {
    background-color: #fab00b1f;
    border-color: #e88b2f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    color: #fab00b    !important;
    text-transform: none !important;
    /* border: 0.5px solid #e88b2f; */
    border: 0.5px dotted #e88b2f;

  }
  .btn-lightest-orange span {
    color: #303031 !important;
  }
  .down-arrow-hover{
    color: black;
  }
  .down-arrow-hover:hover{
    color: white !important;
  }
.btn-fab-dc {
    line-height: 31.5px;
    width: 32px;
    min-width: 32px;
    height: 31.5px;
    min-height: 31.5px;
    overflow: hidden !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-fab-dc i,
.btn-fab-dc [class^="icon-"],
.btn-fab-dc [class*=" icon-"] {
    font-size: 23.5px !important;
    height: 23.5px !important;
    line-height: 23.5px !important;
    width: 23.5px !important;
    color: #fff !important;
    margin-top: 2px;
}

.btn-create {
    background-color: #fff !important;
    color: #388e3c !important;
    border: 1px solid #388e3c !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.16) !important;
    height:40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 2.3 !important;
}
.btn-create-blue {
    background-color: #fff !important;
    color: #00448b !important;
    border: 1px solid #00448b !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.16) !important;
    height:40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 2.3 !important;
}
.btn-archive-blue {
    background-color: #fff !important;
    color: #00448b !important;
    border: 1px solid #00448b !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.16) !important;
    height:40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 2.3 !important;
}

/* Hover effect */
.btn-create:hover {
    background-color: #388e3c !important;
    color: #fff !important;
}
.btn-create-blue:hover {
    background-color: #00448b !important;
    color: #fff !important;
}
.create-icon{
    color: #388e3c !important; 
    position: relative !important; 
    /* top: -2px !important; */
}
.create-icon-blue{
    color: #00448b    !important; 
    position: relative !important; 
    /* top: -2px !important; */
}
/* Ensure the icon and text inside the button change color on hover */
.btn-pending {
    background: #fab00bb4    !important;
    border-radius: 5px !important;
    cursor: text !important;
    color: white !important;

  }
  .btn-approved {
    /* background: #078a63 !important; */
    background-image: linear-gradient(to bottom, #10c38c, #0e8356)!important;
    border-radius: 5px !important;
    cursor: text !important;
    color: white !important;

  }
  .btn-rejected {
    background-image: linear-gradient(to bottom, #f2706b, #ef3c36);
    border-radius: 5px !important;
    cursor: text !important;
    color: white !important;
  }
  .icon-custom-style {
    /* background-color: #fff; */
    width: 23.5px !important;
    height: 23.5px !important;
    line-height: 23.5px !important;
  }
  .icon-custom-style-nobg {
    background-color: transparent;
    width: 23.5px !important;
    height: 23.5px !important;
    line-height: 23.5px !important;
  }
  .icon-custom-style-nobg:last-child {
    width: 13.5px !important;
  }
  .approved {
    color: #1a9347;
  }
  .btn-assigned {
    background-image: linear-gradient(to bottom, #0166d0, var(--11-text-on-primary));
    border-radius: 5px !important;
    cursor: text !important;
    color: white !important;

  }
  .rejected {
    color: #f33b3b;
  }
  .assigned {
    color: #206ad3;
  }
  .unassigned {
    color: #939496;
  }

  .pre_approval {
    color: #206ad3;
  }
  .review-btn {
    background-color: #e6ecfe;
    color: #206ad3;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
  }
  .partial_approval {
    color: #f3b03b;
  }
  .btn-partial_approval{
    background: #f3b03b !important;
    border-radius: 5px !important;
    cursor: text !important;
  }
  .pending {
    color: #f3b03b;
  }
  .processing {
    color: #206ad3;
  }
  .btn-processing {
    background: #206ad3 !important;
    border-radius: 5px !important;
    cursor: text !important;
  }
  .w-200px {
    width: 200px;
  }
  .w-150px {
    width: 150px;
  }
  .w-180px {
    width: 180px;
  }
.btn-create:hover .create-icon,
.btn-create:hover .ml-1 {
    color: #fff !important;
    background-color: #388e3c !important;
}
.btn-create-blue:hover .create-icon-blue,
.btn-create-blue:hover .ml-1 {
    color: #fff !important;
    background-color: #00448b !important;
}

a.btn-link {
    border: 1px solid #00448b;
    margin-right: 20px;
    font-size: 12px !important;
    border-radius: 18px !important;
}
a.btn-link:hover {
    border: 1px solid #00448b;
    margin-right: 20px;
}
.btn-link.disabled,
.btn-link:disabled,
.btn-icon.disabled,
.btn-icon:disabled {
    background: rgba(0, 0, 0, 0.12) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.btn-group,
.btn-group-vertical {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    min-height: 31px !important;
}



.save-current-search {
    color: #130e0e !important;
    height: 32px !important;
    width: 100%;
    padding: 4px 6.5px 3.5px;
    object-fit: contain;
    border-radius: 5px !important;
    /* background-color: #388e3c; */
    font-weight: 500 !important;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #130e0e;
    background-color: var(--white);
}
.save-current-search-green {
    color: #ffffff !important;
    height: 32px !important;
    width: 100%;
    padding: 4px 6.5px 3.5px;
    object-fit: contain;
    border-radius: 5px !important;
    /* background-color: #388e3c; */
    font-weight: 500 !important;
    box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #388e3c;
    background-color: #388e3c;
}
.save-current-search:disabled{
    background: rgba(0, 0, 0, 0.12) !important;
    opacity: 1;
    cursor: no-drop !important;
    color: #fff !important;
    box-shadow: inset 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px rgba(0, 0, 0, 0.12) !important;
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: #ebf6fc;
    border: none;
    border-radius: 0 200px 200px 0;
}
.input-search-btn .searchicon {
    margin: 0 3px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #00448b;
    line-height: 16px;
}
.btn-circle {
    line-height: 2.7 !important;
}
.btn-icon-new {
    padding: 0.4rem !important;
}
.btn-review {
    background-image: linear-gradient(to bottom, #f7cb74, #e4a641);
    border-radius: 4px !important;
    padding: 4px 9px 2px;
    color: white !important;
}
.status-text {
    font-size: 15px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #130e0e;
}
.edit-button-new {
    background-color: #00448b;
    border-radius: 4px;
    padding: 4px 9px 2px;
    color: white !important;
}
.edit-button {
    background-color: #fff;
    height: 32px !important;
    width: 40px;
    line-height: 39px !important;
    border-radius: 4px;
}

/*  button/card color customizations  */
.btn-open-status-newtheme-popup,
.btn-open-status-newtheme {
    background-image: linear-gradient(to bottom, #f2706b, #ef3c36);
}
.btn-grid-inprogress-newtheme-popup,
.btn-grid-inprogress-newtheme {
    background-image: linear-gradient(to bottom, #0166d0, #00448b);
}
.btn-fixed-newtheme-popup,
.btn-fixed-newtheme {
    background-image: linear-gradient(to bottom, #10c38c, #0e8356);
}
.btn-closed-newtheme-popup,
.btn-closed-newtheme {
    background-image: linear-gradient(to bottom, #ff9234, #c6610a);
}
.btn-reopen-newtheme-popup,
.btn-reopen-newtheme {
    background-image: linear-gradient(to bottom, #f7cb74, #e4a641);
}
/* Multiselect Css */

.diginew-multiselect,.input-field,.input-border,.vue-tel-input {
      border-radius: 3px !important;
      background-color: #f1f1f1;
    }
.multiselect--disabled {
    opacity: 1 !important;
}

.multiselect {
    color: #7c7c7c !important;
}

.multiselect__single {
    padding-left: 6px !important;
    margin-top: 4px !important;
    background: none !important;
}

.multiselect__select {
    width: 27px !important;
}

.multiselect-select {
    width: 100%;
    min-height: 48px;
    margin: 4px 0 24px;
    padding-top: 16px;
    display: flex;
    position: relative;
    font-family: inherit;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    border-color: #00448b transparent transparent !important;
}
.multiselect.diginew-multiselect.custom-filter-ms .multiselect__spinner {
    position: absolute;
    right: 4px;
    top: 1px;
    width: 34px;
    height: 31px;
    background: #f1f1f1 !important;
    display: block;
  }
.multiselect__option--highlight:after {
    display: none !important;
}
.search > div,
.search > input {
    height: 38px;
    background-color: #f1f1f1 !important;
}

.multiselect.approval-manager .multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 7px 28px 7px 12px !important;
    border-radius: 20px !important;
    margin-right: 10px;
    color: #4e5764 !important;
    font-weight: 600 !important;
    line-height: 1;
    background: #bed1f8 !important;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    max-width: 100%;
}

.multiselect.approval-manager .multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 400;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 25px !important;
    transition: all .2s ease;
    border-radius: 5px;
}

.multiselect.approval-manager .multiselect__tag-icon:after {
    content: "\D7";
    color: #4e5764 !important;
    font-size: 23px !important;
}

.multiselect.diginew-multiselect {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 34px !important;
    text-align: left;
    color: #130e0e !important;
    border-radius: 10px;
    text-transform: capitalize !important;

}

.multiselect.diginew-multiselect .multiselect__select {
    position: absolute;
    width: 40px;
    height: 36px !important;
    right: 1px;
    top: 3px;
    padding: 4px 8px !important;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.multiselect.diginew-multiselect .multiselect__spinner {
    height: 38px !important;
    border-radius: 6px;
}

.multiselect.diginew-multiselect .multiselect__spinner:after,
.multiselect.diginew-multiselect .multiselect__spinner:before {
    border-top-color: #0475f3;
}

.multiselect.diginew-multiselect BTN {
    padding: 5px 0px 0px 5px !important;
    background: transparent !important;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

.multiselect.diginew-multiselect .multiselect__tags {
    min-height: 37px !important;
    /* max-height: 37px !important; */
    display: block;
    padding: 1px !important;
    border-radius: 4px !important;
    border: 0px solid #676767 !important;
    /* background: transparent; */
    background: #f1f1f1 !important;
    font-size: 14px !important;
}
.multiselect.custom-dashboard .multiselect__tags {
    min-height: 37px !important;
    /* max-height: 37px !important; */
    display: block;
    padding: 6px 0 0 0  !important;
    border-radius: 4px !important;
    border: 0px solid #676767 !important;
    /* background: transparent; */
    background: #f1f1f1 !important;
    font-size: 14px !important;
}

.multiselect.diginew-multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 6px 26px 6px 10px;
    border-radius: 25px !important;
    margin-right: 10px;
    color: #4e5764 !important;
    line-height: 1;
    background: #dfe8f4 !important;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.multiselect.diginew-multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon:after {
    content: "\D7";
    color: #0475f3 !important;
    font-size: 20px !important;
}

.multiselect.diginew-multiselect .multiselect__input::placeholder {
    color: #4e5764 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.multiselect.diginew-multiselect .multiselect__input::-webkit-input-placeholder {
    color: #4e5764 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.multiselect.diginew-multiselect .multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 25px;
    line-height: 27px !important;
    border: none;
    border-radius: 5px;
    background: transparent;
    padding: 0 0 0 5px;
    width: 100%;
    -webkit-transition: border .1s ease;
    transition: border .1s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top;
}

.multiselect.diginew-multiselect .multiselect__option--highlight {
    color: #f1f1f1 !important;
    outline: none;
    background: #29417C !important;
    font-weight: 600;
}

.multiselect.diginew-multiselect .multiselect__option {
    display: block;
    padding: 12px;
    min-height: 34px !important;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500 !important;
    text-transform: capitalize;
}

.multiselect.diginew-multiselect .multiselect__option--selected {
    color: #fff !important;
    background-color: #7ab221 !important;
    font-weight: 700;
}

.multiselect.diginew-multiselect .multiselect__option--selected.multiselect__option--highlight {
    background: #29417C;
    color: #fff;
}

.multiselect.diginew-multiselect .multiselect__element {
    display: block;
    font-size: 14px;
}

/* .multiselect.diginew-multiselect .multiselect__placeholder {
    color: #130e0e8a !important;
    display: inline-block;
    margin-bottom: 7px !important;
    padding-top: 7px;
    padding-left: 5px !important;
    opacity: 0.5 !important;
    font-size: 14px !important;
}
.mx-input::placeholder{
    font-size: 13px !important;
}
.multiselect.custom-dashboard .multiselect__placeholder {
    color: #130e0e !important;
    display: inline-block;
    margin-bottom: 7px !important;
    padding-top: 5px;
    padding-left: 5px !important;
    opacity: 1 !important;
}

.multiselect.diginew-multiselect.approval-manager .multiselect__placeholder {
    color: #130e0e !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px !important;
    opacity: 0.5 !important;

} */

.multiselect.diginew-multiselect.approval-manager {
    background: #fff !important;
}

.multiselect.diginew-multiselect,
.multiselect__input,
.multiselect__single {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.multiselect.diginew-multiselect .multiselect__option--highlight:after {
    display: none !important;
}

.multiselect.diginew-multiselect.multiSelectHeight .multiselect__content-wrapper {
    max-height: 200px !important;
}

.multiselect.no-default-icon .multiselect__select::before {
    display: none !important;
}

.multiselect.no-default-icon .multiselect--active .icon {
    transform: rotate(180deg);
}

.multiselect.down-arrow .multiselect__select {
    background: url('https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.down-arrow {
    background: url('https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
  .multiselect.diginew-multiselect .multiselect__select:before {
    display: none !important;
  }

  .multiselect.diginew-multiselect .multiselect__select,
  .v-select .open-indicator {
    /* background: url(https://cdn.digicollect.com/cdn/dc_expense_fe/static/images/down-arrow-grey.svg) !important; */
    background: url('https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg')!important;
    background-position: center !important;
    background-repeat: no-repeat !important;

  }
.multiselect.newdigiticket-multiselect .multiselect__select {
    min-height: 34px;
    position: absolute;
    width: 40px;
    height: 35px;
    right: 1px;
    top: 0px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease;
}

.multiselect.newdigiticket-multiselect .multiselect__tags {
    min-height: 34px;
    display: block;
    padding: 4px 40px 0 8px;
    border-radius: 4px !important;
    /* background: #fff; */
    font-size: 14px;
}

.multiselect.newdigiticket-multiselect .multiselect__input::placeholder {
    color: #4e5764 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.multiselect.newdigiticket-multiselect .multiselect__input::-webkit-input-placeholder {
    color: #4e5764 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.multiselect.newdigiticket-multiselect .multiselect__option--selected {
    background:#7ab221 !important;
    color: #fff !important;
    font-weight: normal;
    font-size: 14px !important;
}

.multiselect.newdigiticket-multiselect .multiselect__option--highlight {
    background: #29417C !important;
    color: #fff !important;
}

.multiselect.newdigiticket-multiselect .multiselect__option--highlight {
    background: #29417C !important;
    outline: none;
    color: #fff !important;
    font-weight: normal;
}

.multiselect.newdigiticket-multiselect .multiselect__tags-wrap .multiselect__tag {
    color: #000000 !important;
    font-weight: normal;
}

.multiselect.newdigiticket-multiselect .multiselect__element {
    display: block;
    font-size: 14px;
    color: #000000 !important;
}

/* .multiselect.newdigiticket-multiselect .multiselect__placeholder {
    color: #130e0e !important;
    display: inline-block;
    margin-bottom: 7px !important;
    padding-top: 4px;
    padding-left: 5px !important;
} */

.multiselect.newdigiticket-multiselect .multiselect__content {
    font-size: 14px !important;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
}

.multiselect.newdigiticket-multiselect,
.multiselect__input,
.multiselect__single {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.multiselect.newdigiticket-multiselect .multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border-top: none;
    border-radius: 5px !important;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
    z-index: 1 !important;
    box-shadow: 0 1.5px 5px 0 rgba(0, 0, 0, 0.16) !important;
}

.multiselect.multi_white .multiselect__tags {
    min-height: 42px !important;
    max-height: auto !important;
    display: block;
    padding: 4px 40px 0 6px !important;
    border-radius: 8px !important;
    border: 0.6px solid #676767 !important;
    font-size: 14px !important;
    background: #ffffff !important
}

.add-workflow .multiselect.diginew-multiselect {
    background: #fff !important;
}

.edit-workflow .multiselect.diginew-multiselect {
    background: #fff !important;
}

.pm-addformdata-back .multiselect.diginew-multiselect .multiselect__single,
.pm-addformdata-back .mx-input,
.pm-addformdata-back .inputFieldNew {
    color: #0475f3 !important;
}

/* .pm-history-customer .multiselect.diginew-multiselect .multiselect__placeholder {
    font-weight: 600 !important;
    margin-top: 5px;
    margin-bottom: 1px !important;
}

.pm-report-customer .multiselect.diginew-multiselect .multiselect__placeholder {
    font-weight: 600 !important;
} */

.multiselect.diginew-multiselect-dropdown .multiselect__select {
    background: url('https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.multiselect.diginew-multiselect-dropdown .multiselect__select:before {
    display: none !important;
}
.multiselect.newdigiticket-multiselect .multiselect__select:before{
    display: none !important;
}
.multiselect.diginew-multiselect .multiselect__select:before{
    display: none !important;
}

.multiselect.diginew-multiselect-underline .multiselect__tags {
    border: none !important;
}

.multiselect.diginew-multiselect-underline,
.mx-datepicker.filter-date-underline .mx-input {
    border: none !important;
    border-radius: 0 !important;
    background: #f1f1f1 !important;
    /* border-bottom: solid 0.5px #707070 !important; */
}
.mx-datepicker.meetinfdatetime .mx-input {
    display: inline-block;
    width: 100%;
    height: 40px !important;
    padding: 6px 22px 6px 6px !important;
    font-size: 14px;
    line-height: 1.4;
    color: #130e0e;
    /* opacity: 0.5; */
    background-color: #f1f1f1 !important;
    /* border: 1px solid #c6c7c9 !important; */
    border-radius: 8px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left !important;
  }
.overflow-text.diginew-multiselect .multiselect__single {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.multiselect.diginew-multiselect .multiselect__single {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.multiselect.diginew-multiselect.fs-14 .multiselect__single {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 14px !important;
}

.fw-500.multiselect.diginew-multiselect.fs-14 .multiselect__single {
    font-weight: 500 !important;
}

.diginew-multiselect.bg-multi .multiselect__tags {
    background: #fff !important
}
.bg-white-border{
    border: solid 0.5px #b2bec3;
    border-radius: 5.3px;
}
.bg-white {
    background-color: #fff;
    border-radius: 5.3px;

  }
.bg-grey-new{
    background-color: #f1f1f1    !important;
}

.arrow-custom.multiselect.diginew-multiselect .multiselect__select {
    height: 30px !important;
    right: 4px !important;
    top: 8px !important;
}

.fs-15ms.diginew-multiselect-dropdown .multiselect__single {
    font-size: 14px !important;
}

.arrow-custom.multiselect.diginew-multiselect .multiselect__select {
    height: 30px !important;
    right: 4px !important;
    top: 8px !important;
}

.border-bottom-custom.multiselect.diginew-multiselect .multiselect__tags {
    border: none !important;
    /* border-bottom: 2px solid #0d84f2 !important; */
    border-radius: 0px !important;
}

.multiselect--disabled {
    pointer-events: auto !important;
    cursor: not-allowed;
}

.multiselect.multiple-select-arrow-hide .multiselect__select {
    display: none !important;
}

.custom-cred-fs.multiselect .multiselect__single {
    font-size: 14px !important;
    line-height: 13px !important;
}
.custom-dashboard.multiselect .multiselect__single {
    font-size: 14px !important;
    line-height: 20px !important;
}

.custom-chip .multiselect__tags .icon-close {
    font-size: 2rem !important;
    color: #263238 !important;
}

.dd-ht .multiselect__content-wrapper {
    max-height: 150px !important;
}

.fs-15 .multiselect__input,
.fs-15 .multiselect__single {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.spinner-bg .multiselect__tags .multiselect__spinner {
    background-color: #f1f1f1 !important;
}

.h-100px-ms .multiselect__tags {
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Tags css  */
.category-multiple-addon .custom__tag {
    background: #bed1f8 !important;
    color: #130e0e !important;
    border-radius: 6px !important;
    padding: 3px 3px !important;
    margin-right: 5px !important;
}

.filter-multiple .custom__tag {
    background: #fff !important;
    color: #130e0e !important;
    padding: 2px 8px !important;
    border-radius: 2px;
    margin-right: 5px !important;
    display: inline-block;
    margin-top: 4px !important;
}
.filter-multiple .multiselect__strong {
    margin-bottom: 4px !important;
    line-height: 20px;
    display: inline-block;
    vertical-align: center !important;    
    margin-top: 4px !important;
}
.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: center !important;
}
.filter-multiple .custom__tag .filterSelectedName1 .custom__remove i {
    position: relative;
    top: 0px;
    right: -3px;
}
.custom__remove {
    padding: 0;
    font-size: 10px;
    margin-left: 5px;
    margin-top:2px
  }
.requsition-mutiple .custom__tag {
    background: #bed1f8 !important;
    color: black !important;
    border-radius: 15px !important;
    padding: 2px 11px !important;
    margin-right: 5px !important;
    line-height: 2;
}
.category-multiple-addon .custom__tag {
    background: #00448b;
    color: #fff;
    margin-right: 5px !important;
}
.custom-chip .filterSelectedName{
    position: relative;
    top:2px;
}
.custom-chip .custom__tag{
    background: #cce3fc;
    font-weight: 600;
    color: #00448b;
    padding: 2px 8px !important;
    margin: 0px 0px;
    border-radius: 6px;
    margin-right: 5px !important;
    display: inline-flex;
    font-size: 1.5rem;
}
.multi-input .ti-tag {
    color: #4e4e4e !important;
    padding: 2.5px 10px !important;
    margin: 5px !important;
    border-radius: 7.5px;
    background-color: #eaf4ff !important;
}
.ti-tag{
    background-color: #f5f5f5 !important;
    color:#130e0e !important;
    border-radius: 2px !important;
    display: flex;
    padding: 3px 5px;
    margin: 2px;
    font-size: .85em;
}
.ti-tag .ti-content .ti-tag-center span{
    color: #000 !important;
}
.ti-tag .ti-actions i {
    cursor: pointer;
    color: #263238 !important;
}
.rel-x .ti-icon-close{
    position: relative;
    top: 2px;
    font-size: 2rem;
}
.rel-x2 .ti-icon-close{
    position: relative;
    top: 2px;
    font-size: 18px;
    text-align: right;
}
.vue-tags-input.ti-disabled,
.vue-tags-input.ti-disabled .ti-input .ti-tags .ti-tag .ti-actions i,
.vue-tags-input.ti-disabled .ti-input .ti-tags .ti-new-tag-input-wrapper input {
    cursor: not-allowed !important;
}
.vue-tags-input {
    max-width:100% !important ;
    position: relative;
    background-color: #fff;
}

.email-tags .vue-tags-input .ti-input .ti-tags .ti-tag-center {
    max-width: 260px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #000;
}

.create-edit-ticket-tags .ti-tag .ti-tag-center {
    text-transform: capitalize !important;
}
.ti-new-tag-input-wrapper input{
    background-color: #f1f1f1 !important;
}

/* pagination  */
.pagination {
    box-shadow: none;
}

.pagination ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 0 8px;
    margin-bottom: 0px;
    border-radius: 50px;
    gap: 1rem;
}

.pagination ul li {
    color: #2d3436;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.pagination ul li.numb {
    list-style: none;
    border-radius: 5px;
    border: .5px solid #dfe6e9;
    line-height: 3.3rem;
    height: 3.2rem !important;
    width: 3.2rem !important;
}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    color: #fff;
    background: #00448b;
}

.pagination li.navigate-btn {
    border: 1px solid #dfe6e9 !important;
    padding: 0px;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    color: #000;
    list-style: none;
    line-height: 2.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    min-width: auto !important;
    transition: all 0.3s ease;
    height: 3rem !important;
    width: 3rem !important;
}



/* flex types css  */

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}
.text-nowrap-custom{
    overflow: hidden;
    white-space: nowrap;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}


/* footer css  */
.helpdesk-footer {
    padding: 0 12px;
}
.w-140px {
    width: 140px !important;
}
.footer-icon-size{
    width: 30px
}
.flex-reverse{
    flex-wrap: wrap-reverse;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}
.footer-copyright-color{
    color: #636e72;
}
.font-weight-bold {
    font-weight: bold !important
}
.pointer{
    cursor: pointer;
}
.gap-1{
    gap: 1rem;
}
.pt-6 {
    padding-top: 2.4rem !important;
}


/* checkbox css  */
.el-checkbox__inner {
    width: 20px !important;
    height: 20px !important;
}

.el-checkbox__inner::after {
    height: 12px !important;
    left: 5px !important;
    width: 6px !important;
    top: 0px !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #00448b !important;
    border-color: #00448b !important;
}

.el-checkbox__label {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #00448b;
    font-weight: 600;
}

.el-checkbox+.el-checkbox {
    font-weight: 600 !important;
}
.el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #292a2b63 !important;
    cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner:after {
    cursor: not-allowed;
    border-color: #fff !important;
}
.el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #130e0e !important;
    cursor: not-allowed;
}
.checklistgrouprow .el-checkbox__input.is-checked+.el-checkbox__label{
    font-weight: 500 !important;
    color: #00448b;
}
.branch-dropdown-list .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
    top: 7.5px;
}
.el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #C0C4CC !important;
}
.create-shift-table .el-checkbox__inner {
    border:  solid 2px #00448b !important;
}
.refund-checkbox .el-checkbox__inner{
    border: 1px solid #130e0e !important;
}
.final-modal .el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 2px solid #94bef0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: transparent !important;
}
.columns-checkbox .el-checkbox__inner::after {
    height: 7px !important;
    left: 5px !important;
    width: 3px !important;
    top: 2px !important;
}
.columns-checkbox .el-checkbox__inner {
    width: 15px !important;
    height: 15px !important;
    background-color: #dee8f2 !important;
    border-radius: 50%;
    border: 1px solid #00448b !important;
}
.columns-checkbox-br .el-checkbox__inner {
    border-radius: 2px !important;
}
.setup-column .el-checkbox__inner{
    background-color: #fff !important;
    margin-top: 5px;
}
.checklistgrouprow .el-checkbox__inner{
    border: 1px solid #000000 !important;
}
.checklistgroupcol .el-checkbox__inner{
    border: 1px solid #000000 !important;
}



/* sweet model  */
.sweet-modal-overlay {
    background: #333333a8 !important;
}
.sweet-modal-overlay {
    z-index: 99999 !important;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-placeholder {
    border: 4px solid #94bef0 !important;
}

.sweet-modal-icon.sweet-modal-success .sweet-modal-line {
    background-color: #00448b !important;
}

.sweet-modal .sweet-box-actions .sweet-action-close:hover {
    background: #00448b !important;
}
.sweet-modal.is-visible {
    border-radius: 18px !important;
}
.sweet-modal.is-visible {
    z-index: 999 !important;
    pointer-events: all !important;
}
.sweet-modal .sweet-content .sweet-content-content {
    text-transform: capitalize !important;
}
.sweet-modal {
    background: #fff !important;
}

.sweet-modal-icon.sweet-modal-success .sweet-modal-fix {
    background: #fff !important;
}

.sweet-modal-icon.sweet-modal-success::before,
.sweet-modal-icon.sweet-modal-success::after {
    background: #fff !important;
}
.sweet-modal .sweet-content .sweet-content-content {
    text-transform: capitalize !important;
    color: #130e0e !important;
}

 /* Filter New Theme */
 .fadeInUp{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@keyframes fadeInUp {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		transform: translateY(1000px);
	}
}
 @keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
 .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.scm-filters-popup {
    /* left: 0 !important; */
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transition: all 0.5s;
    padding: 20px;
}

.scm-filters-popup-inner-container {
    max-width: 585px;
    width: 100% !important;
    margin: 0px -11px 0px auto;    ;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
 .scm-filters {
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    /* min-height: 400px !important;
    max-height: 460px !important; */
    overflow: auto !important;
    /* max-width: 768px; */
    width: 585px;
    top: 95px !important;
    background: white !important;
    box-shadow: 0 0 3px 0 #00000082;
    right: 20px !important;
}
.scm-filters-new-custom {
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    /* min-height: 400px !important;
    max-height: 460px !important; */
    overflow: auto !important;
    /* max-width: 768px; */
    width: 100% !important;
    top: 74px !important;
    background-color: rgba(0, 0, 0, 0.43) !important;
    box-shadow: 0 0 3px 0 #00000082;
    right: 0px !important;
}
@media screen and (min-width: 1500px){
    .scm-filters {
        font-family: "Poppins", "Helvetica Neue", sans-serif !important;
        /* min-height: 400px !important;
        max-height: 530px !important; */
        overflow: auto !important;
        /* max-width: 768px; */
        width: 100% !important;
        top: 95px !important;
        /* background: white !important; */
        box-shadow: 0 0 3px 0 #00000082;
        right: 20px !important;
        height: 100% !important;
    }
}
.mx-datepicker.filterdate .mx-input {
    display: inline-block;
    width: 100%;
    height: 37px !important;
    padding: 6px 6px !important;
    font-size: 14px !important;
    line-height: 1.4;
    font-weight: 500 !important;
    color: #130e0e !important;
    background-color: #f1f1f1 !important;
    border: none !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left !important;
    opacity: 0.5 !important;
}
.filter-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    background-color: #29417C ;
    color: white ;
    /* border-bottom: 1px solid #e0e0e0; */
}
.filter-header-line {
    border-bottom: 1px solid #130e0e;
    opacity: 0.1 !important;
    object-fit: contain;
    margin-left: 15px;
    margin-right: 22px;
}
.filter-footer-line {
    border-bottom: 1px solid #130e0e;
    opacity: 0.1 !important;
    object-fit: contain;
    margin-left: 0px;
    margin-right: 22px;
}
/* radio button css  */

.el-radio-group {
    padding-right: 12px !important;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #00448b !important;
    background: transparent !important;
}

.el-radio__inner {
    border: 1.5px solid #130e0e !important;
    border-radius: 100%;
    width: 14px !important;
    height: 14px !important;
    background-color: transparent !important;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    margin-right: 10px !important;
}

.el-radio__inner::after {
    width: 6px !important;
    height: 6px !important;
    border-radius: 100%;
    background-color: #00448b !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
}
.el-radio.is-selected .el-radio__input .is-checked .el-radio__inner::after{
    transform: translate(-50%,-50%) scale(1) !important;
}

.el-radio__label {
    font-size: 14px !important;
    padding-left: 2px !important;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #130e0e !important;
}

.el-radio {
    color: #130e0e !important;
    font-weight: 500 !important;
}

.radiogroupcol{
    display: flex !important;
    flex-direction: column !important;
}
.radiogroupcol .el-radio{
    height: 30px;
    width: 0px;
    display: flex;
    align-items: center;
}
.radiogroupcol .el-radio__inner{
    border: 1.5px solid #000000 !important;
    border-radius: 100%;
    width: 14px !important;
    height: 14px !important;
}
.radiogroupwhite{
    display: flex !important;
    flex-direction: column !important;
}
.radiogroupwhite .el-radio{
    height: 30px;
    width: 0px;
    display: flex;
    align-items: center;
    color: #ffffff !important;
}
.radiogroupwhite .el-radio__input.is-checked+.el-radio__label{
    color: #ffffff !important;
}
.radiogroupwhite .el-radio__inner{
    border: 1.5px solid #ffffff !important;
    border-radius: 100%;
    width: 14px !important;
    height: 14px !important;
}
.radiogroupwhite .el-radio__input.is-checked .el-radio__inner{
    border: 3.5px solid #ffffff !important;
    border-radius: 100%;
    width: 14px !important;
    height: 14px !important;
}
.radio-custom .el-radio__input .el-radio__inner,
.radio-custom .el-radio__input.is-checked .el-radio__inner{
    width: 20px !important;
    height: 20px !important;
}
.radio-custom .el-radio__input .el-radio__inner::after,
.radio-custom .el-radio__input.is-checked .el-radio__inner::after{
    width: 12px !important;
    height: 12px !important;
}


/* table css  */
.dashboardTables.table thead th {
    padding: 2.6rem 3.2rem !important;
    border-bottom: 0px solid #f2f3f5 !important;
    background-color: #f1f1f1;
    font-weight: 600;
    color: #303031;
    font-size: 14px;
  }
  .dashboardTables.table td {
    padding: 1.8rem 3.2rem;
    vertical-align: middle;
    color: #303031;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 0px solid #f2f3f5 !important;
  }
  .dashboardTables.table tbody tr {
    border-bottom: 1px solid #f2f3f5 !important;
  }
  .dashboardTables.table tbody tr:last-child {
    border-bottom: 0px solid #f2f3f5 !important;
  }
.table th {
    padding: 1.4rem 1.1rem !important;
}
.table thead th {
    /* border-bottom: 1px solid #a8adb4 !important; */
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #005dae;
    text-transform: uppercase;
    vertical-align: middle;
}
.table-content-custom .table thead th {
    border-bottom: none !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #005dae;
    text-transform: uppercase;
    vertical-align: middle;
}
.table td {
    vertical-align: middle;
    color: #4e5764;
}
.table-scroll tbody {
    display: block;
    width: 100%;
    height: 380px;
    max-height: 390px;
    overflow-y: auto;
}

.table-scroll thead,
.table-scroll tr,
.table-scroll td,
.table-scroll th {
    display: flex;
    flex: 1 1 0%;
}

.table-scroll tbody tr,
.table-scroll tbody td {
    align-items: center;
    font-weight: 600;
}

.table-scroll thead th {
    align-items: center;
}

tbody tr {
    height: 40px;
}
.mx-panel-date.tbody tr {
    height: 36px !important;
}
tbody .md-table-row td {
    border-top: 1px solid #a8adb4 !important;
}
.table-content-data {
    position: relative;
    border-collapse: collapse;
    width: 100%;
}
.table-content-data tr th {
    padding: 14px 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #005dae;
    font-size: 14px;
    white-space: nowrap;
}
.table-content-data tr td {
    border-bottom:solid 0.6px #e8e8e8;
    letter-spacing: 0.6px;
    color: #130e0e;
    padding: 6.5px 10px;
    white-space: nowrap;
}
.table-content-data tr td span a {
    text-decoration: none;
    color: #2196F3;
}
.table-content-data tbody tr td:first-child {
    padding: 0 25px;
}
.table-content-custom tbody tr td:first-child {
    padding: 0 13px !important;
}

.table-content {
    width: 100%;
    overflow-x: auto;
}
.table-content-data tbody tr:hover {
    box-shadow: 0 3px 12px 0 rgba(96, 93, 93, 0.2);
}
.table-content-data tbody td.table-admin {
    display: none;
}

.table-content-data tbody tr:hover td.table-status{
    display: none !important;
}
.table-content-data tbody tr:hover td.table-admin{
    display: flex !important;
    border-bottom: 0;
}
.table-content-data tr .action-btns-show-hide {
    opacity: 0;
    visibility: hidden;
}
.table-content-data tr:hover .action-btns-show-hide {
    opacity: 1;
    visibility: visible;
}
.table-content-data tr th{
    text-transform: capitalize;
    color: #130e0e;
    background-color: #e8e9ec;
    font-weight: 600;
}

.table-content-data-custom tr th{
    text-transform: capitalize;
    color: white;
    background-color: #e8e9ec;
    font-weight: 500;
}
.table-content-data-custom{
    border: solid 0.5px #130e0e;
    border-radius: 4px;
}
.table-content-data-custom tr td{
    border-bottom: solid 0.6px #130e0e;
    letter-spacing: 0.6px;
    color: #130e0e;
    padding: 6.5px 10px;
    white-space: nowrap;
    opacity: 0.8;
}

.table-new-template thead th{
    color: #fff;
    background: #005dae !important;
}

.table-new-template thead th{
    border-bottom: solid 0px transparent !important;
}
.table-new-template.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffff !important;
}
.table-new-template tbody tr{
    height: 35px !important;
    border-bottom: solid 1px #d8d6e8;
}
.table-new-template tbody td{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    white-space: nowrap;
}
.table-new-template tbody:before{
    content: "-";
    display: block;
    line-height: 0em;
    color: transparent;
}
.border-item.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
}
.border-item.table-responsive thead{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.border-item.table-responsive thead th.total-br{
    border-top-right-radius: 8px !important;
    border: solid 0px #000 !important;
}
.whiteSpace{
    white-space: nowrap;
}
.vendor-list{
    background-color: #fff;
    border-radius: 10px;
}
.br-t-l-r{
    border-top-left-radius: 0px !important;
}
/* expense-table */
.team-list-table thead tr th {
    background-color: rgba(224, 224, 224, 0.75) !important; 
    color: #130e0e !important;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
  .team-list-table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
  }
  .team-list-table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
  }
  .team-list-table tbody tr td {
    background:white !important;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f2f3f5;
    white-space: nowrap;
  }
  .team-list-table tbody tr td span img {
    width: 30px !important;
    height: 30px !important;
    margin-left: -10px;
  }

/* Modal Popup */
.filterblock {
    background-color: #dee8f2;
}
.filters-background{
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    z-index: 999 !important;
}
.filter-div-absolute.filterblock:before, .filters-background.filterblock:before {
    background: rgba(0,0,0,.325);
    content: "";
    height: 100%;
    cursor: not-allowed;
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
}
.new-modal-default .v-modal-body {
    padding-top: 0;
}

.new-modal-default .v-modal-header {
    background-color: #00448b ;
}

.new-modal-default .v-modal-dialog-title.v-modal-title {
    color: #fff !important;
}

.create-configure-shift-employee .v-modal-body,
.create-configure-shift-work .v-modal-body,
.create-configure-report-schedule .v-modal-body {
    overflow: auto !important;
}

.custom-lgflexible-width .v--modal-box.v--modal {
    max-width: 1200px !important;
    min-width: 400px !important;
}

.custom-lgflexible-width .v--modal-background-click {
    padding: 0 10px
}

.v-modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 0px solid #E9ECEF;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #f5f6f9 ;
}
.v-modal-dialog-title-new {
    margin-bottom: 0px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #00448b !important;
    padding: 4px !important;
}



.v-modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.v-modal-dialog-title.v-modal-title {
    letter-spacing: .005em;
}

.v-modal-dialog-title {
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #00448b !important;
    text-transform: uppercase !important;
    padding: 4px !important;
}

.v-modal-body {
    overflow: scroll;
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
    overflow: scroll;
}

.v-modal-dialog-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 0px solid transparent;
}

.v--modal-overlay.user-block-popup .v--modal-box {
    width: 500px !important;
}

.v--modal-box.v--modal {
    display: flex;
    flex-flow: column;
    flex-direction: row;
    overflow: hidden;
    height: inherit !important;
}

.v--modal-overlay.change-status .v--modal-box {
    top: 30px !important;
    max-width: 767px !important;
    width: 100% !important;
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .43) !important;
    border-radius: 15px !important;
    max-height: 600px !important;
    max-height: 95vh !important;
    left: 0px !important;
    margin: 0 auto;
}

.v--modal-overlay .v--modal-box {
    top: 100px !important;
    max-width: 1000px !important;
    width: 100% !important;
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .43) !important;
    border-radius: 15px !important;
    max-height: auto !important;
    max-height: 95vh !important;
    left: 0px !important;
    margin: 0 auto;
    margin-bottom: 50px !important;
}

.v--modal-overlay.merge-modal .v--modal-box {
    top: 30px !important;
    max-width: 850px !important;
    width: 850px !important;
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .43) !important;
    border-radius: 15px !important;
    max-height: 600px !important;
    max-height: 100vh !important;
    left: 0px !important;
    margin: 0 auto;
}


.v--modal-overlay.merge-modal-quotation .v--modal-box {
    top: 30px !important;
    max-width: 800px !important;
    width: 800px !important;
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .43) !important;
    border-radius: 15px !important;
    max-height: 600px !important;
    max-height: 100vh !important;
    left: 0px !important;
    margin: 0 auto;
}
.v--modal-overlay.small-modal .v--modal-box {
    max-width: 450px !important;
    width: 450px !important;
}
.v--modal-overlay.medium-modal .v--modal-box {
    max-width: 600px !important;
    width: 600px !important;
}
/* text input css  */

.inputFieldNew {
    font-size: 14px !important;
    padding: 13px 11px 7px 8px !important;
    display: block;
    width: 100%;
    border: none;
    background-color: #f1f1f1 !important;
    color: #130e0e;
    border-radius: 5px !important;
    margin-top: 12px;
    opacity: 0.8;

}

.inputFieldNew-tags{
    font-size: 14px !important;
    display: block;
    width: 100%;
    border: none;
    background: transparent !important;
    color: #130e0e;
    font-weight: 600;
    border-radius: 5px !important;
    margin-top: 12px;
}

.inputFieldNew:focus {
    outline: none;
}
.pm-addformdata-back .add-products .inputFieldNew {
    color: #404040 !important;
}
.inputFieldNew-padding {
    padding: 10px 11px 10px 8px !important;
    border-radius: 8px !important;
    margin-top: 7px;
}
.border-bottom-custom.inputFieldNew,
.border-bottom-custom.inputFieldNew-tags{
    border: none !important;
    /* border-bottom: 2px solid #0d84f2 !important; */
    border-radius: 0px !important;
}
.border-bottom-custom.inputFieldNew-tags .ti-input{
    border: none !important;
}
.ti-input{
    background: #f1f1f1 !important;
    border: none !important;
}


/* Label */
.inputLabel {
    font-weight: normal;
    top: 30px;
    font-size: 14px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* text color css  */
.text-lowercase {
    text-transform: lowercase !important
}
.text-success{
    color:#1a9347 !important;
}
.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}
.text-secondary{
    color:#00448b !important;
}
.text-default-blue {
    color: #00448b !important;
    font-weight: 600;
}
.text-filter-label {
    color: #0d84f2 !important;
}
.text-open-status-newtheme-popup,
.text-open-status-newtheme{
    color: #FD7372 !important;
}
.text-grid-inprogress-newtheme-popup,
.text-grid-inprogress-newtheme{
    color: #2E5EF5 !important
}
.text-fixed-newtheme-popup,
.text-fixed-newtheme{
    color: #27B88F !important;
}
.text-closed-newtheme-popup,
.text-closed-newtheme{
    color: #FF9134 !important;
}
.text-reopen-newtheme-popup,
.text-reopen-newtheme{
    color: #E4A741 !important
}
.text-light-blue {
    color: #03A9F4 !important;
}
.text-new-header-black{
    color: #130e0e !important;
    font-weight: 600 !important;
    font-size: 16px;
}
.text-black{
    color: #130e0e !important;
}
.text-blue-new{
    color: #00448b !important;
}
.table_metain .ticket-assigned {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.slant-tabs {
    position: relative;
    text-align: center;
    color: #130e0e !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 2px 15px 3px !important ;
}
.slant-tabs.activeTab {
    font-weight: 600;
}
.activeTab{
    border-bottom: 3px solid #130e0e !important;
}
@media screen and (max-width: 768px){
    .mob-list-scroll-ticket-details{
        min-width: 700px;
    }
    #footer-section {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px){
    #footer-section .helpdesk-footer {
        display: none;
    }
    #footer-section .mb-small-10 {
        margin-bottom: 10px;
    }
}
/* grid view  */
.table_metain .ticket-box {
    box-shadow: 0 2.4px 4.7px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}
.iconimage-position-relative {
    position: relative!important;
}
.p-3 {
    padding: 1.2rem !important;
}
.table_metain .w-30 {
    width: 20% !important;
}

/* search-input  */
.search_input {
    padding: 8px 9.4px 6.5px 33.4px;
    border-radius: 24px;
    background-color: #fff;
}
.desktop-device-search{
    display: block;
}
.w-100 {
    width: 100% !important;
}
.align-position{
    position: absolute;
    left: 10px;
    top: 7px;
    color: rgba(103, 103, 103, 0.84);
}

 
/* login css */
.main-bg {
    height: 100%;
    background-color: #fff;
}
@media (max-width: 1200px) {
    .inner-bg {
        background: #fff !important;
    }
    .main-bg {
        background: #fff !important;
    }
    .register-bg {
        background: #fff !important;
    }
    .dc {
        color: #00448b;
    }
    .copyright {
        color: #00448b !important;
    }
}
@media (max-height: 690px) {
    .inner-bg {
        background: #fff !important;
    }
    .main-bg {
        background: #fff !important;
    }
    .register-bg {
        background: #fff !important;
    }
    .dc {
        color: #00448b;
    }
    .copyright {
        color: #00448b !important;
    }
}
.hidden
{
    display: none !important;
}
.min-w-0
{
    min-width: 0px !important;
}
.flex
{
    display: flex !important;
}
.relative
{
    position: relative !important;
}
.w-1\/2
{
    width: 50% !important;
}
.h-full
{
    height: 100% !important;
}
.w-full
{
    width: 100% !important;
}
.flex-auto
{
    flex: 1 1 auto !important;
}
.flex-col
{
    flex-direction: column !important;
}
.login-outlet {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
}
.items-center
{
    align-items: center !important;
}
.dark\:border-r
{
    border-right-width: 1px !important;
}
.overflow-hidden
{
    overflow: hidden !important;
}
.justify-center
{
    justify-content: center !important;
}
.justify-start
{
    justify-content: start !important;
}
.justify-end
{
    justify-content: end !important;
}
.justify-between
{
    justify-content: space-between !important;
}
.flex-0
{
    flex: 0 0 auto !important;
}
.flex-wrap
{
    flex-wrap: wrap !important;
}
.p-16rem {
    padding: 4rem !important;
}
.otp-input {
    font-size: 19px !important;
    border: 1px solid rgba(0, 0, 0, 0.41) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-right: 15px !important;
}
.otp-input-warning {
    font-size: 19px !important;
    border: 1px solid #ff3b3b !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-right: 15px !important;
}
@media (min-width: 600px) {
    .sm\:p-12{
        padding: 3rem !important;
    }
.sm\:rounded-2xl
{
    border-radius: 1rem !important;
}
.sm\:w-auto
{
    width: auto !important;
}
.sm\:justify-center
{
    justify-content: center !important;
}
.sm\:flex-row
{
    flex-direction: row !important;
}
.otp-input, .otp-input-warning {
    font-size: 19px !important;
    width: 44px !important;
    height: 44px !important;
    margin-right: 16px !important;
    font-weight: 500;
}
}
@media (min-width: 960px) {
    .md\:w-1\/2
    {
        width: 50% !important;
    }
    .md\:h-full
    {
        height: 100% !important;
    }
        .md\:flex
    {
        display: flex !important;
    }
        .md\:items-start
    {
        align-items: flex-start !important;
    }
    .md\:justify-start
    {
        justify-content: flex-start !important;
    }
    .md\:p-16
    {
        padding: 4rem !important;
    }
    .md\:p-16login
    {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
        padding-top: 0rem !important;
        padding-bottom: 4rem !important;
    }
    .md\:rounded-none
    {
        border-radius: 0 !important;
    }
    .md\:justify-end
    {
        justify-content: flex-end !important;
    }
    .md\:items-center
    {
        align-items: center !important;
    }
    .otp-input, .otp-input-warning {
        font-size: 19px !important;
        width: 44px !important;
        height: 44px !important;
        margin-right: 16px !important;
    }
}
@media (min-width: 1280px) {
    .lg\:px-28 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .lg\:pxy-28login {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
        padding-top: 0rem !important;
        padding-bottom: 3rem !important;
    }
    .pxy-28loginheader {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
        padding-top: 4rem !important;
        padding-bottom: 2rem !important;
    }
    .otp-input, .otp-input-warning {
        font-size: 19px !important;
        width: 44px !important;
        height: 44px !important;
        margin-right: 16px !important;
    }
}
@media (min-width: 1400px) {
    .lg\:pxy-28login {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
        padding-top: 0rem !important;
        padding-bottom: 3rem !important;
    }
    .pxy-28loginheader {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
        padding-top: 4rem !important;
        padding-bottom: 2rem !important;
    }
    .otp-input, .otp-input-warning {
        font-size: 19px !important;
        width: 44px !important;
        height: 44px !important;
        margin-right: 16px !important;
    }
}
.cr-backimg {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-image: url('/static/images/new-theme2024/calender-icon.svg') !important;
    background-size: cover !important;
}
.dc-new {
    display: inline-block;
}
.position-content-main{
    border-radius: 25px;
    background-color: #f0ddb7;
}

.el-switch.is-checked .el-switch__core {
    border-color: #00448b ;
    background-color: #00448b ;
}
.el-switch__core {
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 20px;
    border: 1px solid #130e0e !important;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: #130e0e !important;
    cursor: pointer;
    transition: border-color .3s,background-color .3s;
}



.hide {
    display: none;
  }
  
  .hov-menu:hover .hide {
    display: block;
  }
  
  .hov-menu{
      position: absolute;
      left:80px;
      top: 0px;
      background-color: #fff;
      border-radius:5px;
      border: solid 0.5px #f0ddb7;
      box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
  }
  .hov-menu-header{
      background-color:#f0ddb7;
      border-radius: 5px 5px 0px 0px;
  }
  .hide:hover{
      display: block;
  }
  .hover-show-menu{
      margin: auto;
  }
  .hover-show-menu:hover .hide {
    display: block;
    color: #363636;
  }
  .scroll-new{
    overflow-y: scroll;
    width: 100%;
    height: max-content;
    border: 1px solid #b2bec3;
    background-color: #fff;
}

.pagination-list{
    background: #f1f1f1;
    border-radius: 4px;
    padding: 2px 7px 2px 7px;
}
.pagination-list-single {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 2px 9px 2px 9px;
}

.mobile_menu_active{
    transition: transform .3s ease-in-out!important;
    transform: translateX(0%) !important;
}

.header-detail-view-new{
    display: flex !important;
    justify-content: space-between !important;
    -webkit-box-pack: justify !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    background:#f1f1f1 !important;
    color: #130e0e !important;
    font-weight: 600 !important;
}

.highlighted {
    color: #00448b !important;
    padding-bottom: 5px;
    text-decoration: underline;
    text-decoration-thickness: 1.8px !important;
}
.highlighted-black {
    color: #130e0e !important;
    text-decoration: underline;
    text-decoration-thickness: 1.8px !important;
    padding-bottom: 5px;
}
.black-border-bottom{
    border-bottom: 2px solid #130e0e !important;
    color: #130e0e !important;
}
.list-box {
    width: 100%;
    object-fit: contain;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #f3f6fb;
}

.list-box:hover {
    width: 100%;
    object-fit: contain;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #d5e2fa;
}
.list-light {
    width: 100%;
    object-fit: contain;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #f3f6fb;
    background-color: #ffffff;
}
.highlight{
    background-color: #d5e2fa !important;
}
.position-content-main {
    height: auto !important;
    background: #f0ddb7!important; 
    border-radius: 10px;
}
.details-view-box {
    border: 1px solid #a5a5a5;
    border-radius: 6px;
    overflow-y: auto !important;
    height: max-content !important;
    background-color: white !important;
}
.view-box {
    border: 1px solid #b2bec3;
    border-radius: 5px;
    background-color: #fff;
}

.inner-line-hr{
    border: 0 !important;
    width: 100% !important;
    border-top: 0.5px solid #130e0e !important;
}
.mx-input-append {
    position: absolute;
    /* top: 5px !important;
    right: 8px !important; */
    top: 6px !important;
    right: -7px !important;
    width: 30px;
    height: 100%;
    padding:0px !important;
    /* background: #fff; */
    /* border: 1px solid #f1f1f1; */
}
.text-black-shade {
    color: #130e0e !important;
}
.text-primary-shade {
    color: #00448b !important;
}
.text-transform-none {
    text-transform: none !important;
}
.br-5 {
    border-radius: 5px !important;
}
.dropdown-menu.dropDownBox {
    width: 200px !important;
    border-radius: 6.5px !important;
    left: 0px !important;
    margin-left: 0px !important;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16) !important;
    border: solid 0.5px #f0ddb7 !important;
}

.breadcrumbnewtheme{
    display: flex;
    align-items: center;
    gap: 1rem;
    color:#130e0e !important;
    font-size: 15px;
}
.breadcrumbnewtheme span {
    color: #130e0e !important;
    opacity: 0.5 !important;
}
.breadcrumbnewtheme div{
    color: #130e0e !important;
}

.border-blue{
    border: 0.5px solid #0d84f2 !important;
    border-radius: 6px !important; 
}
.custom-border-bottom{
    border-bottom:0.5px #130e0e !important;
    opacity: 0.5;
    border-top :0,5px solid #130e0e !important;
}

.tags-custom{
    height: 28px;
    border-radius: 5px;
    gap:.5rem;
    background-color: #f1f1f1;

}

.inner-line-hr-tag{
    border: 0;
    width: 100%;
    border-bottom: 0.5px solid #130e0e;
    opacity: 0.2;
}

.inner-line-hr{
    border: 0 !important;
    width: 100% !important;
    border-top: 2px solid #a5a5a5 !important;
}
.border-bottom-col {
    border-bottom: 1px solid #130e0e !important;
}
.mw-180px{
    min-width: 180px !important;
} 
.w-180px {
    width: 180px !important;
}
.btn.btn-filter {
    box-shadow: none;
    border: solid 0.5px #00448b;
    background-color: #00448b;
    height:35px !important;
    border-radius: 5px !important;
    width:100px;
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff !important;
    padding: 0 14px !important;
}
.btn.btn-archive-status {
    box-shadow: none;
    border: solid 0.5px #00448b;
    background-color: #00448b;
    height: 28px !important;
    line-height: 10px !important;
    border-radius: 5px !important;
    width:100px;
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff !important;
    padding: 0 14px !important;
}
.bg-gold {
    background-color: #f0ddb7 !important;
}
.gap-1rem {
    gap: 1rem !important;
}
.mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.box-shadow {
    object-fit: contain;
    border-radius: 1px;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.16);
}
::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
}
.w-100px{
 width: 100px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #00448b !important;
}

.new-time-picker-icon .mx-input-append {
    background-image: url('/static/assets/new-theme2024/calender_black.svg');
    display: block !important;
}
.date-icon .mx-input-append {
    background-image: url('/static/images/new-theme2024/calender_black.svg') !important;
    display: block !important;
    background-repeat: no-repeat;
}
.mx-calendar-icon {
    width: 100%;
    height: 100%;
    color: #555;
    stroke-width: 8px;
    stroke: currentColor;
    fill: currentColor;
    display: none;
}
/* .new-date-picker,
    .new-time-picker {
        padding: 1px 10px !important;
    } */

    .new-date-picker .mx-input-wrapper input,
    .new-time-picker .mx-input-wrapper input {
        box-shadow: none !important;
        padding-left: 11px !important;
        border-bottom: 0 !important;
        background-color: #f1f1f1 !important;
    }

    .new-date-picker .mx-calendar-icon,
    .new-date-picker .mx-input-wrapper .mx-clear-wrapper,
    .new-time-picker .mx-calendar-icon,
    .new-time-picker .mx-input-wrapper .mx-clear-wrapper {
        display: none !important;
    }
    .mx-panel-date td:hover {
        color: #fff !important;
        background: #130e0e !important;
    }
    .mx-calendar-content .cell.actived {
        color: #fff !important;
        background-color: #130e0e !important;
    }
    .mx-panel-date td.today {
        color: #00448b !important;
        font-weight: 600 !important;
    }
    .mx-calendar-content {
        width: 224px !important;
        height: 274px !important;
    }
    /* .mx-datepicker-popup {
        top: 0px !important;
        position: absolute;
        margin-top: 1px;
        margin-bottom: 1px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 9999;
        width: 500px;
    } */
    @media (max-width:800px) and (min-width:1099px) {
        .mx-datepicker .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 110px !important;
            transform-origin: center top;
            left: 53% !important;
        }
    } 
    @media (max-width:1100px) and (min-width:1400px) {
        .mx-datepicker .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 110px !important;
            transform-origin: center top;
            left: 53% !important;
        }
    } 
    @media (max-width:1401px) and (min-width:1600px) {
        .mx-datepicker .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 110px !important;
            transform-origin: center top;
            left: 65% !important;
        }
    } 
    @media screen and (max-width:1601px) and (min-width:1900px) {
        .mx-datepicker .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 171px !important;
            transform-origin: center top;
            left: 21% !important;
        }
    } 
    @media screen and (min-width:1901px) {
        .mx-datepicker .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 110px !important;
            transform-origin: center top;
            left: 75% !important;
        }
    } 
    .mx-datepicker-popup{
        top: -184px !important;
    }
    

    /* .mx-datepicker-popup {
        position: fixed;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 2005;
        top: 110px !important;
        transform-origin: center top;
        left: 60% !important;
    }
    @media screen and (min-width:1700px){
        .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 110px !important;
            transform-origin: center top;
            left: 70% !important;
        }
    }
    @media screen and (min-width:1300px) and (max-width:1700){
        .mx-datepicker-popup {
            position: fixed !important;
            border: 1px solid #d9d9d9;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 2005 !important;
            top: 110px !important;
            transform-origin: center top;
            left: 60% !important;
        }
    } */

    .mx-shortcuts-wrapper .mx-shortcuts {
        background: none;
        outline: none;
        border: 0;
        color: #130e0e !important;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        cursor: pointer;
    }
    .mx-shortcuts-wrapper .mx-shortcuts:hover {
        background: none;
        outline: none;
        border: 0;
        color: #130e0e !important;
        font-weight: 600;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        cursor: pointer;
    }
    .mx-calendar-content .cell.inrange {
        background-color: #f0ddb7 !important;
    }
    /* .mx-datepicker-btn-confirm:hover {
        border: 1px solid #00448b !important;
        color: #00448b !important;
    } */
    .mx-datepicker-btn-confirm {
        border: 1px solid #00448b !important;
        color: #fff !important;
        background: #00448b !important;
    }
    .mx-calendar {
        float: left;
        color: #130e0e !important;
        padding: 6px 12px;
        font-size: 14px !important;
        font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    }
    .new-date-picker .mx-input-append,
    .new-time-picker .mx-input-append,
    .date-picker-disabled .mx-input-append  {
        background-image: url('/static/images/new-theme2024/calender_black.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: block !important;
        cursor: pointer;
        width: 25px !important;
        padding: 12px !important;

    }
    .preview-template-border .mx-input{
        border-bottom: solid 2px #0d84f2 !important;
        background-color: white !important
    }
    .preview-template-border .mx-input:disabled{
        border-bottom: solid 2px #0d84f2 !important;
        background-color: white !important

    }
    /* .preview-template-border .mx-input-append {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        padding: 6px;
        background: #fff;
        border:none !important;
    } */
   
    .date-picker-disabled .mx-input-append svg {
        display: none !important;
    }
    .date-picker-disabled .mx-input {
       background: #f1f1f1 !important;
    }
    .date-picker-disabled .mx-input:disabled {
        background-color: #f1f1f1 !important;
    }
    .new-time-picker .mx-input-append {
        display: none !important;
    }
    .new-time-picker-icon .mx-input-append {
        background-image: url('/static/images/new-theme2024/time-line.svg');
        display: block !important;
    }
    .date-picker-disabled.disabled {
        opacity: 1 !important;
    }
    .quillWrapper .ql-snow.ql-toolbar {
        padding-top: 8px;
        padding-bottom: 4px;
        border-radius: 5px 5px 0px 0px !important;
    }
    .ql-container.ql-snow {
        border: 1px solid #ccc;
        border-radius: 0 0 5px 5px !important;
    }
    .ql-editor {
        min-height: 150px !important;
        font-size: 14px !important;
    }
    .mx-input-icon {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-style: normal;
        color: #555;
        text-align: center;
        cursor: pointer !important;
        display: none !important;
    }
    .details-checks {
        border: 1px solid #0f5dae !important;
        border-radius: 5px !important;
        padding: 10px !important;
        margin-top: 10px !important;
        margin: 10px !important;
    } 

    .filter-multiple .custom__tag1 {
        background: #fff !important;
        color: #130e0e !important;
        padding: 4px 8px !important;
        border-radius: 20px !important;
        margin-right: 5px !important;
        display: inline-block !important;
        margin-bottom: 5px !important;
    }
    .text-reason{
        font-size: 14px !important;
        padding: 5px 5px 40px 10px !important;
        display: block !important;
        width: 100% !important;
        border-radius: 5px !important;
        /* border: solid 1px #3f3f3f!important; */
        background: #f1f1f1 !important;
        color:#130e0e !important;
        border-radius: 5px !important;
        margin-top: 20px !important;
        /* margin-left:20px; */
    }
    .desc-textarea {
        padding-top: 6px!important;
        width: 100%;
        background: #f1f1f1 !important;
        color: #130e0e !important;
        /* border-radius: 5px; */
        border: none !important;
        resize: none;
        padding: 10px;
        overflow-y: auto;
        padding-right: 75px!important;
        min-height: 140px;
    }
    .bg-new-grey{
        padding: 8px 12px !important;
        background-color: #f1f1f1;
        border-radius: 1px;
        width:250px !important;
    }
    .new-custom-outline{
        padding: 8px 12px !important;
        border-radius: 1px;
        width: 250px !important;
        border: solid 0.5px #dfe6e9; 
        justify-content: space-between;   
    }

    /* color coding */ 
    .text-icon-black{
        color: #130e0e !important;
        padding-left: 10px !important;
    }
    .filterdate .mx-calendar-icon {
        width: 26px !important;
        height: 26px !important;
        color: #fff !important;
        stroke-width: 0px !important;
        stroke: #fff !important;
        fill: #fff !important;
        /* display: none; */
        background-image: url(/static/images/new-theme2024/calender-icon.svg) !important;
    }

    .workshift .mx-calendar-icon {
        width: 26px !important;
        height: 26px !important;
        color: #fff !important;
        stroke-width: 0px !important;
        stroke: #fff !important;
        fill: #fff !important;
        /* display: none; */
        background-image: url(/static/images/new-theme2024/time-line.svg) !important;
    }
    .preview .mx-calendar-icon {
        width: 26px !important;
        height: 26px !important;
        color: #fff !important;
        stroke-width: 0px !important;
        stroke: #fff !important;
        fill: #fff !important;
        /* display: none; */
        background-image: url(/static/images/new-theme2024/calender-icon.svg) !important;
    }
    .workshift .mx-input {
        display: inline-block;
        width: 100%;
        height: 34px;
        padding: 21px 30px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 1.4;
        color: #130e0e;
        background-color: transparent  !important;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    .workshift .mx-input::placeholder,
    .workshift .mx-input::-moz-placeholder,
    .workshift .mx-input::-webkit-input-placeholder {
        color: #130e0e8a !important;
    }
    .workshift .mx-input-append {
        position: absolute;
        top: 0px;
        right: 8px;
        width: 30px;
        height: 100%;
        padding-top: 5px;
        background-color: #fff0 !important;
    }
    .workshift .mx-datepicker {
        background-color: #f1f1f1 !important;
    }
    .preview .mx-input-append {
        position: absolute;
        top: 0px;
        right: 0;
        width: 30px;
        height: 100%;
        padding: 6px;
    }


    .filterdate .mx-input-append {
        position: absolute;
        top: 0;
        right: 0;
        width: 38px !important;
        height: 100%;
        padding: 4px;
    }
    .multiselect .clear-icon-filter{
        position: absolute;
        top: 11px;
        left: 43% !important;
        font-size: 15px;
        color: #130e0e;
    }
    .filter-label{
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .diginew-multiselect.filter-chip .multiselect__tags-wrap .custom__tag {
        background: #fff !important;
        color: #130e0e !important;
        padding: 2px 8px !important;
        border-radius: 2px;
        margin-right: 5px !important;
        display: inline-block;
        margin-top: 4px !important;
    }
    .mx-datepicker.filter-date-bordered .mx-input {
        font-size: 12px !important;
        border-radius: 4px !important;
        background: #f1f1f1 !important;
        height: 35px !important;
      }

    /* loader */
    .digi-table-loader {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
    }

    .digi-table-loader div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #00448b;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

    .digi-table-loader div:nth-child(1) {
        left: 6px;
        animation: digi-table-loader1 0.6s infinite;
    }

    .digi-table-loader div:nth-child(2) {
        left: 6px;
        animation: digi-table-loader2 0.6s infinite;
    }

    .digi-table-loader div:nth-child(3) {
        left: 26px;
        animation: digi-table-loader2 0.6s infinite;
    }

    .digi-table-loader div:nth-child(4) {
        left: 45px;
        animation: digi-table-loader3 0.6s infinite;
    }

    @keyframes digi-table-loader1 {
        0% {
        transform: scale(0);
        }

        100% {
        transform: scale(1);
        }
    }

    @keyframes digi-table-loader3 {
        0% {
        transform: scale(1);
        }

        100% {
        transform: scale(0);
        }
    }

    @keyframes digi-table-loader2 {
        0% {
        transform: translate(0, 0);
        }

        100% {
        transform: translate(19px, 0);
        }
    }
.form-group, .form-check {
    will-change: unset !important;
}
.multiselect__content-wrapper {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.45) !important;
}
.multiselect.diginew-multiselect.tagStyle .multiselect__single {
    background: #f1f1f1 !important;
    padding: 5px 0 5px 5px !important;
    border-radius: 3px !important;
    width: 91% !important;
}
.clear-icon-new.tagClear {
    top: 14px !important;
    background-color: transparent !important;
}
.multiselect.diginew-multiselect.tagStyle .multiselect__single:nth-child(odd),
.multiselect.diginew-multiselect.tagStyle .multiselect__single:nth-child(even){
    width: 98% !important;
}
.br-rb-6px {
    border-radius: 0px 0px 3px 0px !important;
}
.br-lt-6px {
    border-radius: 3px 0px 0px 0px !important;
}
.br-rt-6px {
    border-radius: 0px 3px 0px 0px !important;
}
.br-lb-6px {
    border-radius: 0px 0px 0px 3px !important;
}
.table-content-data tr th.br-lt-6px {
    border-radius: 3px 0px 0px 0px !important;
}
.table-content-data tr th.br-rt-6px {
    border-radius: 0px 6px 0px 0px !important;
}

.description-text-custom {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: pre-wrap !important;
}

.w-60{
    width:60%;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
  .vm--container.scrollable .vm--modal {
    top: 100px !important;
    height: auto !important;
  }

  .header-outer {
    width: 100%;
    color: #00448b !important;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background: #e0e0e0 !important;
    padding: 10px 10px 10px 10px !important;
  }
  input.prefix-input-box {
    outline: none;
    border: none;
    object-fit: contain;
    padding-left: 5px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

  .prefix-input > div {
    height: 36px;
    background-color: #f1f1f1 !important;
    color: #303031;
    border: solid 0.3px #f1f1f1 !important;
  }
  .prefix-input > input {
    height: 36px;
    background-color: #f1f1f1 !important;
} 
  .dotted-grey {
    border: dotted 0.5px #707070;
    border-radius: 5px;
  }
  .dotted-grey-bg{
    background-color: #f1f1f1;
  }
  .placeholder-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.69px;
    align-items: center;
    color: #130e0e;
    opacity: 0.35;
    display: flex;
    justify-content: center;
    height: 300px;
  }
  .budget-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      height: 165px;
      word-wrap: break-word;
      border-radius: 6px;
      background-clip: border-box;
      border: 1px solid #d1d9e7;
    }
    .budget-card.budget-card-blue {
      background: #6175e0 !important;
      /* background:url('/static/images/new-theme2024/Amount-allocate.svg') !important; */
    }
    .budget-card.budget-card-red {
      background-color: #4d5ba6 !important;
    }
    .budget-card.budget-card-green {
      background-color: #47adb2 !important ;
    }
    .budget-card.budget-card-grey {
      background-color: #c6c7c9;
    }
    .budget-card-body {
      flex: 1 1 auto;
      padding: 1rem 1rem;
      color: #fff;
    }

    

      .br-6px {
        border-radius: 6px !important;
      }
      .date-select .mx-input-wrapper .mx-input {
        display: inline-block;
        width: 100%;
        height: 36px !important;
        padding: 6px 22px 6px 10px !important;
        line-height: 1.4;
        background-color: #f1f1f1 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: left !important;
        color: #303031 !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }
      .date-select .mx-input-wrapper .mx-input:disabled {
        /* border: 1px solid #c6c7c9 !important; */
      }
      .date-select.custom-font .mx-input-wrapper .mx-input {
        font-size: 13px !important;
        font-weight: 400 !important;
      }
      .create-company-container {
        background-color: #f0ddb7;
    }
    .token-expiry-popup.vm--container.scrollable .vm--modal{
        width: 820px !important;
        left: 325px !important;
        max-width: 820px ! important;
        min-width: 820px !important;
    }
    .notification-view-popup .vm--modal {
        top: 115px !important;
      }
