@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("layout.css");
@import url("main.css");
@import url("subcontent.css");

.modal {
  --bs-modal-width: 560px;
}
/* 
--------------------------------
    : Custom - General css :
--------------------------------
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  line-height: 1.5;
  font-size: 17px;
  font-weight: 400;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: -1px;
}

/* .container-fluid {
  width: 90%;
} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  color: #0B0C0E;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

p, dd {
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background: none;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

label {
  vertical-align: middle;
}

* {
  outline: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

code {
  color: #506fe4;
}
.hide{
  display: none;
}
.hidden {
    display: none !important;
}
.visible-hidden {
  visibility: hidden;
}
/* // input clear */
.logobar {
  padding: 15px 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.logobar .logo img {
  width: 100px;
  height: 40px;
}

.leftbar {
  width: 250px;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 99;
  transition: all 0.3s ease;
}

.rightbar {
  background-color: #f2f3f7;
  margin-left: 250px;
  overflow: hidden;
  min-height: 100vh;
  transition: all 0.3s ease;
}

.contentbar {
  height: 100vh;
  overflow: auto;
  padding: 30px 30px 0 30px;
}

.footerbar {
  padding: 20px 30px;
  text-align: center;
  background-color: #ffffff;
}

.toggle-menu .footerbar {
  left: 0;
}

.slimScrollBar {
  z-index: 0 !important;
}

.navigationbar {
  height: calc(100vh - 0px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.row {
    --bs-gutter-x: 0;
}
.bg-transparent {
  background: transparent !important;
}
/* ::-webkit-scrollbar {
  width: 0;
} */

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.vertical-menu-detail {
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vertical-menu-detail .logobar {
  margin-bottom: 5px;
}

.vertical-menu-icon {
  height: 100%;
  width: 60px;
  float: left;
  background-color: #506fe4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}
.vertical-menu-icon .nav-pills .nav-link {
  padding: 7px 5px;
  margin: 10px;
  text-align: center;
  border-radius: 3px;
}
.vertical-menu-icon .nav-pills .nav-link img {
  width: 25px;
}
.vertical-menu-icon .nav-pills .nav-link.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vertical-menu-icon .nav-pills .logobar {
  margin-bottom: 200px;
}

.menu-title {
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 18px;
  color: #141d46;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/*
.vertical-menu-icon .nav-pills .nav-link.active:before {
    content: "";    
    position: absolute;
    left: 52px;
    top: auto;
    font-size: 0;
    font-weight: 600;
    line-height: 0;
    color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
    border: 7px solid $primary;
    border-radius: 3px;
}
*/
/* 
-------------------------------
    : Custom - Helper css :
-------------------------------
*/
/* -- Width -- */
.wx-90 {
  width: 90px !important;
}
.wx-95 {
  width: 95px !important;
}
.wx-110 {
  width: 110px !important;
}
.wx-120 {
  width: 120px !important;
}
.wx-160 {
  width: 160px !important;
}
.wx-175 {
  width: 175px !important;
}
.wx-180 {
  width: 180px !important;
}
.wx-260 {
  width: 260px !important;
}
.wx-390 {
  width: 390px !important;
}
.wx-720 {
  width: 720px !important;
}
.wx-960 {
  width: 960px !important;
}
.wx-640 {
  width: 640px !important;
}
.mwx-120{
  min-width: 120px !important;
}
.mwx-130{
  min-width: 130px !important;
}
.mwx-140{
  min-width: 140px !important;
}
/* display - flex */
.display-flex{
  display: flex;
}
.flex-none{
  flex: none !important;
}
/* -- Padding -- */
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-r-102 {
  padding-right: 102px;
}
.p-r-122 {
  padding-right: 122px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/* -- Margin -- */
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-t-20 {
  margin-top: 20px;
}
.m-t-24 {
  margin-top: 24px !important;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}
.m-t-32 {
  margin-top: 32px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}
.m-t-48 {
  margin-top: 48px !important;
}

.m-t-50 {
  margin-top: 50px;
}
.m-t-64 {
  margin-top: 64px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}
.m-r-4 {
  margin-right: 4px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-10 {
  margin-right: 10px;
}
.m-r-12 {
  margin-right: 12px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-12 {
  margin-bottom: 12px !important;
}
.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}
.m-b-80 {
  margin-bottom: 80px;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-6 {
  margin-left: 6px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-18 {
  margin-left: 18px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-24 {
  margin-left: 24px !important;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

/* -- Line Height -- */
.l-h-20 {
  line-height: 20px;
}

.l-h-22 {
  line-height: 22px;
}

.l-h-24 {
  line-height: 24px;
}

.l-h-26 {
  line-height: 26px;
}

.l-h-28 {
  line-height: 28px;
}

.l-h-30 {
  line-height: 30px;
}

.l-h-32 {
  line-height: 32px;
}

.l-h-34 {
  line-height: 34px;
}

.l-h-36 {
  line-height: 36px;
}

.l-h-38 {
  line-height: 38px;
}

.l-h-40 {
  line-height: 40px;
}

/* -- Font Size -- */
.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

/* -- Font Weight -- */
.f-w-3 {
  font-weight: 300;
}

.f-w-4 {
  font-weight: 400;
}

.f-w-5 {
  font-weight: 500 !important;
}

.f-w-6 {
  font-weight: 600;
}

.f-w-7 {
  font-weight: 700;
}

/* -- Border Radius -- */
.b-r-1 {
  border-radius: 1px;
}

.b-r-2 {
  border-radius: 2px;
}

.b-r-3 {
  border-radius: 3px;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-5 {
  border-radius: 5px;
}

.b-r-6 {
  border-radius: 6px;
}

.b-r-7 {
  border-radius: 7px;
}

.b-r-8 {
  border-radius: 8px;
}

.b-r-9 {
  border-radius: 9px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-25 {
  border-radius: 25px;
}

.b-r-30 {
  border-radius: 30px;
}

.b-r-35 {
  border-radius: 35px;
}

.b-r-40 {
  border-radius: 40px;
}

.b-r-45 {
  border-radius: 45px;
}

.b-r-50 {
  border-radius: 50px;
}

.b-r-100 {
  border-radius: 100px;
}
.gap-8{
  gap: 8px;
}
.gap-0{
  gap: 0;
}

/* flex */
.flex-column{
  flex-direction: column;
}
/* -- Extra -- */
.chart-height {
  height: 320px;
}

.v-a-m {
  vertical-align: middle;
}

.bx-shadow {
  -moz-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
}

.bg-primary-gradient {
  background-image: linear-gradient(58deg, #506fe4 0, #969efa 100%);
}

.bg-secondary-gradient {
  background-image: linear-gradient(58deg, #96a3b6 0, #e6e8f0 100%);
}

.bg-success-gradient {
  background-image: linear-gradient(58deg, #43d187 0, #45e396 100%);
}

.bg-danger-gradient {
  background-image: linear-gradient(58deg, #f9616d 0, #ff8181 100%);
}

.bg-warning-gradient {
  background-image: linear-gradient(58deg, #f7bb4d 0, #fef07f 100%);
}

.bg-info-gradient {
  background-image: linear-gradient(58deg, #3d9bfb 0, #a7daf5 100%);
}

.bg-light-gradient {
  background-image: linear-gradient(58deg, #f2f3f7 0, #f8fbff 100%);
}

.bg-dark-gradient {
  background-image: linear-gradient(58deg, #141d46 0, #4c4c4c 100%);
}

.text-primary-gradient {
  background: -webkit-linear-gradient(#4cc6f3, #506fe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
  background: -webkit-linear-gradient(#cfd2d6, #96a3b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-success-gradient {
  background: -webkit-linear-gradient(#9acd2b, #43d187);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-danger-gradient {
  background: -webkit-linear-gradient(#ff7e4b, #f9616d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-warning-gradient {
  background: -webkit-linear-gradient(#faec51, #f7bb4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-info-gradient {
  background: -webkit-linear-gradient(#2ce9ad, #3d9bfb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-light-gradient {
  background: -webkit-linear-gradient(#f3f3f3, #f2f3f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-dark-gradient {
  background: -webkit-linear-gradient(#666666, #141d46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.primary-rgba {
  background-color: rgba(80, 111, 228, 0.1);
}

.secondary-rgba {
  background-color: rgba(150, 163, 182, 0.1);
}

.success-rgba {
  background-color: rgba(67, 209, 135, 0.1);
}

.danger-rgba {
  background-color: rgba(249, 97, 109, 0.1);
}

.warning-rgba {
  background-color: rgba(247, 187, 77, 0.1);
}

.info-rgba {
  background-color: rgba(61, 155, 251, 0.1);
}

.light-rgba {
  background-color: rgba(242, 243, 247, 0.1);
}

.dark-rgba {
  background-color: rgba(20, 29, 70, 0.1);
}

/* 
--------------------------------
    : Custom - Example css :
--------------------------------
*/
/* -- Icons -- */
.icon-box-list div {
  color: #8A98AC;
  border-radius: 50px;
  line-height: 38px;
  white-space: nowrap;
}
.icon-box-list div p {
  margin: 10px;
  line-height: inherit;
}
.icon-box-list div p i {
  display: inline-block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  margin-right: 12px;
  margin-bottom: 1px;
  margin-top: 1px;
  transition: transform 0.2s;
}
.icon-box-list div p i.flag {
  background-size: cover;
  background-position: center;
}
.icon-box-list div p span.text-alias {
  color: #d4d4d4;
}
.icon-box-list div:hover p {
  color: #506fe4;
}
.icon-box-list div:hover p i {
  color: #506fe4;
  background-color: rgba(80, 111, 228, 0.1) !important;
  transform: scale(1.2);
}
.icon-box-list div:hover p span.text-alias {
  color: #506fe4;
}

.icon-svg-list div p span {
  padding: 8px 12px 10px;
  border-radius: 3px;
  margin-right: 12px;
  width: 40px;
  height: 40px;
}
.icon-svg-list div p span .icon-svg {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 22px;
  transition: transform 0.2s;
}
.icon-svg-list div p:hover span {
  background-color: rgba(80, 111, 228, 0.1) !important;
}
.icon-svg-list div p:hover span .icon-svg {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
  transform: scale(1.2);
}

/* -- Grid -- */
.example-row .grid-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #ebeefc;
  border-width: 0.2rem 0 0;
}
.example-row .row > .col, .example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(80, 111, 228, 0.1);
  border: 1px solid #a8b8f2;
  color: #506fe4;
}
.example-row .row + .row {
  margin-top: 1rem;
}
.example-row.example-row-flex-cols .row {
  min-height: 10rem;
  background-color: #d5dcf8;
}

@media (min-width: 576px) {
  .grid-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}
.docs-data > .input-group > span {
  min-width: 2rem !important;
}

/* -- Custom Checkbox -- */
.custom-checkbox-button input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  outline: 0 !important;
  z-index: 1;
}
.custom-checkbox-button input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-checkbox-button label {
  position: relative;
  display: inline-block;
}
.custom-checkbox-button label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 2px solid transparent;
  outline: 0 !important;
}
.custom-checkbox-button label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.custom-checkbox-button .checkbox-primary input[type=checkbox] + label:before {
  border-color: #506fe4;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:before {
  background-color: #506fe4;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:after {
  background-color: #506fe4;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:before {
  border-color: #96a3b6;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:before {
  background-color: #96a3b6;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:after {
  background-color: #96a3b6;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:before {
  border-color: #43d187;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:before {
  background-color: #43d187;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:after {
  background-color: #43d187;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:before {
  border-color: #f9616d;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:before {
  background-color: #f9616d;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:after {
  background-color: #f9616d;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:before {
  border-color: #f7bb4d;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:before {
  background-color: #f7bb4d;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:after {
  background-color: #f7bb4d;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:before {
  border-color: #3d9bfb;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:before {
  background-color: #3d9bfb;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:after {
  background-color: #3d9bfb;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:before {
  border-color: #f2f3f7;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:before {
  background-color: #f2f3f7;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:after {
  background-color: #f2f3f7;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:before {
  border-color: #141d46;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:before {
  background-color: #141d46;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:after {
  background-color: #141d46;
}

/* -- Custom Radio Button -- */
.custom-radio-button input[type=radio] {
  cursor: pointer;
  opacity: 0;
  outline: 0 !important;
  z-index: 1;
}
.custom-radio-button input[type=radio]:checked + label:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-radio-button label {
  position: relative;
  display: inline-block;
}
.custom-radio-button label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: 0 !important;
}
.custom-radio-button label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.custom-radio-button .radio-primary input[type=radio] + label:before {
  border-color: #506fe4;
}
.custom-radio-button .radio-primary input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:before {
  background-color: #506fe4;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:after {
  background-color: #506fe4;
}
.custom-radio-button .radio-secondary input[type=radio] + label:before {
  border-color: #96a3b6;
}
.custom-radio-button .radio-secondary input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:before {
  background-color: #96a3b6;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:after {
  background-color: #96a3b6;
}
.custom-radio-button .radio-success input[type=radio] + label:before {
  border-color: #43d187;
}
.custom-radio-button .radio-success input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:before {
  background-color: #43d187;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:after {
  background-color: #43d187;
}
.custom-radio-button .radio-danger input[type=radio] + label:before {
  border-color: #f9616d;
}
.custom-radio-button .radio-danger input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:before {
  background-color: #f9616d;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:after {
  background-color: #f9616d;
}
.custom-radio-button .radio-warning input[type=radio] + label:before {
  border-color: #f7bb4d;
}
.custom-radio-button .radio-warning input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:before {
  background-color: #f7bb4d;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:after {
  background-color: #f7bb4d;
}
.custom-radio-button .radio-info input[type=radio] + label:before {
  border-color: #3d9bfb;
}
.custom-radio-button .radio-info input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:before {
  background-color: #3d9bfb;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:after {
  background-color: #3d9bfb;
}
.custom-radio-button .radio-light input[type=radio] + label:before {
  border-color: #f2f3f7;
}
.custom-radio-button .radio-light input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:before {
  background-color: #f2f3f7;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:after {
  background-color: #f2f3f7;
}
.custom-radio-button .radio-dark input[type=radio] + label:before {
  border-color: #141d46;
}
.custom-radio-button .radio-dark input[type=radio] + label:after {
  border-color: #ffffff;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:before {
  background-color: #141d46;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:after {
  background-color: #141d46;
}

/* 
File upload form
*/
.form-input-file-wrap input[type='file'] {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.form-input-file-wrap {
  display: flex;
}
.form-label-file {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-span-file {
  padding: 0 16px;
  margin-right: 8px;
  display: block;
  min-width: 360px;
  min-height: 54px;
  border: 1px solid #E7E9EF;
  border-radius: 8px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #6E7686;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

/* 
----------------------------------
    : Custom - Bootstrap css :
----------------------------------
*/
/* -- Borders -- */
.border {
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.border-right {
  border-right: 1px solid #E0E3EB !important;
}
.border-bottom-none {
  border-bottom: none !important;
}

.border-primary {
  border-color: #506fe4 !important;
}

.border-secondary {
  border-color: #96a3b6 !important;
}

.border-success {
  border-color: #43d187 !important;
}

.border-danger {
  border-color: #f9616d !important;
}

.border-warning {
  border-color: #f7bb4d !important;
}

.border-info {
  border-color: #3d9bfb !important;
}

.border-light {
  border-color: #f2f3f7 !important;
}

.border-dark {
  border-color: #141d46 !important;
}

/* -- Toasts -- */
.toast {
  background-color: #ffffff;
  width: 320px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.toast .toast-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.toast .toast-header .toast-title {
  font-size: 16px;
  font-weight: 600;
  color: #141d46;
}
.toast .toast-header .close {
  color: #141d46;
  background-color: transparent;
}

/* -- Dropdown -- */
.dropdown-menu {
  padding: 5px 0;
  font-size: 16px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.dropdown-menu.al-right{
  margin-left:-85px !important;
}
.custom-dropdown .dropdown-menu{
  padding: 8px;
}
.custom-dropdown .dropdown-menu .dropdown-item{
  font-size: 16px;
  font-weight: 400;
  color:#1E2024;
  border-radius: 6px;
}
.custom-dropdown .dropdown-menu .dropdown-item:hover {
    color: #141d46;
    background-color:#F0F6FE;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  color: #8A98AC;
}
.dropdown-menu .dropdown-item.active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #141d46;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #141d46;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:hover {
  color: #141d46;
  background-color: rgba(150, 163, 182, 0.1);
}

.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* -- Background color -- */
.bg-primary {
  background-color: #506fe4 !important;
}

.bg-secondary {
  background-color: #96a3b6 !important;
}

.bg-success {
  background-color: #43d187 !important;
}

.bg-danger {
  background-color: #f9616d !important;
}

.bg-warning {
  background-color: #f7bb4d !important;
}

.bg-info {
  background-color: #3d9bfb !important;
}

.bg-light {
  background-color: #f2f3f7 !important;
}

.bg-dark {
  background-color: #141d46 !important;
}

.bg-muted {
  background-color: #8A98AC !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #F5F6FA !important;
}

/* -- Background color rgba -- */
.bg-primary-rgba {
  background-color: rgba(80, 111, 228, 0.1) !important;
}

.bg-secondary-rgba {
  background-color: rgba(150, 163, 182, 0.1) !important;
}

.bg-success-rgba {
  background-color: rgba(67, 209, 135, 0.1) !important;
}

.bg-danger-rgba {
  background-color: rgba(249, 97, 109, 0.1) !important;
}

.bg-warning-rgba {
  background-color: rgba(247, 187, 77, 0.1) !important;
}

.bg-info-rgba {
  background-color: rgba(61, 155, 251, 0.1) !important;
}

.bg-light-rgba {
  background-color: rgba(242, 243, 247, 0.1) !important;
}

.bg-dark-rgba {
  background-color: rgba(20, 29, 70, 0.1) !important;
}

/* -- Text Color -- */
.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #141d46 !important;
}

.text-muted {
  color: #8A98AC !important;
}

.text-primary {
  color: #506fe4 !important;
}

.text-secondary {
  color: #96a3b6 !important;
}

.text-success {
  color: #43d187 !important;
}

.text-danger {
  color: #f9616d !important;
}

.text-warning {
  color: #f7bb4d !important;
}

.text-info {
  color: #3d9bfb !important;
}

.text-light {
  color: #f2f3f7 !important;
}

.text-dark {
  color: #141d46 !important;
}

a.text-primary:focus {
  color: #3a5de1 !important;
}
a.text-primary:hover {
  color: #3a5de1 !important;
}

a.text-secondary:focus {
  color: #8796ac !important;
}
a.text-secondary:hover {
  color: #8796ac !important;
}

a.text-success:focus {
  color: #31c97a !important;
}
a.text-success:hover {
  color: #31c97a !important;
}

a.text-danger:focus {
  color: #f84856 !important;
}
a.text-danger:hover {
  color: #f84856 !important;
}

a.text-warning:focus {
  color: #f6b235 !important;
}
a.text-warning:hover {
  color: #f6b235 !important;
}

a.text-info:focus {
  color: #248efa !important;
}
a.text-info:hover {
  color: #248efa !important;
}

a.text-light:focus {
  color: #e2e4ed !important;
}
a.text-light:hover {
  color: #e2e4ed !important;
}

a.text-dark:focus {
  color: #0e1532 !important;
}
a.text-dark:hover {
  color: #0e1532 !important;
}

/* -- Blockquote -- */
.blockquote {
  font-size: 1.05rem;
}

/* -- Touch Spin -- */
.bootstrap-touchspin .btn {
  box-shadow: none;
}

/* -- Media -- */
.media .media-body {
  word-break: break-word;
}

.list-group-item {
  background-color: transparent;
}

.mark {
  background-color: rgba(247, 187, 77, 0.1);
  color: #141d46;
}

mark {
  background-color: rgba(247, 187, 77, 0.1);
  color: #141d46;
}

/* 
------------------------------
    : Custom - Icons css :
------------------------------
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* DataTable less */

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}


table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "\25B2";
  content: "\25B2"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "\25BC";
  content: "\25BC"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > th div.dt-column-footer,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-footer,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-footer,
table.dataTable tfoot > tr > td div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
table.dataTable thead > tr > th div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
  flex-grow: 1;
}
table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
  display: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before {
  content: "" !important;
  position: absolute;
  left: 7px !important;
  top: 50%;
  width: 8px;
  height:8px;
  margin-top: -9px;
  background: url('/images/common/Icon/1x/ico_sort_up.png') no-repeat center center;
  opacity: .4 !important;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after {
  content: "" !important;
  position: absolute;
  left: 7px !important;
  top: 50%;
  width: 8px;
  height:8px;
  margin-top: 1px;
  background: url('/images/common/Icon/1x/ico_sort_down.png') no-repeat center center;
  opacity: .4 !important;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1 !important;
}
table.dataTable tfoot.total-row td{
  height: 64px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #1E2024;
  background-color: #F0F6FE;
  border-top: 1px solid #E7E9EF;
}
table.dataTable tfoot.total-row td.total-amount{
  color:#3674D9;
}
table.dataTable tfoot.total-row td.total-amount span.total-count{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #3674D9;
  margin-right: 16px;
}
table.dataTable tfoot.total-row td.total-amount span.total-count:before{
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #DDE7F9;
}

.total-row{
  display: flex;
  justify-content: space-between;
  height: 64px;
  padding: 18px 20px;
  border-bottom: 1px solid #E7E9EF;
  background-color: #F0F6FE;
  font-size: 18px;
  font-weight: 500;
  color: #1E2024;
}
.total-row .total-amount{
  color:#3674D9;
}
.total-row .total-amount span.total-count{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #3674D9;
  margin-right: 16px;
}
.total-row .total-amount span.total-count:before{
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #DDE7F9;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row-reverse;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-footer,
table.dataTable td.dt-right div.dt-column-header,
table.dataTable td.dt-right div.dt-column-footer {
  flex-direction: row-reverse;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-right div.dt-column-header,
table.dataTable thead th.dt-head-right div.dt-column-footer,
table.dataTable thead td.dt-head-right div.dt-column-header,
table.dataTable thead td.dt-head-right div.dt-column-footer,
table.dataTable tfoot th.dt-head-right div.dt-column-header,
table.dataTable tfoot th.dt-head-right div.dt-column-footer,
table.dataTable tfoot td.dt-head-right div.dt-column-header,
table.dataTable tfoot td.dt-head-right div.dt-column-footer {
  flex-direction: row-reverse;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:root {
  --dt-row-hover-alpha: 0.035;
  --dt-row-stripe-alpha: 0.023;
  --dt-column-ordering-alpha: 0.019;
  --dt-row-selected-stripe-alpha: 0.923;
  --dt-row-selected-column-ordering-alpha: 0.919;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}
table.dataTable > tbody > tr.disabled td{
  background-color: #F5F6FA;
  color:#A9AFBC !important;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}
table.dataTable > tbody > tr > td{
  border-right: 1px solid #E7E9EF;
  border-bottom: 1px solid #E7E9EF;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}
table.dataTable.hover > tbody > tr:hover > *:not(.dt-empty), table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px #F0F6FE !important;
  box-shadow: inset 0 0 0 9999px #F0F6FE !important;
  color: #1E2024;
}
table.dataTable.hover > tbody > tr:hover > * .clickable-billno {
  color: #007BFF;
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.hover > tbody > tr.disabled:hover > * {
  box-shadow: none !important;
}
table.dataTable.hover > tbody > tr:hover > .dt-empty {
  box-shadow: none !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha));
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)));
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)));
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 1px solid #E7E9EF !important;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}
div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}
div.dt-container div.dt-layout-full {
  width: 100%;
}
div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}
div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}
div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}
div.dt-container select.dt-input {
  padding: 4px;
  border:0;
}

.dataTable-wrap div.dt-container .dt-paging .dt-paging-button {
  width: 40px;
  min-width: initial;
  height: 40px;
  margin-left: 0;
  padding: 0;
  border: none !important;
  border-radius: 6px;
  color: #535765 !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button:hover {
  background-color: #F0F6FE !important;
  background: #F0F6FE;
  color: #535765 !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button:not(.disabled):focus {
  background-color: #DDE7F9 !important;
  box-shadow: none;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.current,
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.current:hover {
  background-color: #3674D9 !important;
  color: #fff !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.current:focus {
  background-color: #3674D9 !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.first {
  background: url(/images/common/Icon/1x/ico_chevron_left02.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.previous {
  background: url(/images/common/Icon/1x/ico_chevron_left01.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.next {
  background: url(/images/common/Icon/1x/ico_chevron_right01.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.last {
  background: url(/images/common/Icon/1x/ico_chevron_right02.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.disabled.first {
  background: url(/images/common/Icon/1x/ico_chevron_left04.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.disabled.previous {
  background: url(/images/common/Icon/1x/ico_chevron_left03.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.disabled.next {
  background: url(/images/common/Icon/1x/ico_chevron_right03.png) no-repeat center;
  color: transparent !important;
}
.dataTable-wrap div.dt-container .dt-paging .dt-paging-button.disabled.last {
  background: url(/images/common/Icon/1x/ico_chevron_right04.png) no-repeat center;
  color: transparent !important;
}
div.dt-container .dt-paging .ellipsis {
  color: #535765;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

/* 
-----------------------------
    : Custom - Menu css :
-----------------------------
*/
.vertical-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: calc(100vh - 10px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vertical-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.vertical-menu > li > a {
  padding: 8px 15px;
  display: block;
  color: #141d46;
  font-size: 16px;
}
.vertical-menu > li > a > i {
  display: inline-block;
  width: 30px;
  font-size: 16px;
  vertical-align: middle;
}
.vertical-menu > li > a > img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu > li > a > span {
  vertical-align: middle;
}
.vertical-menu > li > a.active {
  color: #506fe4;
}
.vertical-menu > li > a.active img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu > li:hover > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu > li:hover > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu > li.active > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu > li.active > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.vertical-menu > li.active {
  background-color: transparent;
}
.vertical-menu > li .label,
.vertical-menu > li .badge {
  margin-top: 4px;
}
.vertical-menu li.vertical-header {
  padding: 15px 25px 5px 25px;
  color: #8A98AC;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vertical-menu li:first-child.vertical-header {
  padding: 5px 25px 5px 25px;
}
.vertical-menu li > a > .icon-chevron-right {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  float: right;
}
.vertical-menu li.active > a > .icon-chevron-right {
  transform: rotate(90deg);
}
.vertical-menu li.active > .vertical-submenu {
  display: block;
}
.vertical-menu a {
  color: #8A98AC;
  text-decoration: none;
}
.vertical-menu .vertical-submenu {
  display: none;
  list-style: none;
  padding-left: 5px;
  padding: 5px 0 5px 5px;
  margin: 0 1px;
  background: transparent;
}
.vertical-menu .vertical-submenu .vertical-submenu {
  padding-left: 12px;
}
.vertical-menu .vertical-submenu > li > a {
  padding: 4px 12px 4px 24px;
  display: block;
  font-size: 15px;
  color: #141d46;
}
.vertical-menu .vertical-submenu > li > a > .mdi {
  font-size: 5px;
  margin-right: 10px;
  vertical-align: middle;
  color: #141d46;
}
.vertical-menu .vertical-submenu > li > a > .icon-chevron-right,
.vertical-menu .vertical-submenu > li > a > .icon-chevron-down {
  width: auto;
}
.vertical-menu .vertical-submenu > li > a:before {
  content: "";
  font-family: "feather" !important;
  font-size: 10px;
  line-height: 10px;
  padding-right: 0.2rem;
  vertical-align: middle;
}
.vertical-menu .vertical-submenu > li > a.active {
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li.active > a {
  opacity: 1;
  font-weight: 300;
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li.active > a > .mdi {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li > a:hover {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu .vertical-submenu > li > a:hover > .mdi {
  opacity: 1;
  color: #506fe4;
}

.vertical-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  height: calc(100vh - 100px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vertical-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.vertical-menu-rtl > li > a {
  padding: 15px 8px;
  display: block;
  color: #141d46;
  font-size: 16px;
}
.vertical-menu-rtl > li > a > i {
  display: inline-block;
  width: 30px;
  font-size: 16px;
  vertical-align: middle;
}
.vertical-menu-rtl > li > a > img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu-rtl > li > a > span {
  vertical-align: middle;
}
.vertical-menu-rtl > li > a.active {
  color: #506fe4;
}
.vertical-menu-rtl > li > a.active img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu-rtl > li:hover > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu-rtl > li:hover > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(210deg);
}
.vertical-menu-rtl > li.active > a {
  background-color: transparent;
  color: #506fe4;
  opacity: 1;
}
.vertical-menu-rtl > li.active > a img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.vertical-menu-rtl > li.active {
  background-color: transparent;
}
.vertical-menu-rtl > li .label,
.vertical-menu-rtl > li .badge {
  margin-top: 4px;
}
.vertical-menu-rtl li.vertical-header {
  padding: 10px 15px 10px 25px;
  color: #8A98AC;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vertical-menu-rtl li:first-child.vertical-header {
  padding: 5px 25px 5px 25px;
}
.vertical-menu-rtl li > a > .icon-chevron-right {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  float: right;
}
.vertical-menu-rtl li.active > a > .icon-chevron-right {
  transform: rotate(90deg);
}
.vertical-menu-rtl li.active > .vertical-submenu {
  display: block;
}
.vertical-menu-rtl a {
  color: #8A98AC;
  text-decoration: none;
}
.vertical-menu-rtl .vertical-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: transparent;
}
.vertical-menu-rtl .vertical-submenu .vertical-submenu {
  padding-right: 12px;
}
.vertical-menu-rtl .vertical-submenu > li > a {
  padding: 4px 24px 4px 12px;
  display: block;
  font-size: 15px;
  color: #141d46;
}
.vertical-menu-rtl .vertical-submenu > li > a > .mdi {
  font-size: 5px;
  margin-right: 10px;
  vertical-align: middle;
  color: #141d46;
}
.vertical-menu-rtl .vertical-submenu > li > a > .icon-chevron-right,
.vertical-menu-rtl .vertical-submenu > li > a > .icon-chevron-down {
  width: auto;
}
.vertical-menu-rtl .vertical-submenu > li > a:before {
  content: "";
  font-family: "feather" !important;
  font-size: 10px;
  line-height: 10px;
  padding-right: 0.2rem;
  vertical-align: middle;
}
.vertical-menu-rtl .vertical-submenu > li > a.active {
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li.active > a {
  opacity: 1;
  font-weight: 300;
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li.active > a > .mdi {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li > a:hover {
  opacity: 1;
  color: #506fe4;
}
.vertical-menu-rtl .vertical-submenu > li > a:hover > .mdi {
  opacity: 1;
  color: #506fe4;
}

/* 
-------------------------------
    : Custom - Topbar css :
-------------------------------
*/
.toggle-menu .leftbar {
  position: fixed;
  width: 250px;
  margin-left: 0;
  transition: all 0.3s ease;
}
.toggle-menu .rightbar {
  margin-left: 60px;
}
.toggle-menu .rightbar .topbar {
  left: 60px;
}

.topbar-mobile {
  display: none;
  background-color: #ffffff;
  padding: 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  z-index: 9;
}
.topbar-mobile .mobile-logobar {
  display: inline-block;
}
.topbar-mobile .mobile-logobar img {
  width: 100px;
  height: 40px;
}
.topbar-mobile .mobile-togglebar {
  display: inline-block;
  float: right;
  margin-top: 8px;
}
.topbar-mobile .mobile-togglebar li {
  margin-right: 0;
  margin-left: 5px;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger {
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #f2f3f7;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img {
  width: 18px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img.menu-hamburger-vertical {
  display: none;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover {
  background-color: #506fe4;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger {
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #f2f3f7;
}
.topbar-mobile .mobile-togglebar .menu-hamburger img {
  width: 18px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger img.menu-hamburger-close {
  display: none;
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover {
  background-color: #506fe4;
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}

.topbar {
  background-color: #ffffff;
  padding: 15px 30px;
  z-index: 9;
  left: 250px;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.topbar .dropdown-toggle::after {
  display: none;
}
.topbar .searchbar {
  width: 215px;
  margin-left: 5px;
}
.topbar .searchbar input[type=search] {
  background-color: rgba(150, 163, 182, 0.1);
  color: #141d46;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  border-radius: 0 3px 3px 0;
}
.topbar .searchbar ::placeholder {
  color: #717C99;
}
.topbar .searchbar .input-group-append {
  margin-left: 0px;
}
.topbar .searchbar .btn {
  background-color: rgba(150, 163, 182, 0.1);
  color: #141d46;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px 0 0 3px;
  padding: 3px 5px 3px 10px;
  box-shadow: none;
}
.topbar .searchbar .btn img {
  width: 18px;
  margin-top: 0;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar .togglebar {
  display: inline-block;
  padding-top: 1px;
}
.topbar .togglebar li {
  margin-right: 0;
}
.topbar .togglebar .menu-hamburger {
  padding: 6px 10px;
  border-radius: 50%;
  background-color: #f2f3f7;
}
.topbar .togglebar .menu-hamburger img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 18px;
}
.topbar .togglebar .menu-hamburger img.menu-hamburger-close {
  display: none;
}
.topbar .togglebar .menu-hamburger:hover {
  background-color: #506fe4;
}
.topbar .togglebar .menu-hamburger:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}
.topbar .infobar {
  display: inline-block;
  float: right;
}
.topbar .infobar > ul > li {
  margin-left: 5px;
  margin-right: 0;
}
.topbar .infobar > ul > li:first-child {
  margin-left: 0;
}
.topbar .infobar .infobar-icon {
  color: #506fe4;
  border-radius: 20px;
  display: flex;
  line-height: 40px;
  width: 60px;
  height: 40px;
  padding: 10px;
  background-color: #f2f3f7;
}
.topbar .infobar .infobar-icon img {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
  width: 25px;
}
.topbar .infobar .infobar-icon i {
  padding: 12px;
}
.topbar .infobar .infobar-icon .live-icon {
  margin: 0 0 0 5px;
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.topbar .infobar .infobar-icon:hover {
  background-color: #506fe4;
  color: #ffffff;
}
.topbar .infobar .infobar-icon:hover img {
  filter: invert(0) sepia(0) saturate(14) hue-rotate(195deg);
}
.topbar .infobar .languagebar .live-icon {
  font-size: 15px;
}
.topbar .infobar .languagebar a {
  padding: 6px 0 7px 0;
  border-radius: 3px;
  vertical-align: super;
  font-weight: 300;
}
.topbar .infobar .languagebar a:hover {
  color: #506fe4;
}
.topbar .infobar .flag {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  margin-top: -1px;
}

.breadcrumbbar {
  margin: 30px 30px 0 30px;
}
.breadcrumbbar .page-title {
  font-size: 18px;
  color: #141d46;
  margin-bottom: 5px;
  margin-top: 0;
}
.breadcrumbbar .breadcrumb-list {
  text-align: left;
}
.breadcrumbbar .breadcrumb {
  margin: 0;
  padding: 0;
  display: inline-flex;
  background-color: transparent;
}
.breadcrumbbar .breadcrumb .breadcrumb-item a {
  color: #8A98AC;
}
.breadcrumbbar .breadcrumb .breadcrumb-item.active {
  color: #141d46;
}
.breadcrumbbar .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}
.breadcrumbbar .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "feather" !important;
  font-size: 14px;
  padding-right: 0.2rem;
}
.breadcrumbbar .widgetbar {
  text-align: right;
}

.notifybar .dropdown-menu {
  top: 14px !important;
  border-radius: 3px;
  padding: 0;
}
.notifybar .dropdown-menu .notification-dropdown-title {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.notifybar .dropdown-menu .notification-dropdown-title h4 {
  color: #506fe4;
  font-size: 18px;
  margin-bottom: 0;
}
.notifybar .dropdown-menu .dropdown-item {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.notifybar .action-icon {
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}
.notifybar h5 {
  font-size: 16px;
  color: #141d46;
  margin-top: 0;
  margin-bottom: 5px;
}
.notifybar p {
  margin-bottom: 0;
}
.notifybar .timing {
  color: #8A98AC;
  font-size: 13px;
  margin-top: 3px;
}

.infobar-settings-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.infobar-settings-sidebar.sidebarshow {
  width: 420px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head {
  padding: 14px 30px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head h4 {
  margin-bottom: 0;
  line-height: 40px;
  font-size: 18px;
  color: #506fe4;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close {
  padding: 4px 0;
  color: #ffffff;
  font-size: 20px;
  border-radius: 3px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close:hover {
  background-color: transparent;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close img {
  width: 20px;
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-color-setting {
  padding: 30px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-mode-setting {
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-layout-setting {
  padding: 30px;
}

.infobar-settings-sidebar-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

.languagebar .dropdown-menu {
  top: 14px !important;
  border-radius: 3px;
  padding: 0;
}
.languagebar .dropdown-menu .dropdown-item {
  padding: 10px 15px !important;
  color: #8A98AC;
}
.languagebar .dropdown-menu .dropdown-item:focus {
  color: #141d46;
  background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu .dropdown-item:hover {
  color: #141d46;
  background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu i {
  margin-right: 10px;
}
.languagebar .dropdown-menu .flag {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -1px;
}

.account-box {
  background-color: #f2f3f7;
  border-radius: 3px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
.account-box h5 {
  color: #141d46;
  margin: 15px 0 5px;
}
.account-box p {
  margin-bottom: 0;
}
.account-box.active {
  background-color: #506fe4;
}
.account-box.active h5 {
  color: #ffffff;
}
.account-box.active p {
  color: #ffffff;
}
.account-box:hover {
  background-color: #506fe4;
}
.account-box:hover h5 {
  color: #ffffff;
}
.account-box:hover p {
  color: #ffffff;
}

.profilebar a.dropdown-toggle {
  padding: 6px 0 7px 0;
  border-radius: 20px;
  vertical-align: super;
}
.profilebar a.dropdown-toggle:hover {
  color: #506fe4;
}
.profilebar img {
  width: 36px;
  margin-right: 5px;
}
.profilebar .dropdown-menu {
  top: 14px !important;
  border-radius: 3px;
  text-align: center;
  padding: 0;
}
.profilebar .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.profilebar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.profilebar .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.profilebar .live-icon {
  vertical-align: middle;
  font-size: 15px;
}

.profilename {
  padding: 5px 0;
}
.profilename h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #506fe4;
}
.profilename p {
  color: #8A98AC;
  margin-bottom: 0;
  font-size: 16px;
}

.userbox {
  margin-top: 7px;
  margin-bottom: 5px;
}
.userbox .profile-icon {
  padding: 0;
  color: #141d46;
  border-radius: 3px;
  font-weight: 300;
}
.userbox .profile-icon:hover {
  background-color: transparent;
  color: #506fe4;
}
.userbox .profile-icon:hover img {
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.userbox .profile-icon img {
  width: 18px;
  margin-top: -3px;
  margin-right: 10px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.userbox .list-inline-item {
  margin-right: 0;
}

/* 
-------------------------------
    : Custom - Alerts css :
-------------------------------
*/
.alert {
  border: 0;
}
.alert .alert-heading {
  font-size: 20px;
}
.alert .alert-link {
  font-weight: 800;
}

.alert-primary {
  color: #506fe4;
  background-color: rgba(80, 111, 228, 0.1);
  border-color: rgba(80, 111, 228, 0.1);
}
.alert-primary .alert-link {
  color: #506fe4;
}
.alert-primary hr {
  border-top-color: #506fe4;
}

.alert-secondary {
  color: #96a3b6;
  background-color: rgba(150, 163, 182, 0.1);
  border-color: rgba(150, 163, 182, 0.1);
}
.alert-secondary .alert-link {
  color: #96a3b6;
}
.alert-secondary hr {
  border-top-color: #96a3b6;
}

.alert-success {
  color: #43d187;
  background-color: rgba(67, 209, 135, 0.1);
  border-color: rgba(67, 209, 135, 0.1);
}
.alert-success .alert-link {
  color: #43d187;
}
.alert-success hr {
  border-top-color: #43d187;
}

.alert-danger {
  color: #f9616d;
  background-color: rgba(249, 97, 109, 0.1);
  border-color: rgba(249, 97, 109, 0.1);
}
.alert-danger .alert-link {
  color: #f9616d;
}
.alert-danger hr {
  border-top-color: #f9616d;
}

.alert-warning {
  color: #f7bb4d;
  background-color: rgba(247, 187, 77, 0.1);
  border-color: rgba(247, 187, 77, 0.1);
}
.alert-warning .alert-link {
  color: #f7bb4d;
}
.alert-warning hr {
  border-top-color: #f7bb4d;
}

.alert-info {
  color: #3d9bfb;
  background-color: rgba(61, 155, 251, 0.1);
  border-color: rgba(61, 155, 251, 0.1);
}
.alert-info .alert-link {
  color: #3d9bfb;
}
.alert-info hr {
  border-top-color: #3d9bfb;
}

.alert-light {
  color: #8A98AC;
  background-color: rgba(242, 243, 247, 0.1);
  border-color: rgba(242, 243, 247, 0.1);
}
.alert-light .alert-link {
  color: #8A98AC;
}
.alert-light hr {
  border-top-color: #8A98AC;
}

.alert-dark {
  color: #141d46;
  background-color: rgba(20, 29, 70, 0.1);
  border-color: rgba(20, 29, 70, 0.1);
}
.alert-dark .alert-link {
  color: #141d46;
}
.alert-dark hr {
  border-top-color: #141d46;
}

/* 
-------------------------------
    : Custom - Badges css :
-------------------------------
*/
.badge {
  font-weight: 400;
}

.badge-default {
  background-color: #506fe4;
  color: #ffffff;
}
.badge-default[href]:hover {
  background-color: #3a5de1;
}
.badge-default[href]:focus {
  background-color: #3a5de1;
}

.badge-primary {
  background-color: #506fe4;
}
.badge-primary[href]:hover {
  background-color: #3a5de1;
}
.badge-primary[href]:focus {
  background-color: #3a5de1;
}

.badge-secondary {
  background-color: #96a3b6;
}
.badge-secondary[href]:hover {
  background-color: #8796ac;
}
.badge-secondary[href]:focus {
  background-color: #8796ac;
}

.badge-success {
  background-color: #43d187;
}
.badge-success[href]:hover {
  background-color: #31c97a;
}
.badge-success[href]:focus {
  background-color: #31c97a;
}

.badge-danger {
  background-color: #f9616d;
}
.badge-danger[href]:hover {
  background-color: #f84856;
}
.badge-danger[href]:focus {
  background-color: #f84856;
}

.badge-warning {
  color: #ffffff;
  background-color: #f7bb4d;
}
.badge-warning[href]:hover {
  background-color: #f6b235;
}
.badge-warning[href]:focus {
  background-color: #f6b235;
}

.badge-info {
  background-color: #3d9bfb;
}
.badge-info[href]:hover {
  background-color: #248efa;
}
.badge-info[href]:focus {
  background-color: #248efa;
}

.badge-light {
  color: #8A98AC;
  background-color: #f2f3f7;
}
.badge-light[href]:hover {
  background-color: #e2e4ed;
}
.badge-light[href]:focus {
  background-color: #e2e4ed;
}

.badge-dark {
  background-color: #141d46;
}
.badge-dark[href]:hover {
  background-color: #0e1532;
}
.badge-dark[href]:focus {
  background-color: #0e1532;
}

.badge-default-inverse {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}
.badge-default-inverse[href]:hover {
  background-color: #3a5de1;
}
.badge-default-inverse[href]:focus {
  background-color: #3a5de1;
}

.badge-primary-inverse {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}
.badge-primary-inverse[href]:hover {
  background-color: #3a5de1;
  color: #ffffff;
}
.badge-primary-inverse[href]:focus {
  background-color: #3a5de1;
  color: #ffffff;
}

.badge-secondary-inverse {
  background-color: rgba(150, 163, 182, 0.1);
  color: #96a3b6;
}
.badge-secondary-inverse[href]:hover {
  background-color: #8796ac;
  color: #ffffff;
}
.badge-secondary-inverse[href]:focus {
  background-color: #8796ac;
  color: #ffffff;
}

.badge-success-inverse {
  background-color: rgba(67, 209, 135, 0.1);
  color: #43d187;
}
.badge-success-inverse[href]:hover {
  background-color: #31c97a;
  color: #ffffff;
}
.badge-success-inverse[href]:focus {
  background-color: #31c97a;
  color: #ffffff;
}

.badge-danger-inverse {
  background-color: rgba(249, 97, 109, 0.1);
  color: #f9616d;
}
.badge-danger-inverse[href]:hover {
  background-color: #f84856;
  color: #ffffff;
}
.badge-danger-inverse[href]:focus {
  background-color: #f84856;
  color: #ffffff;
}

.badge-warning-inverse {
  background-color: rgba(247, 187, 77, 0.1);
  color: #f7bb4d;
}
.badge-warning-inverse[href]:hover {
  background-color: #f6b235;
  color: #ffffff;
}
.badge-warning-inverse[href]:focus {
  background-color: #f6b235;
  color: #ffffff;
}

.badge-info-inverse {
  background-color: rgba(61, 155, 251, 0.1);
  color: #3d9bfb;
}
.badge-info-inverse[href]:hover {
  background-color: #248efa;
  color: #ffffff;
}
.badge-info-inverse[href]:focus {
  background-color: #248efa;
  color: #ffffff;
}

.badge-light-inverse {
  background-color: rgba(242, 243, 247, 0.1);
  color: #8A98AC;
}
.badge-light-inverse[href]:hover {
  background-color: #e2e4ed;
  color: #8A98AC;
}
.badge-light-inverse[href]:focus {
  background-color: #e2e4ed;
  color: #8A98AC;
}

.badge-dark-inverse {
  background-color: rgba(20, 29, 70, 0.1);
  color: #141d46;
}
.badge-dark-inverse[href]:hover {
  background-color: #0e1532;
  color: #ffffff;
}
.badge-dark-inverse[href]:focus {
  background-color: #0e1532;
  color: #ffffff;
}

/* 
--------------------------------
    : Custom - Buttons css :
--------------------------------
*/
.button-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  column-gap: 8px;
}
.button-group-list .btn {
  width: 180px;
}
.button-group-list.btn-lg .btn {
  width: 260px;
}
.button-group-list2 {
  margin-top: 24px;
  justify-content: space-between;
}
.button-group-list2 .btn{
  flex: auto;
}
.btn-group.btn-group-toggle {
  margin-left: 8px;
}
.btn-group.btn-group-toggle .btn {
  margin-left: 0 !important;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #535765;
}
.btn-group.btn-group-toggle .btn ~ .btn {
  border-left: none;
  border-radius: 0;
}
.btn-group.btn-group-toggle .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group.btn-group-toggle .btn-primary {
  font-weight: 500;
  color: #fff;
}
.btn-group.btn-group-toggle .btn-primary:hover,
.btn-group.btn-group-toggle .btn-primary.hover {
  border-color: #3674D9;
  background-color: #3674D9;
}
.btn-group.btn-group-toggle .btn-tertiary:hover,
.btn-group.btn-group-toggle .btn-tertiary.hover {
  background-color: #fff;
  color: #535765;
}
.btn-group.btn-group-toggle .btn-primary:focus,
.btn-group.btn-group-toggle .btn-primary.focus,
.btn-group.btn-group-toggle .btn-primary:not(:disabled):not(.disabled):active,
.btn-group.btn-group-toggle .btn-primary:not(:disabled):not(.disabled).active,
.btn-group.btn-group-toggle .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-group.btn-group-toggle .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-group.btn-group-toggle .btn-tertiary:focus,
.btn-group.btn-group-toggle .btn-tertiary.focus,
.btn-group.btn-group-toggle .btn-tertiary:not(:disabled):not(.disabled):active,
.btn-group.btn-group-toggle .btn-tertiary:not(:disabled):not(.disabled).active,
.btn-group.btn-group-toggle .btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-group.btn-group-toggle .btn-tertiary:not(:disabled):not(.disabled).active:focus {
  border-color: #3674D9;
  background-color: #3674D9;
  font-weight: 500;
  color: #fff;
}
.btn-group.btn-group-toggle .btn:disabled,
.btn-group.btn-group-toggle .btn.disabled {
  border-color: #E7E9EF;
  background: #F5F6FA;
  color: #6E7686;
}

.dropdown-list .btn {
  margin-bottom: 5px;
}

.btn {
  min-width: 60px;
  padding: 11px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.btn.position-absolute {
  left: 16px;
}
.btn.p-a-l-40 {
  left: 40px;
}

/* icon */
.btn-ico{
  width: 24px;
  height: 24px;
}
.btn-ico [class^="ico"]{
  display: block;
  width: 24px;
  height: 24px;
}
.btn.ico {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
}
.btn.ico.btn-sm {
  padding: 7px 16px;
}
.btn.ico [class^="ico"] {
  width: 24px;
  height: 24px;
}
.btn.ico.btn-xs [class^="ico"] {
  width: 16px;
  height: 16px;
}
.ico-chevron-left {
  background: url(/images/common/Icon/1x/ico_chevron_left01.png) no-repeat center / contain;
}
.ico-chevron-right {
  background: url(/images/common/Icon/1x/ico_chevron_right01.png) no-repeat center / contain;
}
.ico-pdf {
  background: url(/images/common/Icon/1x/ico_pdf.png) no-repeat center / contain;
}
.ico-support {
  background: url(/images/common/Icon/1x/ico_help01.png) no-repeat center / contain;
}
.ico-print {
  background: url(/images/common/Icon/1x/ico_print01.png) no-repeat center / contain;
}
.ico-filter-16x {
  background: url(/images/common/Icon/1x/ico_filter_16x.png) no-repeat center;
}
.ico-setting {
  background: url(/images/common/Icon/1x/ico_setting.png) no-repeat center;
}
.ico-wifi {
  background: url(/images/common/Icon/1x/ico_wifi.png) no-repeat center;
}


/* size */
.btn.btn-xs {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}
.btn.btn-sm {
  padding: 9px 16px;
  border-radius: 6px;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 14px 24px;
  font-size: 18px;
}

.btn.btn-lg-remote {
  padding: 26px 32px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-round {
  width: 40px;
  height: 40px;
  padding: 6px 11px;
  border-radius: 50%;
}

.btn-white {
  color: #141d46;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-link {
  color: #506fe4;
  text-decoration: none;
}
.btn-link:hover {
  color: #506fe4;
  text-decoration: none;
}
.btn-link.focus {
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  border-color: #E7E9EF;
  background-color: #fff;
  color: #1E2024;
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: none;
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: none;
}

/* -- Primary Button -- */
.btn-txt{
  color: #535765;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.btn-txt:hover,
.btn-txt:active {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #535765 !important;
}
.btn.btn-txt {
  min-width: auto;
  padding: 0 !important;
  border-radius: 0;
}
.btn-txt.ico {
  column-gap: 2px;
}
.btn-txt.ico [class^=ico] {
  width: 16px;
  height: 16px;
}
.btn-txt.ico.btn-sm .ico-chevron-right-sm {
  background: url(/images/common/Icon/1x/ico_chevron_right01_16x.png) no-repeat center;
  opacity: .5;
}

.btn-primary {
  border-color: #3674D9;
  background-color: #3674D9;
  color: #fff;
}
.btn-primary:hover,
.btn-primary.hover {
  border-color: #2055AC;
  background-color: #2055AC;
  color: #fff;
}
/* .btn-primary:focus,
.btn-primary.focus, */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  border-color: #184081;
  background-color: #184081;
  color: #fff;
}
.btn-primary:focus-visible {
  border-color: #184081;
  background-color: #184081;
  box-shadow: initial;
  color: #fff;
}
.btn-primary:disabled,
.btn-primary.disabled {
  border-color: #9bbaec;
  background-color: #9bbaec;
  color: #fff;
  opacity: 1;
}

/* -- Secondary Button -- */
.btn-secondary {
  border-color: #3674D9;
  background-color: #fff;
  color: #3674D9;
}
.btn-secondary:hover,
.btn-secondary.hover {
  border-color: #2055AC;
  background-color: #fff;
  color: #2055AC;
}
/* .btn-secondary:focus,
.btn-secondary.focus, */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  border-color: #184081;
  background-color: #F0F6FE;
  color: #184081;
}
.btn-secondary:focus-visible {
  border-color: #184081;
  background-color: #F0F6FE;
  box-shadow: initial;
  color: #184081;
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  border-color: #f5f6fa;
  background-color: #fff;
  color: #a9afbc;
  opacity: 1;
}

.open > .dropdown-toggle.btn-primary {
  background-color: #3a5de1;
  border-color: #3a5de1;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Tertiary Button -- */
.btn-tertiary {
  border-color: #E7E9EF;
  background-color: #fff;
  color: #1E2024;
}
.btn-tertiary:hover,
.btn-tertiary.hover {
  border-color: #E7E9EF;
  background-color: #F5F6FA;
  color: #1E2024;
}
/* .btn-tertiary:focus,
.btn-tertiary.focus, */
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active {
  border-color: #E7E9EF;
  background-color: #E7E9EF;
  color: #1E2024;
}
.btn-tertiary:focus-visible {
  border-color: #E7E9EF;
  background-color: #E7E9EF;
  box-shadow: initial;
  color: #1E2024;
}
.btn-tertiary:disabled,
.btn-tertiary.disabled {
  border-color: #f5f6fa;
  background-color: #fff;
  color: #a9afbc;
  opacity: 1;
}

/* -- Secondary Button Outline -- */
.btn-outline-secondary {
  color: #96a3b6;
  border-color: #96a3b6;
}
.btn-outline-secondary:active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-outline-secondary:visited {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #8796ac;
  border-color: #8796ac;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}

.open > .dropdown-toggle.btn-secondary {
  background-color: #8796ac;
  border-color: #8796ac;
}

.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #8796ac;
  border-color: #8796ac;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d2d8e0;
}
.show > .btn-secondary.dropdown-toggle {
  background-color: #8796ac;
  border-color: #8796ac;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d2d8e0;
}

/* -- Success Button -- */
.btn-success {
  color: #ffffff;
  background-color: #43d187;
  border-color: #43d187;
  box-shadow: none;
}
.btn-success .disabled {
  color: #ffffff;
  background-color: #43d187;
  border-color: #43d187;
}
.btn-success:disabled {
  color: #ffffff;
  background-color: #43d187;
  border-color: #43d187;
}
.btn-success:active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:hover {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success.focus {
  color: #ffffff;
  background-color: #31c97a;
  border-color: #31c97a;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #31c97a;
  border-color: #31c97a;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-success:visited {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:not(:disabled):not(.disabled).active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

/* -- Success Button Outline -- */
.btn-outline-success {
  color: #43d187;
  border-color: #43d187;
}
.btn-outline-success:active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-outline-success:visited {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:not(:disabled):not(.disabled).active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #31c97a;
  border-color: #31c97a;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

.open > .dropdown-toggle.btn-success {
  background-color: #31c97a;
  border-color: #31c97a;
}

.show > .btn-outline-success.dropdown-toggle {
  background-color: #31c97a;
  border-color: #31c97a;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.show > .btn-success.dropdown-toggle {
  background-color: #31c97a;
  border-color: #31c97a;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

/* -- Danger Button -- */
.btn-danger {
  color: #ffffff;
  background-color: #f9616d;
  border-color: #f9616d;
  box-shadow: none;
}
.btn-danger .disabled {
  color: #ffffff;
  background-color: #f9616d;
  border-color: #f9616d;
}
.btn-danger:disabled {
  color: #ffffff;
  background-color: #f9616d;
  border-color: #f9616d;
}
.btn-danger:active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:hover {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger.focus {
  color: #ffffff;
  background-color: #f84856;
  border-color: #f84856;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #f84856;
  border-color: #f84856;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-danger:visited {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

/* -- Danger Button Outline -- */
.btn-outline-danger {
  color: #f9616d;
  border-color: #f9616d;
}
.btn-outline-danger:active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-outline-danger:visited {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f84856;
  border-color: #f84856;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

.open > .dropdown-toggle.btn-danger {
  background-color: #f84856;
  border-color: #f84856;
}

.show > .btn-outline-danger.dropdown-toggle {
  background-color: #f84856;
  border-color: #f84856;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #f84856;
  border-color: #f84856;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

/* -- Warning Button -- */
.btn-warning {
  color: #ffffff;
  background-color: #f7bb4d;
  border-color: #f7bb4d;
  box-shadow: none;
}
.btn-warning .disabled {
  color: #ffffff;
  background-color: #f7bb4d;
  border-color: #f7bb4d;
}
.btn-warning:disabled {
  color: #ffffff;
  background-color: #f7bb4d;
  border-color: #f7bb4d;
}
.btn-warning:active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning.focus {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-warning:visited {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

/* -- Warning Button Outline -- */
.btn-outline-warning {
  color: #f7bb4d;
  border-color: #f7bb4d;
}
.btn-outline-warning:active {
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-outline-warning:visited {
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #f6b235;
  border-color: #f6b235;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

.open > .dropdown-toggle.btn-warning {
  background-color: #f6b235;
  border-color: #f6b235;
}

.show > .btn-outline-warning.dropdown-toggle {
  background-color: #f6b235;
  border-color: #f6b235;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #f6b235;
  border-color: #f6b235;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

/* -- Info Button -- */
.btn-info {
  color: #ffffff;
  background-color: #3d9bfb;
  border-color: #3d9bfb;
  box-shadow: none;
}
.btn-info .disabled {
  color: #ffffff;
  background-color: #3d9bfb;
  border-color: #3d9bfb;
}
.btn-info:disabled {
  color: #ffffff;
  background-color: #3d9bfb;
  border-color: #3d9bfb;
}
.btn-info:active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:hover {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info.focus {
  color: #ffffff;
  background-color: #248efa;
  border-color: #248efa;
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #248efa;
  border-color: #248efa;
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-info:visited {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:not(:disabled):not(.disabled).active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:not(:disabled):not(.disabled):active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

/* -- Info Button Outline -- */
.btn-outline-info {
  color: #3d9bfb;
  border-color: #3d9bfb;
}
.btn-outline-info:active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-outline-info:visited {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #248efa;
  border-color: #248efa;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

.open > .dropdown-toggle.btn-info {
  background-color: #248efa;
  border-color: #248efa;
}

.show > .btn-outline-info.dropdown-toggle {
  background-color: #248efa;
  border-color: #248efa;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}
.show > .btn-info.dropdown-toggle {
  background-color: #248efa;
  border-color: #248efa;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

/* -- Light Button -- */
.btn-light {
  color: #8A98AC;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
  box-shadow: none;
}
.btn-light .disabled {
  color: #ffffff;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
}
.btn-light:disabled {
  color: #ffffff;
  background-color: #f2f3f7;
  border-color: #f2f3f7;
}
.btn-light:active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:hover {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light.focus {
  color: #8A98AC;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-light:focus {
  color: #8A98AC;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-light:visited {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:not(:disabled):not(.disabled).active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}

/* -- Light Button Outline -- */
.btn-outline-light {
  color: #f2f3f7;
  border-color: #f2f3f7;
}
.btn-outline-light:active {
  color: #ffffff;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:hover {
  color: #ffffff;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-outline-light:visited {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:not(:disabled):not(.disabled).active {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}

.open > .dropdown-toggle.btn-light {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}

.show > .btn-outline-light.dropdown-toggle {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}
.show > .btn-light.dropdown-toggle {
  background-color: #e2e4ed;
  border-color: #e2e4ed;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f5f6f9;
}

/* -- Dark Button -- */
.btn-dark {
  color: #ffffff;
  background-color: #141d46;
  border-color: #141d46;
  box-shadow: none;
}
.btn-dark .disabled {
  color: #ffffff;
  background-color: #141d46;
  border-color: #141d46;
}
.btn-dark:disabled {
  color: #ffffff;
  background-color: #141d46;
  border-color: #141d46;
}
.btn-dark:active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:hover {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark.focus {
  color: #ffffff;
  background-color: #0e1532;
  border-color: #0e1532;
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-dark:focus {
  color: #ffffff;
  background-color: #0e1532;
  border-color: #0e1532;
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-dark:visited {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

/* -- Dark Button Outline -- */
.btn-outline-dark {
  color: #141d46;
  background-image: none;
  background-color: transparent;
  border-color: #141d46;
}
.btn-outline-dark:active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-outline-dark:visited {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #0e1532;
  border-color: #0e1532;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

.open > .dropdown-toggle.btn-dark {
  background-color: #0e1532;
  border-color: #0e1532;
}

.show > .btn-outline-dark.dropdown-toggle {
  background-color: #0e1532;
  border-color: #0e1532;
}
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}
.show > .btn-dark.dropdown-toggle {
  background-color: #0e1532;
  border-color: #0e1532;
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

/* -- Default Button -- */
.btn-default {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
  box-shadow: none;
}
.btn-default .disabled {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.btn-default:disabled {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.btn-default:active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default.focus {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-default:focus {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-default:visited {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:not(:disabled):not(.disabled).active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:not(:disabled):not(.disabled):active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Default Button Outline -- */
.btn-outline-default {
  color: #506fe4;
  border-color: #506fe4;
}
.btn-outline-default:active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:hover {
  color: #ffffff;
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-default:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-default:visited {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:not(:disabled):not(.disabled).active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:not(:disabled):not(.disabled):active {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.btn-outline-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

.open > .dropdown-toggle.btn-default {
  background-color: #3a5de1;
  border-color: #3a5de1;
}

.show > .btn-outline-default.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}
.show > .btn-default.dropdown-toggle {
  background-color: #3a5de1;
  border-color: #3a5de1;
}
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

/* -- Link Buttons -- */
.btn-primary-rgba {
  background-color: rgba(80, 111, 228, 0.1);
  border: none;
  color: #506fe4;
}

.btn-primary-rgba:hover {
  background-color: #506fe4;
  border: none;
  color: #ffffff;
}

.btn-primary-rgba:focus {
  background-color: #506fe4;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a8b8f2;
}

.btn-secondary-rgba {
  background-color: rgba(150, 163, 182, 0.1);
  border: none;
  color: #96a3b6;
}

.btn-secondary-rgba:hover {
  background-color: #96a3b6;
  border: none;
  color: #ffffff;
}

.btn-secondary-rgba:focus {
  background-color: #96a3b6;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a5b0c0;
}

.btn-success-rgba {
  background-color: rgba(67, 209, 135, 0.1);
  border: none;
  color: #43d187;
}

.btn-success-rgba:hover {
  background-color: #43d187;
  border: none;
  color: #ffffff;
}

.btn-success-rgba:focus {
  background-color: #43d187;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}

.btn-danger-rgba {
  background-color: rgba(249, 97, 109, 0.1);
  border: none;
  color: #f9616d;
}

.btn-danger-rgba:hover {
  background-color: #f9616d;
  border: none;
  color: #ffffff;
}

.btn-danger-rgba:focus {
  background-color: #f9616d;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}

.btn-warning-rgba {
  background-color: rgba(247, 187, 77, 0.1);
  border: none;
  color: #f7bb4d;
}

.btn-warning-rgba:hover {
  background-color: #f7bb4d;
  border: none;
  color: #ffffff;
}

.btn-warning-rgba:focus {
  background-color: #f7bb4d;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #fbe0af;
}

.btn-info-rgba {
  background-color: rgba(61, 155, 251, 0.1);
  border: none;
  color: #3d9bfb;
}

.btn-info-rgba:hover {
  background-color: #3d9bfb;
  border: none;
  color: #ffffff;
}

.btn-info-rgba:focus {
  background-color: #3d9bfb;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #a1cffd;
}

.btn-light-rgba {
  background-color: rgba(242, 243, 247, 0.1);
  border: none;
  color: #8A98AC;
}

.btn-light-rgba:hover {
  background-color: #f2f3f7;
  border: none;
  color: #ffffff;
}

.btn-light-rgba:focus {
  background-color: #f2f3f7;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #fbfcfd;
}

.btn-dark-rgba {
  background-color: rgba(20, 29, 70, 0.1);
  border: none;
  color: #141d46;
}

.btn-dark-rgba:hover {
  background-color: #141d46;
  border: none;
  color: #ffffff;
}

.btn-dark-rgba:focus {
  background-color: #141d46;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #2b3e95;
}

/* pagination */
.pagination-wrap{display: flex;margin-top:40px;justify-content: center;align-items: center;}
.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 6px;
  color: #535765;
}
.page-link:hover,
.page-link.hover {
  background-color: #F0F6FE !important;
  color: #535765;
}
.page-link:focus,
.page-link.focus {
  box-shadow: none;
}
.page-item:not(.disabled) .page-link:focus,
.page-item:not(.disabled) .page-link.focus {
  background-color: #DDE7F9;
  color: #535765;
}
.page-link.active, .active > .page-link {
  background-color: #3674D9 !important;
  color: #fff !important;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item .page-link.first {
  background: url(/images/common/Icon/1x/ico_chevron_left02.png) no-repeat center;
}
.page-item .page-link.prev {
  background: url(/images/common/Icon/1x/ico_chevron_left01.png) no-repeat center;
}
.page-item .page-link.next {
  background: url(/images/common/Icon/1x/ico_chevron_right01.png) no-repeat center;
}
.page-item .page-link.last {
  background: url(/images/common/Icon/1x/ico_chevron_right02.png) no-repeat center;
}
.page-item.disabled .page-link.first {
  background: url(/images/common/Icon/1x/ico_chevron_left04.png) no-repeat center;
}
.page-item.disabled .page-link.prev {
  background: url(/images/common/Icon/1x/ico_chevron_left03.png) no-repeat center;
}
.page-item.disabled .page-link.next {
  background: url(/images/common/Icon/1x/ico_chevron_right03.png) no-repeat center;
}
.page-item.disabled .page-link.last {
  background: url(/images/common/Icon/1x/ico_chevron_right04.png) no-repeat center;
}

.page-back-btn{
  min-width: auto;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 8px;
  border: 1px solid #E7E9EF;
  background:url('/images/common/Icon/1x/ico_chevron_left01.png') no-repeat center / 24px #fff;
}
/* 
---------------------------------
    : Custom - Calender css :
---------------------------------
*/
.fc-toolbar h2 {
  margin: 0;

  font-size: 18px;
  color: #141d46;
}
.fc-toolbar .fc-state-active {
  z-index: 4;
  background-color: #506fe4;
  border-color: #506fe4;
  color: #ffffff;
}
.fc-toolbar .ui-state-active {
  z-index: 4;
  background-color: #506fe4;
  border-color: #506fe4;
  color: #ffffff;
}
.fc-toolbar .fc-left {
  margin-bottom: 10px;
}
.fc-toolbar .fc-center {
  margin-bottom: 10px;
}
.fc-toolbar .fc-right {
  margin-bottom: 10px;
}

.fc-button {
  background: #f2f3f7;
  border: 1px solid #e2e4ed;
  color: #141d46;
  outline: 0;
  box-shadow: none;
  text-transform: capitalize;
  height: auto !important;
  padding: 6px 15px !important;
}

.fc-state-hover {
  background: #e2e4ed;
  border: 1px solid #e2e4ed;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.fc-widget-header {
  background-color: white;
  border: 1px solid #e2e4ed;
}

.fc th.fc-widget-header {
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.fc-unthemed .fc-content {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-divider {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-popover {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-row {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed tbody {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed td {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed th {
  border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed thead {
  border-color: rgba(0, 0, 0, 0.03);
}

.fc-event {
  background-color: #506fe4;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  padding: 5px 5px;
  cursor: move;
}
.fc-h-event .fc-event-main{
  color: #000;
}

/* 
------------------------------
    : Custom - Cards css :
------------------------------
*/
.card {
  border: none;
  background-color: initial;
}
.card.border-primary {
  border: 1px solid;
}

.card.border-secondary {
  border: 1px solid;
}

.card.border-success {
  border: 1px solid;
}

.card.border-danger {
  border: 1px solid;
}

.card.border-warning {
  border: 1px solid;
}

.card.border-info {
  border: 1px solid;
}

.card.border-light {
  border: 1px solid;
}

.card.border-dark {
  border: 1px solid;
}

.card-primary {
  background-color: #506fe4;
  border-color: #506fe4;
}

.card-secondary {
  background-color: #96a3b6;
  border-color: #96a3b6;
}

.card-success {
  background-color: #43d187;
  border-color: #43d187;
}

.card-danger {
  background-color: #f9616d;
  border-color: #f9616d;
}

.card-warning {
  background-color: #f7bb4d;
  border-color: #f7bb4d;
}

.card-info {
  background-color: #3d9bfb;
  border-color: #3d9bfb;
}

.card-light {
  background-color: #f2f3f7;
  border-color: #f2f3f7;
}

.card-dark {
  background-color: #141d46;
  border-color: #141d46;
}

.card-header {
  margin-bottom: 40px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.03); */
  border-bottom: 0;
  background-color: transparent;
}

.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
  padding: 15px;
}

.card .card-header .card-title {
  margin-bottom: 0;
  font-size: 40px;
  color: #0B0C0E;
}
.card .card-header .card-subtxt {
  margin-top: 16px;
  color:#535765;
}
.card .card-header .page-header-btn-group {
  display: flex;
  gap: 8px;
  align-items: center;
}

.card .card-header .row .card-title {
  font-size: 16px;
}

.card-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8A98AC;
  margin-bottom: 15px;
}

.card-img {
  width: 100%;
  border-radius: calc(4px - 1px);
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: transparent;
}

.card-arrow {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
  border-radius: 50%;
  display: flex;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.card-arrow i {
  padding: 5px;
}
.card-arrow:hover {
  background-color: #506fe4;
  color: #ffffff;
}

.amount-spent-select .form-control {
  font-size: 12px;
  padding: 0px 5px;
  line-height: 24px;
  height: 24px;
}

.card-statistics .nav-pills {
  float: right;
}
.card-statistics .nav-pills .nav-link {
  padding: 0 6px 16px 6px;
  margin-bottom: -16px;
  font-size: 14px;
}
.card-statistics .nav-pills .nav-link.active {
  color: #506fe4;
  background-color: transparent;
  border-bottom: 2px solid #506fe4;
  border-radius: 0;
}
.card-statistics .nav-tabs {
  float: right;
}

.table-responsive + .table-responsive {
  margin-top: 12px;
}
.table-search-wrapper {
   padding: 8px;
   border: 1px solid #DDE7F9;
   border-radius: 12px;
}
.table-view-wrapper {
  padding: 8px;
  border: 1px solid #E7E9EF;
  border-radius: 12px;
}
.btn-more{
  position: absolute;
  right: 10px;
  margin-top: -13px;
  min-width: auto;
  width:40px;
  height:40px;
  padding:0;
  font-size: 0;
  text-indent: -9999px;
  border:1px solid #DDE7F9;
  border-radius: 50%;
  background: url('/images/common/Icon/1x/ico_chevron_down_more.png') no-repeat #F0F6FE center ;
}
.btn-more:hover{
    background-color: #d2e2f6;
}
:not(.btn-check) + .btn-more:active,
.btn-more:focus{
  border-color: #DDE7F9;
  outline: none;
  background-color: #d2e2f6;
}
.btn-more.active{
  background: url('/images/common/Icon/1x/ico_chevron_up_more.png') no-repeat #F0F6FE center ;
}
/* 
-------------------------------
    : Custom - Charts css :
-------------------------------
*/
.chart-label {
  text-align: center;
}
.chart-label li {
  margin: 0 15px;
  padding: 0;
  border: none;
}
.chart-label li p {
  font-size: 16px;
  color: #8A98AC;
}
.chart-label li p i {
  margin-right: 5px;
}
.chart-label li.list-inline-item:not(:last-child) {
  margin-right: 0;
}

/* -- Chartist chart -- */
.ct-chart {
  height: 320px;
}

.ct-golden-section:before {
  float: none;
  padding-bottom: 0;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.03);
  stroke-width: 0.5px;
  stroke-dasharray: 0;
}

.ct-label {
  fill: #8A98AC;
  color: #8A98AC;
  font-size: 14px;
}

.chartist-simple-pie-chart .ct-label {
  fill: #ffffff;
  color: #ffffff;
}

.chartist-donut-fill-rather-chart .ct-label {
  fill: #ffffff;
  color: #ffffff;
}

.chartist-gauge-fill-rather-chart .ct-label {
  fill: #ffffff;
  color: #ffffff;
}

.ct-point {
  cursor: pointer;
}

.ct-series-a .ct-point {
  stroke: #506fe4;
}
.ct-series-a .ct-line {
  stroke: #506fe4;
}
.ct-series-a .ct-bar {
  stroke: #506fe4;
}
.ct-series-a .ct-slice-donut {
  stroke: #506fe4;
}

.ct-series-a .ct-slice-pie {
  fill: #506fe4;
}
.ct-series-a .ct-slice-donut-solid {
  fill: #506fe4;
}
.ct-series-a .ct-area {
  fill: #506fe4;
}

.ct-series-b .ct-point {
  stroke: #43d187;
}
.ct-series-b .ct-line {
  stroke: #43d187;
}
.ct-series-b .ct-bar {
  stroke: #43d187;
}
.ct-series-b .ct-slice-donut {
  stroke: #43d187;
}

.ct-series-b .ct-slice-pie {
  fill: #43d187;
}
.ct-series-b .ct-slice-donut-solid {
  fill: #43d187;
}
.ct-series-b .ct-area {
  fill: #43d187;
}

.ct-series-c .ct-point {
  stroke: #f2f3f7;
}
.ct-series-c .ct-line {
  stroke: #f2f3f7;
}
.ct-series-c .ct-bar {
  stroke: #f2f3f7;
}
.ct-series-c .ct-slice-donut {
  stroke: #f2f3f7;
}

.ct-series-c .ct-slice-pie {
  fill: #f2f3f7;
}
.ct-series-c .ct-slice-donut-solid {
  fill: #f2f3f7;
}
.ct-series-c .ct-area {
  fill: #f2f3f7;
}

.ct-series-d .ct-point {
  stroke: #f9616d;
}
.ct-series-d .ct-line {
  stroke: #f9616d;
}
.ct-series-d .ct-bar {
  stroke: #f9616d;
}
.ct-series-d .ct-slice-donut {
  stroke: #f9616d;
}

.ct-series-d .ct-slice-pie {
  fill: #f9616d;
}
.ct-series-d .ct-slice-donut-solid {
  fill: #f9616d;
}
.ct-series-d .ct-area {
  fill: #f9616d;
}

.ct-series-e .ct-point {
  stroke: #f7bb4d;
}
.ct-series-e .ct-line {
  stroke: #f7bb4d;
}
.ct-series-e .ct-bar {
  stroke: #f7bb4d;
}
.ct-series-e .ct-slice-donut {
  stroke: #f7bb4d;
}

.ct-series-e .ct-slice-pie {
  fill: #f7bb4d;
}
.ct-series-e .ct-slice-donut-solid {
  fill: #f7bb4d;
}
.ct-series-e .ct-area {
  fill: #f7bb4d;
}

.ct-series-f .ct-point {
  stroke: #3d9bfb;
}
.ct-series-f .ct-line {
  stroke: #3d9bfb;
}
.ct-series-f .ct-bar {
  stroke: #3d9bfb;
}
.ct-series-f .ct-slice-donut {
  stroke: #3d9bfb;
}

.ct-series-f .ct-slice-pie {
  fill: #3d9bfb;
}
.ct-series-f .ct-slice-donut-solid {
  fill: #3d9bfb;
}
.ct-series-f .ct-area {
  fill: #3d9bfb;
}

.ct-series-g .ct-point {
  stroke: #141d46;
}
.ct-series-g .ct-line {
  stroke: #141d46;
}
.ct-series-g .ct-bar {
  stroke: #141d46;
}
.ct-series-g .ct-slice-donut {
  stroke: #141d46;
}

.ct-series-g .ct-slice-pie {
  fill: #141d46;
}
.ct-series-g .ct-slice-donut-solid {
  fill: #141d46;
}
.ct-series-g .ct-area {
  fill: #141d46;
}

.ct-series-h .ct-point {
  stroke: #96a3b6;
}
.ct-series-h .ct-line {
  stroke: #96a3b6;
}
.ct-series-h .ct-bar {
  stroke: #96a3b6;
}
.ct-series-h .ct-slice-donut {
  stroke: #96a3b6;
}

.ct-series-h .ct-slice-pie {
  fill: #96a3b6;
}
.ct-series-h .ct-slice-donut-solid {
  fill: #96a3b6;
}
.ct-series-h .ct-area {
  fill: #96a3b6;
}

.ct-series-i .ct-point {
  stroke: #f05b4f;
}
.ct-series-i .ct-line {
  stroke: #f05b4f;
}
.ct-series-i .ct-bar {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-i .ct-slice-donut-solid {
  fill: #f05b4f;
}
.ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point {
  stroke: #dda458;
}
.ct-series-j .ct-line {
  stroke: #dda458;
}
.ct-series-j .ct-bar {
  stroke: #dda458;
}
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie {
  fill: #dda458;
}
.ct-series-j .ct-slice-donut-solid {
  fill: #dda458;
}
.ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point {
  stroke: #eacf7d;
}
.ct-series-k .ct-line {
  stroke: #eacf7d;
}
.ct-series-k .ct-bar {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
.ct-series-k .ct-slice-donut-solid {
  fill: #eacf7d;
}
.ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point {
  stroke: #86797d;
}
.ct-series-l .ct-line {
  stroke: #86797d;
}
.ct-series-l .ct-bar {
  stroke: #86797d;
}
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie {
  fill: #86797d;
}
.ct-series-l .ct-slice-donut-solid {
  fill: #86797d;
}
.ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point {
  stroke: #b2c326;
}
.ct-series-m .ct-line {
  stroke: #b2c326;
}
.ct-series-m .ct-bar {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
.ct-series-m .ct-slice-donut-solid {
  fill: #b2c326;
}
.ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point {
  stroke: #6188e2;
}
.ct-series-n .ct-line {
  stroke: #6188e2;
}
.ct-series-n .ct-bar {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
.ct-series-n .ct-slice-donut-solid {
  fill: #6188e2;
}
.ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point {
  stroke: #a748ca;
}
.ct-series-o .ct-line {
  stroke: #a748ca;
}
.ct-series-o .ct-bar {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
.ct-series-o .ct-slice-donut-solid {
  fill: #a748ca;
}
.ct-series-o .ct-area {
  fill: #a748ca;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 12px;
  padding: 3px 12px;
  background: #141d46;
  color: #ffffff;
  font-family: "Mukta Vaani", sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #141d46;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}

.ct-area, .ct-line {
  pointer-events: none;
}

/* -- Chartjs chart -- */
.chartjs-chart {
  height: 350px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* -- C3 chart -- */
.c3 svg {
  font-family: "Mukta Vaani", sans-serif;
  font-size: 14px;
}

.c3 path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.03);
}

.c3 line {
  fill: none;
  stroke: rgba(0, 0, 0, 0.03);
}

.c3-line {
  stroke-width: 3px;
}

.c3-bar {
  stroke-width: 0;
}

.c3 text {
  fill: #8A98AC;
}

.c3-chart-arc path {
  stroke: transparent;
  fill: #ffffff;
}

.c3-chart-arc .c3-gauge-value {
  fill: #ffffff;
}
.c3-chart-arc text {
  fill: #ffffff;
}

.c3-chart-arcs-title {
  font-size: 14px;
  color: #ffffff;
}

.c3-legend-item {
  font-size: 14px;
  padding-right: 10px;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  empty-cells: show;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 3px;
}
.c3-tooltip tr {
  border: none;
}
.c3-tooltip th {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 5px;
  text-align: left;
  color: #141d46;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #ffffff;
  border-left: none;
  color: #8A98AC;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}

/* -- Flot chart -- */
.flot-chart {
  height: 320px;
}
.flot-chart .legend div {
  background-color: transparent !important;
}

.flotTip {
  padding: 3px 5px;
  background-color: #ffffff;
  z-index: 100;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=85);
  font-size: 14px;
}

.legendLabel {
  color: #8A98AC;
  font-size: 14px;
}

/* -- Morris chart -- */
.morris-chart {
  width: 100%;
  height: 320px;
}
.morris-chart tspan {
  font-family: "Mukta Vaani", sans-serif;
  color: #8A98AC;
  font-size: 14px;
  font-weight: 400;
}

.morris-hover.morris-default-style {
  border-radius: 3px;
  padding: 10px;
  color: #ffffff;
  background: #141d46;
  border: none;
  font-family: "Mukta Vaani", sans-serif;
  font-size: 14px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 400;
  font-size: 14px;
  color: #8A98AC !important;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #141d46;
  font-weight: 500;
  color: #ffffff;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  margin: -5px -5px 0;
}

/* -- jQuery Knob Chart -- */
.knob {
  font: 600 30px "Mukta Vaani", sans-serif !important;
}

.knob-superpose {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.knob-superpose .knob-minute {
  position: absolute;
  left: 30px;
  top: 30px;
}
.knob-superpose .knob-second {
  position: absolute;
  left: 55px;
  top: 55px;
}

/* -- jQuery Sparkline Chart -- */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none !important;
  border-radius: 3px !important;
  background-color: #141d46 !important;
  padding: 5px 10px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.jqsfield {
  font: 12px poppins !important;
  color: #ffffff !important;
  text-align: center !important;
}

/* -- Apex Chart -- */
.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: "Mukta Vaani", sans-serif !important;
  fill: #8A98AC;
}

.apexcharts-legend-text {
  position: relative;
  font-size: 14px;
  font-family: "Mukta Vaani", sans-serif !important;
}

/* 
-------------------------------
    : Custom - Chat css :
-------------------------------
*/
.chat-list {
  background-color: #ffffff;
  border-radius: 3px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.chat-list .chat-search {
  padding: 21px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-list .chat-search input[type=search] {
  background-color: rgba(150, 163, 182, 0.1);
  color: #8A98AC;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-radius: 3px 0 0 3px;
}
.chat-list .chat-search ::placeholder {
  color: #8A98AC;
}
.chat-list .chat-search .input-group-append {
  margin-left: 0px;
}
.chat-list .chat-search .btn {
  background-color: rgba(150, 163, 182, 0.1);
  color: #8A98AC;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  padding: 5px 15px 3px 5px;
  box-shadow: none;
  z-index: 0;
}
.chat-list .chat-user-list li {
  padding: 15px 30px;
}
.chat-list .chat-user-list li img {
  width: 35px;
  margin-right: 10px;
}
.chat-list .chat-user-list li h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.chat-list .chat-user-list li h5 .timing {
  color: #8A98AC;
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.chat-list .chat-user-list li p {
  margin-bottom: 0;
}
.chat-list .chat-user-list li:hover {
  background-color: rgba(150, 163, 182, 0.1);
}

.chat-detail {
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 30px;
}
.chat-detail .chat-head {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-detail.order-chat-detail .chat-body {
  padding: 0 20px;
}
.chat-detail .chat-body {
  padding: 30px 40px;
}
.chat-detail .chat-body .chat-message {
  margin-bottom: 20px;
}
.chat-detail .chat-body .chat-message .chat-message-text {
  background-color: #f2f3f7;
  color: #141d46;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
}
.chat-detail .chat-body .chat-message .chat-message-meta {
  margin-top: 5px;
  font-size: 14px;
}
.chat-detail .chat-body .chat-message.chat-message-left {
  text-align: left;
}
.chat-detail .chat-body .chat-message.chat-message-left .chat-message-text:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  right: auto;
  top: auto;
  bottom: 0;
  border: 6px solid #f2f3f7;
  border-color: transparent #f2f3f7 #f2f3f7 transparent;
}
.chat-detail .chat-body .chat-message.chat-message-right {
  text-align: right;
}
.chat-detail .chat-body .chat-message.chat-message-right .chat-message-text {
  background-color: #506fe4;
  color: #ffffff;
}
.chat-detail .chat-body .chat-message.chat-message-right .chat-message-text:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -10px;
  top: auto;
  bottom: 0;
  border: 6px solid #506fe4;
  border-color: transparent transparent #506fe4 #506fe4;
}
.chat-detail .chat-body .chat-message.chat-message-right .chat-message-meta {
  text-align: right;
}
.chat-detail .chat-bottom {
  padding: 15px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-detail .chat-bottom .chat-messagebar input[type=text] {
  background-color: transparent;
  color: #8A98AC;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.chat-detail .chat-bottom .chat-messagebar ::placeholder {
  color: #8A98AC;
}
.chat-detail .chat-bottom .chat-messagebar .input-group-append {
  margin-left: 0px;
}
.chat-detail .chat-bottom .chat-messagebar .btn {
  border-radius: 50% !important;
  margin: 0 5px;
}

/* 
---------------------------------
    : Custom - Collapse css :
---------------------------------
*/
.accordion > .card {
  overflow: hidden;
}
.accordion > .card .card-header {
  background-color: rgba(150, 163, 182, 0.1);
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.accordion > .card h2 {
  line-height: 20px;
}
.accordion > .card h2 .btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #506fe4;
  width: 100%;
  text-align: left;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 0;
}
.accordion > .card h2 .btn-link.collapsed {
  color: #141d46;
}
.accordion > .card h2 .btn-link:hover {
  text-decoration: none;
}
.accordion > .card h2 .btn-link:focus {
  text-decoration: none;
}
.accordion > .card .collapse {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.accordion > .card .collapse.show {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card:last-of-type h2 .btn-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card:last-of-type .collapse {
  border-bottom: 1px solid transparent;
}
.accordion > .card:last-of-type .collapse.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.accordion.accordion-outline > .card {
  border-radius: 0;
  margin-bottom: 10px;
}
.accordion.accordion-outline > .card .card-header {
  background-color: transparent;
}
.accordion.accordion-outline > .card h2 {
  line-height: 20px;
}
.accordion.accordion-outline > .card h2 .btn-link {
  border-top: 1px solid #506fe4;
  border-left: 1px solid #506fe4;
  border-bottom: 1px solid #506fe4;
  border-right: 1px solid #506fe4;
}
.accordion.accordion-outline > .card h2 .btn-link.collapsed {
  border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.accordion.accordion-outline > .card .collapse {
  border-left: 1px solid #506fe4;
  border-bottom: 1px solid #506fe4;
  border-right: 1px solid #506fe4;
}
.accordion.accordion-outline > .card:last-of-type .collapse {
  border-bottom: 1px solid transparent;
}
.accordion.accordion-outline > .card:last-of-type .collapse.show {
  border-bottom: 1px solid #506fe4;
}

.accordion.accordion-light > .card {
  border-radius: 0;
  margin-bottom: 10px;
}
.accordion.accordion-light > .card .card-header {
  background-color: transparent;
}
.accordion.accordion-light > .card h2 {
  line-height: 20px;
}
.accordion.accordion-light > .card h2 .btn-link {
  padding: 15px 0;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #506fe4;
  border-right: none;
}
.accordion.accordion-light > .card h2 .btn-link.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.accordion.accordion-light > .card .collapse {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.accordion.accordion-light > .card:last-of-type .collapse {
  border-bottom: none;
}

.accordion-item {
  border: none;
  border-radius: 16px !important;
  background: #F5F6FA;
}
.accordion-button {
  padding: 28px 24px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(/images/common/Icon/1x/ico_chevron_down.png) no-repeat center / contain;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background: url(/images/common/Icon/1x/ico_chevron_down.png) no-repeat center / contain;
}
.accordion-title {
  display: flex;
  font-size: 17px;
  font-weight: 600;
  color: #535765;
}
.accordion-title span {
  width: 64px;
  margin-right: 36px;
  font-weight: 500;
  color: #8F95A3;
}
.accordion-body {
  padding: 0 24px 24px 124px;
}
.accordion-body p {
  margin-bottom: 0;
  color: #535765;
}
.accordion-body img {
  margin-top: 16px;
}

/* 
----------------------------------
    : Custom - Dashboard css :
----------------------------------
*/
.dash-social-icon {
  margin-top: 15px;
  margin-bottom: 30px;
}
.dash-social-icon i {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  padding: 14px 15px;
}

.dash-flag-icon .flag {
  display: inline-block;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.dash-analytic-icon {
  margin-top: 15px;
  margin-bottom: 30px;
}
.dash-analytic-icon i {
  border-radius: 3px;
  font-size: 20px;
  padding: 12px 12px;
}

.analytic-chart-label .analytic-label-perform {
  margin-bottom: 0;
  text-align: center;
}
.analytic-chart-label .list-inline {
  text-align: center;
}
.analytic-chart-label .analytic-chart-piety {
  text-align: right;
}

.ecommerce-widget .card-header {
  border-bottom: none;
}
.ecommerce-widget .card-header .dash-analytic-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ecommerce-widget .card-footer {
  border-top: none;
}

.product-file-type .img-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}

.ecommerce-upload .dropzone {
  min-height: 278px;
  border-top: 1px dashed #506fe4;
  border-right: 1px dashed #506fe4;
  border-left: 1px dashed #506fe4;
  border-bottom: none;
  background: rgba(80, 111, 228, 0.1);
  border-radius: 0;
  margin: 0 1px 0 0;
}
.ecommerce-upload .dropzone .dz-message {
  font-size: 20px;
}
.ecommerce-upload img {
  margin-top: -22%;
  width: 100%;
}

#latestorder_wrapper .dataTables_length {
  display: none !important;
}

#topproducts_wrapper .dataTables_length {
  display: none !important;
}
.custom-length {
  position: relative;
  float: left;
}
.custom-length::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 16px;
  background: #E7E9EF;
}
.custom-length select {
  margin-left: 4px;
  padding: 0 8px;
  border: 0;
  background-position: right 0 center;
}
.dt-button-right {
  display: flex;
  float: right;
  margin-left: auto;
}
.dt-button-right > span {
  font-size: 16px;
  color: #535765;
}
.dt-button-right2 {
  display: flex;
  float: right;
  margin-left: auto;
}

.best-product-slider > i {
  position: absolute;
  top: -54px;
  right: -5px;
  font-size: 18px;
}
.best-product-slider > i:first-child {
  right: 15px;
}
.best-product-slider > i:hover {
  color: #506fe4;
}

.product-slider .slick-slide img {
  display: inline-block;
}
.product-slider > i {
  position: absolute;
  bottom: 60px;
  right: 15px;
  font-size: 20px;
  z-index: 1;
}
.product-slider > i:first-child {
  right: 60px;
}
.product-slider > i:hover {
  color: #506fe4;
}

.sun-img {
  width: 60px;
}

.crm-tab-widget .nav-pills .nav-link.active {
  color: #506fe4;
  background-color: transparent;
}

.user-slider .slick-slide .action-icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.user-slider > i {
  position: absolute;
  top: 80px;
  right: 30px;
  font-size: 20px;
  z-index: 1;
}
.user-slider > i:first-child {
  left: 30px;
  right: auto;
}
.user-slider > i:hover {
  color: #506fe4;
}

.vector-world-map .jvectormap-zoomin {
  display: none;
}
.vector-world-map .jvectormap-zoomout {
  display: none;
}

.doctor-box .card-body {
  padding: 40px 15px;
}
.doctor-box .card-body img {
  width: 80px;
  margin-bottom: 30px;
}
.doctor-box .card-body .doctor-detail {
  margin: 20px 0;
}
.doctor-box .card-body .badge {
  font-size: 16px;
  padding: 10px 15px 7px;
}

/* 
-----------------------------------
    : Custom - eCommerce css :
-----------------------------------
*/
.product-bar .product-head p {
  position: relative;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 40px;
}

.ecommerce-sortby {
  margin-bottom: 30px;
}
.ecommerce-sortby .button-list {
  text-align: right;
}
.ecommerce-sortby .button-list .btn {
  margin-bottom: 0;
}

.ecommerce-pagination p {
  margin-bottom: 0;
}
.ecommerce-pagination .pagination {
  float: right;
}

.product-slider-box.product-box-for .product-preview img {
  width: 100%;
}
.product-slider-box.product-box-for .product-preview p {
  position: relative;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 50px;
}
.product-slider-box.product-box-nav .product-preview img {
  padding: 0 5px;
}

.rating-average span {
  font-weight: 600;
  border-radius: 50%;
  font-size: 18px;
  padding: 15px;
}

.cart-container {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 30px;
}
.cart-container .cart-body {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 30px 0 20px;
  margin: 20px 0 30px;
}

.cart-qty {
  width: 75px;
}

.partition {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
.partition hr {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.partition h6 {
  position: relative;
  margin-top: -27px;
}
.partition h6 span {
  background-color: #ffffff;
  padding: 0 10px;
}

.jp-card .jp-card-front {
  background: #96a3b6 !important;
}
.jp-card .jp-card-back {
  background: #96a3b6 !important;
}

/* My Account CSS */
.ecom-dashboard-widget i {
  font-size: 40px;
  margin-right: 20px;
}
.ecom-dashboard-widget h5 {
  font-size: 18px;
  color: #141d46;
  margin-bottom: 5px;
}
.ecom-dashboard-widget p {
  margin-bottom: 0;
}
.ecom-dashboard-widget:hover {
  color: #506fe4;
}
.ecom-dashboard-widget:hover h5 {
  color: #506fe4;
}

.order-box .card-header h5 {
  margin-bottom: 0;
}
.order-box .card-header h6 {
  text-align: right;
}
.order-box .card-footer h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.order-box .card-footer h6 {
  text-align: right;
}

.wallet-box {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px;
  margin-top: 60px;
  border-radius: 3px;
}
.wallet-box h4 {
  margin-bottom: 0;
}
.wallet-box p {
  text-align: right;
}

.ecom-notification-box .media {
  padding: 10px 0;
}
.ecom-notification-box .media:hover {
  background-color: transparent;
}
.ecom-notification-box .media .action-icon {
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
}
.ecom-notification-box .media h5 {
  font-size: 16px;
  color: #141d46;
  margin-top: 12px;
  margin-bottom: 5px;
}
.ecom-notification-box .media p {
  margin-bottom: 0;
}
.ecom-notification-box .media p span {
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .ecommerce-sortby .button-list {
    margin-top: 15px;
    text-align: left;
  }

  .ecommerce-pagination p {
    margin-bottom: 15px;
  }
  .ecommerce-pagination .pagination {
    float: none;
  }
}
@media (max-width: 767px) {
  .profilebox img {
    width: 100px;
  }

  .cart-container {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .order-box .card-header h5 {
    text-align: center;
    margin-bottom: 10px;
  }
  .order-box .card-header h6 {
    text-align: center;
  }
  .order-box .card-footer h5 {
    text-align: center;
    margin-bottom: 15px;
  }
  .order-box .card-footer h6 {
    text-align: center;
  }

  .wallet-box h4 {
    text-align: center;
    margin-bottom: 15px;
  }
  .wallet-box p {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .jp-card {
    left: -80px;
  }
}
/* 
-------------------------------
    : Custom - Emails css :
-------------------------------
*/
.email-leftbar ul li {
  border: none;
  padding: 12px 0 !important;
  background-color: transparent;
}
.email-leftbar ul li a {
  color: #8A98AC;
}
.email-leftbar ul li a:hover {
  color: #506fe4;
}
.email-leftbar ul li a.active {
  color: #506fe4;
}

.email-rightbar .card-header ul li a i {
  padding: 8px 5px;
  color: #8A98AC;
}
.email-rightbar .card-header ul li a:hover i {
  color: #506fe4;
}
.email-rightbar .card-body tr td {
  color: #8A98AC;
  vertical-align: top;
}
.email-rightbar .card-body tr td a {
  color: #8A98AC;
}
.email-rightbar .card-body tr:hover {
  background-color: rgba(150, 163, 182, 0.1);
}
.email-rightbar .card-body tr.email-unread td {
  font-weight: 600;
  color: #141d46;
}
.email-rightbar .card-body tr.email-unread td a {
  color: #141d46;
}
.email-rightbar .email-open-box .media img {
  width: 50px;
  border-radius: 50%;
}
.email-rightbar .email-open-box .open-email-head ul {
  text-align: right;
}
.email-rightbar .email-open-box .open-email-head ul li a i {
  color: #8A98AC;
}
.email-rightbar .email-open-box .open-email-head ul li a:hover i {
  color: #506fe4;
}
.email-rightbar .email-open-box .open-email-head ul {
  text-align: right;
}
.email-rightbar .email-open-box .open-email-head ul li a i {
  color: #8A98AC;
}
.email-rightbar .email-open-box .open-email-head ul li a:hover i {
  color: #506fe4;
}

/* 
-----------------------------------------
    : Custom - Form Colorpicker css :
-----------------------------------------
*/
.colorpicker-input-addon:before {
  height: 20px;
  width: 20px;
  border-radius: 3px;
}

.colorpicker-input-addon i {
  height: 20px;
  width: 20px;
  border-radius: 3px;
}

.colorpicker-saturation {
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.colorpicker-saturation .colorpicker-guide {
  height: 10px;
  width: 10px;
  box-shadow: none;
}

.colorpicker-hue {
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.colorpicker-hue .colorpicker-guide {
  height: 5px;
}

.colorpicker-alpha {
  cursor: pointer;
}
.colorpicker-alpha .colorpicker-alpha-color {
  border-radius: 5px;
  box-shadow: none;
}
.colorpicker-alpha .colorpicker-guide {
  height: 5px;
}

.colorpicker-bar {
  border-radius: 5px;
  box-shadow: none;
}
.colorpicker-bar > div {
  border-radius: 5px;
  box-shadow: none;
}

/* 
-----------------------------------------
    : Custom - Form Date Picker css :
-----------------------------------------
*/
.datepickers-container {
  top: -8px !important;
  z-index: 2000;
}
.datepicker {
  width: 338px !important;
  border: 1px solid #E7E9EF !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px 0 rgba(30, 32, 36, 0.1) !important;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  z-index: 2000;
}
.datepicker--pointer {
  display: none;
}
.datepicker--nav {
  justify-content: initial !important;
  align-items: center;
  padding: 20px 20px 0 !important;
  border-bottom: none !important;
}
.datepicker--nav-action {
  width: 24px !important;
  height: 24px;
}
.datepicker--nav-action svg {
  display: none;
}
.datepicker--nav-action:first-child {
  margin-left: auto;
  background: url(/images/common/Icon/1x/ico_chevron_left01.png) no-repeat center / contain;
}
.datepicker--nav-action:first-child:hover {
  background: url(/images/common/Icon/1x/ico_chevron_left01.png) no-repeat center / contain;
}
.datepicker--nav-action:last-child {
  margin-right: auto;
  background: url(/images/common/Icon/1x/ico_chevron_right01.png) no-repeat center / contain;
}
.datepicker--nav-action:last-child:hover {
  background: url(/images/common/Icon/1x/ico_chevron_right01.png) no-repeat center / contain;
}
.datepicker--nav-title {
  margin: 0 22px;
  padding: 3px 12px !important;
  border-radius: 8px !important;
  font-size: 24px;
  font-weight: 500;
  color: #0B0C0E;
}
.datepicker--nav-title.-disabled- {
  margin: 0 4px;
}
.datepicker--nav-title:hover {
  background: #F0F6FE !important;
}
.datepicker--nav-title i {
  margin-left: 0 !important;
  color: #0B0C0E !important;
}
.datepicker--content {
  padding: 0px !important;
}
.datepicker--cells {
  gap: 8px;
  padding: 4px 20px 20px;
}
.datepicker--years,
.datepicker--cells-years,
.datepicker--cells-months {
  height: auto !important;
}
.datepicker--cells-years {
  gap: 24px !important;
  padding: 16px 28px 32px;
}
.datepicker--cell-year {
  width: calc(100% / 3 - 16px) !important;
  height: 44px !important;
  border-radius: 16px !important;
  font-size: 18px;
}
.datepicker--cell-year.-other-decade-.-focus- {
  background: transparent !important;
}
.datepicker--cells-months {
  gap: 24px 32px !important;
  padding: 16px 34px 32px;
}
.datepicker--cell-month {
  width: calc(100% / 4 - 24px) !important;
  height: 44px !important;
  border-radius: 16px !important;
  font-size: 18px;
}
.datepicker--days-names {
  column-gap: 8px;
  margin: 0!important;
  padding: 16px 20px 0;
}
.datepicker--day-name {
  font-size: 13px !important;
  font-weight: 500;
  color: #6E7686 !important;
}
.datepicker--day-name.-weekend-:first-child {
  color: #DF2030 !important;
}
.datepicker--day-name.-weekend-:last-child {
  color: #2055AC !important;
}
.datepicker--cell {
  color: #1E2024;
}
.datepicker--cell.-current- {
  background: #DDE7F9;
  color: #1E2024 !important;
}
.datepicker--cell.-current-.-focus- {
  background: #DDE7F9 !important;
}
.datepicker--cell.-focus- {
  background: #F0F6FE !important;
}
.datepicker--cell.-selected-,
.datepicker--cell.-current-.-selected- {
  background: #3674D9 !important;
  color: #fff !important;
}
.datepicker--cell-day {
  width: calc(100% / 7 - 7px) !important;
  height: 36px !important;
  border-radius: 12px !important;
  font-size: 16px;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-day.-other-month-.-weekend-:first-child,
.datepicker--cell-year.-other-decade- {
  background: transparent;
  color: #8F95A3 !important;
}
.-selected-.datepicker--cell-day.-other-month-.-weekend-:first-child {
  color: #fff !important;
}
.datepicker--cell-day.-other-month-.-focus- {
  background: transparent !important;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-day.-other-month-.-focus- {
  background: #3674D9 !important;
  color: #fff !important;
}
.datepicker--cell-day.-weekend- {
  color: #2055AC !important;
}
.datepicker--cell-day.-weekend-.-other-month- {
  color: #8F95A3 !important;
}
.datepicker--cell-day.-weekend-:first-child,
.datepicker--cell-day.-weekend- + .-weekend-,
.datepicker--cell-day.-weekend- + .-weekend-.-current- {
  color: #DF2030 !important;
}
.datepicker--cell-day.-weekend-.-selected-,
.datepicker--cell-day.-weekend- + .-weekend-.-current-.-selected- {
  color: #fff !important;
}

.datepicker--cell.-range-from- {
  border: 1px solid #506fe4;
  background-color: #506fe4;
  border-radius: 50px 0 0 50px;
}

.datepicker--cell.-range-to- {
  border: 1px solid #506fe4;
  background-color: #506fe4;
  border-radius: 0 50px 50px 0;
  color: #ffffff;
}

.datepicker--cell.-in-range- {
  background: rgba(80, 111, 228, 0.1);
  color: #141d46;
  border-radius: 0;
}

.datepicker--time-current-hours {
  font-family: "Mukta Vaani", sans-serif;
}

.datepicker--time-current-minutes {
  font-family: "Mukta Vaani", sans-serif;
}

.datepicker--buttons {
  border-top: 1px solid white;
  padding: 5px;
}

.datepicker--time {
  border-top: 1px solid white;
  padding: 5px;
}

.datepicker--time-row {
  background: linear-gradient(to right, #f2f3f7, #f2f3f7) left 50%/100% 1px no-repeat;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  background: #506fe4;
  border-color: #506fe4;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  background: #506fe4;
  border-color: #506fe4;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  background: #506fe4;
  border-color: #506fe4;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #506fe4;
  border-color: #506fe4;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #506fe4;
  border-color: #506fe4;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #506fe4;
  border-color: #506fe4;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  border: 1px solid #506fe4;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  border: 1px solid #506fe4;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  border: 1px solid #506fe4;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker-inline .datepicker {
  border-color: transparent;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
.datepicker-inline .datepicker .datepicker--day-name {
  color: #506fe4;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.datepicker-inline .datepicker .datepicker--cell-day {
  width: 14.28571%;
  height: 43px;
}
.datepicker-inline .datepicker .datepicker--cell.-current- {
  color: #506fe4;
  background-color: transparent;
}
.datepicker-inline .datepicker .datepicker--nav-title {
  border-radius: 15px;
  padding: 4px 15px;
  font-size: 16px;
}

/* 
-------------------------------------
    : Custom - Form Editors css :
-------------------------------------
*/
.mce-panel {
  border-color: rgba(0, 0, 0, 0.03) !important;
  background-color: #ffffff !important;
  border-radius: 3px !important;
}

.mce-flow-layout-item {
  margin: 5px 0 5px 5px !important;
}

.mce-menubar .mce-menubtn {
  border-color: transparent !important;
  background: #f2f3f7 !important;
  border-radius: 3px;
}
.mce-menubar .mce-menubtn button span {
  color: #8A98AC !important;
}

.mce-btn {
  border: 1px solid transparent !important;
  background-color: #f2f3f7 !important;
  border-radius: 3px;
}
.mce-btn .mce-txt {
  color: #8A98AC !important;
}
.mce-btn button {
  padding: 5px 10px !important;
}

.mce-btn-group .mce-btn {
  margin-left: 5px !important;
}
.mce-btn-group:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
  padding-left: 0 !important;
}

.mce-caret {
  border-top-color: #8A98AC !important;
}

.mce-ico {
  color: #8A98AC !important;
}

.mce-label {
  text-shadow: none !important;
  color: #141d46 !important;
}

.mce-menu-item .mce-ico {
  color: #8A98AC !important;
}
.mce-menu-item .mce-text {
  color: #8A98AC !important;
}
.mce-menu-item:hover {
  background-color: #506fe4 !important;
}
.mce-menu-item:hover .mce-ico {
  color: #ffffff !important;
}
.mce-menu-item:hover .mce-text {
  color: #ffffff !important;
}
.mce-menu-item.mce-selected {
  background-color: #506fe4 !important;
}
.mce-menu-item.mce-selected .mce-ico {
  color: #ffffff !important;
}
.mce-menu-item.mce-selected .mce-text {
  color: #ffffff !important;
}
.mce-menu-item:focus {
  background-color: #506fe4 !important;
}
.mce-menu-item:focus .mce-ico {
  color: #ffffff !important;
}
.mce-menu-item:focus .mce-text {
  color: #ffffff !important;
}

.mce-grid-border a {
  border-color: #8A98AC !important;
}
.mce-grid-border a:hover {
  border-color: #506fe4 !important;
  background: #506fe4 !important;
}
.mce-grid-border a.mce-active {
  border-color: #506fe4 !important;
  background: #506fe4 !important;
}

/* title */
[class^="display-"] {
  font-weight: 600;
}
.display-1 {
  font-size: 36px;
}
.display-2 {
  font-size: 28px;
}

/* 
--------------------------------------
    : Custom - Form Elements css :
--------------------------------------
*/
label {
  font-weight: 400;
  color: #1E2024;
}
.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #535765;
}
.form-label.text-emphasis {
  color: #0B0C0E;
}
.form-label.form-label-lg {
  font-size: 18px;
}
.form-label span {
  margin-left: 4px;
  font-size: 11px;
  font-weight: 400;
  color: #3674D9;
}
.form-label.form-label-lg span {
  font-size: 16px;
}

.form-group .form-label {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}
.form-group .form-label ~ [class^="form"] {
  margin-left: 12px;
}
.form-group .form-text {
  margin: 0 0 0 12px !important;
  font-size: 16px;
  font-weight: 500;
  color: #0B0C0E;
}

.form-check,
.form-radio {
  display: flex;
  align-items: center;
}
.form-check .form-check-input,
.form-radio .form-radio-input {
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #E0E3EB;
}
.form-check.form-check-sm .form-check-input,
.form-radio.form-radio-sm .form-radio-input {
  width: 18px;
  height: 18px;
}
.form-check .form-check-input:disabled,
.form-check .form-check-input.disabled,
.form-radio .form-radio-input:disabled,
.form-radio .form-radio-input.disabled {
  border-color: #F5F6FA;
  background-color: #F5F6FA;
}
.form-check .form-check-input.checked:disabled,
.form-radio .form-radio-input.checked:disabled {
  border-color: #3674D9;
  background-color: #3674D9;
  opacity: .5;
}
.form-check .form-check-input:disabled::before,
.form-check .form-check-input.disabled::before,
.form-check .form-check-input.checked:disabled::before,
.form-radio .form-radio-input:disabled::before,
.form-radio .form-radio-input.disabled::before,
.form-radio .form-radio-input.checked:disabled::before {
  background: #fff;
}
.form-check .form-check-label,
.form-radio .form-radio-label {
  margin-left: 6px;
  font-size: 17px;
}
.form-check.form-check-sm .form-check-label,
.form-radio.form-radio-sm .form-radio-label {
  margin-left: 4px;
  font-size: 15px;
}
.form-check .form-check-input:checked + label,
.form-radio .form-radio-input:checked + label {
  font-weight: 500;
  color: #0B0C0E;
}
.form-check .form-check-input:disabled + label,
.form-check .form-check-input.disabled + label,
.form-radio .form-radio-input:disabled + label,
.form-radio .form-radio-input.disabled + label {
  color: #A9AFBC;
  opacity: 1;
}
.form-check .form-check-input.checked:disabled + label,
.form-radio .form-radio-input.checked:disabled + label {
  color: #0B0C0E;
  opacity: .5;
}

/* check */
.form-check {
  min-height: initial;
  margin-bottom: 0;
  padding-left: 0;
}
.form-check .form-check-input {
  border-radius: 6px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-sm .form-check-input {
  border-radius: 4px;
}
.form-check .form-check-input {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 18 18'%3e%3cpath fill='none' stroke='%23F5F6FA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input:checked {
  border-color: #3674D9;
  background-color: #3674D9;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 18 18'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input:disabled,
.form-check .form-check-input.disabled {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 1 18 18'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  opacity: 1;
}

/* radio */
.form-radio .form-radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-image: var(--bs-form-check-bg-image);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F5F6FA'/%3e%3c/svg%3e");
}
.form-radio .form-radio-input:checked {
  border-color: #3674D9;
  background-color: #3674D9;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-radio .form-radio-input:disabled,
.form-radio .form-radio-input.disabled {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #8A98AC !important;
}

.form-group {
  display: flex;
  align-items: center;
  position: relative;
}
.form-group div[class^="form"] ~ [class^="form"] {
  margin-left: 24px;
}
.form-control {
  width: 260px;
  height: 48px;
  padding: 0 12px 0 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #0B0C0E;
  border: 1px solid #E7E9EF;
  border-radius: 8px !important;
  z-index: 1;
}
.form-control-sm,
.form-control-lg {
  min-height: initial;
  padding: 0;
  border-radius: 0;
}
.form-control.form-control-sm {
  height: 40px;
  border-radius: 6px !important;
  padding: 0 8px 0 12px;
  font-size: 15px;
}
.form-control.form-control-lg {
  height: 56px;
  padding: 0 12px 0 16px;
  font-size: 18px;
}
.form-control::placeholder {
  color: #6E7686;
}
.form-control:focus {
  border-color: #3674D9;
  box-shadow: none !important;
  color: #0B0C0E;
}
.form-control:focus:disabled {
  background-color: #F5F6FA;
  opacity: 1;
}
.form-control:disabled {
  background-color: #F5F6FA;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #F5F6FA;
  opacity: 1;
}
.form-group .form-control + .form-control {
  margin-left: 8px;
}
.form-group .form-control ~ .btn {
  margin-left: 8px;
}
.devider-bullet {
  margin: 0 8px;
  font-size: 15px;
  font-weight: 500;
  color: #6E7686;
}
.form-control .form-check-input {
  margin-top: 0.25rem;
}

/* textarea */
textarea.form-control {
  width: 100%;
  height: 166px;
  padding: 16px;
  font-size: 18px;
  resize: none;
}

/* form-date */
.form-date .input-group {
  width: 160px;
  border-radius: 8px;
  background: #fff;
}
/* .form-date.range-datepicker .input-group {
  width: 260px;
} */
.form-date .input-group .form-control {
  background: none;
}
.form-date .input-group .form-control:focus {
  background: none;
}
.form-date .input-group .form-control:disabled {
  border-color: #E7E9EF;
  background: #F5F6FA;
}
.form-date .input-group .form-control:disabled + .input-group-append {
  z-index: 1;
}
.form-date .input-group .input-group-append {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
  background: url(/images/common/Icon/1x/ico_calendar.png) no-repeat right 12px center;
}
.form-date .input-group .input-group-text {
  padding: 0;
  border: none;
}
.form-date .input-group .input-group-text i {
  display: none;
}
.form-date .button-list {
  margin-left: 20px;
}
.form-date .button-list .btn {
  margin: 0;
}

.form-control-plaintext {
  color: #8A98AC;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #506fe4;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #506fe4;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #becaf5;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
}

.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #8A98AC;
}
.custom-control-label::before:focus {
  border-color: #506fe4;
}
.input-group-addon {
  border-radius: 5px;
  border: none;
}

.input-group-text {
  border: 1px solid #f2f3f7;
  background: #fbfcfd;
  color: #8A98AC;
}

.custom-select {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: #8A98AC;
}
.custom-select:focus {
  border-color: #506fe4;
  outline: 0;
  box-shadow: none;
}

.custom-file-label {
  color: #8A98AC;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  line-height: 1.9;
  font-weight: 400;
}
.custom-file-label::after {
  background-color: #506fe4;
  border: none;
  color: #ffffff;
  height: 36px;
  line-height: 24px;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #506fe4;
  box-shadow: none !important;
}
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #beefd5;
  color: #8A98AC;
}

.custom-file-input.is-invalid ~ .custom-file-label .form-control[readonly] {
  background-color: #f2f3f7;
  opacity: 1;
}

.custom-select.is-valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.custom-select.is-valid:focus {
  border-color: #43d187;
}

.form-control.is-valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.form-control.is-valid:focus {
  border-color: #43d187;
}

.was-validated .custom-select:valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.was-validated .custom-select:valid:focus {
  border-color: #43d187;
  box-shadow: none !important;
}
.was-validated .custom-select:invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}
.was-validated .custom-select:invalid:focus {
  border-color: #f9616d;
  box-shadow: none !important;
}
.was-validated .form-control:valid {
  border-color: #beefd5;
  background-color: #ffffff;
}
.was-validated .form-control:valid:focus {
  border-color: #43d187;
}
.was-validated .form-control:invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}
.was-validated .form-control:invalid:focus {
  border-color: #f9616d;
}
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #43d187;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f9616d;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #43d187;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #fff4f5;
  color: #8A98AC;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f9616d;
}

.valid-feedback {
  color: #43d187;
}

.custom-select.is-invalid {
  border-color: #fff4f5;
  background-color: #ffffff;
}

.form-control.is-invalid {
  border-color: #DF2030;
  background: #fff;
}
.form-control.is-invalid:focus {
  border-color: #f9616d;
}

.valid-tooltip {
  background-color: #57d694;
}

.invalid-tooltip {
  background-color: #fa7a84;
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #43d187;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #f9616d;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f9616d;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #43d187;
}

.invalid-feedback {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #DF2030;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #f9616d;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f9616d;
}

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: dashed 1px #506fe4;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  color: #f9616d;
}

.editable-submit {
  padding: 4px 8px;
}

.editable-cancel {
  padding: 4px 8px;
}

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #becaf5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #506fe4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f2f3f7;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f2f3f7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

input[type=range] {
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.03);
  height: 5px;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 2px;
}
input[type=range]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

/* 
-------------------------------------
    : Custom - Form Selects css :
-------------------------------------
*/
.form-select:focus {
  box-shadow: none !important;
}
.select2-single.wx-180 + .select2-container {
  flex: 0 0 180px;
}
.select2-single + .select2-container {
  height: 48px;
}
.select2-single.form-select-sm + .select2-container {
  height: 40px;
}
.select2-single.form-select-lg + .select2-container {
  height: 56px;
}
.select2-container ~ .select2-container {
  margin-left: 8px;
}
.select2-container .select2-search--dropdown {
  display: none;
}
.select2-container .select2-selection--single {
  height: 100% !important;
  border-radius: 8px !important;
  border-color: #E7E9EF !important;
}
.select2-single.form-select-sm + .select2-container .select2-selection--single {
  border-radius: 6px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #F5F6FA !important;
}
.select2-container .select2-selection--single:focus {
  border-color: #3674D9 !important;
}
.select2-container.select2-container--disabled .select2-selection--single:focus {
  border-color: #E7E9EF !important;
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 44px !important;
  padding-left: 16px !important;
  line-height: 48px !important;
  font-size: 16px;
  font-weight: 500;
  color: #0B0C0E;
}
.select2-single + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
}
.select2-single.form-select-sm + .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 32px !important;
  padding-left: 12px !important;
  line-height: 38px !important;
  font-size: 15px;
}
.select2-single.form-select-lg + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 54px !important;
  font-size: 18px;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #6E7686;
}
span.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6E7686;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 12px !important;
  width: 24px !important;
  height: 100% !important;
}
.select2-single.form-select-lg + .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  border-width: initial !important;
  border-style: initial !important;
  border-color: initial !important;
  background: url(/images/common/Icon/1x/ico_chevron_down.png) no-repeat center / contain;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url(/images/common/Icon/1x/ico_chevron_up.png) no-repeat center / contain;
}
.select2-container--default.select2-container--open{
  z-index: 2000;
}
.select2-dropdown {
  top: 4px;
  padding: 8px;
  border: 1px solid #E7E9EF !important;
  border-radius: 8px !important;
  z-index: 2000;
}
.select2-container.select2-container--default .select2-results__option {
  padding: 12px;
  font-size: 16px;
  color: #535765;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container--default .select2-results__option[aria-selected] {
  border-radius: 6px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  padding-right: 40px;
  background: url(/images/common/Icon/1x/ico_check02.png) no-repeat right 12px center #fff !important;
  font-weight: 500;
  color: #3674D9 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected=false] {
  background-color: #F0F6FE !important;
  color: #1E2024 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected=false]:active {
  background-color: #DDE7F9 !important;
}
.select2-container .select2-selection--multiple {
  border: none;
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 15px;
  vertical-align: bottom;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #506fe4;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #506fe4;
  outline: 0;
  background-color: #ffffff;
}
.select2-single.selective + .select2 {
  display: none;
  min-width: 130px;
  margin-left: 18px;
}
.form-check-input ~ .form-group.hide,
.form-radio-input ~ .form-group.hide {
  display: none;
  min-width: 100px;
  margin-left: 18px;
}
.form-check-input:checked ~ .select2-single.selective + .select2,
.form-radio-input:checked ~ .select2-single.selective + .select2,
.form-radio-input:checked ~ .form-group {
  display: inline-block;
}

/* --- Tags Input -- */
.bootstrap-tagsinput {
  background-color: #ffffff;
  font-size: 12px;
  color: #8A98AC;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  line-height: 24px;
  box-shadow: none;
  width: 100%;
}
.bootstrap-tagsinput.focus {
  border: 1px solid #506fe4;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #ffffff;
  background-color: #506fe4;
  border-radius: 5px;
  padding: 4px 10px;
  line-height: 25px;
}

.bootstrap-tagsinput .tag.label.label-success {
  background-color: #43d187;
}

.bootstrap-tagsinput .tag.label.label-danger {
  background-color: #f9616d;
}

.bootstrap-tagsinput .tag.label.label-warning {
  background-color: #f7bb4d;
}

.bootstrap-tagsinput .tag.label.label-default {
  background-color: #3d9bfb;
}

.tt-menu {
  border: 1px solid white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.tt-suggestion {
  color: #141d46;
}

.tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #506fe4;
}

/* 
-----------------------------------------
    : Custom - Form File Upload css :
-----------------------------------------
*/
/* -- Dropzone -- */
.dropzone {
  min-height: 250px;
  border: 2px dashed rgba(0, 0, 0, 0.03);
  background: white;
  border-radius: 6px;
}
.dropzone .dz-message {
  font-size: 30px;
}

/* 
----------------------------------------
    : Custom - Form Validation css :
----------------------------------------
*/
.error {
  color: ff0000;
}

.parsley-error {
  border-color: #f9616d;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f9616d;
  margin-top: 5px;
}

.parsley-errors-list.filled {
  display: block;
}

/* 
------------------------------------
    : Custom - Form Wizard css :
------------------------------------
*/
.steps {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  margin-top: 6px;
}
.steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 auto;
  row-gap: 18px;
  position: relative;
  width: calc(100% / 5 - 3.2px);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #8F95A3;
}
.steps li::before {
  content: '';
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #E7E9EF;
}
.steps li::after {
  content: '';
  position: absolute;
  top: -6px;
  width: 20px;
  height: 20px;
  padding: 4px;
  border: 6px solid #A9AFBC;
  border-radius: 50%;
}
.steps li.complete::after {
  border: none;
  background: url(/images/common/Icon/1x/ico_check03_16x.png) no-repeat center #A9AFBC;
}
.steps li.current {
  font-weight: 600;
  color: #3674D9;
}
.steps li.current::before {
  background: #DDE7F9;
}
.steps li.current::after {
  border-color: #3674D9;
}
.steps + .con_wrap,
.steps + .table-responsive,
.steps + .dataTable-wrap {
  margin-top: 40px;
}

.actions {
  position: relative; 
  display: block;
  text-align: right;
}
.actions > ul {
  display: inline-block;
  text-align: right;
}
.actions > ul > li {
  display: inline-block;
  margin: 0 0 15px 15px;
}
.actions > ul > li:first-child a {
  background-color: rgba(80, 111, 228, 0.1);
  border: none;
  color: #506fe4;
  box-shadow: none;
}
.actions a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 3px;
  color: #ffffff;
  background-color: #506fe4;
  border: none;
  box-shadow: none;
}
.actions .disabled a {
  display: none;
}

.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* -- Vertical Wizard -- */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
  padding: 10px;
}
.wizard.vertical > .steps > ul {
  display: block;
}
.wizard.vertical > .steps > ul > li {
  display: block;
}
.wizard.vertical > .steps > ul > li a {
  display: block;
  text-align: left;
}
.wizard.vertical > .steps > ul > li a .number {
  display: inline-block;
  padding: 8px 18px;
  margin: 0 10px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 30px 2.5%;
  width: 65%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* -- Responsive Wizard -- */
@media (max-width: 991px) {
  .wizard.vertical > .content {
    width: 100%;
    margin: 30px 0;
  }
  .wizard.vertical > .steps {
    width: 100%;
  }

  .wizard > .steps > ul > li {
    width: 100%;
  }
}
/* 
-------------------------------
    : Custom - Gallery css :
-------------------------------
*/
.gallery-filter ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.gallery-filter ul .filter-item {
  line-height: 46px;
  text-transform: capitalize;
  cursor: pointer;
  color: #141d46 !important;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding: 0.7rem 0;
  margin-right: 1.5rem;
}
.gallery-filter ul .filter-item:hover {
  color: #506fe4 !important;
  border-bottom: 2px solid #506fe4;
}
.gallery-filter ul .filter-item.current {
  color: #506fe4 !important;
  border-bottom: 2px solid #506fe4;
}

.gallery-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 30px;
  transition: transform 0.8s;
}
.gallery-box .gallery-preview {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gallery-box .gallery-preview img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gallery-box .gallery-preview:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-content {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-content p {
  margin-bottom: 0;
  color: #ccc;
  font-size: 15px;
}
.gallery-box .gallery-content h5 {
  margin-bottom: 0;
  margin-top: 5px;
}
.gallery-box .gallery-content h5 a {
  font-size: 18px;
  color: #ffffff;
}
.gallery-box:hover {
  transform: scale(1.1);
}
.gallery-box:hover .gallery-preview img {
  transform: scale(1.1);
}
.gallery-box:hover .gallery-preview:after {
  background: rgba(148, 77, 255, 0.8);
}
.gallery-box:hover .gallery-content {
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1;
}

/* 
--------------------------------
    : Custom - Invoice css :
--------------------------------
*/
.invoice .invoice-logo img {
  width: 120px;
  margin-bottom: 20px;
}
.invoice .invoice-head {
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-head .invoice-name {
  text-align: right;
}
.invoice .invoice-billing {
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-billing .invoice-address {
  margin-bottom: 30px;
}
.invoice .invoice-summary {
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-summary-total {
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-meta {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-meta .invoice-meta-box {
  margin-bottom: 30px;
}
.invoice .invoice-footer {
  padding-top: 20px;
}
.invoice .invoice-footer .invoice-footer-btn {
  text-align: right;
}

@media (max-width: 767px) {
  .invoice .invoice-head .invoice-name {
    margin-top: 30px;
    text-align: left;
  }
  .invoice .invoice-meta {
    text-align: left;
  }
  .invoice .invoice-footer {
    text-align: center;
  }
  .invoice .invoice-footer .invoice-footer-btn {
    text-align: center;
    margin-top: 30px;
  }
}
/* 
---------------------------------------
    : Custom - jQuery Confirm css :
---------------------------------------
*/
.jconfirm.jconfirm-white .jconfirm-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  border-radius: 3px;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #8796ac;
}

.jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  border-radius: 3px;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #8796ac;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #96a3b6;
  color: #ffffff !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #506fe4;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #3a5de1;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #43d187;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #31c97a;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:focus {
  background-color: #31c97a;
  box-shadow: 0 0 0 0.2rem #95e5bb;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #f9616d;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #f84856;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:focus {
  background-color: #f84856;
  box-shadow: 0 0 0 0.2rem #fdc3c8;
}
.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-title {
  font-size: 20px !important;
  color: #141d46;
}
.jconfirm .jconfirm-box .jconfirm-content {
  color: #8A98AC;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: none;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: none;
}

/* 
-------------------------------
    : Custom - jsTree css :
-------------------------------
*/
.jstree-default .jstree-hovered {
  background: rgba(80, 111, 228, 0.1);
  color: #506fe4;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(80, 111, 228, 0.1);
}
.jstree-default .jstree-clicked {
  background: rgba(80, 111, 228, 0.1);
  color: #506fe4;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(80, 111, 228, 0.1);
}
.jstree-default .jstree-wholerow-hovered {
  background: rgba(80, 111, 228, 0.1);
}
.jstree-default .jstree-wholerow-clicked {
  background: rgba(80, 111, 228, 0.1);
}
.jstree-default .jstree-node {
  min-height: 30px;
  line-height: 30px;
  margin-left: 30px;
  min-width: 30px;
}
.jstree-default .jstree-icon:empty {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

/* 
--------------------------------------
    : Custom - Kanban Board css :
--------------------------------------
*/
.kanban-menu {
  text-align: right;
}

.kanban-users {
  text-align: right;
}

.avatar-group {
  display: inline-flex;
}
.avatar-group .avatar {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  margin-left: -0.8rem;
  transition: transform 0.2s;
}
.avatar-group .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.avatar-group .avatar:hover {
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
  transform: scale(1.1);
}

/* 
-----------------------------
    : Custom - Maps css :
-----------------------------
*/
.gmaps {
  height: 300px;
  background: #f2f3f7;
  border-radius: 3px;
}

.gmaps-panaroma {
  height: 300px;
  background: #f2f3f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #506fe4;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #506fe4;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #506fe4;
}

.vector-world-map {
  height: 250px;
}

/* Responsive css */
@media (max-width: 991px) {
  .vector-world-map {
    height: 250px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .vector-world-map {
    height: 200px;
  }
}
/* 
------------------------------
    : Custom - Modal css :
------------------------------
*/
.example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.modal-xl {
  --bs-modal-width: 1200px;
}

.modal-content {
  border-radius: 16px;
  border: none;
  background-color: #ffffff;
}

.modal-header {
  padding: 32px 40px 12px;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: space-between;
}
.modal-header .btn-group {
  column-gap: 16px;
}
.modal-header .close {
  width: 24px;
  height: 24px;
  background: url('/images/common/Icon/1x/ico_close.png') no-repeat center center;
}

.modal-title {
  font-size: 20px;
}
.modal-title.d-flex {
  align-items: center;
}
.modal-title.d-flex .label-tag {
  margin-left: 8px;
}

.modal-body {
  padding: 12px 40px 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 0 0 16px 16px;
}
.modal-body .con_header .con_title {
  margin-bottom: 12px;
  font-size: 18px;
}
.modal-body .table-responsive + .con_header {
  margin-top: 24px;
}
.modal-body .td-pointer-title {
  margin-bottom: 24px;
}
.modal-body .nav-tabs {
  margin-bottom: 24px;
}
.modal-body .nav-tabs .nav-link {
  padding: 14px 0;
  font-size: 18px;
}
.modal-body .checkbox-list .con_header .con_title {
  margin-bottom: 16px;
  font-weight: 500;
  color: #1E2024;
}
.modal-body .table-search-wrapper + .button-list {
  margin-top: 32px;
}
.modal-body .card-item {
  width: 100%;
}
.modal-body .card-item .item-title {
  font-size: 18px;
}
.modal-body .dataTable-wrap {
  margin-top: 48px;
}
.modal-body .dt-toolbar-wrapper .dt-info:only-child {
  margin: 0;
}
.modal-body .dt-paging {
  margin-top: 24px;
}
.modal-body .information-wrapper {
  margin-top: 40px;
}
.modal-body .card-item + .information-wrapper {
  margin-top: 16px;
}
.modal-body .tax-invoice-wrapper {
  column-gap: 6px;
}
.modal-body .button-list {
  margin-top: 40px;
}

.modal-footer {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.modal-help{
  --bs-modal-width: 1200px;
}
.modal-help .modal-body{
  max-height: 500px;
  overflow-y: auto;
}

#session-timeout-dialog .modal-header {
  display: block;
}
.ico-print-btn{
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url('/images/common/Icon/1x/ico_print02.png') no-repeat center center;
}
.ico-print-btn:disabled,
.ico-print-btn.disabled {
  opacity: .2;
}
/* 
---------------------------------
    : Custom - Nestable css :
---------------------------------
*/
.dd-list .dd-item > button {
  height: 27px;
  margin: 5px 0 5px 10px;
}
.dd-list .dd-item > button:before {
  color: #8A98AC;
}
.dd-list .dd-item .dd-list {
  padding-left: 40px;
}
.dd-list .dd-item .dd-handle {
  display: block;
  height: auto;
  margin: 10px 0;
  padding: 10px 15px;
  color: #8A98AC;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
}
.dd-list .dd-item .dd-handle:hover {
  color: #506fe4;
  background: #ffffff;
  border: 1px solid #506fe4;
  cursor: move;
}

/* -- Nestable List 2 -- */
#nestable2 .dd-list .dd-item > button :before {
  color: #8A98AC;
}
#nestable2 .dd-list .dd-item .dd-handle {
  color: #8A98AC;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
}
#nestable2 .dd-list .dd-item .dd-handle:hover {
  color: #506fe4;
  background: #ffffff;
  border: 1px solid #506fe4;
}

/* -- Nestable Draggable Handles -- */
.dd-list .dd-item.dd3-item > button {
  margin-left: 40px;
}
.dd-list .dd-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 40px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #f2f3f7;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.dd-list .dd-item .dd3-handle:hover {
  color: #506fe4;
  background: rgba(80, 111, 228, 0.1);
  border: 1px solid #506fe4;
  cursor: move;
}
.dd-list .dd-item .dd3-handle:hover:before {
  color: #506fe4;
}
.dd-list .dd-item .dd3-handle:before {
  content: "";
  font-family: "feather" !important;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #8A98AC;
  font-size: 20px;
  font-weight: 400;
}
.dd-list .dd-item .dd3-content {
  display: block;
  margin: 10px 10px 10px 0;
  padding: 10px 15px 10px 50px;
  color: #8A98AC;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-list .dd-item .dd3-content:hover {
  color: #506fe4;
  background: #ffffff;
  border: 1px solid #506fe4;
}

.dd-placeholder {
  background-color: rgba(80, 111, 228, 0.1);
  border-color: #506fe4;
  border-radius: 3px;
}

/* 
-------------------------------------------
    : Custom - Onboarding Screens css :
-------------------------------------------
*/
.onboard-screen {
  margin-bottom: 90px !important;
}
.onboard-screen .onboard-screen-list {
  text-align: center;
}
.onboard-screen .onboard-screen-list img {
  margin: 0 auto 60px;
  width: 60%;
}
.onboard-screen .slick-dots {
  bottom: -65px;
  left: 12px;
}
.onboard-screen .slick-dots li {
  margin: 0;
}
.onboard-screen .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.25;
  color: #506fe4;
}
.onboard-screen .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #506fe4;
}
.onboard-screen .slick-arrow {
  font-family: "Mukta Vaani", sans-serif;
  width: auto;
  height: auto;
  top: auto;
  bottom: -90px;
  z-index: 999;
}
.onboard-screen .slick-prev {
  left: 0;
}
.onboard-screen .slick-prev:before {
  content: none;
}
.onboard-screen .slick-next {
  right: 0;
}
.onboard-screen .slick-next:before {
  content: none;
}

/* 
-----------------------------------
    : Custom - Pagination css :
-----------------------------------
*/

.dt-paging {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 40px;
  list-style: none;
}
.dt-paging > nav{
  display: flex;
}
/* .dt-info{display: none;} */
.dt-toolbar-wrapper{
  position: relative;
  padding: 0 0 8px;
}
.dt-toolbar-wrapper::after {
  display: block;
  clear: both;
  content: "";
}
.dt-toolbar-wrapper .dt-buttons {
  display: flex;
  align-items: end;
  margin-bottom: 12px;
  padding: 0 0 8px;
  border-bottom: 1px solid #E7E9EF;
}
.dt-toolbar-wrapper .dt-buttons.border-0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dt-toolbar-wrapper .dt-buttons .dt-button {
  flex: 0 0 auto;
}
.dt-toolbar-wrapper .dt-buttons .btn ~ .btn {
  margin-left: 8px;
}
.dt-toolbar-wrapper .dt-info{
  position: relative;
  float: left;
  margin:0 10px 12px 0;
  font-size: 16px;
  color: #1E2024 !important;
}
.dt-toolbar-wrapper .dt-info strong {
  font-weight: 600;
}
.dt-toolbar-wrapper.only-node .dt-info{
  display: none;
}
.dt-toolbar-wrapper .dt-info .dt-button-right{
  display: inline-block;
}
.dt-toolbar-wrapper .dt-info .page-info{
  margin-left: 8px;
  color: #535765;
}
.dt-toolbar-wrapper .dt-length{
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.dt-toolbar-wrapper .dt-length select.dt-input{
  min-width: 40px;
  text-align: right;
  -webkit-appearance:none; /* 크롬 화살표 없애기 */
  -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
  appearance:none /* 화살표 없애기 */
}
table.dataTable {
  border-collapse: separate;
}
/* notice style */
.sty-notice div.dt-scroll .dt-scroll-body{
  max-height: none;
  overflow-y: initial !important;
}
.sty-notice .table-striped.dataTable thead th{
  height: 80px;
  font-size: 17px;
  color: #0B0C0E;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-right:0;
  border-top: 1px solid #040B15;
  border-bottom: 1px solid #E7E9EF;
}

.sty-notice .table-striped.dataTable thead tr + tr th{border-top:0;}
.sty-notice .table-striped.dataTable.aligned-center tbody td{
  height: 80px;
  padding: 0 20px;
  vertical-align: middle;
  color:#1E2024;
  font-size:17px;
  border-right:0;
  border-bottom: 1px solid #E7E9EF;
  /* text-align: center; */
}
.sty-notice .table-striped.dataTable.aligned-center tbody td span {
  color: #1E2024;
}
.sty-notice .table-striped > tbody > tr.current:nth-of-type(odd) > * {
  --bs-table-bg-type: #F0F6FE;
}
.sty-notice .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff;
}


.table-striped.dataTable thead th{
  height: 56px;
  vertical-align: middle;
  font-size:17px;
  color:#0B0C0E;
  font-weight: 500;
  text-align: center;
  background-color: #F5F6FA;
  border-top:1px solid #E7E9EF;
  border-right:1px solid #E7E9EF;
  border-bottom:1px solid #E7E9EF;
}
.table-striped.dataTable thead th:last-child,
.table-striped.dataTable tbody td:last-child{
  border-right:0;
}
.table-striped.dataTable thead tr + tr th{border-top:0;}
.table-striped.dataTable.aligned-center tbody td{
  height: 56px;
  padding: 0 20px;
  vertical-align: middle;
  color:#535765;
  font-size:17px;
  /* text-align: center; */
}

.table-striped.dataTable.aligned-center thead th .form-check,
.table-striped.dataTable.aligned-center tbody td .form-check,
.table-striped.dataTable.aligned-center thead th .form-radio,
.table-striped.dataTable.aligned-center tbody td .form-radio{
  display: inline-grid;
}
table.dataTable > tbody > tr.current > * {
  background-color: #F0F6FE;
}
table.dataTable > tbody > tr.current > td,
table.dataTable > tbody > tr.current > td span {
  color: #1E2024 !important;
}
.table-striped > tbody > tr.current:nth-of-type(odd) > * {
  --bs-table-bg-type: #F0F6FE;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff;
}
.dt-buttons{
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.dt-buttons .dt-button,
.dt-button-right .dt-button{
  text-decoration: none;
  position: relative;
  flex: 1 1 auto;
  border-radius: 6px;
  font-size: 14px;
  padding: 7px 16px;
  color: #1E2024;
  background-color: #fff;
  border-color: #E7E9EF;
}
.dt-buttons .dt-button:hover {
  background-color: #F5F6FA;
}

.dataTable-wrap div.dt-container .dt-search {
  display: none !important;
}
.dt-paging-button{
  position: relative;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}
.dt-paging-button:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

.dt-paging-button {
  color: #506fe4;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.dt-paging-button:focus {
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 0.2rem #d5dcf8;
}
.dt-paging-button:hover {
  color: #141d46;
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
}
.dt-paging-button.current {
  color: #ffffff;
  background-color: #506fe4;
  border-color: #506fe4;
}
.dt-paging-button.disabled {
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
}

/* 
--------------------------------
    : Custom - Pnotify css :
--------------------------------
*/
.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme {
  border: none;
  border-radius: 3px;
}
.ui-pnotify .brighttheme .ui-pnotify-action-button {
  text-transform: capitalize;
  font-weight: 600;
  padding: 4px 8px;
  border: none;
  background: 0 0;
}
.ui-pnotify .brighttheme .ui-pnotify-action-button.btn-primary {
  background-color: #f7bb4d;
  color: #141d46;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme .ui-pnotify-action-button.btn-primary:focus {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme.ui-pnotify-container {
  padding: 15px;
}
.ui-pnotify .brighttheme.brighttheme-notice {
  background-color: #f7bb4d;
  color: #141d46;
}
.ui-pnotify .brighttheme.brighttheme-success {
  background-color: #43d187;
  color: #141d46;
}
.ui-pnotify .brighttheme.brighttheme-info {
  background-color: #3d9bfb;
  color: #141d46;
}
.ui-pnotify .brighttheme.brighttheme-error {
  background-color: #f9616d;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 35px, rgba(255, 255, 255, 0.3) 70px);
  border: none;
  color: #141d46;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
  font-size: 20px;
}

/* 
--------------------------------------------
    : Custom - Popovers & Tooltips css :
--------------------------------------------
*/
/* -- Popovers -- */
.popover {
  font-family: "Mukta Vaani", sans-serif;
  border-radius: 3px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.popover-header {
  margin-top: 0;
  background-color: #ffffff;
  font-size: 16px;
  color: #141d46;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #8A98AC;
  background-color: #ffffff;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  border-top-color: #ffffff;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  border-right-color: #ffffff;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  border-bottom-color: #ffffff;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  border-left-color: #ffffff;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: #ffffff;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  border-right-color: #ffffff;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  border-bottom-color: #ffffff;
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  border-left-color: #ffffff;
}

.popover-title {
  margin-top: 0;
}

/* -- Tooltips -- */
.tooltip .tooltip-inner {
  padding: 10px;
}
.tooltip-list{margin-left:10px;margin-bottom:0;padding:0;}
.tooltip-list li{position: relative; margin-top:5px;font-size:13px;font-weight: 400;text-align: left;line-height: 20px;color: #fff;}
.tooltip-list li:first-child{margin-top:0;}
.tooltip-list li:before{content: '';position: absolute;left: -8px;top: 9px;width: 2px;height: 2px;background-color: #fff;border-radius: 50%;}

/* 
--------------------------------
    : Custom - Pricing css :
--------------------------------
*/
.pricing > p span {
  padding: 8px 20px;
  border-radius: 0 0 3px 3px;
}
.pricing .pricing-top {
  padding-top: 30px;
  padding-bottom: 20px;
}
.pricing .pricing-top img {
  width: 120px;
}
.pricing .pricing-top img.price-pro-image {
  width: 150px;
}
.pricing .pricing-top.pricing-top-enterprise img {
  width: 85px;
}
.pricing .pricing-middle .list-group-item {
  border: none;
  padding: 5px 0;
}
.pricing .pricing-bottom.pricing-bottom-basic {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing .pricing-bottom.pricing-bottom-professional {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing .pricing-bottom.pricing-bottom-enterprise {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 
------------------------------
    : Custom - Print css :
------------------------------
*/


@media print {
  /* 인쇄시 배경 그래픽 출력용 */
  body {
    -webkit-print-color-adjust: exact; /* Chrome, Safari용 */
    print-color-adjust: exact;
    background-color: #f0f0f0;
  }

  .leftbar {
    display: none;
  }

  .topbar {
    display: none;
  }

  .footerbar {
    display: none;
  }

  .breadcrumbbar {
    display: none;
  }

  .rightbar {
    margin-left: 0;
  }
}
/* 
------------------------------------
    : Custom - Progressbar css :
------------------------------------
*/
.progress {
  background-color: #f2f3f7;
}

.progress-bar {
  background-color: #506fe4;
}

/* 
-------------------------------------
    : Custom - Range Slider css :
-------------------------------------
*/
.irs-line-mid {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-line-left {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-line-right {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-bar {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-bar-edge {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs-slider {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 8px;
  top: 25px;
  border-radius: 15px;
}

.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
  border-radius: 15px;
}

.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}

.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
  border-radius: 15px;
}

.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 10px;
  background-position: 0 -90px;
  border-radius: 15px 0 0 15px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #141d46;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 20px;
  height: 20px;
  top: 18px;
  background-color: #ffffff;
  border: 2px solid #506fe4;
  border-radius: 50%;
  background: #ffffff;
  background-position: 0 -120px;
  z-index: 0;
}
.irs-slider.type_last {
  z-index: 0;
}

.irs-slider.state_hover {
  background-position: 0 -150px;
}

.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min {
  color: #8A98AC;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #f2f3f7;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-max {
  color: #8A98AC;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #f2f3f7;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #506fe4;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-to {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #506fe4;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-single {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #506fe4;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #506fe4;
}

.irs-to:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #506fe4;
}

.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #506fe4;
}

.irs-grid-pol {
  background: #f2f3f7;
}

.irs-grid-text {
  color: #8A98AC;
}

/* 
-------------------------------
    : Custom - Rating css :
-------------------------------
*/
/* -- 1 to 10 Rating -- */
.br-theme-bars-1to10 .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: rgba(80, 111, 228, 0.1);
  margin: 1px;
  text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 30px;
  float: left;
  padding: 0 20px 0 20px;
  color: #506fe4;
  font-weight: 400;
  vertical-align: middle;
}
.br-theme-bars-1to10 .br-readonly a {
  cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active {
  background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95;
}

@media print {
  .br-theme-bars-1to10 .br-widget a {
    border: 1px solid #506fe4;
    background: #ffffff;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-1to10 .br-widget a.br-active {
    border: 1px solid #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- Movie Rating -- */
.br-theme-bars-movie .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
  display: block;
  width: 60px;
  height: 8px;
  float: left;
  background-color: rgba(80, 111, 228, 0.1);
  margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 240px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
  color: #506fe4;
  font-weight: 400;
}
.br-theme-bars-movie .br-readonly a {
  cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active {
  background-color: rgba(80, 111, 228, 0.1);
}
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: rgba(80, 111, 228, 0.1);
}
.br-theme-bars-movie .br-readonly .br-current-rating {
  color: rgba(80, 111, 228, 0.1);
}

@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #506fe4;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-movie .br-widget a.br-active {
    border: 1px solid #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: #506fe4;
  }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- Square Rating -- */
.br-theme-bars-square .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid rgba(80, 111, 228, 0.1);
  background-color: #ffffff;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: rgba(80, 111, 228, 0.1);
  font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active {
  border: 2px solid #506fe4;
  color: #506fe4;
}
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #506fe4;
  color: #506fe4;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
  color: #506fe4;
}
.br-theme-bars-square .br-readonly a {
  cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active {
  border: 2px solid #506fe4;
  /* border: 2px solid #primary; */
  color: #506fe4;
}
.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #506fe4;
  /* border: 2px solid #primary; */
  color: #506fe4;
}

@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #506fe4;
    color: #506fe4;
  }
  .br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #506fe4;
    color: #506fe4;
  }
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #506fe4;
    color: #506fe4;
  }
}
/* -- Pill Rating -- */
.br-theme-bars-pill .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
  padding: 7px 15px;
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}
.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-topright: 999px;
  -moz-border-radius-bottomright: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.br-theme-bars-pill .br-widget a.br-active {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-pill .br-readonly a {
  cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active {
  background-color: rgba(80, 111, 228, 0.1);
}
.br-theme-bars-pill .br-readonly a.br-selected {
  background-color: rgba(80, 111, 228, 0.1);
}

@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #506fe4;
    border-left: none;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-pill .br-widget a:first-child {
    border-left: 1px solid #506fe4;
  }
  .br-theme-bars-pill .br-widget a.br-active {
    border: 1px solid #506fe4;
    border-left: none;
    background: #ffffff;
    color: #506fe4;
  }
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid #506fe4;
    border-left: none;
    background: #ffffff;
    color: #506fe4;
  }
}
/* -- Reversed Rating -- */
.br-theme-bars-reversed .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-bars-reversed .br-widget a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  background-color: rgba(80, 111, 228, 0.1);
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #506fe4;
  text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-reversed .br-widget a.br-selected {
  background-color: #506fe4;
  color: #ffffff;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
  line-height: 1.3;
  float: left;
  padding: 0 20px 0 20px;
  color: #506fe4;
  font-size: 17px;
  font-weight: 400;
}
.br-theme-bars-reversed .br-readonly a {
  cursor: default;
}
.br-theme-bars-reversed .br-readonly a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-reversed .br-readonly a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-reversed .br-readonly .br-current-rating {
  color: #506fe4;
}

@media print {
  .br-theme-bars-reversed .br-widget a {
    border: 1px solid #506fe4;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-reversed .br-widget a.br-active {
    border: 1px solid #506fe4;
    background: white;
  }
  .br-theme-bars-reversed .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: white;
  }
  .br-theme-bars-reversed .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- Horizontal Rating -- */
.br-theme-bars-horizontal .br-widget {
  width: 50px;
  white-space: nowrap;
}
.br-theme-bars-horizontal .br-widget a {
  display: block;
  width: 120px;
  height: 5px;
  background-color: rgba(80, 111, 228, 0.1);
  margin: 1px;
}
.br-theme-bars-horizontal .br-widget a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #506fe4;
}
.br-theme-bars-horizontal .br-readonly a {
  cursor: default;
}
.br-theme-bars-horizontal .br-readonly a.br-active {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-readonly a.br-selected {
  background-color: #506fe4;
}
.br-theme-bars-horizontal .br-readonly .br-current-rating {
  color: #506fe4;
}

@media print {
  .br-theme-bars-horizontal .br-widget a {
    border: 1px solid #506fe4;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-horizontal .br-widget a.br-active {
    border: 1px solid #506fe4;
    background: white;
  }
  .br-theme-bars-horizontal .br-widget a.br-selected {
    border: 1px solid #506fe4;
    background: white;
  }
  .br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #506fe4;
  }
}
/* -- CSS Rating -- */
.br-theme-css-stars .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "★";
  color: rgba(80, 111, 228, 0.1);
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #506fe4;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #506fe4;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "☆";
    color: #506fe4;
  }
  .br-theme-css-stars .br-widget a.br-active:after {
    content: "★";
    color: #506fe4;
  }
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "★";
    color: #506fe4;
  }
}
/* -- Font Awesome Rating -- */
.br-theme-fontawesome-stars .br-widget {
  height: 50px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: "";
  color: rgba(80, 111, 228, 0.1);
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #506fe4;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #506fe4;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: "";
    color: #506fe4;
  }
}
/* -- Font Awesome Franctional Rating -- */
.br-theme-fontawesome-stars-o .br-widget {
  height: 30px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: "";
  color: rgba(80, 111, 228, 0.1);
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: "";
  color: #506fe4;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: "";
  color: #506fe4;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: "";
  color: #506fe4;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: "";
    color: #506fe4;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: "";
    color: #506fe4;
  }
}


/* 
---------------------------------------
    : Custom - Security Pages css :
---------------------------------------
*/
.authenticate-bg {
  background: url(/images/authentication/authentication-bg.svg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.auth-box > .row {
  height: 100vh;
  padding: 15px 0;
}
.auth-box .content {
  padding: 30px;
  background: #fff;
  text-align: center;
}
.auth-box .content .error-title {
  font-size: 90px;
}
.auth-box .content .web-logo img {
  margin: 30px 0;
}
.auth-box .content .user-logo {
  position: relative;
  z-index: 999;
}
.auth-box .content .user-logo img {
  height: 80px;
  width: 80px;
}
.auth-box .content .form-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.auth-box .content .form-head img {
  width: 150px;
}
.auth-box .content .login-title {
  margin-bottom: 30px;
}
.auth-box .content .form-group {
  margin-bottom: 10px;
}
.auth-box .content .form-group .form-control {
  width: 100%;
  max-width: initial;
}
.auth-box .content .form-row {
  margin: 20px 0 30px;
}
.auth-box .content .custom-control .custom-control-label {
  font-size: 14px;
}
.auth-box .content .forgot-psw {
  margin-top: 15px;
  text-align: right;
}
.auth-box .content .btn-link {
  text-decoration: underline;
}
.auth-box .content .button-list .btn {
  margin: 0;
}
.auth-box .content .login-or {
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.auth-box .content .login-or:before {
  content: "";
  background: rgba(0, 0, 0, 0.03);
  height: 1px;
  width: 45%;
  top: 45%;
  left: 0;
  position: absolute;
}
.auth-box .content .login-or:after {
  content: "";
  background: rgba(0, 0, 0, 0.03);
  height: 1px;
  width: 45%;
  top: 45%;
  right: 0;
  position: absolute;
}
.auth-box .content .text-desc {
  margin: 20px 0 0;
}
.auth-box.error-box .error-logo {
  width: 150px;
}
.auth-box.error-box .error-image {
  margin: 30px 0;
}
.auth-box.error-box > .row {
  height: 100vh;
}
.auth-box .countdown-block {
  display: inline-block;
  padding: 30px;
}

@media (max-width: 767px) {
  .auth-box > .row {
    height: auto;
  }
  .auth-box .content h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .auth-box .content .forgot-psw {
    text-align: left;
  }
}
/* 
-----------------------------------
    : Custom - Summernote css :
-----------------------------------
*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #141d46;
  white-space: nowrap;
}
.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #f8f9fb;
}

.note-image-popover {
  display: none;
}
.note-image-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-air-popover {
  display: none;
}
.note-air-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-link-popover {
  display: none;
}
.note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}
.note-editor .btn-default {
  background-color: transparent;
  border-color: transparent;
}
.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px;
}
.note-editor .note-toolbar {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin: 0;
}
.note-editor .note-toolbar .btn-light {
  color: #8A98AC;
  background-color: #f2f3f7;
  border-color: transparent;
  box-shadow: none;
}
.note-editor .note-statusbar {
  background-color: transparent !important;
}
.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: transparent;
  color: #8A98AC;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}
.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}
.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* 
------------------------------------
    : Custom - Sweet Alert css :
------------------------------------
*/
.swal2-modal {
  font-family: "Mukta Vaani", sans-serif;
  border-radius: 3px;
  border: none;
}
.swal2-modal .swal2-title {
  font-weight: 400;
  font-size: 20px;
  color: #141d46;
}
.swal2-modal .swal2-content {
  font-size: 16px;
  font-weight: 400;
  color: #8A98AC;
}
.swal2-modal .swal2-spacer {
  margin: 10px 0;
}
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 16px;
  box-shadow: none !important;
  background-color: transparent;
}
.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  border: 1px solid #506fe4;
}
.swal2-modal .swal2-styled {
  border: inherit;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  padding: 6px 12px;
}
.swal2-modal .swal2-confirm {
  background-color: #506fe4 !important;
  border: none;
}
.swal2-modal .swal2-confirm.btn-success {
  background-color: #43d187 !important;
  box-shadow: none;
  border: none;
  border-radius: 3px;
}
.swal2-modal .swal2-cancel {
  background-color: #f9616d !important;
  border: none;
  border-radius: 3px;
}
.swal2-modal .swal2-icon.swal2-error {
  color: #f9616d;
  border-color: #fdc3c8;
}
.swal2-modal .swal2-icon.swal2-question {
  color: #506fe4;
  border-color: #a8b8f2;
}
.swal2-modal .swal2-icon.swal2-warning {
  color: #f7bb4d;
  border-color: #fbe0af;
}
.swal2-modal .swal2-icon.swal2-info {
  color: #3d9bfb;
  border-color: #a1cffd;
}
.swal2-modal .swal2-icon.swal2-success {
  color: #43d187;
  border-color: #43d187;
}
.swal2-modal .swal2-icon.swal2-success .line {
  background-color: #43d187;
}
.swal2-modal .swal2-icon.swal2-success .placeholder {
  border: 4px solid #beefd5;
}
.swal2-modal .swal2-icon.swal2-success:before {
  background: transparent;
}
.swal2-modal .swal2-icon.swal2-success:after {
  background: transparent;
}
.swal2-modal .swal2-icon.swal2-success .fix {
  background: transparent;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #506fe4;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #a8b8f2;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #a8b8f2;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle {
  background: #506fe4;
}
.swal2-modal .swal2-progresssteps .swal2-progressline {
  background: #506fe4;
}
.swal2-modal .swal2-validationerror {
  background-color: #f2f3f7;
  color: #8A98AC;
  font-weight: 400;
}
.swal2-modal .swal2-validationerror:before {
  background-color: #f9616d;
}

/* 
----------------------------------
    : Custom - Switchery css :
----------------------------------
*/
.switchery-wrap{
  display: flex;
  justify-content: flex-end;
  column-gap: 6px;
}

.switchSimple input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switchSimple label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 24px;
	background: #E7E9EF;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switchSimple label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switchSimple input:checked + label {
	background: #3674D9;
}

.switchSimple input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switch-label {
  color: #0B0C0E;
}

:not(.table-striped.dataTable) span.switchTxt {
	display: inline-block;
}
:not(.table-striped.dataTable) span.switchTxt input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
  position: fixed;
  left: -100px;
  bottom: -100px;
}

:not(.table-striped.dataTable) span.switchTxt label {
	cursor: pointer;
	width: 180px;
	height: 40px;
  padding: 0 4px;
	background: #F5F6FA;
	display: flex;
  border-radius: 20px;
	position: relative;
	align-items: center;
}
:not(.table-striped.dataTable) span.switchTxt label span {
  position: relative;
  width: 50%;
  font-size: 14px;
  z-index: 2;
}
:not(.table-striped.dataTable) span.switchTxt label span:first-child {
  color:#1E2024;
  font-weight: 500;
}
:not(.table-striped.dataTable) span.switchTxt label span + span {
  color:#6E7686;
}
:not(.table-striped.dataTable) span.switchTxt label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 86px;
	height: 32px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

:not(.table-striped.dataTable) span.switchTxt input:checked + label:after {
	left: calc(100% - 4px);
	transform: translateX(-100%);
}

:not(.table-striped.dataTable) span.switchTxt input:checked + label span:first-child{
	color:#6E7686;
  font-weight: 400;
}

:not(.table-striped.dataTable) span.switchTxt input:checked + label span + span{
	color:#1E2024;
  font-weight: 500;
}
/* switch disabled */
:not(.table-striped.dataTable) span.switchTxt.disabled {
	pointer-events: none;
}
:not(.table-striped.dataTable) span.switchTxt.disabled label {
	background: #E7E9EF;
}
:not(.table-striped.dataTable) span.switchTxt.disabled label span{
  color:#A9AFBC;
}
:not(.table-striped.dataTable) span.switchTxt.disabled label:after {
	background: #F5F6FA;
}

.switchery {
  background-color: #ffffff;
  border: 1px solid tranparent;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  margin-bottom: 5px;
}

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.switchery-large > small {
  height: 40px;
  width: 40px;
}

/* 
-------------------------------
    : Custom - Tables css :
-------------------------------
*/
.table {
  margin-bottom: 0;
  color: #141d46;
}
.width-auto{
  width: auto;
}
.table th {
  font-size: 17px;
  font-weight: 500;
  color:#0B0C0E;
  text-transform: capitalize;
  border-top: 0;
  border-bottom: 1px solid #DDE7F9;
  padding: 0 20px;
}
.table td {
  color: #535765;
  font-size: 17px;
  vertical-align: middle;
  border-top: 0;
  border-bottom: 0;
  padding: 0.6rem;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.table td .text-decoration-underline {
  color: #535765;
}

.caption {
  margin-top: 8px;
  font-size: 14px;
  color: #6E7686;
}
.caption.text-emphasis {
  font-weight: 500;
  color: #1E2024;
}

/* Search-table  */
.table.Search-table{
  table-layout: fixed;
}
.table.Search-table tbody th{
  height: 64px;
  padding: 0 1rem;
  font-size: 16px;
  background-color: #F0F6FE;
  text-align: center;
  vertical-align: middle;
}
.table.Search-table tbody th.border-left {
  border-left-color: #DDE7F9 !important;
}
.table.Search-table tbody th.first-th {
  border-radius: 8px 8px 0 0;
}
.table.Search-table tbody tr th.rounded-th,
.table.Search-table tbody tr:last-child th.rounded-th{
  border-bottom: 0;
  border-radius: 8px !important;
}
.table.Search-table tbody tr th.radius-top-left{
  border-radius: 8px 0 0 0 !important;
}
.table.Search-table tbody tr th.radius-top-right{
  border-radius: 0 8px 0 0 !important;
}
.table.Search-table tbody tr th.radius-bottom-right{
  border-radius: 0 0 8px 0 !important;
}
.table.Search-table tbody tr th.radius-bottom-left{
  border-bottom: 0;
  border-radius: 0 0 0 8px !important;
}

.table.Search-table tbody th.last-th{
  border-bottom: 0;
  border-radius: 0 0 8px 8px;
}
.table.Search-table tbody th div.add-object{
  position: relative;
}
.table.Search-table tbody td{
  padding:8px 16px;
  border:0;
  vertical-align: middle;
}
.table.Search-table tbody tr:first-child th{
  border-radius: 8px 8px 0 0;
}
.table.Search-table tbody tr:last-child th{
  border-radius: 0 0 8px 8px;
  border-bottom: 0;
}
.table.Search-table tbody tr:only-child th{
  border-radius: 8px;
}
/* View-table  */
.table.View-table{table-layout: fixed;}
.table.View-table tbody th.border-left {
  border-left: 2px solid #fff !important;
}
.table.View-table tbody td{
  height: 56px;
  padding: 0 20px;
}
.table tbody td .divider-line {
  display: flex;
}
.table tbody td .divider-line span {
  display: flex;
  align-items: center;
}
.table tbody td .divider-line span::after {
  content: '';
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background: #E7E9EF;
}
.table tbody td .divider-line span:last-child::after {
  display: none;
}
/* .table.View-table tr:first-child{
  border-top:1px solid rgba(0, 0, 0, 0.03);
} */
.table.View-table thead th,
.table.View-table.not-thead tbody th{
  height: 56px;
  font-weight: 500;
  background-color: #F5F6FA;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
}
.table.View-table thead th,
.table.View-table.not-thead tbody th{  
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.table.View-table thead th:first-child,
.table.View-table.not-thead tbody th:first-child{
  border-radius: 8px 0 0 8px;
}
.table.View-table thead th:last-child,
.table.View-table.not-thead tbody th:last-child{
  border-radius: 0 8px 8px 0;
  border-right: 0;
}
.table.View-table thead th.point-color,
.table.View-table tbody th.point-color{
  background-color: #F0F6FE !important;
  color: #3674D9;
}
.table.View-table tbody td.point-color{
  color: #3674D9;
}
.table.View-table.rower tbody tr{
  border-top: 2px solid #fff;
}
.table.View-table.rower tbody tr:first-child th{
  border-radius: 8px 8px 0 0;
}
.table.View-table.rower tbody tr:last-child th{
  border-radius: 0 0 8px 8px;
}
.table.View-table.rower tbody tr:first-child{
  border-top: 0;
}
.table.View-table.rower tbody th {
  height: 50px;
  background-color: #F5F6FA;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
}
.table.View-table.rower tbody th.first-th {
  border-radius: 8px 8px 0 0;
}
.table.View-table.rower tbody th.last-th {
  border-radius: 0 0 8px 8px;
}
.table.View-table.rower tbody th.rounded-th {
  border-radius: 8px !important;
}
.table.View-table.rower tbody td {
  height: 50px;
}
.unit_wrapper{
  margin-bottom: 8px;
  font-size: 16px;
  color:#535765;
  line-height: 24px;
  text-align: right;
}
/* span-table */
.table.span-table thead th{
  height: 56px;
  background-color: #F5F6FA;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-top:1px solid #E7E9EF;
  border-right:1px solid #E7E9EF;
  border-bottom:1px solid #E7E9EF;
}
.table.span-table thead th:last-child{
  border-right:0;
}
.table.span-table tbody th{
  height: 56px;
  padding-left:20px;
  background-color: #F5F6FA;
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
  border-top:1px solid #E7E9EF;
  border-right:1px solid #E7E9EF;
  border-bottom:1px solid #E7E9EF;
}
.table.span-table tbody th{
  height: 56px;
  vertical-align: middle;
  border-top:1px solid #E7E9EF;
  border-right:1px solid #E7E9EF;
  border-bottom:1px solid #E7E9EF;
}
.table.span-table tbody td{
  height: 56px;
  padding: 0 20px;
  vertical-align: middle;
  border-top:1px solid #E7E9EF;
  border-right:1px solid #E7E9EF;
  border-bottom:1px solid #E7E9EF;
}
.table.span-table tbody td:last-child{
  border-right:0;
}
/* 
.table.View-table thead th,
.table.View-table.rower tbody th{
  height: 58px;
  background-color: #F5F6FA;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
}
.table.View-table thead th:first-child{
  border-radius: 8px 0 0 8px;
  border-right: 2px solid #fff;
}

.table.View-table thead th:last-child{
  border-radius: 0 8px 8px 0;
  border-left: 2px solid #fff;
}
.table.View-table thead th.point-color,
.table.View-table tbody th.point-color{
  background-color: #F0F6FE;
  color: #3674D9;
}
.table.View-table tbody td.point-color{
  color: #3674D9;
}
.table.View-table.rower tbody tr{
  border-top: 2px solid #fff;
}
.table.View-table.rower tbody tr:first-child th{
  border-radius: 8px 8px 0 0;
}
.table.View-table.rower tbody tr:last-child th{
  border-radius: 0 0 8px 8px;
}
.table.View-table.rower tbody tr:first-child{
  border-top: 0;
} */





/* Input-table */
.table.Input-table tbody th{
  background-color: #f2f6fd;
  text-align: center;
  vertical-align: middle;
}
.table .thead-light th {
  color: #141d46;
  background-color: #f2f3f7;
  border-color: rgba(0, 0, 0, 0.03);
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #141d46;
  border-color: rgba(0, 0, 0, 0.03);
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
  color: #141d46;
  background-color: #f2f3f7;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f3f7;
}

.thead-default th {
  background-color: #f2f3f7;
}

.table-dark {
  color: #ffffff;
  background-color: #141d46;
}
.table-dark td {
  border-color: rgba(255, 255, 255, 0.05);
  color: #8A98AC;
}
.table-dark th {
  border-color: rgba(255, 255, 255, 0.05);
}
.table-dark thead th {
  border-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.table-borderless tbody + tbody {
  border: 0 !important;
}
.table-borderless td {
  border: 0 !important;
}
.table-borderless th {
  border: 0 !important;
}
.table-borderless thead th {
  border: 0 !important;
}

.table-primary {
  background-color: rgba(80, 111, 228, 0.1);
}
.table-primary > td {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}
.table-primary > th {
  background-color: rgba(80, 111, 228, 0.1);
  color: #506fe4;
}

.table-secondary {
  background-color: rgba(150, 163, 182, 0.1);
}
.table-secondary > td {
  background-color: rgba(150, 163, 182, 0.1);
  color: #96a3b6;
}
.table-secondary > th {
  background-color: rgba(150, 163, 182, 0.1);
  color: #96a3b6;
}

.table-success {
  background-color: rgba(67, 209, 135, 0.1);
}
.table-success > td {
  background-color: rgba(67, 209, 135, 0.1);
  color: #43d187;
}
.table-success > th {
  background-color: rgba(67, 209, 135, 0.1);
  color: #43d187;
}

.table-danger {
  background-color: rgba(249, 97, 109, 0.1);
}
.table-danger > td {
  background-color: rgba(249, 97, 109, 0.1);
  color: #f9616d;
}
.table-danger > th {
  background-color: rgba(249, 97, 109, 0.1);
  color: #f9616d;
}

.table-warning {
  background-color: rgba(247, 187, 77, 0.1);
}
.table-warning > td {
  background-color: rgba(247, 187, 77, 0.1);
  color: #f7bb4d;
}
.table-warning > th {
  background-color: rgba(247, 187, 77, 0.1);
  color: #f7bb4d;
}

.table-info {
  background-color: rgba(61, 155, 251, 0.1);
}
.table-info > td {
  background-color: rgba(61, 155, 251, 0.1);
  color: #3d9bfb;
}
.table-info > th {
  background-color: rgba(61, 155, 251, 0.1);
  color: #3d9bfb;
}

.table-light {
  background-color: rgba(242, 243, 247, 0.1);
}
.table-light > td {
  background-color: rgba(242, 243, 247, 0.1);
  color: #8A98AC;
}
.table-light > th {
  background-color: rgba(242, 243, 247, 0.1);
  color: #8A98AC;
}

/* -- Table Data Table -- */
.table.dataTable {
  border-spacing: 0;
}
.table.dataTable th, .table.dataTable td { white-space: nowrap; }
.dt-scroll-body table.dt-scroll-body {
  border-collapse: separate;
}
.table-responsive.fixed-height .dt-scroll-body {
  height: 280px;
}
div.dt-scroll .dt-scroll-body{
  max-height: 570px;
  overflow-y: scroll !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  background-color: #506fe4;
  border: none;
  box-shadow: none;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #506fe4;
  border: none;
  box-shadow: none;
  height: 18px;
  width: 18px;
  line-height: 18px;
}

div.dt-button-info {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-radius: 3px !important;
}
div.dt-button-info h2 {
  color: #141d46;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.03);
  font-size: 20px;
  border-radius: 3px 3px 0 0 !important;
}
div.dt-button-info div {
  color: #8A98AC;
}

/* board-table */
/* list */
.table-board-list a{color:#1E2024;text-decoration: none;} 
.table-board-list a:hover{text-decoration: underline;} 
.table-board-list thead th{height:80px;font-size:17px;color:#0B0C0E;font-weight:500;text-align: center;vertical-align: middle;border-top:1px solid #040B15;border-bottom:1px solid #E7E9EF;}
.table-board-list tbody tr.notice-row td{color:#3674D9;}
.table-board-list tbody tr.notice-row td a{color:#3674D9;font-weight: 500;}
.table-board-list tbody td{height:80px;font-size:17px;color:#1E2024;font-weight:400;vertical-align: middle;border-bottom:1px solid #E7E9EF;}
.notice-badge{display: inline-block;height:32px;line-height:32px;padding:0 12px;border-radius: 50px;background-color: rgba(54, 116, 217, 0.1);color: #3674D9;font-size: 15px;font-weight: 400;}
/* view */
.board-view{max-width:720px;margin:0 auto;}
.board-view-header{padding:0 0 24px 0;border-bottom: 1px solid #E7E9EF;}
.board-view-header-title{font-size:24px;color:#1E2024;font-weight:600;line-height:34px;}
.board-view-header-info{display:flex;gap:12px;margin-top:10px;}
.board-view-header-info div{position: relative;}
.board-view-header-info div + div:before{content:'';position: absolute;left:0;top:50%;height:12px;width:1px;background-color:#E7E9EF;transform: translateY(-50%);}
.board-view-header-info-date{font-size:17px;color:#6E7686;font-weight:500;line-height:20px;}
.board-view-header-info-hits{padding-left:12px;font-size:15px;color:#8F95A3;font-weight:400;line-height:20px;}
.board-view-header-info-hits strong{margin-left:4px;font-size:17px;color:#6E7686;font-weight:500;}
.board-view-body{padding:40px 0 32px;color:#535765;font-size:17px;font-weight:400;line-height:26px;}
.board-view-body img{max-width: 780px;}
.board-view-body p{
  margin-bottom: 1rem;
}
.board-view-body p *{
  line-height: 130%;
}




/* write */
.table-board-write{height:80px;font-size:17px;color:#0B0C0E;font-weight:500;text-align: center;vertical-align: middle;border-top:1px solid #040B15;border-bottom:1px solid #E7E9EF;}

/* -- Table Editable -- */
button.tabledit-edit-button {
  background-color: #506fe4;
  border: none;
  border-radius: 3px !important;
  width: 35px;
  height: 35px;
}
button.tabledit-edit-button:active {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:hover {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:focus {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:visited {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}
button.tabledit-edit-button:not(:disabled):not(.disabled).active {
  background-color: #3a5de1 !important;
  box-shadow: none !important;
}

button.tabledit-delete-button {
  background-color: #f9616d;
  border: none !important;
  border-radius: 3px !important;
  width: 35px;
  height: 35px;
}
button.tabledit-delete-button:active {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:hover {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:focus {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:visited {
  background-color: #f84856 !important;
  box-shadow: none !important;
}
button.tabledit-delete-button:not(:disabled):not(.disabled).active {
  background-color: #f84856 !important;
  box-shadow: none !important;
}

.tabledit-save-button {
  border-radius: 3px;
}

.tabledit-confirm-button {
  border-radius: 3px;
}

/* -- RWD Table -- */
table.focus-on tbody tr.focused th {
  background-color: #506fe4;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #506fe4;
  color: #ffffff;
}
table.focus-on tfoot tr.focused th {
  background-color: #506fe4;
  color: #ffffff;
}
table.focus-on tfoot tr.focused td {
  background-color: #506fe4;
  color: #ffffff;
}

.table-wrapper .btn-toolbar {
  display: block;
  margin-bottom: 15px;
}

.table-responsive[data-pattern=priority-columns] {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* -- Footable -- */
.footable-paging .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.footable-paging .pagination > li {
  display: inline;
}
.footable-paging .pagination > li a.footable-page-link {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #506fe4;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.footable-paging .pagination > li:first-child a.footable-page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.footable-paging .pagination > li:last-child a.footable-page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.footable-paging .pagination > li.active a.footable-page-link {
  color: #ffffff;
  background-color: #506fe4;
  border: 1px solid #506fe4;
}
.footable-paging .label {
  background-color: #f2f3f7;
  color: #8A98AC;
  padding: 2px 10px;
  border-radius: 3px;
}

.footable-filtering .form-inline {
  display: block;
  float: right;
}
.footable-filtering .open > .dropdown-menu {
  display: block;
  padding: 15px;
  color: #8A98AC;
}
.footable-filtering .open > .dropdown-menu li a.checkbox input[type=checkbox] {
  margin-top: 5px;
}
.footable-filtering .input-group-btn .btn {
  margin-left: 5px;
  padding: 7px 12px;
}
.footable-filtering .input-group-btn .fooicon-search:before {
  content: "";
  font-family: "feather" !important;
}

/* 
-----------------------------
    : Custom - Tabs css :
-----------------------------
*/
/* -- Navs & Tabs -- */
.nav-tabs {
  margin-bottom: 32px;
  border-bottom: none;
  border-radius: 16px;
  background: #F5F6FA;
}
.nav-tabs .nav-item {
  flex: 1 1 calc(33%);
}
.nav-tabs .nav-link {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 16px;
  border-radius: 16px;
  color: #6E7686;
  font-size: 20px;
  font-weight: 500;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.hover {
  border-color: transparent;
  color: #3674D9;
}
.nav-tabs .nav-link:focus-visible {
  box-shadow: none;
}
.nav-tabs .nav-link:active,
.nav-tabs .nav-link.active {
  border-color: #3674D9;
  background: #fff;
  font-weight: 600;
  color: #3674D9;
}

/* -- Custom Tabs -- */
.nav-tabs.round-style {
  padding: 4px;
  margin-bottom: 40px;
  border-radius: 999px;
  background: #F5F6FA;
}
.nav-tabs.round-style .nav-item{
  width: 50%;
}
.nav-tabs.round-style .nav-link {
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  padding: 0;
  border-radius: 999px;
  color: #6E7686;
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
}
.nav-tabs.round-style .nav-link.active {
  background: #fff;
  color: #1E2024;
}

.nav-tabs.custom-tab-line .nav-item {
  margin-right: 20px;
}
.nav-tabs.custom-tab-line .nav-item.show .nav-link {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}
.nav-tabs.custom-tab-line .nav-link {
  border-bottom-width: 2px;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs.custom-tab-line .nav-link.active {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}
.nav-tabs.custom-tab-line .nav-link:focus {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}
.nav-tabs.custom-tab-line .nav-link:hover {
  color: #506fe4;
  background-color: #ffffff;
  border-color: #ffffff #ffffff #506fe4;
}

.nav-pills.custom-tab-button {
  text-align: center;
}
.nav-pills.custom-tab-button .nav-item {
  margin-right: 20px;
}
.nav-pills.custom-tab-button .nav-link .tab-btn-icon {
  display: block;
}

/* 
---------------------------------
    : Custom - Timeline css :
---------------------------------
*/
.timeline-container {
  padding: 2.5em 0;
}

/* 
--------------------------------
    : Custom - Toolbar css :
--------------------------------
*/
.btn-toolbar {
  margin: 0 auto;
}

.tool-bottom .tool-item:first-child, .tool-top .tool-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tool-bottom .tool-item:last-child, .tool-top .tool-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-toolbar > i {
  color: #ffffff;
  font-size: 20px;
}

.toolbar-primary .tool-item {
  background: #506fe4;
}

.toolbar-primary .tool-item > .feather {
  color: #ffffff;
}

.toolbar-primary.tool-top .arrow {
  border-color: #506fe4 transparent transparent;
}

.toolbar-primary .tool-item.selected {
  background: #3a5de1;
}
.toolbar-primary .tool-item:hover {
  background: #3a5de1;
}

.btn-toolbar-primary.pressed {
  background: #3a5de1;
}

.toolbar-secondary .tool-item {
  background: #96a3b6;
}

.toolbar-secondary .tool-item > .feather {
  color: #ffffff;
}

.toolbar-secondary.tool-top .arrow {
  border-color: #96a3b6 transparent transparent;
}

.toolbar-secondary .tool-item.selected {
  background: #8796ac;
}
.toolbar-secondary .tool-item:hover {
  background: #8796ac;
}

.btn-toolbar-secondary.pressed {
  background: #8796ac;
}

.toolbar-success .tool-item {
  background: #43d187;
}

.toolbar-success .tool-item > .feather {
  color: #ffffff;
}

.toolbar-success.tool-top .arrow {
  border-color: #43d187 transparent transparent;
}

.toolbar-success.tool-right .arrow {
  border-color: transparent #43d187 transparent transparent;
}

.toolbar-success .tool-item.selected {
  background: #31c97a;
}
.toolbar-success .tool-item:hover {
  background: #31c97a;
}

.btn-toolbar-success.pressed {
  background: #31c97a;
}

.toolbar-danger .tool-item {
  background: #f9616d;
}

.toolbar-danger .tool-item > .feather {
  color: #ffffff;
}

.toolbar-danger.tool-top .arrow {
  border-color: #f9616d transparent transparent;
}

.toolbar-danger.tool-bottom .arrow {
  border-color: transparent transparent #f9616d;
}

.toolbar-danger .tool-item.selected {
  background: #f84856;
}
.toolbar-danger .tool-item:hover {
  background: #f84856;
}

.btn-toolbar-danger.pressed {
  background: #f84856;
}

.toolbar-warning .tool-item {
  background: #f7bb4d;
}

.toolbar-warning .tool-item > .feather {
  color: #ffffff;
}

.toolbar-warning.tool-top .arrow {
  border-color: #f7bb4d transparent transparent;
}

.toolbar-warning.tool-left .arrow {
  border-color: transparent transparent transparent #f7bb4d;
}

.toolbar-warning .tool-item.selected {
  background: #f6b235;
}
.toolbar-warning .tool-item:hover {
  background: #f6b235;
}

.btn-toolbar-warning.pressed {
  background: #f6b235;
}

.toolbar-info .tool-item {
  background: #3d9bfb;
}

.toolbar-info .tool-item > .feather {
  color: #ffffff;
}

.toolbar-info.tool-top .arrow {
  border-color: #3d9bfb transparent transparent;
}

.toolbar-info .tool-item.selected {
  background: #248efa;
}
.toolbar-info .tool-item:hover {
  background: #248efa;
}

.btn-toolbar-info.pressed {
  background: #248efa;
}

.toolbar-light .tool-item {
  background: #f2f3f7;
}

.toolbar-light .tool-item > .feather {
  color: #ffffff;
}

.toolbar-light.tool-top .arrow {
  border-color: #f2f3f7 transparent transparent;
}

.toolbar-light .tool-item.selected {
  background: #e2e4ed;
}
.toolbar-light .tool-item:hover {
  background: #e2e4ed;
}

.btn-toolbar-light.pressed {
  background: #e2e4ed;
}

.toolbar-dark .tool-item {
  background: #141d46;
}

.toolbar-dark .tool-item > .feather {
  color: #ffffff;
}

.toolbar-dark.tool-top .arrow {
  border-color: #141d46 transparent transparent;
}

.toolbar-dark .tool-item.selected {
  background: #0e1532;
}
.toolbar-dark .tool-item:hover {
  background: #0e1532;
}

.btn-toolbar-dark.pressed {
  background: #0e1532;
}

/* 
-------------------------------
    : Custom - Tour css :
-------------------------------
*/
.tourbar .card-body {
  padding: 20px;
}

.cd-single-step .cd-more-info {
  font-family: "Mukta Vaani", sans-serif !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
}
.cd-single-step .cd-more-info:before {
  color: #ffffff;
}
.cd-single-step .cd-more-info h2 {
  font-size: 18px;
  color: #141d46;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.cd-single-step .cd-more-info p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.4em;
  font-family: "Mukta Vaani", sans-serif !important;
  color: #8A98AC;
}
.cd-single-step .cd-more-info img {
  margin-bottom: 1.4em;
  max-width: 100%;
  width: 150px;
}
.cd-single-step .cd-more-info span {
  float: left;
  padding-top: 0.1em;
  font-size: 14px;
  font-family: "Mukta Vaani", sans-serif !important;
}
.cd-single-step .cd-more-info .cd-close:before {
  background-color: #8A98AC;
}
.cd-single-step .cd-more-info .cd-close:after {
  background-color: #8A98AC;
}
.cd-single-step .cd-more-info .cd-tour-nav li:first-of-type {
  margin-right: 15px;
}
.cd-single-step .cd-more-info .cd-tour-nav a {
  font-size: 14px;
  color: #506fe4;
  font-weight: 400;
  background-color: rgba(80, 111, 228, 0.1);
  padding: 6px 12px;
  border-radius: 3px;
}
.cd-single-step .cd-more-info .cd-tour-nav a.cd-prev.inactive {
  background-color: rgba(150, 163, 182, 0.1);
  border: none;
  color: #96a3b6;
}
.cd-single-step .cd-more-info .cd-tour-nav a.cd-next.inactive {
  background-color: rgba(150, 163, 182, 0.1);
  border: none;
  color: #96a3b6;
}

@media only screen and (min-width: 768px) {
  .cd-single-step .cd-more-info {
    font-family: "Mukta Vaani", sans-serif !important;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
  }
  .cd-single-step .cd-more-info:before {
    color: #ffffff;
  }
  .cd-single-step .cd-more-info h2 {
    font-size: 18px;
    color: #141d46;
    line-height: 1.2;
    margin-bottom: 0.4em;
  }
  .cd-single-step .cd-more-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.4em;
    font-family: "Mukta Vaani", sans-serif !important;
    color: #8A98AC;
  }
  .cd-single-step .cd-more-info span {
    float: left;
    padding-top: 0.1em;
    font-size: 14px;
    font-family: "Mukta Vaani", sans-serif !important;
  }
  .cd-single-step .cd-more-info .cd-close:before {
    background-color: #8A98AC;
  }
  .cd-single-step .cd-more-info .cd-close:after {
    background-color: #8A98AC;
  }
  .cd-single-step .cd-more-info .cd-tour-nav li:first-of-type {
    margin-right: 15px;
  }
  .cd-single-step .cd-more-info .cd-tour-nav a {
    font-size: 14px;
    color: #506fe4;
    font-weight: 400;
    background-color: rgba(80, 111, 228, 0.1);
    padding: 6px 12px;
    border-radius: 3px;
  }
  .cd-single-step .cd-more-info .cd-tour-nav a.cd-prev.inactive {
    background-color: rgba(150, 163, 182, 0.1);
    border: none;
    color: #96a3b6;
  }
  .cd-single-step .cd-more-info .cd-tour-nav a.cd-next.inactive {
    background-color: rgba(150, 163, 182, 0.1);
    border: none;
    color: #96a3b6;
  }
}
/* 
--------------------------------
    : Custom - Widgets css :
--------------------------------
*/
/* -- Widget - Basic -- */
.widget-icon-bg {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

/* --  Widget - To Do Lists -- */
.to-do-list .list-group-item {
  border: none;
}
.to-do-list .custom-control-label {
  color: #141d46;
}

.to-do-list-remove {
  float: right;
  vertical-align: middle;
  cursor: pointer;
}
.to-do-list-remove:hover {
  color: #f9616d !important;
}

/* -- Widget - Action History -- */
.activities-history-list {
  position: relative;
}
.activities-history-list i {
  position: absolute;
  color: #506fe4;
  top: 9px;
  left: 9px;
  font-size: 18px;
}
.activities-history-list:before {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #f2f3f7;
}
.activities-history-list:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 20px;
  left: 6px;
  background: rgba(150, 163, 182, 0.1);
}
.activities-history-list .activities-history-item {
  margin-left: 30px;
  margin-bottom: 30px;
}
.activities-history-list .activities-history-item p {
  font-size: 12px;
}

.icon-timer i {
  width: 30px;
  height: 30px;
  padding: 15px;
  font-size: 20px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}

.widget-newsletter .form-control {
  background-color: #ffffff;
  border-radius: 50px;
}
.widget-newsletter .form-control:focus {
  background-color: #ffffff;
}
.widget-newsletter .input-group-append {
  padding: 3px;
  background: #ffffff;
  border-radius: 0 50px 50px 0;
}
.widget-newsletter .input-group-append .btn {
  border-radius: 50px;
  background-color: #f9616d;
  color: #ffffff;
  padding: 4px 10px;
  font-weight: 700;
}

.chartist-widget-color {
  height: 194px !important;
}
.chartist-widget-color .ct-series-a .ct-bar {
  stroke: #ffffff;
}
.chartist-widget-color .ct-label {
  fill: #ffffff;
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}

.blog-meta {
  text-align: right;
  font-size: 14px;
}

.action-icon {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}

.dash-widget .nav-pills .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
}
.dash-widget .nav-pills .nav-link.active {
  color: #506fe4;
  background-color: rgba(150, 163, 182, 0.1);
}

.storage-num {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ecom-chart-btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  bottom: 5%;
  left: 4%;
}
.ecom-chart-btn span {
  background-color: #ffffff;
  border-radius: 3px;
  color: #141d46;
  padding: 5px 10px;
  font-size: 14px;
}

#apex-pie-chart .apexcharts-canvas {
  margin: 0 auto;
}

.appointment-widget .bg-icon {
  margin-bottom: 0;
  text-align: right;
  font-size: 80px;
  line-height: 80px;
  color: #506fe4;
  opacity: 0.2;
}

.blog-slider i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  z-index: 9;
  color: #ffffff;
}
.blog-slider i:first-child {
  right: 35px;
}

@media (max-width: 767px) {
  .blog-link {
    text-align: center;
  }

  .blog-meta {
    text-align: center;
    margin-top: 15px;
  }
}
/* 
-----------------------------------
    : Custom - Responsive css :
-----------------------------------
*/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .topbar .togglebar li {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .topbar .searchbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .vertical-layout.toggle-menu .leftbar {
    position: fixed;
    width: 60px;
    margin-left: 0;
    transition: all 0.3s ease;
  }
  .vertical-layout.toggle-menu .leftbar:hover {
    width: 250px;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu > li > a > span {
    display: inline-block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu > li > a > i {
    font-size: 16px;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu li > a > .icon-chevron-right {
    display: inline-block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-menu li.active > .vertical-submenu {
    display: block !important;
  }
  .vertical-layout.toggle-menu .leftbar:hover .profilename {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .userbox {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .vertical-header {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .profilebar {
    padding: 15px 30px 15px 30px;
  }
  .vertical-layout.toggle-menu .leftbar:hover .logobar .logo.logo-large {
    display: block;
  }
  .vertical-layout.toggle-menu .leftbar:hover .logobar .logo img {
    width: 100px;
  }
  .vertical-layout.toggle-menu .leftbar:hover ~ .rightbar .topbar {
    left: 250px;
  }
  .vertical-layout.toggle-menu .vertical-menu > li > a > i {
    font-size: 18px;
  }
  .vertical-layout.toggle-menu .vertical-menu > li > a > span {
    display: none;
  }
  .vertical-layout.toggle-menu .vertical-menu li > a > .icon-chevron-right {
    display: none;
  }
  .vertical-layout.toggle-menu .vertical-menu li.active > .vertical-submenu {
    display: none !important;
  }
  .vertical-layout.toggle-menu .vertical-header {
    display: none;
  }
  .vertical-layout.toggle-menu .logobar .logo.logo-small {
    display: block;
  }
  .vertical-layout.toggle-menu .logobar .logo.logo-large {
    display: none;
  }
  .vertical-layout.toggle-menu .logobar .logo img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }

  .container-fluid {
    width: 95%;
  }

  .leftbar {
    position: fixed;
    margin-left: -303px;
  }

  .vertical-menu-icon .nav-pills .logobar {
    margin-bottom: 120px;
  }

  .rightbar {
    margin-left: 0 !important;
  }

  .topbar-mobile {
    display: block;
    width: 100%;
  }

  .topbar {
    display: none;
  }
  .topbar .togglebar {
    display: none;
  }
  .topbar .infobar {
    margin-right: 0;
  }

  .topbar-toggle-menu .topbar {
    display: block;
    padding: 15px 15px;
  }

  .menubar {
    text-align: right;
  }

  .profilebar .dropdown-menu {
    left: 30px !important;
  }
  .profilebar .live-icon {
    display: none;
  }
  .profilebar .feather.live-icon {
    display: inline-block;
  }

  .notifybar .dropdown-menu {
    left: 30px !important;
  }

  .languagebar .dropdown-menu {
    left: 30px !important;
  }

  .footerbar {
    left: 0;
  }

  .email-rightbar .email-open-box .open-email-head ul {
    text-align: left;
    margin-top: 15px;
  }

  .breadcrumbbar {
    margin: 30px 0 0 0;
    padding: 0;
  }
  .breadcrumbbar .page-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .breadcrumbbar .breadcrumb-list {
    text-align: center;
  }
  .breadcrumbbar .widgetbar {
    text-align: center;
    margin-top: 10px;
  }

  .analytic-chart-label .analytic-label-perform {
    text-align: left;
    margin-bottom: 30px;
  }
  .analytic-chart-label .list-inline {
    text-align: left;
  }
  .analytic-chart-label .analytic-chart-piety {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .infobar-settings-sidebar.sidebarshow {
    width: 100%;
  }
}

.dataTable-wrap{
  margin-top: 80px;
}
.bottom-btn-wrap{
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.bottom-btn-wrap a{
  min-width: 260px;
}
/* 예외처리 */
.table-responsive + .dataTable-wrap:not(.button-list.button-group-list ~ .dataTable-wrap) {
  margin-top: 80px;
}
.dataTable-wrap:not(.button-list.button-group-list ~ .dataTable-wrap) {
  margin-top: 0;
}

/* .accordion-collapse {
  transition: height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s cubic-bezier(0.4,0,0.2,1), transform 0.35s cubic-bezier(0.4,0,0.2,1);
  opacity: 0;
  transform: translateY(-10px);
} */

.accordion-collapse.show {
  opacity: 1;
  transform: translateY(0);
}

/* input clear */
::-ms-clear {
  display: none;
}

.form-control-feedback {
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-left: -36px;
  pointer-events: none;
}
.form-control.form-control-sm + .form-control-feedback {
  margin-left: -32px;
}
.form-control-feedback::before {
  display: block;
  width: 100%;
  height: 100%;
  background:url(/images/common/Icon/1x/ico_clear.png) no-repeat center / contain;
  content: "";
}
.form-group.has-clear{
  display: flex;
}
.form-group.has-clear .form-control{
  width: 100%;
}
.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.clickable-billno {
  cursor:pointer;
  color:#007BFF;
  /* border-bottom: 1px solid #535765; */
  text-decoration: underline;
}

.flash-popup{
  position: absolute;
  bottom: 30px;
  left: 17px;
  display: flex;
  align-items: center;
  min-width: 165px;
  min-height: 40px;
  padding: 10px;
  font-size: 14px;
  color:#fff;
  font-weight: 400;
  border-radius: 8px;
  background-color: #474D59;
  z-index: 2;
}
.essential .flash-popup{
  left:0;
}
.flash-popup:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border: 6px solid #474D59;
  transform: rotate(45deg);
  left:10px;
  bottom: -3px;
}
.flash-popup .flash-close{
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  margin-left:6px;
}
.flash-popup .flash-close:before{
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 1px;
  height: 12px;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
}
.flash-popup .flash-close:after{
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 1px;
  height: 12px;
  border-right: 1.5px solid #fff;
  transform: rotate(-45deg);
}

.tooltip{--bs-tooltip-max-width: 310px; }
.tooltip .tooltip-inner{background-color:#474D59 ;}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #474D59;}
.btn.btn-tooltip {
  min-width: auto;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url('/images/common/Icon/1x/ico_help02.png') no-repeat center / contain;
}
.bs-tooltip-end, .bs-tooltip-right {
  /* 기존 transform: translate(0, -50%); 에서 Y값을 더 내림 (예: 0, -40%) */
  transform: translate(0, -40%) !important;
}
.blue-label{
  color: #3674D9 !important;
}
.green-label{
  color: #0B893B !important;
}
.red-label{
  color: #DF2030 !important;
}
.essential{
  display:inline-block;
  position: relative;
  padding-right: 10px;
}
.essential:before{
  content:'*';
  position: absolute;
  right:-2px;
  top:0;
  color:#DF2030;
}
.detail-table-view{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail-table-wrapper{
  padding: 20px;
  border: 1px solid #E7E9EF;
  border-radius: 12px;
}
.detail-table-row {
    display: flex;
    gap: 16px; 
}
.detail-table-wrapper.half-table {
    width: 50%;
}
.detail-table-wrapper:not(.half-table) {
    width: 100%;
}
.detail-table-title{
  position: relative;
  margin-bottom: 12px;
}
.status-value{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  font-size: 15px;
  color: #535765;
  line-height: 24px;
  font-weight: 400;
}
.status-value span{
  display: inline-block;
  min-width: 48px;
  height: 28px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
}
.state-value span{
  display: inline-block;
  min-width: 48px;
  height: 28px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
}
.state-complete{
  background-color: #F0F6FE;
  color: #3674D9;
}
.state-normal{
  background-color: rgba(11, 137, 59, 0.05);
  color: #0B893B;
} 
.state-cancel{
  background-color: #F5F6FA;
  color: #535765;
}
.state-stop{
  background-color: rgba(223, 32, 48, 0.05);
  color: #DF2030;
}
.state-request{
  background-color: rgba(255, 140, 0, 0.05);
  color: #FF8C00;
}
.form-input-wrapper{
  padding: 64px 56px;
  border: 1px solid #E7E9EF;
  border-radius: 16px;
}
.form-input-wrapper .form-row + .form-row{
  margin-top: 48px;
}
.form-input-wrapper .form-row.between{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.form-input-wrapper .form-group .devider-bullet {
  margin: 0 3px;
}
.form-row.between .input-form-group{
  width: calc(100% / 2 - 20px);
}
.input-form-group-with-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 8px;
}
.input-form-group-with-btn .authenticate-count{
  display: none;
  position: absolute;
  right: 135px;
  top: 13px;
  z-index: 2;
}
.input-form-group-with-btn .authenticate-count.show{
  display: block;
}
.input-form-group-with-btn .authenticate-count span{
  margin-right:8px;
  font-size: 13px;
  color:#DF2030;
  font-weight: 500;
  line-height: 20px;
}
.input-form-group-with-btn .authenticate-count .btn-txt{
  font-size: 13px;
  color:#535765;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}

.input-form-group-with-btn input{
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.form-row.between .input-form-content{
  display: flex; 
  align-items: center;
}
.txt-count{
  position: absolute;
  bottom: 1px;
  left: 16px;
  right: 20px;
  font-size: 13px;
  color: #6E7686;
  line-height: 60px;
  font-weight: 400;
  z-index: 2;
  height: 51px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 25%);
}
.form-control:disabled + .txt-count{
  background: none;
}
.popup-content-liner{
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #E7E9EF;
}
.foundation_logo{
  display: flex;
  margin:28px 0 32px;
  align-items: center;
  justify-content: center;
}

/* 약관 style */
.terms-wrap{
  max-height: 240px;
  margin-top: 16px;
  padding: 24px;
  border-radius: 8px;
  background: #F5F6FA;
  line-height: 1.7;
  overflow-y: auto;
}
.terms-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.terms-chapter {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 6px;
}
.terms-article-title {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 4px;
}
.terms-list {
  margin: 0 0 8px 0;
  padding-left: 18px;
}
.terms-list li {
  margin-bottom: 4px;
}
.terms-label {
  font-weight: bold;
  margin-right: 4px;
}
.terms-wrap + .form-group {
  margin-top: 16px;
}

@media (min-width: 992px) {
    .modal-md {
        --bs-modal-width: 560px;
    }
    .modal-ms {
        --bs-modal-width: 480px;
    }
}

.table-view-wrapper.border-top {
  padding: 0;
  border: none;
  border-top: 1px solid #8F95A3 !important;
  border-radius: 0;
}
.table-view-wrapper.border-top .table tr th {
  border-right: 1px solid #E7E9EF;
  border-bottom-color: #E7E9EF;
  background: #F5F6FA;
  text-align: center;
  vertical-align: middle;
}
.table-view-wrapper.border-top .table tr th.border-left {
  border-left: 1px solid #E7E9EF !important;
  background: #fff;
}
.table-view-wrapper.border-top .table tr th:last-child {
  border-right: none;
}
.table-view-wrapper.border-top .table tr td {
  border-right: 1px solid #E7E9EF;
  border-bottom: 1px solid #E7E9EF;
  color: #1E2024;
  vertical-align: middle;
}
.table-view-wrapper.border-top .table tr td:last-child {
  border-right: none;
}
.table-view-wrapper.border-top .table tr th,
.table-view-wrapper.border-top .table tr td {
  height: 52px;
  padding: 12px 16px;
}
.table-view-wrapper.border-top .table.table-sm tr th,
.table-view-wrapper.border-top .table.table-sm tr td {
  height: 44px;
  padding: 11px 12px;
  font-size: 14px;
}
.tax-invoice-wrapper {
  display: flex;
  column-gap: 12px;
}
.tax-invoice-wrapper + .table-responsive {
  margin-top: 12px;
}
.tax-invoice-wrapper .table-responsive {
  margin-top: 0;
}
.tax-invoice-wrapper .table tr th {
  border-bottom-width: 1px;
}
.tax-invoice-wrapper .table tr th:first-child,
.tax-invoice-wrapper .table tr th:last-child {
  border-radius: 0;
}
.tax-invoice-wrapper .bg-supplier {
  border-top-color: #F2A6AC !important;
}
.tax-invoice-wrapper .bg-supplier .table tr th {
  border-right-color: #F8D2D5;
  border-bottom-color: #F8D2D5;
  background: #FCEDEE;
  color: #430A0E;
}
.tax-invoice-wrapper .bg-supplier .table tr th.point-color {
  background: #F8D2D5 !important;
}
.tax-invoice-wrapper .bg-supplier .table tr th.border-bottom,
.tax-invoice-wrapper .bg-supplier .table tr:last-child td {
  border-bottom-color: #F2A6AC !important;
}
.tax-invoice-wrapper .bg-supplier .table tr td {
  border-bottom-color: #F8D2D5;
  border-right: none;
}
.tax-invoice-wrapper .bg-recipient {
  border-top-color: #5388DF !important;
}
.tax-invoice-wrapper .bg-recipient .table tr th {
  border-right-color: #DDE7F9;
  border-bottom-color: #DDE7F9;
  background: #F0F5FE;
  color: #102B56;
}
.tax-invoice-wrapper .bg-recipient .table tr th.point-color {
  background: #DDE7F9 !important;
}
.tax-invoice-wrapper .bg-recipient .table tr th.border-bottom,
.tax-invoice-wrapper .bg-recipient .table tr:last-child td {
  border-bottom-color: #5388DF !important;
}
.tax-invoice-wrapper .bg-recipient .table tr td {
  border-bottom-color: #DDE7F9;
  border-right: none;
}

/* ellipsis */
.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media print {
  /* 모달 헤더의 버튼 그룹만 숨기기 */
  .modal-header .btn-group {
    display: none !important;
    visibility: hidden !important;
  }
  
  /* 특정 모달의 헤더 버튼 그룹 */
  .modal .modal-header .btn-group {
    display: none !important;
    visibility: hidden !important;
  }
}