@import url('http://fonts.cdnfonts.com/css/helvetica-neue-9');
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueBlackCond.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueBlackCond.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueBold.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueBold.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueLight.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueMedium.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueMedium.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueRegular.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueRegular.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueItalic.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueLight.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueHeavy.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueHeavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../fonts/Halvetica/HelveticaNeueThin.woff2') format('woff2'),
      url('../../fonts/Halvetica/HelveticaNeueThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Define standard variables and values for website */
/* Define reset for  website*/
html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;

}


/* Variables Declaration*/
body {


  --primary-dark: transparent linear-gradient(180deg, #1C1D2D 0%, #676872 100%) 0% 0% no-repeat padding-box;
  --primary-light: rgba(37, 38, 53, 1);
  --footer-light: rgba(223, 106, 9, 1);
  --orange-btn: rgba(0, 0, 0, 1);
  --primary-active: rgba(255, 255, 255, 1);
  --primary-bg: rgba(114, 114, 124, 1);
  --text-white: rgba(255, 255, 255, 1);

  --primary-orange: rgba(0, 0, 0, 1);
  --text-muted: rgba(154, 154, 154, 1);
  --text-gray: rgba(184, 184, 189, 1);
  --svg: rgba(154, 154, 154, 1);
  --color-black: rgba(255, 255, 255, 1);
  --yellow-btn: rgba(0, 0, 0, 1);

  --: :webkit-scrollbar-thumb:rgba(86, 87, 98, 1);



  background-image: url(../../images/new/body-bg.jpg);

  width: 100%;
  background-position: center center;
  background-size: cover;


}

#myInput {
  font-size: 16px;
  padding: 12px 20px 12px 5px;
  border: 1px solid #ddd;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
}
.input-group-text{
  border-radius: 10px;
}
i.fa.fa-search {
  color: #77767b;
}
input:focus{
  border-color: #ced4da!important;
  box-shadow:none!important;
}

.primary-dark {
  background: var(--primary-dark) !important;

}

.primary-light {
  background: var(--primary-light);

}

.primary-active {
  background: var(--primary-active);
  color: var(--primary-light) !important;

}

.primary-bg {
  background: var(--primary-bg);

}

.text-white {
  color: var(--text-white) !important;

}

.color-white {
  color: var(--color-white) !important;

}

.text-editor {
  color: white;
  text-align: left;
}

.text-orange {
  color: var(--text-orange);

}

.primary-orange {
  color: var(--primary-orange) !important;

}



.text-muted {
  color: var(--text-muted) !important;

}

.footer-light {
  background: var(--primary-light);


}

.orange-btn {
  color: var(--orange-btn);

}

.yellow-btn {
  background: var(--yellow-btn);


}


svg {
  fill: var(--svg) !important;
  color: var(--primary-dark) !important;
  stroke: var(--text-orange) !important;

}
svg g path {
    fill: var(--svg) !important;
    color: var(--primary-dark) !important;
    stroke: var(--text-orange) !important;
}

/*p{color:var(--color-black) !important;}
 h1{color:var(--color-black) !important;}
 strong{color:var(--color-black) !important;}
 ul li{color:var(--color-black) !important;}
 ol li{color:var(--color-black) !important;}*/


::-webkit-scrollbar-thumb {
  background: var(--text-gray) !important;
}

.owl-carousel .owl-nav button.owl-prev span {
  color: var(--text-white);
}

.owl-carousel .owl-nav button.owl-next span {
  color: var(--text-white);
}

.fa-circle-plus:hover {
  background: var(--primary-dark);
  border-radius: 50%;
  color: var(--text-white);
}

.fa-circle-plus:first-child:hover {
  background: var(--yellow-btn);
  color: var(--color-black) !important;
}



body.light {


  /*background:var(--primary-light);*/

  --primary-dark: rgba(255, 255, 255, 1);
  --primary-light: rgba(255, 255, 255, 1);
  --primary-active: rgba(224, 109, 19, 1);
  --primary-bg: rgba(244, 202, 169, 1);
  --footer-light: rgba(223, 106, 9, 1);
  --yellow-btn: rgba(236, 193, 0, 1);
  --text-white: rgba(224, 109, 19, 1);
  --text-muted: rgba(0, 0, 0, 1);
  --text-orange: rgba(224, 109, 19, 1);
  --primary-orange: rgba(224, 109, 19, 1);
  --text-gray: rgba(86, 87, 98, 1);
  --svg: rgba(224, 109, 19, 1);
  --color-black: rgba(0, 0, 0, 1);
  --yellow-btn: rgba(236, 193, 0);



  --.owl-carousel .owl-nav button.owl-prev span: color:var(--primary-orange);
  --.owl-carousel .owl-nav button.owl-next span: color:var(--primary-orange);

  --.fa-circle-plus: first-child:hover:background:var(--yellow-btn);
  --.fa-circle-plus: first-child:hover:background:var(--color-black);


}





* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  border: none;

}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

::placeholder color:#a8a8a8 !important;

}


.border-orange {
  border: 2px solid #E06D13;
}

.text-orange {
  color: #E06D13;
}

.text-brown {
  color: #57330B;
}

.bg-orange {
  background-color: #E06D13;
  color: #fff !important;
}

.bg-gradient-orange {
  background: transparent linear-gradient(180deg, #E06D23 0%, #B4500F 100%) 0% 0% no-repeat padding-box;
  border: 3px solid #B4500F;
}

.bg-gradient-gray {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #A8A8A8 100%) 0% 0% no-repeat padding-box;

}

.bg-brown {
  background-color: #57330B;
}

.btn-orange {
  font-size: 17px;
  border-radius: 20px;
}


.wrap {
  max-width: 414px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #252635;
  height: 100%;
}

header {
  background: #252635;
  width: 100%;
  height: 83px;
  opacity: 1;
  max-width: 414px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1;

}

.menu_fixed {
  position: absolute;
  top: 10px;


}


.dropdown_click {
  position: absolute;
  top: 0;
  z-index: 2;

}

.dropdown_click button {
  background: none !important;
  padding: 20px;
  border: none !important;

}


/* The sidepanel menu */
.sidepanel {
  display: block;
  background: #ffffff;
  margin-bottom: 1em;
  box-shadow: 10px 0 50px -2px #000000b7;
}

.sidepanel a div {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}


.sidepanel a {
  display: inline-block;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;

}

#fade-in {
  min-height: 510px;
  width: 1px;
  display: none;
  transition: all .15s ease;
}



#fade-in.show {
  display: block;
  min-height: 510px;
  width: 160px;


}

/* Position and style the close button (top right corner) */
.sidepanel a.closebtn {

  min-width: 160px;
  background: #f4f4f4;
  color: #000;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  align-items: center;
  justify-content: center;

}


.sidepanel a.closebtn i {
  font-size: 20px;
  font-weight: 700;

}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}


.sidepanel img {
  width: 35px;
}


.sidepanel input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 50px;
  outline: none;
  background-color: #000;
  border: 1px solid #000;


}

.sidepanel input[type="checkbox"]::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;

  width: 24px;
  height: 22px;
  outline: none;
  background-color: #fff;
  border-radius: 50px;
}

.sidepanel input[type="checkbox"]:checked::before {
  transform: translate(100%);


}

.sidepanel input[type="checkbox"]:checked {

  background-color: #e06d13;
  border: 1px solid #e06d13;
}





.logo_box {

  margin: 0 auto;
  display: flex;
  align-content: unset;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background-size: contain;
}

header .help {
  position: absolute;
  right: 10px;
  top: 0;
}


.main-content {
  background: transparent linear-gradient(180deg, #1C1D2D 0%, #676872 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0px;
  right: 0px;
  flex: 1;
  overflow-y: auto;
  margin-bottom: 80px;
  opacity: 1;
  overflow-x: hidden;
  /*-webkit-overflow-scrolling: touch;*/

}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 9999;
}

::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.7);*/
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /* background: rgba(255, 255, 255,  1);*/
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 1);
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 1);
}



.main-content .active-list {
  border-radius: 10px;
  box-shadow: 0px 0px 26px #0000002B;
  border: 3px solid transparent;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
}

.main-content .active-list-content h1 {
  color: #000 !important;
}


.main-content .active-list:hover {
  border: 3px solid #E06D13;
}

.main-content .highlighted {
  border: 3px solid #E06D13;
}

.main-content .logo-img {
  width: 83px;
  height: 83px;
  display: block;
}

.main-content .logo span img {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000008B;
  opacity: 1;
  border-radius: 50%;
  width: 20px;

}

.main-content .logo img {
  min-width: 83px;
  height: 83px;
}


.main-content h1 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.main-content p {
  font-size: 13px;
  font-weight: bold;
}

.main-content .eye-icon i {
  font-size: 13px;
  color: #000;
}

.logo-name span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}

.main-content .carousel-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 19px;
  opacity: 0.37;
  width: 137px;
  height: 33px;
  text-align: center;
  font-size: 20px;
}

.owl-theme .owl-dots {
  display: none;
}

.owl-carousel .owl-item .active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #000000;
}

.owl-carousel .owl-item a {
  /*background:#71727c;*/
  border-radius: 19px;
  color: #000000;
  width: 100%;
  height: 33px;
  display: inline-flex;
  font-size: 18px;
  place-items: center;
  justify-content: center;
}


.owl-carousel a.active {
  background: #FFFFFF;
  opacity: 1;
  color: #000000;
}

.owl-carousel a.add {
  background: none;
  padding: 0;
  opacity: 1;
  width: auto;
}

.owl-carousel .add i {
  color: #fff;
}

.owl-carousel .owl-item:last-schild a.add {
  width: 30px;
}

.owl-carousel a.add {
  background: none;
  padding: 0;
  opacity: 1;
  display: flex;
  justify-content: end;
  margin-right: 20px;
}


.box {
  width: 55px;
}

.box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 50px;
  color: #000000;
  font-weight: bold;
}

.box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}

.actions i {
  color: #E06D13;
  font-size: 38px;
}

.eye-icon {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000008b;
  opacity: 1;
  border-radius: 50%;
  width: 22px;
  height: 20px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  place-items: center;
  align-items: center;
}

.eye-icon i {
  font-size: 13px;
}

.action-item {
  font-size: 10px;
  padding: 4px;
  color: #ffffff;
  background: #3A3B47 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000098;
  border-radius: 3px;
  opacity: 1;
  width: auto;
  height: 18px;
  font-weight: normal;
  top: -5px;
  right: -20px;
  letter-spacing: 1px;

}

.action-item img {
  width: 12px;
}

.action-completed-info {
  width: 100%;
  color: #fff;
  font-size: 18px;
  display: none;
  margin-bottom: 30px;
}

.info-btn {
  background-color: #57330B !important;
}



footer {
  position: fixed;
  background: #1C1D2D;
  width: 100%;
  height: 83px;
  opacity: 1;
  max-width: 414px;
  bottom: 0;

}

footer svg {
  fill: rgba(154, 154, 154, 1);
}



footer a.active svg {
  fill: white !important;
  stroke: white;
  stroke-width: 1;
  color: #fff;
}

footer a.active i {
  color: #fff;
}


#Path_1 {

  /*fill: rgba(154, 154, 154, 1);*/

}

.Path_1 {
  width: 27px;
  height: 27px;
  margin-bottom: 10px;
}

#Path_2 {
  opacity: 0.998;
  /* fill: rgba(154, 154, 154, 1);*/


}

#Path_2 {
  opacity: 0.998;



}




.Path_2 {

  width: 22px;
  height: 27px;
  margin-bottom: 10px;

}

/* .profile i {
         font-size: 27px;
         margin-bottom:12px;
         color:#6c757d;
     }*/

/* #profile-icon {
  opacity: 0.998;
  position: absolute;
  width: 27.223px;
  height: 95.905px;
  left: 250.593px;
  top: 14.71px;
  overflow: visible;
} */

#logout svg {
  margin-bottom: 10px;
}


footer a {
  font-size: 11px;
}




.active-list .actions {
  display: flex;
  justify-content: end;
}


/* Test Folder */
.test-folder-content hr {
  color: #ccc;
}

.test-folder-content .modal-content {
  background-color: #1C1D2D;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  color: #FFFFFF;
  font-size: 24px;
  height: 100%;
}

.modal-open {
  padding-right: 0 !important;
}

.modal.test-folder-content {
  position: fixed;
  bottom: 0;
  height: auto !important;
  top: initial;
  left: 0;
  right: 0;
  max-width: 414px;
  margin: 0 auto;
  overflow: hidden;
}

.modal.test-folder-content .modal-title {
  line-height: 18px;
  cursor: pointer;
}

.modal.test-folder-content {
  background: transparent;
}

.test-folder-content .modal-dialog {
  margin: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 414px;
  height: 100vh;
  margin: 0 auto;
  right: 0;
}

.test-folder-content .input-group-text {
  background-color: #B5AAAA;

}

.test-folder-content .form-control {
  border: 1px solid #B5AAAA !important;
  color: #a8a8a8;
}

.test-folder-content .cancel-btn {
  border: 1px solid #B5AAAA !important;
  color: #B5AAAA !important;
}


/* Custom Select Box */
.custom-select {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #B5AAAA;
  border: 1px solid #6c757d;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  background-image: url(../../images/new/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 10px;
  outline: none;
  width: 100%;

}

select.custom-select option {
  background: #dedede;
  color: #000;
  line-height: 18px;
  height: 25px;
}

option:checked {
  background-color: #7e7f87;
  -webkit-box-shadow: inset 0 0 6px #7e7f87;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {

  border-radius: 10px 10px 0px 0px;
}

.select-selected-bottom-rounded {
  border-radius: 0
}

.select-selected-bottom-square {
  border-radius: 10px 10px 0px 0px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #6c757d transparent transparent transparent;
  cursor: pointer;


}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #6c757d transparent;
  top: 25%;
}

/*set the styling and height for the list when the select box is open (active), the overflow-y property controls the scrolling:*/
.select-items {
  border-radius: 0;
  max-height: 110px;
  overflow-y: auto;
  position: absolute;
  background-color: #dedede;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;

}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #000000;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items .select-selected {
  color: #ffffff;
  background: #dedede;
}


/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #7e7f87;
  -webkit-box-shadow: inset 0 0 6px #7e7f87;
}

/* scrollbar width */
.select-items::-webkit-scrollbar {
  width: 10px;
}

/* scrollbar track */
.select-items::-webkit-scrollbar-track {
  background: none;
  border-radius: 0px 0px 10px 0px;

}

/* scrollbar handle */
.select-items::-webkit-scrollbar-thumb {
  background: #1c1d2d;
  border-radius: 10px;
  /* optional rounded handle */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

/* scrollbar handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
  background: #1c1d2d;

}




/* Action*/
.action-screen .heading {
  font-size: 24px;
  color: #fff !important;
}

.action-screen p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;

}

.author-name {
  font-size: 15px;
  font-weight: bold;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.action-screen .inner-content {
  width: 420px;
  height: 650px
}

.text-editor p {
  text-align: left;
  font-size: 18px;
  color: #fff !important;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 0 10px;
}

.text-editor strong {
  text-align: left;
  font-size: 18px;
  /*color: #fff !important;;*/
  line-height: 20px;
  /*font-weight: 500;*/
  padding: 20px 0 10px;
}



.text-editor ul {
/*  padding-left: 20px;*/
  padding-left: 50px;
}

.text-editor ul li {
  text-align: left;
  font-size: 18px;
  color: #fff !important;
  ;
  line-height: 20px;
  font-weight: 500;
  list-style: disc;
  padding-bottom: 10px;
  padding-left: 10px;
}

.text-editor ol {
/*  padding-left: 20px;*/
  padding-left: 50px;
}

.text-editor ol li {
  text-align: left;
  font-size: 18px;
  color: #fff !important;
  ;
  line-height: 20px;
  font-weight: 500;
  list-style: bullet;
  padding-bottom: 10px;
  padding-left: 10px;
}

.text-editor h1 span, u, strong, em{
    font-size: calc(1.375rem + 1.5vw);
  }

  .text-editor h1 span strong{
    font-size: calc(1.375rem + 1.5vw);
  }

  .text-editor h1 strong span{
    font-size: calc(1.375rem + 1.5vw);
  }

  .text-editor h2 span, u, strong, em{
    font-size: calc(1.325rem + .9vw);
  }

  .text-editor h2 span strong{
    font-size: calc(1.325rem + .9vw);
  }

  .text-editor h2 strong span{
    font-size: calc(1.325rem + .9vw);
  }

  .text-editor h3 span, u, strong, em{
    font-size: calc(1.3rem + .6vw);
  }

  .text-editor h3 span strong{
    font-size: calc(1.3rem + .6vw);
  }

  .text-editor h3 strong span{
    font-size: calc(1.3rem + .6vw);
  }

  .text-editor pre span, u, strong, em{
    font-size: .875em;
  }

  .text-editor pre span strong{
    font-size: .875em;
  }

  .text-editor pre strong span{
    font-size: .875em;
  }


.colorado img {
  width: 255px;
  height: 260px;
}


/* Action List Page - Instruction Type -1*/
.action-list-front {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;

}

.action-list-front span {
  font-size: 24px;
}

.action-list-front h1 {
  font-size: 40px;
  font-weight: bold;
}


.instruction-type h1 {
  font-size: 24px;
  display: inline;
  color: #fff !important;
}

.instruction-type .eye-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  place-items: center;


}

.instruction-type .eye-icon i {
  font-size: 14px;
  padding: 0 4px;
  color: #000;
}

.card-box {
  box-shadow: 0px 0px 26px #0000002B;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  line-height: 20px;
  justify-content: start;
  height: 86px;
  font-weight: bold;
  letter-spacing: 0.02em;
  flex-direction: row;
  align-items: center;
  opacity: 1;

}

.step {
  font-size: 13px;
  text-align: center;
  height: 80px;
  color: #f3d1bc;
}

.card-box:hover {
  box-shadow: inset 0 0 3px #f6f6f6;
  border: 3px solid #f6f6f6;
}



.check {
  width: 45px;
  height: 45px;
  background: #E06D23;
  border-radius: 50%;
  display: block;

}

.check i {
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 13px;
}

.uncheck {
  width: 45px;
  height: 45px;
  background: #EEEEEE;
  border-radius: 50%;
  display: block;
}

.uncheck i {
  color: #C3BBB6;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 13px;
}


.unlock {
  width: 45px;
  height: 45px;
  background: #E06D23;
  border-radius: 50%;
  display: block;
}

.unlock i {
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
}

.lock {
  width: 45px;
  height: 45px;
  background: #EEEEEE;
  border-radius: 50%;
  display: block;

}

.lock i {
  color: #E06D23;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
}



/* Date Type */

.date-box {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E0E0E0 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 10px;
  opacity: 1;
  font-size: 18px;
  color: #E06D23;
  padding: 0 1rem 0 0;
  height: auto;
}

.actions-list {
  font-size: 18px;
  height: auto;
  width: 75%;
}

.date {

  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 8px 0px 0px 8px;
  opacity: 1;
  font-size: 30px;
  width: 70px;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 25px;
  padding: 0 20px;
}

.month {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  font-size: 13px;
  opacity: 1;
}

.date-box i {
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  place-items: center;
  justify-content: center;
}


.date-box .unlocked {
  color: #E06D23;
  font-size: 17px;
}

.date-box-default {
  background: transparent linear-gradient(180deg, #C9C8C8 0%, #ACACAC 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 10px;
  opacity: 1;
  font-size: 18px;
  border: 3px solid transparent !important;
}

.date-box-default:hover {
  border: 3px solid #f6f6f6 !important;
  box-shadow: none !important;
}

.date-box-default .date {
  height: 82px;
  margin-left: -1px;
}


/* Reference Type*/

.date-box .number {
  background: #fff;
  color: #E06D23 !important;



}

.number {
  border: 2px solid #FFFFFF !important;
  border-radius: 6px !important;
  opacity: 1;
  width: 37px;
  height: 37px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}





/* Individual Action Pages*/
.action-page h1 {
  font-size: 24px;
  color: #fff;
}

.action-page p {
  line-height: 23px;
  font-size: 18px;
}

.action-page textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  opacity: 1;
  resize: none;
  padding: 15px 20px;
  font-size: 17px;
  color: #909090 !important;
  /*display:none;*/
}


.action-page .hide {
  display: none;
}


.action-page i {
  border-radius: 50%;
  font-size: 12px;
  color: #fff !important;
  width: 20px;
  height: 20px;
  display: flex;
  place-items: center;
  justify-content: center;
}

.action-page .tap-to-complete-btn {
  background: url(../../images/new/check-btn.png) no-repeat 70px center #56330B;
  padding: 10px;
  opacity: 1;
  object-fit: contain;
  border-radius: 21px;
  font-size: 18px;
  color: #fff !important;

}

.tap-to-complete-btn:hover {
  background: url(../../images/new/check-white-btn.png) no-repeat 70px center #E06D23;
}

/* Pagination CSS */

.individual-action-pagination {
  display: flex;
  justify-content: center;
}

.individual-action-pagination span.arrow {
  color: #fff;
  padding: 0 5px;
  font-size: 22px;
}

.individual-action-pagination a:hover {
  color: #fff !important;
}

.individual-action-pagination button {
  background: none;
  color: #fff;
  margin: 0 5px;
}

.individual-action-pagination button i {
  font-size: 22px;
}

.individual-action-pagination button:disabled {
  color: #797979;

}


.individual-action-page {
  background: #252635;
}

.individual-action-page .pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 0;

}

.individual-action-pagination span.arrow a:hover {
  color: #ffffff;
}

.individual-action-page .pagination a {
  color: #fff;
  padding: 0 5px;
  font-size: 20px;
}

.individual-action-page .pagination a i {
  font-size: 22px;
}

.pagination .disabled i {
  color: #797979;
  cursor: default;
}


.close-btn {

  position: absolute;
  right: 10px;
  top: -3px;
  right: 0px;
  color: #E4E4E4;
  font-size: 35px;
  background: none;
}

/* Custom Input File */

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}

.inputfile+label {
  font-size: 20px;
  font-weight: 700;
  color: white;
  height: 60px;

  background: #E06D13 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  place-items: center;
  width: 100%;
}

.inputfile:focus+label,
.inputfile+label:hover {
  background-color: #4f2f0a;
}

.inputfile+label {
  cursor: pointer;
  /* "hand" cursor */
}

.inputfile+label .file-icon {
  border-right: 2px solid #999;
  height: 60px;
  width: 60px;

}

.inputfile+label .file-icon img {
  width: 40px;
  height: 40px;
}

.inputfile+label .file-icon i {
  color: #3951ba;
  font-size: 28px;
  align-items: center;
  display: flex;
  padding: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.open-file {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  height: 60px;
  background: #E06D13 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  place-items: center;
  width: 100%;
}

.open-file:hover {
  background: #52300a;
  color: #ffffff;
}

.open-file .file-icon {
  border-right: 2px solid #999;
  height: 60px;
  width: 55px;

}

.open-file .file-icon i {
  color: #3951ba;
  font-size: 28px;
  align-items: center;
  display: flex;
  padding: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

/* Sub Action Icons */

.sub-action-list {
  height: calc(100vh - 233px);
  margin-top: 0px;
  overflow-y: auto;
  margin-bottom: 0px;

}

.action-icons-list {
  background: #676872;
  /*pointer-events: none;*/
  width: 414px;
  height: auto;

  padding: 20px;
  cursor: pointer;
  border: 0;
  position: fixed;
  bottom: 83px;
}

.icon-box {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
}

.icon-box i {
  padding: 8px 0;
  font-size: 14px;
}





/* Rating Circles*/

.rating-circles {
  background: #3e3f48;
  border-radius: 8px;

}

.rating-circles-box {
  position: relative;
  /* display: inline-block; */
  margin-right: 24px;
  /* margin-bottom: 30px; */

}
.rating-circles-box:last-child{
  margin-right: 0px;
}
/* 
.rating-circles-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} */



.select-circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  background: #EAEAEA 0% 0% no-repeat padding-box;
  border-radius: 4px;
}

.select-circle:hover {
  background: #E06D13;
  color: #fff;
}

.select-circle:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;


}

.rating-circles-box input:checked~.select-circle {
  background-color: #E06D13;
  color: #fff;

}


/* Rating Stars */

.rating {
  background: #3e3f48;
  border-radius: 8px;
  border: none;
  justify-content: center;
  display: flex;
  direction: rtl;
}


.rating>label {
  color: #eaeaea;
  float: right;
}

.rating>label:before {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating>input {
  display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #F79426;
}

.rating>input:checked~label {
  color: #F79426;
}






/* Question Quiz */

.question-grp {
  position: relative;
  cursor: pointer;
}

.question-grp label {
  font-size: 20px;
  color: #fff;
  width: 100%
}

.question-grp label.active {
  color: #000;
  font-weight: 700;
}

.question-grp-box:hover {
  border: 3px solid #fefefe;
}

.question-grp-box {
  cursor: default;
}


.question-grp input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  border-radius: 4px;
  outline: none;

}


.question-grp input.active[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  background: #E06D23 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 28px;
  height: 28px;
  outline: none;
  display: flex;
  justify-content: center;

}


.question-grp input.active:after {
  content: "\f00c";
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;

}

/* Choice - Multiple Answer Checkbox */
.choice-multi-grp {
  position: relative;
  cursor: pointer;
}

.choice-multi-grp label {
  font-size: 20px;
  color: #fff;
  width: 100%
}

.choice-multi-grp label.active {
  color: #000;
  font-weight: 700;
}

.choice-multi-grp-box:hover {
  border: 3px solid #fefefe;
}

.choice-multi-grp-box {
  cursor: default;
}


.choice-multi-grp input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 25px;
  height: 25px;
  outline: none;
  display: flex;
  justify-content: center;

}


.choice-multi-grp input.active[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  background: #E06D23 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 28px;
  height: 28px;
  outline: none;
  display: flex;
  justify-content: center;

}


.choice-multi-grp input.active[type="checkbox"]:after {
  content: "\f00c";
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;

}

.choice-multi-grp textarea {
  display: block;
}


/* Action-completion-form */
form.action-completion-form .form-control {
  font-size: 20px;
  border: 3px solid transparent;
}

form.action-completion-form label {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.rating-circles label{
  width: 30px

}
.rating > label{
  /* margin-right: 22px; */
  /*display: contents*/
  display: flex;
  /* width: 30px; */
  /* margin: 0 auto; */
}
/* .rating > label[for="star5"]{
  margin-right: 0px;
} */
form.action-completion-form .form-control:focus {
  border-color: #E06D23;
  box-shadow: none;
}

/* Profile */

.edit-profile_box {
  position: relative;
  display: flex;
  justify-content: center;

}

.profile_pic {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.edit-profile_box .file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  bottom: 16px;
  left: 60%;
  top: 80%;
  transform: translate(-0%, -28%);
  background: #e06d13;
  box-shadow: 0px 0px 26px #0000002B;
}

.edit-profile_box .file-upload i {
  font-size: 18px;
}

.edit-profile_box input[type='file'] {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  box-shadow: 0px 0px 26px #0000002B;
}

.cropper-container {
  width: 100% !important;
}


.icon_eye {
  background: transparent !important;
  border-radius: 0 !important;
  border: 0px !important;
  position: relative;

}

.icon_eye i {
  position: absolute;
  color: #676872 !important;
  font-size: 18px;
  z-index: 0;
  right: 15px;
  bottom: 25px;
}

.save-btn {
  background: #E06D13 0% 0% no-repeat padding-box;
  border-radius: 21px;
  font-size: 20px;
  width: 100%;
  color: #fff !important;
}

table.notification-preferences {
  background: #3e3f48 0% 0% no-repeat padding-box;
  border-radius: 8px;
  text-align: center;
  position: relative;

}

table.notification-preferences thead tr th {
  padding: 15px 8px;
}

table.notification-preferences thead tr th:first-child {
  background: #2b2c33;

  color: #B2B2B2;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  border-bottom: 0;
  border-top-left-radius: 8px;

}

table.notification-preferences thead tr th:last-child {
  background: #2b2c33;
  color: #B2B2B2;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  border-bottom: 0;
  border-top-right-radius: 8px;
}

table.notification-preferences tr td {
  text-align: left;
  color: #fff;
  border-bottom: 0;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 600;
}

/* Custom Radio Button */
table.notification-preferences [type="radio"]:checked,
table.notification-preferences [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

table.notification-preferences [type="radio"]:checked+label,
table.notification-preferences [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
}

table.notification-preferences [type="radio"]:checked+label:before,
table.notification-preferences [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

table.notification-preferences [type="radio"]:checked+label:after,
table.notification-preferences [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #E06D13;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;

}

table.notification-preferences [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

table.notification-preferences [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




/* Polls */
.poll-box {
  display: none;
}

.poll-list {
  background: #3e3f48;
  border-radius: 8px;
  padding: 20px;

}

ul.poll-list-element li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 10px;
}

ul.poll-list-element .poll-box-data {
  width: 50%;
}

ul.poll-list-element li .progress {
  background: none;
  border-radius: 0;
  height: 10px;
}

ul.poll-list-element li .progress-bar {
  background: #fff;
}

ul.poll-list-element li label {
  color: #fff;
  font-size: 20px;
}



/* Self Reflection*/

ul.sop {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 8px;

}

ul.sop li a img {
  width: 30px;
  height: 30px;
  margin: 0 2px;
}


.action-completed {
  background: transparent linear-gradient(180deg, #C9C8C8 0%, #ACACAC 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 8px;
  min-width: 280px;
  height: 55px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  pointer-events: none;

}


.action-completed-msg {
  background: url(../../images/new/information.png) no-repeat center center #E06D23;
  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 10px;
  opacity: 1;
  width: 60px;
  height: 56px;
}

.action-completed-msg:hover {
  background: url(../../images/new/information.png) no-repeat center center #54310a;

}

/*Sweet Alert Pop Up*/
.swal2-popup {
  width: 24em !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: 100vh !important;
}


/* Image Cropper */

/*.profile-image-cropper {
         justify-content: center;
         max-width: 414px;
         display: flex;
         place-items: center;
         margin: 5rem auto 0;
        }
     
       .profile-image-cropper  .modal-body{padding:0;}
       .profile-image-cropper  .modal-content{background:#000;border-radius:0px;}
       .profile-image-cropper  .modal-footer{border-top:0;}
       
       .cropper-bg{width:412px !important;}*/


.modal {
  background: #000;
}

.modal-header .close {
  background: url(../../images/new/close.png) no-repeat 0 0;
  width: 29px;
  height: 29px;
  font-size: 0;
  opacity: 1;
  right: 10px;
  position: relative;
}

.modal-header .close {

  margin: -4rem -3rem -1rem auto;
  box-shadow: none;
  outline: none;
}


.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid #E06D13;
}



/* Terms Of Service */
ul#tabs-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding-left: 0;
}

ul#tabs-nav li {
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  place-items: center;
  margin-right: 0px;
  padding: 5px 7px;
  cursor: pointer;
  /*background: transparent linear-gradient(180deg, #DE6B23 0%, #B65110 100%) 0% 0% no-repeat padding-box;*/
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #A8A8A8 100%) 0% 0% no-repeat padding-box;

  box-shadow: 0px 0px 26px #0000002B;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  opacity: 1;
}

/*ul#tabs-nav li:hover,*/
ul#tabs-nav li.active {
  color: #fff;
  font-weight: 700;
  /*background: transparent linear-gradient(180deg, #FFFFFF 0%, #A8A8A8 100%) 0% 0% no-repeat padding-box;*/
  background: transparent linear-gradient(180deg, #DE6B23 0%, #B65110 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 4px;
  border: 1px solid #B65110;
  opacity: 1;

}

ul#tabs-nav li.active a {
  color: #fff;
  font-size: 14px;
}

/*ul#tabs-nav li a:hover {
         color: #000;
         
     }*/


#tabs-nav li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;

}

.tab-content .WordSection1 h1 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}

.tab-content .WordSection1 p {
  background: none !important;
  color: #fff !important;
  font-weight: 600;
  line-height: 20px !important;
  text-align: justify;


}


.tab-content .WordSection1 span {
  color: #fff !important;
  font-weight: 600;
}

.tab-content .WordSection1 div,
h3 {
  background: none !important;
  margin: 0 !important;
}

/* Contact-FAQ */
.contact ul#tabs-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding-left: 0;

}

.contact ul#tabs-nav li {
  width: 48%;
  display: inline-flex;
  place-items: center;
  margin-right: 8px;
  cursor: pointer;
  /*background: transparent linear-gradient(180deg, #DE6B23 0%, #B65110 100%) 0% 0% no-repeat padding-box;*/
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #A8A8A8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000002b;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  opacity: 1;
}


.contact ul#tabs-nav li:last-child {
  margin-right: 0px;
}

/*.contact ul#tabs-nav li:hover,*/
.contact ul#tabs-nav li.active {
  color: #fff;
  font-weight: 700;
  /*background: transparent linear-gradient(180deg, #FFFFFF 0%, #A8A8A8 100%) 0% 0% no-repeat padding-box;*/
  background: transparent linear-gradient(180deg, #DE6B23 0%, #B65110 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 26px #0000002B;
  border-radius: 4px;
  border: 1px solid #B65110;
  opacity: 1;

}

.contact ul#tabs-nav li.active a {
  color: #fff;
  font-size: 20px;
}

/*.contact ul#tabs-nav li a:hover {
         color: #000;
     }*/


.contact #tabs-nav li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 20px;

}

.contact textarea {
  border-radius: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  height: 180px;
  width: 100%;
  padding: 15px 34px 15px 10px;
  resize: none;
}

.contact label.edit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


.contact .accordion-item {
  margin-bottom: 5px;
  background: none;
  border: none;
}

.contact .accordion-body {
  padding: 0.5rem 0;
}

.contact .accordion-item p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.contact .accordion-button {
  padding: .5rem 0.2rem;
  background: none;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
}

.contact .accordion-button:last-child {
  align-items: start;
}

.contact .accordion-button:focus {
  border: none;
  box-shadow: none;
  color: #fff;
}

.contact .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.contact .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\f078";
  font-family: FontAwesome;
  background-image: none;
  transition: transform .2s ease-in-out;
}

/*Swit atert customize*/
.swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 18px !important;
}

.swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 50px !important;
}



/* Responsive*/

@media only screen and (max-width: 768px) {
  footer a {
    font-size: 10px;
  }

  #profile-icon {

    left: 235px;

  }


  .instruction-type .eye-icon {
    width: 27px;
    height: 25px;
    display: inline-flex;
    place-items: center;

  }

  .instruction-type .eye-icon i {
    font-size: 14px;
    padding: 3px 6px;
    color: #000;
  }

  #logout {

    left: 325.268px;

  }


  .action-page .tap-to-complete-btn {
    width: 100%;
    background-position: 60px center;
  }

  .action-completed {
    min-width: 260px;
  }

  ul#tabs-nav li {
    width: 100%;
    margin-bottom: 5px;
  }

  .contact ul#tabs-nav li {
    width: 100%;
    margin-bottom: 10px;
  }


  /*.sub-action-list {
         height: calc(100vh - 280px);
     }*/
  .sub-action-list {
    height: calc(100% - 231px);
  }

  .action-icons-list {
    width: 100%;
  }

}




@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {

  .wrap {
    max-width: 100%;
  }

  header {
    max-width: none;
  }

  footer {
    max-width: none;
  }

  /*.sub-action-list {
                 height: calc(100vh - 280px);
             }*/
  .sub-action-list {
    height: calc(100% - 231px);
  }

  .action-icons-list {
    width: 100%;
  }


}

@media only screen and (max-width: 360px) {

  .action-completed {
    min-width: 235px;
  }

  #myInfo {
    font-size: 13px;
  }

  .inputfile+label {
    font-size: 18px;
  }

}

.heading-h p {
  font: normal normal 300 17px/24px HelveticaNeue;
  color: #5F5F5F;
}
.heading-h p b{
  color: #111;
}
.heading-h h2 {
  font: normal normal bold 24px/31px HelveticaNeue;
  /* font: normal normal bold 32px/36px HelveticaNeue; */
  color: #E06D23;
}
.heading-h h3 {
  font: normal normal bold 24px/31px HelveticaNeue;
  /* font: normal normal bold 32px/36px HelveticaNeue; */
  color: #111;
}
.modal-box{
  right:0px;
  padding:0 30px;
}
.modal-box .btn-close {
  right:5px;
  opacity: 1;
  filter: brightness(1) invert(1);
}
.modal-box .modal-body{
  background:transparent;
  padding:0px!important;
  overflow:hidden;

}
.modal-box-rescan .modal-content{
  border-radius:20px;

}
.modal-box-rescan .modal-header .btn-close{
  opacity: 1;
  position: absolute;
  right: 22px
}
.chat-icon{
  position: absolute;
  top: 9px;
  left: 20px;
}
.modal.chat-box-content .modal-dialog{
  margin-bottom: 0px;
}
.modal.chat-box-content .modal-content {
  background: transparent;
}
.modal.chat-box-content .modal-content .input-enter {
  background: #1C1D2D;
  box-shadow: 0px 0px 26px #0000002b;
  border: 1px solid #777777;
  border-radius: 24px 24px 0 0;
  padding: 40px 30px 30px;
  border-bottom: 0;
}
.modal.chat-box-content{
  position: fixed;
  bottom: 0;
  height: auto !important;
  top: initial;
  background: transparent;
  left: 0;
  right: 0;
  max-width: 414px;
  margin: 0 auto;
  overflow: hidden;
}
.chat-input{
  background: #fff;
  height: 45px;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
  color: #AFAFAF;
  font: normal normal normal 17px/26px HelveticaNeue;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.action-box-list {
  background: #fff;
  margin: 30px 27px;
  box-shadow: 0px 0px 26px #0000002b;
  border-radius: 24px;
  padding: 20px;
}

.action-box-list h4{
  font: normal normal bold 32px/36px HelveticaNeue;
  color: #E06D23;
  margin-bottom: 0px;
}
.action-post-ul{
  margin: 0px;
  padding: 0px;
  max-height: 350px;
  overflow-y: scroll;
}
.action-post-ul::-webkit-scrollbar {
  width: 8px;
}
/* Handle */
.action-post-ul::-webkit-scrollbar-thumb {
    background: #1C1D2D!important;
    border-radius: 10px;
    box-shadow: none!important;
}
.action-post-ul li{
  list-style: none;
  display: block;
}
.action-post-ul li a {
  display: flex;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid #DBDBDB;
}
.action-post-ul li a h6{
  margin: 0;
  font: normal normal bold 15px/20px HelveticaNeue;
  color: #000000;
}
.action-post-ul li span{
  font: normal normal 300 11px/20px HelveticaNeue;
  color: #000;
}
.action-post-ul li p {
  margin: 0;
  margin-top: 5px;
  font: normal normal normal 14px/20px HelveticaNeue;
  color: #000000;
}
.action-post-ul li a .icon-pro img{
  width: 55px;
  border-radius: 100px;
  height: 55px;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}