:root {
  --dark: #373737;
  --border: #00a86b;
  --logo_bg: #2a2a2b;
  --dark_input: #454545;
  --lite_orange: #fff2e2;
  --yellow: #f0b943;
  --side_blue: #00a2ff;
  --lite_gray: #e9edf6;
  --lite_grey: #b5adad;
  --red: #ff0000;
  --heading: #3e3f41;
  --dark_blue: #0a152f;
}
@font-face {
  font-family: roboto_regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: roboto_medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: roboto_bold;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: roboto_black;
  src: url(../fonts/Poppins/Poppins-Black.ttf);
  font-display: swap;
  font-weight: 900;
}
html {
  /*Ios*/
  min-height: calc(100% + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) env(safe-area-inset-right)
    env(safe-area-inset-bottom) env(safe-area-inset-left);
}
#ct * {
  /*margin: 0;*/ /*JAI*/
  /*padding: 0;*/
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #ced2d3 #fff;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar:horizontal {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}
::-webkit-scrollbar-thumb:hover {
  background: #989999;
}
body {
  /*line-height: 1;
  overflow-x: hidden;*/
  font-family: roboto_regular;
  /*font-weight: 400;*/
}
#ct button {
  border: 0;
  outline: inherit;
  cursor: pointer;
}
#ct label {
  font-weight: bold;
}
#ct a {
  border: 0;
  text-decoration: inherit;
  outline: none;
  color: var(--text);
  /*display: inline-block;*/
  line-height: 22px;
  font-family: roboto_regular;
}
#ct img {
  border: 0;
  text-decoration: inherit;
  outline: none;
  color: var(--text);
  display: inline-block;
  line-height: 22px;
  font-family: roboto_regular;
}
#ct h1,
#ct h2,
#ct h3,
#ct h4,
#ct h5,
#ct h6 {
  font-weight: normal;
  /*margin: 0;*/
  color: var(--text);
}
#ct p {
  line-height: 22px;
  font-size: 14px;
  /*margin: 0;*/
  font-family: roboto_regular;
}
#ct table {
  border: 0;
  border-collapse: collapse;
}
#ct textarea,
#ct input,
#ct select {
  font-size: 14px;
  outline: inherit;
  font-family: roboto_regular;
}

/*.menu, .menu-hider{display:none; opacity:0;}*/

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  background-color: #f1f4f5;
}

/*::-webkit-scrollbar{display: none;}*/
::selection {
  background-color: #ccc;
  color: #000;
}

/*img,  p*/
div,
a,
blockquote,
form,
fieldset,
textarea,
input,
label,
iframe,
code,
pre {
  display: block;
  position: relative;
}

textarea,
input {
  outline: none;
}
textarea {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0px !important;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}
input {
  border-radius: 0 !important;
  -webkit-border-radius: 0px !important;
  display: inline-block;
}

label a {
  display: inline-block;
}
a {
  color: #27a1fb;
}
span > a {
  display: inline;
}
a > span {
  display: inline;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
strong a,
em a {
  display: inline;
}

ul {
  list-style-type: none;
}
ul,
ol li,
li {
  list-style: none inside;
  margin: 0;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -15px;
}
sub {
  bottom: 0px;
}

i {
  -webkit-text-stroke: 0.25px white;
  min-width: 12px;
}
i:hover {
  cursor: pointer;
}

p > a {
  display: inline;
  text-decoration: none;
}
p > a:hover {
  text-decoration: underline;
}
p > span {
  display: inline;
}
p strong {
  font-size: 13px;
  font-weight: 500;
}
/*p{line-height: 26px; margin-bottom: 30px; font-size:13px; color:#6c6c6c;}*/
p strong {
  color: #1f1f1f;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  display: inline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family:'Roboto', sans-serif;*/
  margin-bottom: 5px;
  /*letter-spacing:-0.3px;*/
  letter-spacing: 0.9px;
  font-weight: 400;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  /*font-family:'Roboto', sans-serif;*/
}

h1 {
  font-size: 24px;
  line-height: 30px;
}
h2 {
  font-size: 21px;
  line-height: 25px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 23px;
}
h5 {
  font-size: 16px;
  line-height: 22px;
}

option {
  background-color: white;
  color: black;
}

.body-y {
  overflow-y: hidden;
  padding-right: 17px;
}
.body-y-0 {
  overflow-y: hidden;
}
#ct .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#ct .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(2rem * 0.5);
  padding-left: calc(2rem * 0.5);
  margin-top: 0;
}
#ct .row.gy-1 > * {
  margin-top: 1rem;
}
#ct .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#ct .col-md-4 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
#ct .col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#ct .col-md-8 {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}
#ct .col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.column-f-50 {
  flex: 50%; 
}

/*#ct select {
  //text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  text-align: -webkit-center;
}*/

#ct .container {
  width: 1170px;
  margin: 0 auto;
}

.wid-10 {
  flex-basis: 10%;
  padding: 0 10px;
}
.wid-25 {
  flex-basis: 25%;
  padding: 0 10px;
}
.wid-20 {
  flex-basis: 20%;
  padding: 0 10px;
}
.wid-50 {
  flex-basis: 50%;
  padding: 0 10px;
}
.wid-60 {
  flex-basis: 60%;
  padding: 0 10px;
}
.wid-70 {
  flex-basis: 70%;
  padding: 0 10px;
}
.wid-75 {
  flex-basis: 75%;
  padding: 0 10px;
}
.wid-80 {
  flex-basis: 80%;
  padding: 0 10px;
}
.wid-30 {
  flex-basis: 33.3%;
  padding: 0 10px;
}
.wid-40 {
  flex-basis: 40%;
  padding: 0 15px;
}
.wid-90 {
  flex-basis: 90%;
  padding: 0 10px;
}
.wid-100 {
  flex-basis: 100%;
  padding: 0 10px;
}

/*App*/
.app-content {
  padding: 20px 20px;
}
.app-section-2 {
  padding: 0px 30px;
}

/*In index.html*/
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: progress;
}

/*---Page Transitions---*/
#app_page {
  min-height: 100vh;
  display: block;
  left: 0px;
  right: 0px;
  overflow: hidden;
  /* background-color: #e9edf6; */
}

/*--Page Content Settings---*/
.page-content {
  background-color: #ffffff80;
  transition: transform 300ms ease;
  margin-bottom: 70px;
  z-index: 1;
}

/*Badge*/
.badge {
  margin: 3px;
  padding: 5px 12px;
  border-radius: 5px;
  text-align: center;
  width: max-content;
}
.badge-sm {
  padding: 7px 25px;
}
.badge-xxs{
  padding: 3px 6px;
}
.badge-xs {
  padding: 5px 12px;
}
.badge-md {
  padding: 15px 30px;
}
.badge-content {
  background-color: #e6ebf2;
  color: #3c3d3d;
}
.empty-badge {
  padding: 4px 8px;
  display: inline-block;
}

.badge-2 {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px !important;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #8e9295;
  border-radius: 10px;
  margin-bottom: 5px !important;
  /*margin-right: 5px !important;*/
  font-weight: 700;
  line-height: 1.2;
  /*white-space: nowrap;*/ /*sep6*/
  text-align: center;
}
.badge-3 {
  display: inline-block;
  min-width: 10px;
  padding: 4px 4px   !important;
  font-size: 12px;
  color: black;
  vertical-align: middle;
  /* background-color: #ECECEC; */
  background-color: #E6ECFE;
  border-radius: 5px;
  margin-bottom: 1px !important; 
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;  
}

.badge-2 .sm {
  padding: 6px 9px !important;
}

/*.badge-2.up {
  position: relative;
  top: -14px;
  padding: 3px 6px !important;
  margin-left: -13px;
  z-index: 1;
}*/
.badge-2.up {
  position: absolute;
  /* top: -12px; */
  top: -14px;
  left: 34px;
  /* padding: 3px 6px !important; */
  padding: 4px 9px !important;
  margin-left: -13px;
  z-index: 1;
}

.badge-2 .l20 {
  left: 20px;
}

.circle-sm {
  height: 15px;
  width: 15px;
  border-radius: 10px;
}
.circle-sm-2 {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  display:  inline-block;
}

/*Pill*/
.pill {
  padding: 3px 5px !important;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Margins*/
.m-unset {
  margin: unset !important;
}
.m-5-0 {
  margin: 5px 0px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-30 {
  margin: 30px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-22p {
  margin-left: 22%;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-5 {
  margin-left: 5px;
}
.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-30 {
  margin-left: 30px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m0 {
  margin: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-auto {
  margin: auto;
}
.m-10 {
  margin: 10px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px;
}
/* .m-r-20 .ti-39p .text-right {
  margin-right: 20px;
  text-indent: 39%;
  text-align: right;
}
.m-r-20 .ti-37p .text-right {
  margin-right: 20px;
  text-indent: 37%;
  text-align: right;
} */
.m-b-5 {
  margin-bottom: 5px;
}
/*.m-b-15{
  margin-bottom: 15px;
}*/
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-t-4 {
  margin-top: 4px;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-n2 {
  margin-top: -2px;
}
.m-t-n10 {
  margin-top: -10px;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-8{
  margin-left: 8px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px;
}
.m-5 {
  margin: 5px;
}
.m-7 {
  margin: 7px;
}
.m-20{
  margin: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-0-12 {
  margin: 0px 12px 12px 0px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-t-5 {
  margin-top: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-trb-2 {
  margin: 2px 2px 2px 0px;
}
.m-tb-20 {
  margin: 20px 0px;
}
.p-lr-13 {
  padding: 0px 13px 0px 13px;
}
.p-tl-10 {
  padding: 10px 10px 0px 0px;
}

/*Flex*/
.flex,
.flex {
  display: flex;
}
.iflex{
  display: inline-flex;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 0;
}
.fg-0p5{
  flex-grow: 0.5;
}
.wrap {
  flex-wrap: wrap;
}
.coldir {
  flex-direction: column;
}
.rowdir {
  flex-direction: row;
}
.rowrev {
  flex-direction: row-reverse;
}
.basis {
  flex-basis: auto;
}
.flex-auto {
  flex: auto;
}

/*Justify*/
.justifycenter {
  justify-content: center;
}
.justspacebetween {
  justify-content: space-between;
}
.justspacearround {
  justify-content: space-around;
}
.justifyflexend {
  justify-content: flex-end;
}
.justifystart {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}

/*Align*/
.alignbaseline {
  align-items: baseline;
}
.alignbaseline {
  align-items: baseline;
}
.aligncenter {
  align-items: center;
}
.alignstart {
  align-items: flex-start;
}
.alignsflextart {
  align-items: flex-start;
}
.alignflexend {
  align-items: flex-end;
}

/*Display*/
.show {
  display: block;
}
.hide {
  display: none !important;
}
.d-hide:empty {
  display: none;
}
.d-grid {
  display: grid;
}
.display-inline {
  display: inline;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.d-iblock {
  display: inline-block;
}
.d-tc {
  display: table-caption;
}
.hidden {
  display: none !important;
}
/*.disabled {
  display: none !important;
}*/
#ct .hide-sm {
  display: none;
}

/*Floats*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.fright {
  float: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

/*Text align*/
.text-right,
.right-text {
  text-align: right;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.wk-center {
  text-align: -webkit-center;
}

.center-text {
  display: block;
}
.center-text {
  text-align: center;
  display: block;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Font Family */
.ff-1{
  font-family: "roboto";
}

/*Font Weight*/
.fw700 {
  font-weight: 700;
  font-family: roboto_bold;
}
.fw900 {
  font-weight: 900;
  font-family: roboto_black;
}
.fw500 {
  font-weight: 500;
  font-family: roboto_medium;
}
.bold-600 {
  font-weight: 600 !important;
}
.bold-500 {
  font-weight: 500 !important;
}
.bold-400 {
  font-weight: 400;
}
.bold-unset {
  font-weight: unset !important;
}
.bold {
  font-weight: bold;
}
.font-500 {
  font-weight: 500 !important;
}
.fw500 {
  font-weight: 500;
  font-family: roboto_medium;
}
.font-800 {
  font-weight: 800 !important;
}

/*Font size*/
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f32 {
  font-size: 32px;
}
.f40 {
  font-size: 40px;
}
.f18 {
  font-size: 18px;
}
.font-28 {
  font-size: 28px !important;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-30 {
  font-size: 30px;
}
.font-35 {
  font-size: 35px;
}
.font-18 {
  font-size: 18px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}

.font-13 {
  font-size: 13px !important;
}
.font-18 {
  font-size: 18px !important;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/*Padding*/
.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p-0 {
  padding: 0px !important;
}
.p-2 {
  padding: 2px;
}
.p-3 {
  padding: 3px;
}
.p-5 {
  padding: 5px !important;
}
.p5 {
  padding: 5px;
}
.p-6 {
  padding: 6px !important;
}
.p-7 {
  padding: 7px;
}
.p-8 {
  padding: 7px;
}
.p-7i {
  padding: 7px !important;
}
.p-10 {
  padding: 10px !important;
}
.p10 {
  padding: 10px;
}
.p-12 {
  padding: 12px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p20 {
  padding: 20px;
}
.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-30 {
  padding-right: 30px;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-t-2 {
  padding-top: 2px;
}
.p-t-4 {
  padding-top: 4px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-6 {
  padding-top: 6px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.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-30 {
  padding-bottom: 30px;
}
.p-5-10 {
  padding: 5px 10px !important;
}
.p-t-15p {
  padding-top: 15% !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-t-10 {
  padding-top: 10px !important;
}
.ptb-13 {
  padding: 13px 0px 13px 0px;
}
.p12-10-15 {
  padding: 12px 10px 0px 15px !important;
}
.p-t-3 {
  padding-top: 3px;
}
.p-15 {
  padding: 15px;
}

/*Border-radius*/
.brd-30,
#ct .badge.border-rounded-30 {
  border-radius: 30px;
}
.brd-5 {
  border-radius: 5px;
}
.brd-8 { 
  border-radius: 8px;
}
.brd-10 {
  border-radius: 10px;
}
.brd-100p {
  border-radius: 100%;
}
.round-medium {
  border-radius: 15px !important;
  overflow: hidden;
}
.br-r-unset {
  border-radius: unset !important;
}
.brd-50p {
  border-radius: 50% !important;
}
.box-border-highlight {
  border: 1px solid #7dc0d7;
}
.brd-17 {
  border-radius: 17px !important;
}
.brd-50 {
  border-radius: 50px !important;
}

/*Border*/
.no-border {
  border: none !important;
}
.br-dot-blue {
  border: 2px dotted #00a2ff;
}
.br-dot-black {
  border: 1px dotted #000000;
}
.br-black{
  border: 2px solid #000000;
}
.br-pink{
  border: 1px solid #FF42A1;
}
.brt-dot-2 {
  border-top: 2px dotted #b3b3b3;
}
.br-white {
  border: 4px solid white;
}
.br-dgrey{
  border: 1px dotted #d6dee5 !important;
}
/* .br-grey {
  border: 1px solid #dbdada;
} */
.br-btm-grey {
  border-bottom: 1px solid #dbdada;
}
.br-btm-dgrey {
  border-bottom: 1px dashed #dbdada;
}
.br-top-grey {
  border-top: 1px solid #dbdada;
}
.br-top-dgrey {
  border-top: 1px dashed #dbdada;
}
.br-l1 {
  border-left: 6px solid rgb(0, 224, 103);
}
.br-l2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.br-blue-hov {
  /*border: 2px dashed transparent;*/
}
.br-blue-hov:hover {
  border: 2px dashed #00a2ff !important;
}
.br-grey-hov {
  border: 2px dashed transparent;
}
.br-grey-hov:hover {
  border: 2px dashed #a6aab2 !important;
}
.br-b-grey {
  border-bottom: 1px solid #e8dede;
}
.br-b-grey {
  border-bottom: 1px dotted #9e9e9e;
}
.border-highlight {
  border-bottom: 2px solid #3fb7ee;
}
.border-dashed-sm {
  border-bottom: 1.5px dashed #b3b3b3;
}
.br-groove-black {
  border: 1px groove grey;
}
.br-grey {
  border: 1px solid #e1d8d8;
}
.br-grey-2 {
  border: 2px solid #898c92 !important;
}
.br-green2 {
  border: 2px solid #00a86b !important;
}
.br-b-dblue4 {
  border-bottom: 4px solid #1880b0 !important;
}

/*Scroll*/

.overflow {
  overflow: hidden;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-auto {
  overflow: auto;
}

/*Color*/
.text-red {
  color: var(--red);
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #b0aeae;
}
.text-dark_gray {
  color: #A9A9A9;
}
.text-blue {
  color: var(--side_blue);
}
.text-lite-gray {
  color: #898c92 !important;
}
.text-blue {
  color: #009dff;
}
.text-brown {
  color: #ba7a88;
}
.text-green {
  color: #00a86b;
}
.text-blue-2 {
  color: #0076ba !important;
}
.text-darkblue{
  color:#0B2199;
}
.text-voilet{
  color: #6058b5;
}
.text_black{
  color: #333;
}
.green {
  color: #00a86b !important;
}
.light-green {
  color: #11cea6 !important;
}
.light-purple {
  color: #a6a5e7;
}
.gold {
  color: #d9bc7b;
}
.lblack {
  color: #3f3939;
}
.red {
  color: red !important;
}
.white {
  color: white !important;
}
.lred {
  color: #ee6565 !important;
}
.black {
  color: black !important;
}
.lgrey {
  color: #b5adad !important;
}
.mgrey{
  color: #848F96;
}
.black-light-1 {
  color: #1f1f1f;
}
.text-muted {
  color: #98a6ad !important;
}
.text-muted-2 {
  /*Dec16*/
  color: #6c757d !important;
}
.highlight {
  color: #00a2ff !important;
}
.c-bemedian {
  color: #ee220c !important;
}
.c-abmedian {
  color: #00a86b !important;
}
.c-median {
  color: #ffa54bf2 !important;
}
.color-blue2-dark {
  color: #6a7b88 !important;
}
.color-highlight {
  color: #00a2ff !important;
}
#ct .yt-red {
  color: #c00;
}
.color-twitter {
  color: #4099ff !important;
}
.color-facebook {
  color: #3b5998 !important;
}
.color-linkedin {
  color: #0077b5 !important;
}
.color-google {
  color: #d34836 !important;
}
.color-whatsapp {
  color: #34af23 !important;
}
.color-mail {
  color: #3498db !important;
}
.color-red2-light {
  color: #ed5565 !important;
}
.color-green1-dark {
  color: #00a86b !important;
}
.color-brown1-dark {
  color: #aa8e69 !important;
}
.color-instagram {
  color: #e1306c !important;
}
.color-red2-dark {
  color: #da4453 !important;
}
.color-orange-dark {
  color: #e9573f !important;
}
.color-yellow1-dark {
  color: #f6bb42 !important;
}
.color-gray2-dark {
  color: #aab2bd !important;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.color-grey {
  color: grey !important;
}
.bg-dark2-light i {
  color: #ffffff;
}
.bg-dark1-dark i {
  color: #ffffff;
}
.highlighted-column, .bg-lightgrey{
  background-color: lightgrey; 
}
.bg-lightgrey1{
  background-color: #F8F8F8; 
}
/*Background color*/
/*#ct .bg-white {
   background-color: #fff;
}*/
.table-icon-green {
  background-color: #4ed4b8;
}
.table-icon-blue {
  background-color: #73b4ff;
}
.table-icon-yellow {
  background-color: #f3e07e;
}
.table-icon-red {
  background-color: #ff8874;
}
.table-icon-lgrey {
  background-color: #b5adad;
}
/* .table-icon-border-lgray {
  border: 1px solid gray 
} */

.table-icon-gray {
  background-color: #ebebeb;
}
.badge-success {
  background-color: #e9f8e2;
  color: #4b9732;
}
.badge-danger {
  background-color: #ffe3e1;
}
.badge-dark {
  background-color: var(--dark);
}
.badge-blue {
  background-color: #009dff;
}
.badge-pink {
  background-color: #ff7ee5;
}
.badge-danger-dark {
  background-color: #f04646;
}
.empty-badge-blue {
  background-color: #3c53b7;
}
.empty-badge-orange {
  background-color: #f98136;
}
.empty-badge-lite-yellow {
  background-color: #F1EB9C !important;
}
.empty-badge-yellow {
  background-color: #fad13c;
}
.empty-badge-lite-blue {
  background-color: #009dff;
}
.bg-voilet {
  background-color: #dfd9f9;
}
.bg-cancel {
  background-color: #ee220c !important;
}
.bg-draft {
  background-color: #c4bebe !important;
}
.bg-draft-2{
  background-color: #FF5656;
}
.bg-submit {
  background-color: #00a86b !important;
}
.bg-ltint {
  background-color: #e3e5e6 !important;
}
.bg-shade-green{
  background-color: #D1FFD0 !important;
}
.bg-grey-3 {
  background-color: #b0aeae;
}
.bg-grey-4 {
  background-color: #b5adad !important;
}
.bg-highlight {
  background-color:#8e9295 !important;
}
.bg-highlight-2 {
  background-color: #6a7b88;
}
.bg-dyellow {
  background-color: #af832c;
}
.bg-safforn {
  background-color: #ffa54bf2 !important;
}
.bg-green {
  background-color: #00a86b;
}
.bg-white {
  background-color: white !important;
}
.bg-lred {
  background-color: #f57777 !important;
}
.bg-lred-2{
  background-color: #efb2b2;
}
.bg-black {
  background-color: black !important;
}
.bg-lgrey {
  background-color: #b5adad !important;
}
.bg-lgreen {
  background-color: #25c99c;
}
.bg-black-light-1 {
  background-color: #1f1f1f;
}
.bg-lime {
  background-color: #f2efef;
}
.bg-blue {
  background-color: #89c7f3;
}
.bg-lblue {
  background-color: #58c7ee !important;
}
.bg-username {
  background-color: #54aeff !important;
}
.bg-activity {
  background-color: #a5a5a5 !important;
}
.bg-blue-white {
  background-color: #d1f0ff !important;
}

.bg-red-white {
  background-color: #ffedf1 !important;
}

.bg-yellow-white {
  background-color: #fff6e4 !important;
}

.bg-light-green {
  background-color: #11cea6 !important;
}
.bg-dark-green {
  background-color: #77DD77 !important;
}
.bg-lightblue {
  background-color: #00a2ff !important;
}
.bg-bemedian {
  background-color: rgb(255, 156, 0) !important;
}
.bg-abmedian {
  background-color: rgb(86, 228, 86) !important;
}
.bg-lblue-1 {
  background-color: #e6f5ff;
}
.bg-grey {
  background-color: #9e9e9e3b;
}
.bg-grey-1 {
  background-color: #f2f2f2;
}
.bg-grey-2 {
  background-color: #f5f3fa;
}
.bg-grey-5{
  background-color: #e0e0e0;
}
.bg-red-3{
  background-color: #ED595A;
}
.bg-red-4{
  background-color: #EDA49E !important;
}
.theme-light .bg-theme {
  background-color: #fff !important;
}
.bg-info {
  background-color: #3fb7ee;
}
.bg-dark-blue{
  background-color: var(--dark_blue); 
}

/*BackGround Color & color*/
.bg-light-orange{
  background-color: #ff5722 !important;
  color: #ffffff;
}
.bg-facebook {
  background-color: #3b5998 !important;
  color: #ffffff;
}
.bg-linkedin {
  background-color: #0077b5 !important;
  color: #ffffff;
}
.bg-twitter {
  background-color: #4099ff !important;
  color: #ffffff;
}
.bg-whatsapp {
  background-color: #34af23 !important;
  color: #ffffff;
}
.bg-instagram {
  background-color: #e1306c !important;
  color: #ffffff;
}
.grey-hov:hover {
  color: #000 !important;
  background-color: #ccc !important;
}
.l-grey-hov:hover {
  color: #000 !important;
  background-color: var(--lite_gray) !important;
}
.org-active {
  color: #000 !important;
  background-color: #eeeeee !important;
}
.bg-red1-dark {
  background-color: #bf263c !important;
  color: #ffffff !important;
}
.bg-green1-dark {
  background-color: #00a86b !important;
  color: #ffffff !important;
}
.bg-blue-dark {
  background-color: #00a2ff !important;
  color: #ffffff !important;
}
.bg-dark2-light {
  background-color: #3c3b3d !important;
  color: #ffffff !important;
}
.bg-dark1-dark {
  background-color: #434a54 !important;
  color: #ffffff !important;
}
.bg-blue2-dark {
  background-color: #00a2ff !important;
  color: #ffffff !important;
}
/* .sub-title{
  background-color: #ECECEC;
  color: #4d4646;
  padding: 4px;
} */
.sub-title {
  background-color: #ECECEC;
  color: #4d4646;
  padding: 6px 10px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

/*.accordion-container .accordion-item {
  margin-bottom: 5px;
}*/

/*Table*/
.tl-fix {
  table-layout: fixed;
}
.table-responsive {
  overflow-x: auto;
}
.table-fix-head {
  overflow-y: auto;
  max-height: 70vh;
}
.table-fix-head thead th {
  background: white;
  position: sticky; /* make the table heads sticky */
  top: 0px; /* table head will be placed from the top of the table and sticks to it */
  z-index: 1;
}
.table-fix-head thead th::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  background: #f2f3f3;
  pointer-events: none;
}
.tr-fix-head{
  background: white;
  position: sticky;
  left: 0px;
  z-index: 1;
}
.table {
  width: 100%;
  font-size: 16px;
  background-color: white;
  border-radius: 10px;
  text-align: left;
  /*box-shadow: 0 25px 20px -25px rgb(0 0 0 / 10%);*/
}
.table thead {
  border-spacing: 0;
  /* border-bottom: 2px dashed #b3b3b3; */
}
.table thead th {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 16px;
  /* border-bottom: 1px solid #f2f3f3; */
  border-bottom: 20px solid #f2f3f3;
  max-width: 150px;
  z-index: 2;
}
.table thead th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.table thead th:nth-last-child(1) {
  border-radius: 0 10px 0 0;
}
.table tbody td {
  /* font-size: 14px; */
  font-size: 13px;
  color: #000;
  padding: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 15px solid #f2f3f3;
  line-height: 20px;
}
.table tbody td .dblock {
  margin: 10px 0px;
}
/* .table tbody tr:hover td {
  background-color: #f6f8f9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
} */
.table tbody tr:hover {
  background-color: transparent; 
  outline: 2px solid var(--lite_grey);
  border-radius: 8px; 
  transition: all 0.1s ease-in-out;
}
.table tbody tr,
.brbd-2 {
  /* border-bottom: 2px dotted #b3b3b3; */
}

.table-icon {
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  /* border: 1px solid gray !important; */
  border: 1px solid black !important;
}
.table-icon-sm {
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
}
/* .table-icon:hover, .table-icon-sm:hover{
  background-color: #656565 !important;
} */
.table-icon:hover, .table-icon-sm:hover{
  background-color:  lightgray !important;
}

table.col-table {width: unset;}

tr.orientation { display: table-cell;}
tr.orientation th, tr.orientation td {     
  display: grid;
  border-bottom: 2px solid #fff;
}
tr.orientation td {
  height: 80px;
  overflow-y: auto;
  border: 1px dashed #b3b3b3;
}  

/*Form*/
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

.form-input {
  height: 42px;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-size: 15px;
}
.form-input-gray {
  border: 1px solid #bac4d0;
  font-size: 15px;
  /*width: 300px;*/ /*JAI*/
  border-radius: 5px !important;
}
.form-input-full {
  width: 100%;
}
.form-input-85 {
  width: 85%;
}
.form-text-area {
  height: 100px;
  padding: 10px 20px;
}
.form-input:focus {
  border: 1px solid #5f9df1;
}
.form-input-checkbox input[type="checkbox"] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
}
.form-input-checkbox input[type="checkbox"]:hover {
  opacity: 1;
}
.form-input-checkbox input[type="checkbox"]:checked {
  background-color: #000;
  opacity: 1;
}
.form-input-checkbox input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.checkbox-md {
  height: 36px;
  width: 35px;
}
.checkbox-sm {
  height: 25px;
  width: 25px;
}
.form-select-dropdown {
  height: 42px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #bac4d0;
  font-size: 15px;
  width: 300px;
}

.form-select-dropdown-sm {
  width: 200px;
}
.form-label {
  font-size: 14px;
  color: #3e3f41;
}

/*Height*/
.ht-unset {
  height: unset !important;
}
.ht-uh:hover {
  height: unset !important;
}
.ht-25 {
  height: 25px;
}
.ht-32 {
  height: 32px;
}
.ht-33 {
  height: 33px;
}
.ht-40 {
  height: 42px;
}
.ht-42 {
  height: 42px;
}
.ht-45 {
  height: 45px;
}
.ht-50 {
  height: 50px !important;
}
.ht-100 {
  height: 100px !important;
}
.ht-120 {
  height: 120px;
}
.ht-150 {
  height: 150px !important;
}
.ht-165 {
  height: 165px !important;
}
.ht-227 {
  height: 227px;
}
.ht-200 {
  height: 200px !important;
}
.ht-240 {
  height: 240px;
}
.ht-300 {
  height: 300px;
}
.ht-328{
  height: 328px;
}
.ht-320 {
  height: 320px;
}
.ht-350 {
  height: 350px;
}
.ht-400 {
  height: 400px !important;
}
.ht-420 {
  height: 420px !important;
}
.ht-440 {
  height: 440px !important;
}
.ht-480 {
  height: 480px !important;
}
.ht-500 {
  height: 500px !important;
}
.ht-100p {
  height: 100% !important;
}
.ht-92p {
  height: 92% !important;
}
.mxh-100 {
  max-height: 100px;
}
.mxh-250 {
  max-height: 250px;
}
.mxh-300 {
  max-height: 300px;
}
.mih-155 {
  min-height: 155px;
}
.mih-200 {
  min-height: 200px;
}
.mih-23 {
  min-height: 23px;
}
.mih-80{
  min-height: 80px;
}

.vh-90 {
  max-height: 90vh !important;
}
.vh-80 {
  max-height: 80vh !important;
}
.vh-70 {
  max-height: 70vh !important;
}
.vh-52 {
  max-height: 52vh !important;
}
.vh-60 {
  max-height: 60vh !important;
}
.ht-100 {
  height: 100px;
}

.ht-home {
  height: 400px;
}
@media (min-width: 768px) {
  .ht-home {
    height: 360px !important;
  }
}

/*Text-decoration*/
#ct .text-link {
  text-decoration: underline;
  color: #009dff;
}
.underline,
.uline-hov:hover {
  text-decoration: underline !important;
}
.underline-red {
  text-decoration-color: red;
}
/*Shadows*/
.shadow-tiny {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}
.shadow-small {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.shadow-small tr {
  border-bottom: 1px solid #dbdada;
}
.shadow-large {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

/*Button*/
.btn {
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 15px;
  padding-left: 30px;
  border-radius: 5px;
}
.btn-primary {
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 7px 15px;
  border-radius: 5px;
}
.btn-primary.green {
  background-color: #00a86b;
}
.btn-green {
  background-color: #14a96b;
}
.btn-stroke-gray {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 25px;
}

/**/
.btn-sm {
  padding: 7px 25px;
  min-width: 80px;
  text-align: left;
  padding-left: 30px;
  background-position: 12px 9px !important;
}
.btn-md,
.btn-responsive {
  padding: 12px 25px;
  min-width: 150px;
  text-align: left;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 600;
  background-position: 18px 15px !important;
}

.btn-success {
  background-color: #00a86b !important;
  border: 1px solid #00a86b !important;
}
.btn-info {
  background-color: #00a2ff !important;
  border: 1px solid #00a2ff !important;
}
.btn-purple {
  background-color: #7d4bc5 !important;
  border: 1px solid #7d4bc5 !important;
}
.btn-pink {
  background-color: #fc5d93 !important;
  border: 1px solid #fc5d93 !important;
}

.button-round-small {
  border-radius: 6px !important;
}
.clear-filter-btn {
  /*outline: none;
  position: relative;
  padding: 8px 18px;
  padding-left: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;*/
  border-radius: 5px;
  font-size: 18px; 
  min-height: 40px; 
}

/*Text-button*/
.grey-btn {
  background-color: rgba(0, 0, 0, 0.08);
  width: 120px;
  padding: 5px;
  color: green;
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
}

/*Round Button*/
/* .round-btn {
  color: #fff !important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
  border-radius: 10px!important;
  display: inline-block;
  position: relative;
  text-align: center;
} */
/* .round-btn {
  color: grey !important; 
  background-color: #FFF !important;
  border: 2px solid grey !important; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important; 
  border-radius: 8px !important; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  width: 40px;
  height: 40px;
}
.round-btn:hover {
  background-color: #f2f2f2 !important;
  border-color: #999 !important; 
}

.round-btn i {
  width: 35px;
  line-height: 35px;
  font-size: 18px;
}

.display-inline i {
  width: 35px;
  line-height: 35px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .round-btn i {
    line-height: 30px;
    font-size: 15px;
  }

  .display-inline i {
    width: 27px;
    line-height: 25px;
    font-size: 15px;
  }
} */
.round-btn {
  /* color: grey !important; */
  color: black !important;
  background-color: #FFF !important;
  /* border: 2px solid grey !important; */
  border: 1px solid black !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  width: 40px;
  height: 40px;
  position: relative;
}

.round-btn:hover {
  background-color: lightgray !important;
  /* border-color: #999 !important; */
  border-color: black !important;
}

.round-btn i {
  width: 35px;
  line-height: 35px;
  font-size: 18px;
}

/* .round-btn .notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.display-inline i {
  width: 35px;
  line-height: 35px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .round-btn {
    width: 35px;
    height: 35px;
    padding: 4px 8px;
  }

  .round-btn i {
    line-height: 30px;
    font-size: 15px;
  }

  .display-inline i {
    width: 27px;
    line-height: 25px;
    font-size: 15px;
  }

  .round-btn .notification-badge {
    top: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    font-size: 9px;
  }
}

/*Buttons*/
/*Recheck uasge*/
.button {
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 250ms ease;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.button:active {
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3) !important;
}

.dropdown-toggle:hover {
  background-color: #00A1FF; 
}

.dropdown-toggle{
   background-color: #00A1FF; 
  color: white;
  border: none;
  padding: 7px 3px 7px 7px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

#ct .play-btn::before,
.play-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  z-index: 1;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
#ct .play-btn:hover:before,
.play-btn:hover:before {
  color: #9fa5aa;
}

/*Signin, Signup*/
.auth-btn {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 5px;
  font-weight: 500;
  border: 1px solid #009688;
}

.auth-btn-active {
  background-color: #13a96b;
  color: white;
}

/*Dropup*/
/* Dropup Button */
/*.dropbtn {
  margin: 7px;
  background-color: #04aa6d;
  color: white;
  padding: 13px !important;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}*/
.dropbtn:hover {
  cursor: pointer;
}
/* lokesh */
.dropbtn {
  /* border-radius: 5px;
  background-color: #3498DB;
  color: white;
  padding: 3px;
  font-size: 16px;
  border: none;
  background-color: #04aa6d;
  border: none;*/
  width: 131px;
  padding: 13px !important;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px 4px 2px;
  cursor: pointer;
}

/* The container <div> - needed to position the dropup content */
.dropup {}

.dropup-content {
  position: fixed;
  z-index: 9999;
  background-color: white;
  min-width: 200px;
  box-shadow: 5px 10px 18px rgba(136, 136, 136, 0.7);
  padding: 8px !important;
  border: 1px solid #bbb; 
  border-radius: 5px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

/*.dropup:hover .dropup-content {
  display: block;
}*/
.dropup-content a, .dropup-content span {
  color: black !important;
  font-size: 16px;
  padding: 5px 14px !important;
  display: flex;
  gap: 12px;
  white-space: nowrap;
}
.dropup-content span i, .dropup-content a i {
  width: 20px;
  text-align: -webkit-center;
}

/* Change color of dropup links on hover */
.dropup-content a:hover, .dropup-content span:hover {
  background-color: #ddd;
  cursor: pointer;
}
/* Show the dropup menu on hover */
/*.dropup:hover .dropup-content, dropup:hover .dropdown-content {
  display: block;
}*/

/* Change the background color of the dropup button when the dropup content is shown */
.dropup:hover .dropbtn {
  background-color: #2980b9;
}
/*Dropup*/

/*Width*/
.w-full {
  width: 100%;
}
.w-unset {
  width: unset !important;
}
.w-25 {
  width: 25px;
}
/*.w-50 {
  width: 50%;
}*/
.w-80 {
  width: 80%;
}
.w-40p {
  width: 40%;
}
.w-30p {
  width: 30%;
}
.w-32p {
  width: 32px;
}
.w-140 {
  width: 140px;
}
.miw-auto {
  min-width: auto;
}
.miw-150 {
  min-width: 150px;
}
.miw-95 {
  min-width: 95px;
}
.miw-100 {
  min-width: 100px;
}
.miw-110 {
  min-width: 110px;
}
.w-40 {
  width: 40px;
}
.w-42 {
  width: 42px;
}
.w-70 {
  width: 70px;
}
.w-uh:hover {
  width: unset;
}
.w-auto {
  width: auto;
}
.w-30 {
  width: 30px;
}
.w-50 {
  width: 50px;
}
.w-55 {
  width: 55px;
}
.w-82 {
  width: 82%;
}
.w-85 {
  width: 85px;
}
.w-100 {
  width: 100px !important;
}
.w-200 {
  width: 200px;
}
.w-250 {
  width: 250px !important;
}
.w-300 {
  width: 300px !important;
}
.w-400 {
  width: 400px !important;
}
.w-350 {
  width: 350px !important;
}
.w-70p {
  width: 70%;
}
.w-115 {
  width: 115px;
}
.w-20p {
  width: 20%;
}
.w-15p {
  width: 15% !important;
}
.w-98p {
  width: 98% !important;
}
.w-90p {
  width: 90% !important;
}
.w-96p{
  width: 96% !important;
}
.w-99p {
  width: 99% !important;
}
.w-100p {
  width: 100% !important;
}
.w-50p {
  width: 50%;
}
.w-325 {
  width: 325px;
}
.mxw-70p {
  max-width: 70%;
}
.h-mxw-90p:hover {
  max-width: 90%;
}
.mxw-50 {
  max-width: 50px;
}
.mxw-75 {
  max-width: 75px;
}
.mxw-85 {
  max-width: 85px;
}
.mxw-90 {
  max-width: 90px;
}
.mxw-100 {
  max-width: 100px;
}
.mxw-150 {
  max-width: 150px;
}
.mxw-240{
  max-width: 240px
}
.w-75 {
  width: 75px;
}
/*.mxw-150 {
  max-width: 150px;
}*/
.mxw-200 {
  max-width: 200px;
}
.mxw-125 {
  max-width: 125px;
}
.w-16px {
  width: 16px;
}
.miw-30 {
  min-width: 30px;
}
.miw-170 {
  min-width: 170px;
}
.miw-200 {
  min-width: 200px;
}
.fulwid {
  width: 100%;
  display: inline-block;
}

/*Calendar*/
.rbc-month-view {
  min-height: 750px !important;
}
.fc-daygrid {
  background-color: white;
}
.fc .fc-toolbar-title {
  font-size: 18px;
  margin: 0;
}

/*Icon*/
.gray-icon {
  background-color: #b0aeae;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.blue-icon {
  background-color: white;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.icon-gray {
  filter: grayscale(100%);
}
.icon-black-cirle {
  /* background-color: #b5adad; */
  /* color: white; */
  color: black;
  width: 32px;
  height: 32px;
}
.btn-icon-delete {
  background: #ff8874 url(../images/delete-icon.png) no-repeat 27px 9px;
}
.btn-icon-calender {
  background: #af832c url(../images/calendar-icon.png) no-repeat 27px 9px;
}
.btn-icon-add {
  background: #00a86b url(../images/plus-icon.png) no-repeat 27px 9px;
}
/*JAI*/
a.btn-icon-add {
  background: #14a96b url(../images/plus-icon.png) no-repeat 27px 9px;
}
.fa-round-ico {
  background: #00a2ff;
  padding: 4px;
  border-radius: 50%;
  color: white;
  height: 20px;
  width: 20px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

/*Line height*/
.lh-16 {
  line-height: 16px;
}
.lh-19 {
  line-height: 19px;
}
.lh-17 {
  line-height: 17px !important;
}
.lh-14 {
  line-height: 14px !important;
}
.lh-35 {
  line-height: 35px;
}
.lh-42 {
  line-height: 42px;
}
.lh-unset {
  line-height: unset !important;
}

/*Inline size and word break*/
.is-bw-80{
  inline-size: 80px;
  overflow-wrap: break-word;
}

/*Gap*/
.gap-3 {
  gap: 3px;
}
.gap-5 {
  gap: 5px;
}
.rgap-5 {
  row-gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-50 {
  gap: 50px;
}
.cgap-10 {
  column-gap: 10px;
}
.cgap-5 {
  column-gap: 5px;
}
.cgap-20 {
  column-gap: 20px;
}
.cgap-35 {
  column-gap: 35px;
}
.cgap-55 {
  column-gap: 55px;
}

/*Pointers*/
.cursor-pointer {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.no-click {
  pointer-events: none;
}

/*card*/
.card-content {
  line-height: 18px;
}
.card-bullets li {
  list-style: disc;
  margin-left: 15px;
}
/*tile-components*/
#ct .card-title-gray {
  background-color: #6a7b88;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

/*charts-layout-with-selector.css*/

#ct .card-body {
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}
#ct .card-body img {
  width: 100%;
}

/*White space*/
.ws-unset {
  white-space: unset;
}
.pre-wrap {
  white-space: pre-wrap;
}
.ws-bs {
  white-space: break-spaces !important;
}
.pre-line {
  white-space: pre-line;
}
.ws-nowrap {
  white-space: nowrap;
}

/*Tooltip*/
.__react_component_tooltip {
  width: calc(100% - 20px);
  line-height: 20px;
  max-width: 245px;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0 !important;
  font-size: 14px;
  width: 90px;

  /* Position the tooltip */
  font-weight: 500;
  position: absolute;
  z-index: 99;
}
.tooltip .top {
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip .bottom {
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip .right {
  top: -5px;
  left: 125%;
}
.tooltip .left {
  top: -5px;
  bottom: auto;
  right: 128%;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}
.tooltip .top::after {
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  border-color: black transparent transparent transparent;
}
.tooltip .bottom::after {
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  border-color: transparent transparent black transparent;
}
.tooltip .left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.tooltip .right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
/*.tooltip-box .tooltip {
  background-color: #333;
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 12px;
  padding: 7px 8px;
  top: -40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
  white-space: nowrap;
  border-radius: 5px;
}
.tooltip-box .tooltip::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border: 10px solid;
  border-color: #333 transparent transparent transparent;
}
.tooltip-box:hover {
  overflow: visible;
}
.tooltip-box:hover .tooltip {
  display: inline;
  opacity: 1;
}*/

/*Pagination*/
.pagination {
  gap: 5px;
}
.page {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  color: #929292;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.active {
  background-color: #000;
  color: white;
  font-weight: 600;
}
.pagination-bar {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*Summernote*/
.note-headline {
  margin-left: 36px !important;
}

.summernote-btn {
  position: absolute;
  top: 6px;
  left: 5px;
}
.note-editable {
  white-space: pre-wrap;
}
.note-editing-area > div.note-editable > p > img {
  width: 25%;
}
.note-editable > p {
  line-height: 1.2 !important;
}
.dropdown-fontsize {
  overflow: auto;
  height: 150px;
}
.fullscreen {
  z-index: 99;
  background: white;
}

/*version control*/
#outputdiv {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #dbdada;
  padding: 2px 10px 2px 10px;
}

#outputdiv > del,
#outputdiv > ins {
  color: white;
  font-size: 16px;
}
#outputdiv > del {
  background: #f44336 !important;
}

#outputdiv > ins {
  background: #00a2ff !important;
}

/*Iframe*/
.video-container {
  position: relative;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 450px;
}
.video-container-2 iframe{
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 450px;
}
/*Side Menu Bar*/

.side-menu-bar {
  background-color: black;
  color: white;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 50%;
  font-size: 18px;
  cursor: pointer;
  line-height: 32px;
}

.side-menu-bar .element {
  border-top: 1px solid #373737;
  border-bottom: 1px solid #1a1a1a;
  line-height: 30px;
}

.side-menu-bar .element-dotted {
  border-top: 1px solid #373737;
  border-bottom: 1px dotted #fff;
  line-height: 30px;
}

.side-menu-bar .element:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.side-menu-bar .element-form {
  border-bottom: 7px solid #d4d4d4;
  line-height: 30px;
  /*overflow: auto;
  max-height: 100px;*/
  /*color:grey*/
}

.side-menu-bar .element-form:hover {
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

/*Menu*/
.menu {
  transition: transform 300ms ease;
  /*will-change: transform, opacity;*/
}
.menu-hider {
  transition: opacity 300ms ease;
  /*will-change: opacity;*/
}

/*Animate*/
.ani-opc {
  animation: opac 0.8s;
}
.ani-opc-2{
  animation: opac 0.30s
}
.ani-zoom {
  animation: animatezoom 0.6s;
}
/*Animation highlight*/
.dot-highlight {
  width: 40px;
  height: 40px;
  background-color: #0a6ea8;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.tf-ty-50p{
  transform: translateY(-50%);
}

/*select*/
.webkit-appearance-none {
  -webkit-appearance: none !important;
}
.select-background {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 98% 50%;
}

/*TODO Remove in future*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-lg {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

/*.ellipsis{
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

@media (max-width: 480px) {
  .ellipsis {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*Mail*/
/*Todo recheck css usage */
.mail {
  padding: 8px;
  background: #eee;
  border: 1px solid grey;
  border-radius: 5px;
}

/*Modal Buttom*/
.ml-button {
  border: none;
  display: inline-block;
  padding: 5px 16px !important;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: red;
}

.ml-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ml-red,
.ml-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}

.ml-xlarge {
  font-size: 24px !important;
}

.ml-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

/*Columns*/
/*.one-half{width:48%; margin-right:2%; float:left;}*/
/*.one-half.last-column{width:48%; margin:0% 0% auto 2%; float:left;}*/
.one-half .content-boxed .content {
  margin-left: 8px;
  margin-right: 8px;
}
.one-half .content-boxed {
  margin-right: 0px;
}
.one-half.last-column .content-boxed {
  margin-right: 15px;
  margin-left: 0px;
}
.three-half {
  width: 20%;
  margin-right: 8%;
  float: left;
}
.three-half.last-column {
  width: 30%;
  margin: 0% 0% auto 2%;
  float: left;
}
.clear {
  clear: both;
}

/*Position*/
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute !important;
}
.pos-fix {
  position: fixed !important;
}
.pos-stk{
  position: sticky;
}

/*Word spacing*/
.ws-1 {
  word-spacing: 1px;
}

/*top, left, botttom, up*/
.t-0 {
  top: 0px !important;
}
.t-18 {
  top: 18px !important;
}
.t-n25 {
  top: -25px;
}
.t-n21 {
  top: -21px;
}
.l-10 {
  left: 10px;
}
.b-0 {
  bottom: 0px;
}
.b-1 {
  bottom: 1px;
}
.t-40 {
  top: 40px;
}
.t-85 {
  top: 85px;
}
.t-75p{
  top:75%;
}
.l-4 {
  left: 4px;
}
.r-0 {
  right: 0px !important;
}
.r-40 {
  right: 40px !important;
}
.r-15 {
  right: 15px;
}
.r-10{
  right: 10px;
}
.r-55 {
  right: 55px;
}
.r-50 {
  right: 50px;
}

/*Zindex*/
.z-idx {
  z-index: 99;
}
.z-idx-99 {
  z-index: 99 !important;
}
.z-idx-1 {
  z-index: 1 !important;
}

/*opacity*/
.op-09 {
  opacity: 0.9;
}
.op-02 {
  opacity: 0.2;
}
.op-50 {
  opacity: 0.5;
}
.op-70 {
  opacity: 0.7;
}

/*clear*/
.clear {
  clear: both;
}

/*Preloader*/
.loader-main {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background-color: #fff;
  will-change: opacity;
  transform: scale(1.3, 1.3);
  transition: all 250ms ease;
}
.preload-spinner {
  animation: preload-spin1 1.2s ease infinite;
  clip: rect(0, 40px, 40px, 20px);
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
.preload-spinner:after {
  animation: preload-spin2 1.2s ease-in-out infinite;
  clip: rect(0, 40px, 40px, 20px);
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: inherit;
}
@keyframes preload-spin1 {
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(185deg);
  }
}
@keyframes preload-spin2 {
  0% {
    transform: rotate(-175deg);
  }
  100% {
    transform: rotate(175deg);
  }
}

/*Dividers*/
.divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

/*Content*/
.content {
  z-index: 1;
  margin: 0px 15px 10px 15px;
}

/*Content Boxes*/
@media (max-width: 325px) {
  .content {
    margin: 0px 10px 30px 10px !important;
  }
}

.content-boxed {
  background-color: #fff;
  /*margin:15px 15px 30px 15px; */
  margin: 5px 15px 15px 15px;
  display: block;
  /*border-radius:13px!important;*/
  /*padding-top:12px;*/
  /*overflow:hidden;*/
  z-index: 1;
}

/*Charts*/
.apexcharts-legend {
  text-align: left;
  min-width: 125px;
  max-width: 150px;
}
.apexcharts-tooltip-y-group {
  padding: 6px 0 5px !important;
}
.chart-container {
  background-color: white;
  /*height: 400px;*/
  overflow: hidden;
}

/*tab-banner*/
#ct .b-tab {
  display: none;
}
#ct .b-tab.active {
  display: block;
}
#ct .b-tab-table {
  display: none;
}
#ct .b-tab-table.active {
  display: block;
}
#ct .b-nav-tab {
  display: inline-block;
  padding: 7px 25px;
  padding-left: 35px;
  border-radius: 30px;
}
#ct .b-nav-tab-table {
  display: inline-block;
  padding: 7px 25px;
  padding-left: 35px;
  border-radius: 30px;
}
/*#ct .b-nav-tab.active {
  background-color: #373737;
  color: #fff;
}*/
#ct .b-nav-tab-table.active {
  background-color: #373737;
  color: #fff;
}
#ct .tab-list-type li a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #373737;
}
#ct .tab-list-type li .b-nav-tab.active::before {
  background-color: #14a96b;
}
#ct .tab-card-style {
  background-color: #d0e3ed;
  padding: 26px;
  border-radius: 10px 10px 0 0;
}
#ct .tab-with-table .table {
  border-radius: 0 0 10px 10px;
}
#ct .tab-details {
  /*JAI*/
  background-color: #dee2e9;
  padding: 1px 18px 1px 14px;
}

/*Vetical-align*/
.vat {
  vertical-align: top;
}

/*.rc-tabs-nav*/
.rc-tabs-tab-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.rc-tab-sm .rc-tabs-nav {
  padding: unset !important;
}
.rc-tabs-dropdown{
  z-index: 100;
}
.rc-tabs-dropdown-menu-item {
  font-size: 16px;
  font-weight: 500;
  padding: 2px 38px !important;
}
.rc-tabs-dropdown-menu-item:hover {
  background-color: #373737;
  color: #fff;
}
.rc-tabs-nav-wrap-ping-left::before {
  z-index: 1;
}
.rc-tabs-nav-wrap-ping-left::before {
  border-left: 5px solid #0076ba !important;
}
.rc-tabs-nav-wrap-ping-right::after {
  border-right: 5px solid #0076ba !important;
}
.rc-tabs-nav-more {
  font-size: 18px;
}

/*react-date-picker*/
.react-datepicker-popper {
  z-index: 5 !important;
  position: unset !important;
}

/*Text transform*/
.text-cap {
  text-transform: capitalize;
}
.text-upp {
  text-transform: uppercase;
}
.uppercase {
  text-transform: uppercase;
}

/*Slider*/
#ct .slider-arrow img {
  width: 8px;
}

#ct .arrow-left img {
  transform: rotate(180deg);
}

#ct .arrow-left img {
  transform: rotate(180deg);
}

/*Map*/
.map-pin {
  width: 10px;
  height: 10px;
  display: block;
  left: -1.5rem;
  top: -1.5rem;
}

/*Arrow*/
.gg-arrow-long-right {
  position: relative;
  display: block;
  transform: scale(var(---ggs, 1));
  border-top: 3px dotted #b3b3b3;
  box-shadow: inset 0 0 0 2px;
  width: 30px;
  color: white;
}

/*.gg-arrow-long-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -4px;
}*/

/*Popup notification*/
.success{
    padding: 15px !important;
}
.success-ico{
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    width: 35px;
}

.success-txt{
    margin-left: 10px;
}
.success-txt p{
    white-space: pre-wrap;
    line-height: 26px;
    font-size: 16px;
}

.success-btn{
    float: right;
    margin-right: 15px;
    margin-bottom: 8px;
    background: #00a86b;
    color: white;
    padding: 1px 5px 1px 5px !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.watermark-container {
  position: relative;
}

.watermark {
  position: absolute;
  top: -1%;
  left: 10%;
  transform: translate(-70%, -70%);
  font-size:  12px;
  font-weight: bold;
  color: lightgrey;
  z-index: 1;
  pointer-events: none; 
}

/*comma*/
.comma span {
  display: inline;
}
.comma span:empty {
  display: none;
}
.comma span:after {
  content: ', ';
}
.comma span:last-of-type:after {
  content: '';
}

/* slider */
.slider-container {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  padding: 10px 10px 5px;
  border: 2px solid #ccc; 
  border-radius: 8px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9; 
  box-sizing: border-box;
  margin-top: -10px; 
  margin-right: auto;
}

.slider {
  position: relative;
  width: 100%;
  height: 6px; 
  background-color: #ddd;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 5px;
}

.slider-section {
  position: absolute;
  height: 100%;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

.range-input {
  position: absolute;
  width: 100%;
  height: 6px; 
  background: none;
  -webkit-appearance: none;
  pointer-events: none;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  width: 18px;
  height: 18px; 
  background-color: #333;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.range-input::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background-color: #555;
}

.range-min {
  z-index: 2;
}

.range-max {
  z-index: 1;
}

.range-values {
  display: flex;
  justify-content: space-between;
  width: 100%; 
  font-size: 12px; 
  margin-top: 2px;
}

.range-value {
  font-size: 12px;
  color: #333;
  position: absolute;
  top: -20px; 
  font-weight: bold;
}

.range-value-number {
  color: black;
  position: absolute;
  top: -20px; 
  font-weight: bold;
}

.range-value-number.min {
  left: 0;
  transform: translateX(-50%); 
}

.range-value-number.max {
  right: 0;
  transform: translateX(50%); 
}

.no-arrows {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none; 
  margin: 0;
}
.icon-outline {
  /*width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;*/
  color: #4d4d4d !important;
   /* filter: drop-shadow(0px 0px 1px #b3b3b3); */
  /* display: inline-block; */
}

/*Star Icon*/
.star-icon {
  color: #000;
  font-size: 22px;
  position: relative;
}

.star-icon.empty:before {
  content: '\2606'; /* Full star in UTF-8 */
}

.star-icon.full:before {
  color: #00a2ff;
  content: '\2605'; /* Full star in UTF-8 */
}

.star-icon.half:before {
  color: #00a2ff;
  content: '\2605'; /* Full star in UTF-8 */
  width: 50%;
  overflow: hidden;
}

@-moz-document url-prefix() { /* Firefox Hack :( */
  .star-icon {
    font-size: 50px;
    line-height: 34px;
  }
}

/*MCJ MEMBER DASHBOARD*/
.bg-2 {
    background:linear-gradient(180deg, #001f3f 0%, #003366 100%);
    background-size: cover;
    background-position: right;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.icon-box.lg {
    width: 4rem;
    height: 4rem;
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-1-6 {
    line-height: 1.6 !important;
}
.rounded-3 {
    border-radius: 0.5rem !important;
}
.fs-4 {
    font-size: calc(1.26rem + 0.12vw) !important;
}
.bs-1{
  box-shadow: 0px 2px 6px rgb(40 90 185 / 10%);
}
.icon-box{
  box-shadow: inset 1.5px 1.5px 0px rgb(255 255 255 / 25%), inset -1.5px -1.5px 0px rgb(0 0 0 / 10%);
}
.br-light{
  border: 0.5px solid #dde2ee;
}
.br-l-red-4{
  border-left: 4px solid red
}
.br-r-blue-1{
  border-right: 1px solid #89c7f3;
}

.point-number {
  background: #003366;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}