/*----------------------------------------------------------*/
/*-------------        2Sxc Styles        ------------------*/
/*----------------------------------------------------------*/

.yellow-text {
  color: #e0b526;
}

.blue-text {
  color: #0c528b;
}

.green-text {
  color: #16a085;
}

.green-text:active, .green-text:visited {
  color: #16a085;
}

.dark-gray-text {
  color: #777777;
}

.black-text {
  color: #000;
}

.light-gray-text {
  color: #adadad !important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 36px;
}

.font-48 {
  font-size: 48px;
}

.mt-0 {
  margin-top: 0px; 
}

.mt-5 {
 margin-top: 5px; 
}

.mt-10 {
  margin-top: 10px; 
}

.mt-15 {
  margin-top: 15px; 
}

.mt-20 {
  margin-top: 20px; 
}

.mt-25 {
  margin-top: 25px; 
}

.mt-30 {
  margin-top: 30px !important; 
}

.mt-60 {
  margin-top: 60px !important; 
}

.pt-0 {
  padding-top: 0px; 
}

.pt-5 {
  padding-top: 5px; 
}

.pt-10 {
  padding-top: 10px; 
}

.pt-15 {
  padding-top: 15px; 
}

.pt-20 {
  padding-top: 20px; 
}

.pt-25 {
  padding-top: 25px; 
}

.pt-30 {
  padding-top: 30px; 
}

.pt-60 {
  padding-top: 60px; 
}

.pt-65 {
  padding-top: 65px; 
}

.mb-0 {
  margin-bottom: 0px; 
}

.mb-5 {
  margin-bottom: 5px; 
}

.mb-10 {
  margin-bottom: 10px; 
}

.mb-15 {
  margin-bottom: 15px; 
}

.mb-20 {
  margin-bottom: 20px; 
}

.mb-25 {
  margin-bottom: 25px; 
}

.mb-30 {
  margin-bottom: 30px !important; 
}

.mb-60 {
  margin-bottom: 60px !important; 
}

.mr-0 {
  margin-right: 0px; 
}

.mr-5 {
  margin-right: 5px; 
}

.mr-10 {
  margin-right: 10px; 
}

.mr-15 {
  margin-right: 15px; 
}

.mr-20 {
  margin-right: 20px; 
}

.mr-25 {
  margin-right: 25px; 
}

.mr-30 {
  margin-right: 30px; 
}

.mr-60 {
  margin-right: 60px; 
}

.ml-0 {
  margin-left: 0px; 
}

.ml-5 {
  margin-left: 5px; 
}

.ml-10 {
  margin-left: 10px; 
}

.ml-15 {
  margin-left: 15px; 
}

.ml-20 {
  margin-left: 20px; 
}

.ml-25 {
  margin-left: 25px; 
}

.ml-30 {
  margin-left: 30px; 
}

.ml-60 {
  margin-left: 60px; 
}

.pb-0 {
  padding-bottom: 0px; 
}

.pb-5 {
  padding-bottom: 5px; 
}

.pb-10 {
  padding-bottom: 10px; 
}

.pb-15 {
  padding-bottom: 15px; 
}

.pb-20 {
  padding-bottom: 20px; 
}

.pb-25 {
  padding-bottom: 25px; 
}

.pb-30 {
  padding-bottom: 30px; 
}

.pb-45 {
  padding-bottom: 45px; 
}

.border-top-yellow {
  border-top-color: #e0b526 !important;
}

.border-top-blue {
  border-top-color: #0c528b !important;
}

.border-top-green {
  border-top-color: #16a085 !important;
}

.border-top-dark-gray {
  border-top-color: #777777 !important;
}

.border-yellow {
  border-color: #e0b526;
}

.border-blue {
  border-color: #0c528b;
}

.border-green {
  border-color: #16a085;
}

.border-dark-gray {
  border-color: #777777;
}

.border-black {
  border-color: #000000;
}

.border-light-gray {
  border-color: #ccc;
  box-shadow: 0px 0px 4px 0px #ccc;
}

.background-custom-gray {
  background-color: #F3F7F8;
}

.border-red {
  border-color: #c22424;
}

/*-----------------------------------------------*/
/* FONTS FAMILY */
.proxima-nova-font {
  font-family: ProximaNova-Regular, sans-serif;
}

/* FONTS SIZES */
.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-30 {
  font-size: 30px;
}

/* FONTS  WEIGHT */
.text-bold-100 {
  font-weight: 100;
}

.text-bold-200 {
  font-weight: 200;
}

.text-bold-300 {
  font-weight: 300;
}

.text-bold-400 {
  font-weight: 400;
}

.text-bold-500 {
  font-weight: 500;
}

.text-bold-600 {
  font-weight: 600;
}

.text-bold-700 {
  font-weight: 700;
}

.text-bold-800 {
  font-weight: 800;
}

.text-bold-900 {
  font-weight: 900;
}

.font-bold,
.text-bold {
  font-weight: bold;
}

/* TEXT ALIGN */
.align-center,
.text-center {
  text-align: center;
}

.align-left,
.text-left {
  text-align: left;
}

.align-right,
.text-right {
  text-align: right;
}

.align-justify,
.text-justify {
  text-align: justify;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

/* DISPLAY */
.display-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.hide {
  display: none;
}

/* PADDING */
.padding-0 {
  padding: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-5 {
  padding: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.margin-0 {
  margin: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-5 {
  margin: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-50 {
  margin: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-auto {
  margin: auto;
}

/* BORDER */
.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 5px;
}

.border-radius-15 {
  border-radius: 5px;
}

.border-radius-20 {
  border-radius: 5px;
}

.border-radius-25 {
  border-radius: 5px;
}

.border-size-1 {
  border-width: 1px;
  border-style: solid;
}

.border-size-2 {
  border-width: 2px;
  border-style: solid;
}

.border-size-3 {
  border-width: 3px;
  border-style: solid;
}

.border-size-4 {
  border-width: 4px;
  border-style: solid;
}

.border-top-size-1 {
  border-top: 1px solid;
}

.border-top-size-2 {
  border-top: 2px solid;
}

.border-top-size-3 {
  border-top: 3px solid;
}

.border-top-size-4 {
  border-top: 4px solid;
}

.border-right-size-1 {
  border-right: 1px solid;
}

.border-right-size-2 {
  border-right: 2px solid;
}

.border-right-size-3 {
  border-right: 3px solid;
}

.border-right-size-4 {
  border-right: 4px solid;
}

.border-left-size-1 {
  border-left: 1px solid;
}

.border-left-size-2 {
  border-left: 2px solid;
}

.border-left-size-3 {
  border-left: 3px solid;
}

.border-left-size-4 {
  border-left: 4px solid;
}

.border-bottom-size-1 {
  border-bottom: 1px solid;
}

.border-bottom-size-2 {
  border-bottom: 2px solid;
}

.border-bottom-size-3 {
  border-bottom: 3px solid;
}

.border-bottom-size-4 {
  border-bottom: 4px solid;
}

.border-primary-color {
  border-color: #C99700
}

.border-secondary-color {
  border-color: #159F83;
}

.border-gray-tone-1 {
  border-color: #F1F0F0;
}

.border-gray-tone-2 {
  border-color: #D8D8D8;
}

.border-white-tone {
  border-color: #FFFFFF;
}

/* COLOR */
.primary-color {
  color: #C99700
}

.secondary-color {
  color: #159F83;
}

.white-color {
  color: #ffffff;
}

.red-color {
  color: #c22424;
}

.gray-dark-color {
  color: #303030;
}

.gray-medium-color {
  color: #646464;
}

.gray-light-color {
  color: #999999;
}

/* BACKGROUNDS */
.background-primary-color {
  background: #c99700;
}

.background-secondary-color {
  background: #159F83;
}

.background-white {
  background-color: white;
}

.background-gray-tone-1 {
  background-color: #F1F0F0;
}

.background-gray-tone-2 {
  background-color: #D8D8D8;
}

.background-black-50 {
    background-color: #000;
    opacity: 0.5;
}

/* BUTTONS */
.button-solid-primary {
  background: #C99700;
  color: #fff !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 19px;
  padding: 7px 20px;
}

.button-solid-primary:hover {
   background: #C9A223;
}

.button-solid-secondary {
  background: #159F83;
  color: #fff !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 19px;
  padding: 7px 20px;
}

.button-solid-secondary:hover {
  background: #117F68;
}

.button-outline-primary {
  background: #ffffff;
  color: #C99700 !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 19px;
  padding: 5px 20px;
  border: 2px solid #C99700;
}

.button-outline-primary:hover {
  background: #C99700;
  color: #ffffff !important;
}

.button-outline-secondary {
  background: #ffffff;
  color: #159F83 !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 19px;
  padding: 5px 20px;
  border: 2px solid #159F83;
}

.button-outline-secondary:hover {
  background: #159F83;
  color: #ffffff !important;
}

.button-simple-primary {
  text-decoration: none !important;
  display: inline-block;
  padding: 0.375rem 1.25rem;
  line-height: 1.5;
  color: #C99700 !important;
  cursor: pointer;
}

.button-simple-primary:hover {
  color: #C99700 !important;
}

.button-simple-secondary {
  text-decoration: none !important;
  display: inline-block;
  padding: 0.375rem 1.25rem;
  line-height: 1.5;
  color: #159F83 !important;
  cursor: pointer;
}

.button-simple-secondary:hover {
  color: #159F83 !important;
}

.button-link-primary {
  text-decoration: underline !important;
  display: inline-block;
  padding: 0.375rem 1.25rem;
  line-height: 1.5;
  color: #C99700;
}

.button-link-primary:hover {
  color: #C99700 !important;
}

.button-link-secondary {
  text-decoration: underline !important;
  display: inline-block;
  padding: 0.375rem 1.25rem;
  line-height: 1.5;
  color: #159F83;
}

.button-link-secondary:hover {
  color: #159F83 !important;
}

/* INPUT */
.custom-input-v2 {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #777777;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* DROPDOWN */
.custom-dropdown-v2 {
  position: relative;
}

.custom-dropdown-v2_active-option {
  background: #fff url('/skin/images/icon-down-arrow.png') no-repeat right center;
  text-align: left;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #777777;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.custom-dropdown-v2.open .custom-dropdown-v2_active-option {
  background: #fff url('/skin/images/icon-up-arrow.png') no-repeat right center;
}

.custom-dropdown-v2_list-option {
  display: none;
  position: absolute;
  background-color: #ebebeb;
  width: 100% !important;
  z-index: 1;
}

.custom-dropdown-v2.open .custom-dropdown-v2_list-option {
  display: block;
  max-height: 225px;
  overflow: auto;
}

.custom-dropdown-v2_list-option a {
  display: block;
  font-size: 16px;
  padding: 8px 16px;
  background: #ebebeb;
  text-decoration: none;
  color: #777777;
  border-bottom: 2px solid #fff;
}

.custom-dropdown-v2_list-option a:hover {
  background: #cccccc;
  color: #fff;
}

/* RADIO BUTTON */
.custom-radio-button-v2_input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio-button-v2_label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 30px;
}

.custom-radio-button-v2_label::before {
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-radio-button-v2_label::after {
  position: absolute;
  top: 3px;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-radio-button-v2_input:checked~.custom-radio-button-v2_label::before {
  border-color: #159F83;
  background-color: #159F83;
  color: #ffffff;
}

.custom-radio-button-v2_input:checked~.custom-radio-button-v2_label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* CHECKBOX */
.custom-checkbox-button-v2_input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox-button-v2_label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 30px;
}

.custom-checkbox-button-v2_label::before {
  position: absolute;
  top: 3px;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 3px;
}

.custom-checkbox-button-v2_label::after {
  position: absolute;
  top: 3px;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox-button-v2_input:checked~.custom-checkbox-button-v2_label::before {
  border-color: #159F83;
  background-color: #159F83;
  color: #ffffff;
}

.custom-checkbox-button-v2_input:checked~.custom-checkbox-button-v2_label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* TOOLTIP */
.custom-tooltip-v2 {
  position: relative;
}

.custom-tooltip-v2-gold {
  background: url(/skin/images/info-icon.png) no-repeat left 0;
}

.custom-tooltip-v2-gray {
  background: url(/skin/images/info-icon-gray.png) no-repeat left 0;
}

[custom-tooltip-v2-content] {
  display: inline-block;
  height: 14px;
  padding: 4px !important;
  width: 14px;
  margin: 0px 5px 5px 0px !important;
  white-space: pre-line;
  position: relative;
  cursor: pointer;
}

[custom-tooltip-v2-content]:before {
  content: attr(custom-tooltip-v2-content);
  display: none;
  position: absolute;
  background: #4b4b4b;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 350px;
  text-align: center;
  border-radius: 4px;
  bottom: 100%;
  margin-bottom: 6px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[custom-tooltip-v2-content]:hover:before {
  display: block;
  z-index: 50;
  opacity: 0.9;
}

/* TOOLTIP HTML  */
.custom-html-tooltip {
  display: inline-block;
  height: 14px;
  padding: 4px !important;
  width: 14px;
  margin: 0px 5px 5px 0px !important;
}

.custom-html-tooltip-container {
  display: none;
  position: absolute;
  background: #646464;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 350px;
  text-align: center;
  border-radius: 4px;
  bottom: 100%;
  margin-bottom: 6px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-html-tooltip:hover .custom-html-tooltip-container {
  display: block;
}

/* ELLIPSIS HTML  */
.custom-html-ellipsis-container {
  display: none;
  position: absolute;
  background: #646464;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 350px;
  text-align: center;
  border-radius: 4px;
  bottom: 100%;
  margin-bottom: 6px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-html-ellipsis:hover .custom-html-ellipsis-container {
  display: block;
}

/* ICONS */
.icons {
  font-family: "Font Awesome 5 Free";
}

.pdf-icon:before {
  content: "\f1c1" !important;
}

.word-icon:before {
  content: "\f1c2" !important;
}

.excel-icon:before {
  content: "\f1c3" !important;
}

.video-icon:before {
  content: "\f144" !important;
}

.link-icon:before {
  content: "\f0c1" !important;
}

.arrow-icon:before {
  content: "\f30b" !important;
}

/* POPUP  */
.generic-popup-container-v2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10001 !important;
  overflow: scroll;
  overflow-x: hidden;
}

.generic-popup-container-v2-dark-bg {
  background: rgba(0,0,0,0.75);
}

.generic-popup-container-v2-transparent-bg {
  background: transparent;
}

.generic-popup-v2 {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px #646464;
  padding: 20px;
  min-height: 175px;
  overflow: auto;
}

.generic-popup-v2-small-size {
  width: 400px;
}

.generic-popup-v2-medium-size {
  width: 600px;
}

.generic-popup-v2-big-size {
  width: 800px;
}

.generic-popup-v2-close-icon {
  position: absolute;
  display: inline-block;
  top: -5px;
  right: 0px;
  cursor: pointer;
  margin: 15px;
  z-index: 10002 !important;
}

/* TABS */
.generic-tab-v2 {
  border-radius: 15px 15px 0px 0px;
  border: solid #d8d8d8;
  border-width: 1px 1px 3px 1px;
}

.generic-tab-v2.active-tab .selected-tab {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 0;
}

.generic-tab-v2.active-tab.tab-primary-color {
  border-bottom: 3px solid #c99700;
}

.generic-tab-v2.tab-primary-color:hover a {
  color: #C99700;
}

.generic-tab-v2.active-tab.tab-primary-color .selected-tab {
  border-bottom: 5px solid #c99700;
}

.generic-tab-v2.active-tab.tab-secondary-color {
  border-bottom: 3px solid #159F83;
}

.generic-tab-v2.tab-secondary-color:hover a {
  color: #159F83;
}

.generic-tab-v2.active-tab.tab-secondary-color .selected-tab {
  border-bottom: 5px solid #159F83;
}

/* SLIDER  */
.generic-slider-button-v2 {
  margin: 0 1rem;
  position: relative;
  border: none;
  height: 1.4rem;
  width: 3rem;
  border-radius: 1.5rem;
  background: #bdc1c8 !important;
  color: #fff !important;
  padding: 4px 12px !important;
  top: -4px;
}

.generic-slider-button-v2.active {
  transition: background-color .25s;
}

.generic-slider-button-v2.active.primary-slider {
  background-color: #C99700 !important;
}

.generic-slider-button-v2.active.secondary-slider {
  background-color: #159F83 !important;
}

.generic-slider-button-v2:before, 
.generic-slider-button-v2:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}

.generic-slider-button-v2:before {
  content: 'No';
  left: -3.3rem;
  font-size: 10px;
  color: #303030;
}

.generic-slider-button-v2.active:before {
  font-size: 8px;
  color: #D8D8D8;
}

.generic-slider-button-v2:after {
  content: 'Yes';
  right: -3.7rem;
  font-size: 8px;
  color: #D8D8D8;
  z-index: 1 !important;
}

.generic-slider-button-v2.active:after {
  font-size: 10px;
  color: #303030;
}

.generic-slider-button-v2>.handle {
  position: absolute;
  top: .1rem;
  left: .1875rem;
  width: 1.125rem;
  height: 1.2rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}

.generic-slider-button-v2.active>.handle {
  left: 1.6875rem;
  transition: left .25s;
}

/* SPECIAL BUTTONS */
.circle-button {
  width: 25px;
  height: 25px;
  border-radius: 15px;
}

.circle-button-content {
  position: relative;
  top: 1px;
  left: 1px;
  color: white;
}

.circle-button-content:hover {
  color: white !important
}

.circle-button.gray-medium-color:hover {
  color: #646464 !important
}

.circle-right-button {
  
}

.circle-left-button {
  transform: rotateY(180deg);
}

.circle-up-button {
  transform: rotateZ(270deg);
}

.circle-up-button .circle-button-content{
  top: 2px;
  left: 1px;
}

.circle-down-button {
  transform: rotateZ(90deg);
}

.circle-down-button .circle-button-content{
  top: 2px;
  left: 0px;
}

.x-button-container {
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.x-button {
  position: relative;
  top: -6px;
  font-size: 12px;
}

.x-button.gray-light-color:hover {
  color: #999999;
}

.x-button.red-color:hover {
  color: #c22424;
}

.custom-spinner-v2-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-spinner-v2-container {
    height: 60px;
    width: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
}

.custom-spinner-v2-container .custom-spinner-v2 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 10px solid #646464;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

.custom-spinner-v2-container .custom-spinner-v2 .inner-spinner-v2 {
    animation-duration: 2.5s;
}

.custom-spinner-v2-primary {
    border-top-color: #c99700 !important;
    border-bottom-color: #c99700 !important;
}

.custom-spinner-v2-secondary {
    border-top-color: #159f83 !important;
    border-bottom-color: #159f83 !important;
}

.custom-spinner-v2-white {
    border-top-color: white !important;
    border-bottom-color: white !important;
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(360deg);
    }

    50% {
        transform: scale(.5) rotate(-360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

/* EXTRAS */
.title-dot-separator {
  border-bottom: 1px dashed #D8D8D8;
  margin-bottom: 13px;
}

.cursor-pointer {
  cursor: pointer;
}

.disabled {
  background: #d4d4d4;
  pointer-events: none;
}

.z-index-1 {
  z-index: 1;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.full-width {
  width: 100%;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.text-ellipsis {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-fill-available;
}