/*---------------------------------------

 LOCKER CSS.

------------------------------------------*/
/*********************\
    Basic calsses
 \*********************/

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  height: 100%;
}

* {
  outline: none !important;
}

.animation {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
}

/* .preload__wrap {
  background: #e9ecef;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.preload__wrap img {
  max-width: calc(18rem + 2vmin);
}

body.loaded {
  overflow-y: auto;
}

body.loaded .preload__wrap {
  opacity: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.loaded .site__wrapper {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
} */

body.modal-open {
  overflow: hidden;
  overflow-y: auto !important;
  padding-right: 0 !important;
}

/* Table columns with classes */
.col1 {
  width: 80px;
}
.col2 {
  width: 100px;
}
.col3 {
  width: 120px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 2px 0 0;
}

.fa-trash-alt:hover {
  color: #c82333;
}

.fas.fa-bars {
  cursor: move;
}

.font-lg {
  font-size: 1.25rem;
}

.smheight.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.smheight.row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.grid-row.px .col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.txt-yellow {
  color: #ff0 !important;
}

.txt-red {
  color: #c00000 !important;
}

.txt-green {
  color: #5c9423 !important;
}

.txt-blue {
  color: #0000ff !important;
}

.txt-orange {
  color: #ffa500 !important;
}

.bg-yellow {
  background-color: #ff0 !important;
}

.bg-red {
  background-color: #c00000 !important;
  color: #ffffff;
}

.bg-green {
  background-color: #5c9423 !important;
}

.p_tb {
  padding: calc(1rem + 2vw) 0;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-3 {
  padding: 0.5rem !important;
}

.p-5 {
  padding: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-5 {
  margin: 1rem !important;
}

.mr-5 {
  margin-right: 1.5rem;
}

.m-0 {
  margin-bottom: 0rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bg-light {
  background-color: #f2f6fb;
}

.lh-normal {
  line-height: normal;
}

.h-auto {
  min-height: auto !important;
  height: auto;
}

.modal-lg {
  width: calc(90vw + 1rem) !important;
}

.modal-lg .modal-body {
  height: calc(100vh - 64px - 75px - 4rem);
  overflow-x: hidden;
  overflow-y: auto;
}

.main-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: calc(1.2rem + 0.5vw);
  letter-spacing: 0.018rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #030303;
}

.header__bg-hero {
  background-image: url("../images/inner_hero-bg.png") !important;
  background-color: #1e324b;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.elippsis-twolines {
  width: 100%;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.container-xl {
  padding-left: 1rem;
  padding-right: 1rem;
}

.disabled {
  color: #dbdbdb !important;
  user-select: none;
  pointer-events: none;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.d-block {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Mandatory class for every Control to action button */
.icon-link {
  color: #ffffff !important;
  font-size: 1.75rem;
  line-height: 1;
}

.cta-btn {
  display: inline-block;
  border: none;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.028rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border-radius: 0.2rem;
  margin: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-tranition: all 0.45s linear;
}

.btn-blue {
  background-color: #2a4068;
  color: #fff;
  border: 1px solid #2a4068;
}

.btn-blue:hover {
  background-color: #0a2448;
}

.btn-blue:focus {
  -webkit-box-shadow: 0 0 5px #2a4068;
  -moz-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #2a4068;
  border-color: #2a4068;
  outline: none;
}

.btn-delete {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-delete:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-delete:focus,
.btn-delete.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: none;
}

.btn-close {
  color: #717171;
  background-color: #ffffff;
  border: 1px solid #717171;
}

.btn-close:hover {
  background-color: #f6f6f6;
}

.btn-close.focus,
.btn-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: none;
}

.btn-oultine-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-oultine-white:hover {
  box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.13);
}

.btn-oultine-white.focus,
.btn-oultine-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: none;
}

.cta-btn.btn-sm {
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}

.cta-btn.btn-xs {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

/* App buttons css */
.btn {
  display: inline-block;
  border: none;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.028rem;
  font-weight: 500;
  padding: 0.65rem 1rem;
  border-radius: 0.2rem;
  margin: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-tranition: all 0.45s linear;
}

.btn-sm {
  padding: 7px 10px !important;
}

.btn i {
  padding-right: 0.25rem;
  color: #666;
}

.btn-default {
  background: #fff;
  color: #030303;
  border: 1px solid rgba(42, 64, 104, 0.5);
  text-transform: capitalize;
}

.btn-default:hover {
  background-color: #ffffff;
  border-color: #2a4068;
}

.btn-default:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 64, 104, 0.36);
  -moz-box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.36);
  box-shadow: 0 0 0 0.2rem rgba(42, 64, 104, 0.36);
  border-color: #2a4068;
  outline: none;
}

.btn-primary {
  background-color: #2a4068;
  color: #fff;
  border: 1px solid #2a4068;
}

.btn-primary:hover {
  background-color: #0a2448;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 5px #2a4068;
  -moz-box-shadow: 0 0 5px #9ecaed;
  box-shadow: 0 0 5px #2a4068;
  border-color: #2a4068;
  outline: none;
}

.btn-delete {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-delete:hover {
  color: #ffffff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-delete:focus {
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  -moz-box-shadow: 0 0 5px 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 5px 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  border-color: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  outline: none;
}

.cursor-auto {
  cursor: default !important;
}

.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.site-container {
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-flex {
  display: -webkit-flex;
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-middle {
  align-items: center;
}

.align-left {
  justify-content: flex-start;
}

.align-center {
  justify-content: center;
}

.align-right {
  justify-content: flex-end;
}

.justify-items {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-wrap {
  padding: 1.5rem 0;
  min-height: 600px;
}

.custom_tooltip + .tooltip.in {
  opacity: 1;
}

.custom_tooltip + .tooltip .tooltip-inner {
  font-family: "Open Sans", sans-serif;
  max-width: 200px;
  padding: 0.5rem 0.8rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.028em;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.ripple-effect {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple-effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.ripple-effect:active:after {
  transform: scale(0, 0);
  opacity: 0.4;
  transition: 0s;
}

.img_responsive {
  width: 100%;
  max-width: 100%;
}

/* END custom Syles */

body {
  background-color: #f6f6f6;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.018rem;
}

.header-main {
  display: block;
  width: 100%;
  height: calc(8rem + 3vw);
  position: relative;
}

.header-main nav {
  padding: 0;
  margin: 0;
  background: #fff;
  background-color: #fff !important;
  border-radius: 0;
  z-index: 9;
  border: none;
}

.header-main .navbar-header {
  display: block;
  margin-left: -15px;
}

.header-main .navbar-nav {
  width: auto;
}

.header-main .navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: 0.035rem;
  font-size: calc(1rem + 0.6vw);
  padding-right: 0;
  line-height: 1;
  margin-left: 0 !important;
}

.header-main .navbar-brand img {
  height: 2.5rem;
  padding-right: 0.45rem;
}

.header-main .navbar-brand span {
  color: #030303;
  font-size: 1.15rem;
  letter-spacing: 0.025rem;
  padding-left: 0.25rem;
  font-weight: 600;
}

.header-main .navbar-nav li > a {
  background: none !important;
  box-shadow: none !important;
  color: #030303 !important;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.35s linear;
}

.header-main .navbar-nav li > a.notification-alert {
  color: #eac124 !important;
}

.header-main .navbar-nav li > a.notification-alert + .fa-bell {
  color: #eac124 !important;
  display: block;
}

.header-main .navbar-nav li > a:hover {
  color: #e9c027 !important;
}

.header-main .navbar-nav .dropdown-menu > li > a {
  padding: 1rem;
}

.header-main .navbar-nav li.active a {
  color: #e9c027 !important;
  text-shadow: 1px 0px 1px #e9c0272e;
}

.header-main .navbar-nav .dropdown-menu {
  border: 1px solid #f8f8f8;
}

.header-main .navbar-nav .notification_count {
  display: none;
  position: absolute;
  top: 0;
  right: 0.3rem;
  color: #717171;
  line-height: 1;
  font-size: 0.8rem;
  animation: ringbell ease 0.5s infinite forwards;
  -webkit-animation: ringbell ease 0.5s infinite forwards;
}

@keyframes ringbell {
  0% {
    transform: rotateZ(0);
  }

  33% {
    transform: rotateZ(7deg);
  }

  66% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(-7deg);
  }
}

.header-main .navbar-nav .dropdown-menu > li > a img {
  width: 0.875rem;
  margin-right: 0.5rem;
}

.header-main .navbar-nav.navbar-right .login-item {
  border: 1px solid #000;
  border-radius: 5rem;
  transition: all 0.35s linear;
}

.header-main .navbar-nav.navbar-right .login-item:hover {
  border-radius: 0;
  border-color: transparent;
}

.navbar-top ul {
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f2f6fb;
}

.navbar-top ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-top ul a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding-right: 2rem;
  font-weight: 600;
  color: #444;
  text-decoration: none !important;
}

.navbar-top ul a:hover {
  color: #000000;
}

.navbar-top ul a i {
  font-size: 1rem;
  padding-right: 0.3rem;
  /* color: #f8f8f88a; */
}

.navbar-top ul li a img {
  -webkit-animation:spin 6s linear infinite;
  -moz-animation:spin 6s linear infinite;
  animation:spin 6s linear infinite;
  width: 1rem;
  margin-bottom: 2px;
}

@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}

.navbar-top ul li.liveicon a {
  position: relative;
}

.navbar-top ul li.liveicon a picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.5rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -38px;
}


/* news styles */
.news__market-sec .main-heading {
  margin-top: 0;
}

.news__market-sec .media {
  position: relative;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.news__market-sec .owl-carousel .owl-wrapper-outer {
  width: 100%;
  max-width: 100%;
}

.news__market-sec .owl-carousel .owl-wrapper-outer .owl-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.news__market-sec .owl-carousel {
  width: 100%;
  max-width: 100%;
}

.news__market-sec .owl-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 2rem);
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  margin: 0;
}

.news__market-sec .owl-carousel .owl-nav button {
  display: inline-block;
  background: #dee2e6 !important;
  color: #030303 !important;
  padding: 2.25rem 1.2rem !important;
  position: relative;
  font-size: 2rem !important;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news__market-sec .owl-carousel .owl-nav button.owl-prev,
.news__market-sec .owl-carousel .owl-nav button.owl-next {
  padding: 2.25rem 1.2rem !important;
}

.news__market-sec .owl-carousel .owl-nav button span {
  display: none;
}

.news__market-sec .owl-carousel .owl-nav button:before {
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: calc(1rem + 0.5vw);
}

.news__market-sec .owl-carousel .owl-nav button.owl-next:before {
  content: "\f054";
}

.news__market-sec .media a {
  background: #ffffff;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #030303;
  text-decoration: none;
  display: block;
  border-radius: 0.2rem;
}

.news__market-sec .media figure {
  margin: 0 0 1.5rem 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
}

.news__market-sec .media figure picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  transition: all 0.5s linear;
}

.news__market-sec .media a:hover figure picture {
  transform: scale(1.065);
}

.news__market-sec .media span {
  padding: 0 1rem;
}

.news__market-sec .media .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.018rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
  display: block;
  height: 48px;
}

.news__market-sec .media .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 22px;
  display: block;
  margin-bottom: 2rem;
}

.news__market-sec .media time {
  color: #717171;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.018rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.news__market-sec .media em {
  color: #717171;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.018rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  float: right;
  padding-right: 1rem;
  font-style: normal;
}

.news__market-sec .media em i,
.news__market-sec .media time i {
  padding-right: 0.15rem;
  color: #e9c027;
}

/* END news styles */

/* Market styles */
.market-sec {
  margin-top: -3rem;
}

.market-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background: #f6f6f6;
  width: 100%;
  padding-top: 0.15rem;
  border-radius: 0.2rem;
}

.market-inner article {
  flex: 0 0 33%;
  max-width: 33%;
  border: 1px solid #eaeaea;
  border-radius: 0.2rem;
  background: white;
  /* margin-right: 0.3334%; */
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.market-inner article h3 {
  background: #dee2e6;
  color: #030303;
  padding: 1rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.2rem 0.2rem 0 0;
  margin: 0;
}

.market-inner article bdo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2rem 0;
}

.market-inner article bdo em {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
}

.market-inner article bdo em {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
  font-style: normal;
}

.market-inner article bdo bdi {
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1;
  font-style: normal;
}

.market-inner article bdo i {
  font-style: normal;
}

.market-inner article bdo em.plus {
  color: #28a745;
}

.market-inner article bdo em.minus {
  color: #e5452d;
}

.market-inner article p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.65rem;
  margin: 0;
  padding: 0 0 0.35rem 0;
  text-align: center;
  color: #707070;
  font-weight: 400;
}

.news-source {
  padding: 0 0 0 1rem;
}

.news-source ul {
  margin: 0;
  padding: 0;
}

.news-source ul li {
  list-style: none;
  line-height: 1;
  /* border: 1px solid #dbdbdb; */
}

.news-source h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.018rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #030303;
}

.news-source ul li a {
  text-align: left;
  line-height: 1;
  text-decoration: none !important;
  padding: 1rem 0;
  display: block;
}

.news-source ul li a img {
  transition: all 0.25s linear;
  max-width: 65%;
}

.news-source ul li a:hover img {
  padding-left: 0.5rem;
}

/* END Market styles */

/* Start TG Talk styles */

.tg__talk-wrap {
  background: #ffffff;
  /* padding: 1rem; */
  border-radius: 0.2rem;
  /* border: 1px solid #eaecf7; */
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.tg__talk-wrap .tg_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
}

.tg__talk-wrap .tg_header h2 {
  margin: 0;
  line-height: 1;
  font-size: 1.45rem;
  color: #ffffff;
}

.tg__talk-wrap .tg_header .input-group {
  width: 40%;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.tg__talk-wrap .tg_header .form-control {
  border-radius: 0 0.2rem 0.2rem 0 !important;
  box-shadow: none;
  outline: none;
  height: 48px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #ffffff !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.875rem 0 0.875rem 0;
  margin: 0;
  line-height: 1;
  border-right: 0;
  border: none;
  background: transparent;
  z-index: 0;
}

.tg__talk-wrap .form-control:focus {
  border-color: #d3d3d3 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.tg__talk-wrap .tg_header .input-group-addon {
  background: transparent;
  background-color: transparent;
  border-radius: 0.2rem 0 0 0.2rem;
  padding: 8px 13px;
  border: none;
  margin: 0;
  box-shadow: none;
}

.tg__talk-wrap .tg_header .input-group-addon i {
  font-size: 1rem;
  color: #f0f9f982;
}

.add__coment-sec textarea {
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.028rem;
  font-weight: 400;
  height: 6.5rem;
  width: 90%;
  padding: 1rem 2rem 1rem 5.5rem;
  resize: none;
  border-radius: 0.2rem;
  border: none;
}

.tg__talk-wrap .add__coment-sec {
  position: relative;
}

.tg__talk-wrap .add__coment-sec .user-img {
  position: absolute;
  top: 0.25rem;
  left: 1rem;
  margin: 0;
  border-radius: 10rem;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 3.5rem;
  height: 3.5rem;
}

.add__coment-sec .attachment{
  position: absolute;
  bottom: 11px;
  right: 90px;
}

.add__coment-sec .attachment .btn{
  border-color:#dbdbdb !important;
}

.add__coment-sec .attachment .btn:hover {
  background-color: #f6f6f6 !important;
}

.add__coment-sec .attachment input[type="file"] {
  display: none;
}

.add__coment-sec input[type="submit"] {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.25s linear;
  border: 1px solid #dbdbdb;
}

.add__coment-sec input[type="submit"]:hover {
  background-color: #f6f6f6;
}

.main__comments-body {
  border-top: 1px solid #dbdbdb;
  padding: 1rem;
  background: #fafafa;
}

.main__comments-body .comment-item {
  border: 1px solid #dbdbdb;
  background: #fff;
  margin-top: 1rem;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  border-radius: 0.2rem;
}

.main__comments-body .comment-item:first-child {
  margin-top: 0;
}

.main__comments-body .comment-item .user-media {
  padding: 1rem 1rem 0;
}

.main__comments-body .comment-item section#overflow {
  position: relative;
  height: 369px;
  overflow: hidden;
}

.main__comments-body .comment-item section .morereply-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0.35rem;
  border-radius: 0.25rem;
  color: #262626;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
  transition: all 0.25s linear;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, #dcdcdd, #e5e5e5, #ededee, #f6f6f6, #ffffff);
}

.main__comments-body .comment-item figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main__comments-body .comment-item figure .user-img {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 10rem;
}

.main__comments-body .comment-item figure figcaption {
  padding-left: 1rem;
}

.main__comments-body .comment-item figure figcaption h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.028rem;
  margin: 0;
  display: inline-block;
}

.main__comments-body .comment-item figure figcaption bdi {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.15rem 0.28rem;
  color: #434343;
  background: #dcdcdc;
  line-height: 1;
}

.main__comments-body .comment-item figure figcaption .user-ratings {
  display: inline-block;
  color: #e9c027;
  font-size: 0.875rem;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.main__comments-body .comment-item figure figcaption .user-ratings i {
  margin: 0;
  padding: 0;
  letter-spacing: -3px;
  word-spacing: 0;
}

.main__comments-body .comment-item figure figcaption bdo {
  font-family: "Open Sans", sans-serif;
  background: #2a4068;
  color: #f6f6f6;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.25rem;
  border-radius: 0.1rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.028rem;
}

/* .main__comments-body .comment-item figure figcaption em {
      font-family: 'Open Sans', sans-serif;
      background: #2a4068;
      color: #f6f6f6;
      font-size: 0.7rem;
      font-weight: 600;
      padding: 0.15rem 0.2rem;
      border-radius: 0.1rem;
      line-height: 1;
      margin: 0;
      letter-spacing: 0.028rem;
  } */

.main__comments-body .comment-item figure figcaption time {
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  padding-top: 0.65rem;
}

.main__comments-body .comment-item figure figcaption time .fa-clock {
  color: rgba(113, 113, 113, 0.45);
  font-size: 0.8rem;
}

.main__comments-body .comment-item .user-media .media-body {
  padding-top: 1rem;
}

.main__comments-body .comment-item .user-media .media-body p {
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.028rem;
  line-height: 24px;
  font-size: 1rem;
}

.main__comments-body .comment-item .user-media .media-body p a {
  font-weight: 600;
  text-decoration: underline;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 0.25rem 0;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li {
  list-style: none;
  /* width: 100%; */
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.028rem;
  line-height: 1;
  color: #2a4068;
  padding: 0.6rem 0.8rem;
  border-radius: 0.2rem;
  display: block;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: all 0.25s linear;
  margin-right: 0.25rem;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a:hover {
  background-color: #f6f6f6;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a i {
  font-size: 0.875rem;
  padding-right: 0.15rem;
  transition: all 0.25s linear;
}

.main__comments-body .comment-item .user-media .media-body .comments_activities li a:hover i {
  color: #e9c027;
}

.edit-comments form {
  text-align: right;
}

.edit-comments form .form-control {
  outline: none;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.028rem;
  font-weight: 400;
  height: 6.5rem;
  padding: 1rem;
  resize: none;
  border-radius: 0.2rem;
  border: 2px double #dbdbdb;
  outline: none;
  box-shadow: none !important;
  background: #fafafa;
}

.edit-comments form .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 2px 1px rgba(102, 175, 233, 0.6) !important;
}

.edit-comments form .btn {
  margin: 0.25rem 0 1rem 0;
  padding: 0.65rem 3rem;
}

.main__comments-body .comment-item .comments-replies {
  border-radius: 0 0 0.25rem 0.25rem;
  display: flex;
  align-items: center;
}

.main__comments-body .comment-item .comments-replies form {
  width: 100%;
  height: 100%;
  display: flex;
  border-top: 1px solid #dbdbdb;
}

.main__comments-body .comment-item .comments-replies textarea {
  flex: 1;
  height: 3.5rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 1rem;
  resize: none;
  border-radius: 0 0 0.25rem 0.25rem;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.main__comments-body .comment-item .comments-replies .attachment {
  flex: 3.5rem;
  max-width: 3.5rem;
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main__comments-body .comment-item .comments-replies .attachment input[type="file"] {
  display: none;
}

.main__comments-body .comment-item .comments-replies .attachment i {
  font-size: 1.35rem;
  color: #dbdbdb;
  transition: all 0.15s linear;
}

.main__comments-body .comment-item .comments-replies .attachment:hover i {
  color: #030303;
}

.main__comments-body .comment-item .comments-replies input[type="submit"] {
  border: none;
  font-weight: 700;
  color: #030303;
  background: #fff;
  font-size: 1rem;
  opacity: 0.3;
  padding-left: 0;
}

.main__comments-body .comment-item .comments-replies input[type="submit"]:hover {
  opacity: 1;
}

.main__comments-body .comment-item .user-media.replies-sec {
  padding: 1rem 1rem 0 1rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  border-top: 0.1rem #dbdbdb dashed;
}

.tg__talk-info {
  margin: 2rem 0 0;
}

.tg__talk-info p {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.028rem;
  line-height: 23px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files {
  display: flex;
  align-items: center;
  margin: 0.85rem 0 0.5rem;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files a {
  text-decoration: none;
  position: relative;
  margin-right: 0.85rem;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files img {
  height: 4rem;
  transition: all 0.25s linear;
}

.main__comments-body .comment-item .user-media .media-body p .attach-files a:hover img {
  transform: scale(1.035);
}

/* END TG Talk styles */

/* Start TG Modal styles */
.modal.tgcustom-modal .modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
}

.modal.tgcustom-modal .modal-content {
  box-shadow: none !important;
  border: none;
  outline: none;
  border-radius: 0.2rem;
  background-color: transparent;
}

.modal.tgcustom-modal .modal-header {
  min-height: auto;
  padding: 1rem;
  border: none;
  background: #2a4068;
  /* color: #434343; */
  /* background: #f2f2f2; */
  color: white;
  border-radius: 0.4rem 0.4rem 0 0;
}

.modal.tgcustom-modal .modal-header .btn {
  margin-left: 0.8rem;
  padding: 0.5rem 0.65rem;
  font-size: 0.8rem;
}

.modal.tgcustom-modal .modal-header .cust-addon {
  margin-left: 0.8rem;
}

.modal-footer .btn {
  font-size: 0.875rem;
  padding: 0.65rem 0.875rem;
}

.modal.tgcustom-modal h4 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
}

.modal.tgcustom-modal .modal-body {
  position: relative;
  padding: 1rem;
  background-color: #ffffff;
}

.modal.tgcustom-modal .modal-header .cust-addon .input-group-addon {
  background: transparent;
  border: 1px solid #fff;
  border-right: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.modal.tgcustom-modal .modal-header .cust-addon select.form-control {
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  cursor: pointer;
}

.modal.tgcustom-modal .modal-footer {
  padding: 0.65rem 0.8rem;
  text-align: right;
  border: 4px solid #fff;
  /* background: #f6f6f6; */
  background: #e9ecef;
  max-width: 100%;
  flex: 100%;
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  margin-top: -1px;
}

.modal.tgcustom-modal .modal-footer strong {
  font-size: calc(0.2rem + 0.65vw);
  font-weight: 600;
  letter-spacing: 0.025rem;
  padding-left: 0.34rem;
}

.modal.tgcustom-modal .modal-footer .cta-btn {
  margin-right: 0.65rem;
}

.modal.tgcustom-modal .modal-footer .cta-btn:last-child {
  margin-right: 0;
}

.modal.tgcustom-modal .modal-footer::after,
.modal.tgcustom-modal .modal-footer::before {
  content: none;
}

.modal.tgcustom-modal .modal-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.modal.alert_modal .modal-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.modal.alert_modal .modal-body a {
  color: #e9c027;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
  display: inline-block;
}

.modal.alert_modal .modal-body a:hover {
  text-decoration: underline;
}

.modal.tgcustom-modal .modal-header .play-button {
  color: #fff;
  font-size: 1.45rem;
  margin-left: 0.8rem;
  line-height: 1;
  text-decoration: none !important;
}

.modal.tgcustom-modal .modal-body .withdraw-formula i {
  display: inline-block;
  font-style: normal;
  border-bottom: 1px solid #030303;
  padding-bottom: 0.25rem;
}

.modal.tgcustom-modal .modal-body .withdraw-formula em {
  display: block;
  text-align: center;
  font-style: normal;
}

.modal.tgcustom-modal .modal-body .withdraw-formula {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.modal.tgcustom-modal .modal-body .withdraw-formula span {
  padding-right: 0.5rem;
}

/* attachemnt modal */

.attachment_modal .modal-dialog {
  width: 900px !important;
}

.attachment_modal .modal-body {
  padding: 0 !important;
}

.attachment_modal figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/* END TG Modal styles */

/* Contact us TG Modal styles */
.contact__us-modal .modal-body {
  padding: 0 !important;
  height: auto;
}

.contact__us-modal .contact__us-inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  /* align-items: center; */
}

.contact__us-modal .contact__us-inner figure {
  background-image: url("../images/contact-img.jpg");
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
}

.contact__us-modal .contact__us-inner figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 68%);
}

.contact__us-modal .contact__us-inner figure img {
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
}

.contact__us-modal .contact__us-inner article {
  padding: 1rem;
  width: 100%;
  min-height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.contact__us-modal .contact__us-inner article .btn {
  align-self: flex-end;
  margin-top: auto;
}

.contact__us-modal .contact__us-inner article ul {
  margin: 2rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact__us-inner article ul li {
  list-style: none;
  line-height: 1;
  margin: 0;
  padding: 2rem;
  flex: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dbdbdb;
}

.contact__us-inner article ul li:nth-child(1) {
  border-width: 0 1px 1px 0;
}

.contact__us-inner article ul li:nth-child(2) {
  border-width: 0 0 1px 0;
}

.contact__us-inner article ul li:nth-child(3) {
  border-width: 0 1px 0 0;
}

.contact__us-inner article ul li:nth-child(4) {
  border-width: 0;
}

.contact__us-modal .contact__us-inner article ul li a {
  color: #030303;
  font-size: 1rem;
  letter-spacing: 0.028rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  width: 100%;
}

.contact__us-modal .contact__us-inner article ul li i {
  width: 100%;
  font-size: 2.5rem;
  width: 2rem;
  text-align: center;
  color: #2a4068;
  padding-bottom: 1rem;
  transition: all 0.25s linear;
}

.contact__us-modal .contact__us-inner article ul li:hover i {
  color: #e9c027;
}

/* END Contact us TG Modal styles */

/***** Start Custom Grid Styles *****/

.comp-cell {
  margin: 0;
  width: 1%;
  white-space: nowrap;
}

.page__grid .page__grid-wrap {
  background: white;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.2rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.page__grid .grid_header {
  background-color: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
  min-height: 54px;
  padding: 0.6rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page__grid .grid_header[data-toggle="collapse"] {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  padding: 0.5rem 1rem;
  min-height: 40px;
}

.page__grid .grid_header[data-toggle="collapse"]:hover {
  background-color: #003768;
}

.page__grid .grid_header[data-toggle="collapse"][aria-expanded="false"] {
  border-radius: 0.2rem;
}

.page__grid .grid_sub-header {
  background: #dae1ec;
  padding: 1rem;
}

.page__grid .buttons-list {
  padding: 1.5rem;
  text-align: right;
}

.page__grid .grid_header .left-sec,
.page__grid .grid_header .right-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.page__grid .grid_header .btn {
  padding: 0.4rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.page__grid .grid_header .checkbox-inline,
.page__grid .grid_header .radio-inline {
  color: #ffffff;
  font-size: 0.875rem;
  margin-left: 0.65rem;
}

.page__grid .grid_header select.form-control {
  margin-left: 0.65rem;
}

.page__grid .grid_header .checkbox-inline input[type="checkbox"],
.page__grid .grid_header .radio-inline input[type="radio"] {
  margin-top: 3px;
  width: 0.875rem;
  height: 0.875rem;
}

.page__grid .grid_header .left-sec a,
.page__grid .grid_header .right-sec a {
  margin-left: 0.65rem;
}

.page__grid .grid_header a {
  transition: all 0.35s linear;
}

.page__grid .grid_header .accordion-toggle.expanded i:before {
  content: "\f078";
}

.page__grid .grid_header .collapse-btn[aria-expanded="true"] i::before {
  content: "\f077";
}

.page__grid .grid_header .sm-txt {
  font-size: 0.875rem !important;
}

.page__grid .grid_header .sm-txt i {
  padding-left: 0.5rem;
}

.page__grid .grid_header .form-control {
  height: 2rem;
  font-size: 0.875rem;
  width: 120px;
  padding: 0.25rem;
}

.page__grid .grid_header .play-button {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}

.page__grid .grid_header .icon {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}

.page__grid .grid_header .play-button i {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 10rem;
  padding: 0;
  margin: 0;
}

.page__grid .grid_header .play-button i:hover {
  text-shadow: 0 0 2px;
  opacity: 0.95;
}

.page__grid .grid_header h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.page__grid .grid_header .projection-date {
  color: rgba(255, 255, 255, 0.7);
}

.page__grid .grid_header h2 small {
  color: #fff;
  font-size: 67%;
  font-weight: 400;
  margin-left: 1rem;
}

.page__grid .grid_header h2 small a {
  color: #fff;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
}

.page__grid .grid_header h2 small a:last-child {
  border-right: none;
}

.page__grid .grid_header h2 small span {
  font-size: 0.8rem;
  font-weight: 100;
}

.page__grid .grid_body {
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}

.page__grid .grid_body .row {
  margin-right: -7px;
  margin-left: -7px;
}

.page__grid .grid_body .row [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.page__grid h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 0 1px 1px rgb(0 0 0 / 22%);
  color: #ffffff;
}

.page__grid .grid_col {
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  /* border: 1px solid #eaeaea; */
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.25rem;
}

.page__grid .grid_col .grid_body {
  padding: 0.5rem;
}

.page__grid .grid_col .grid_body .grid-info {
  margin-bottom: 0.75rem;
}

.page__grid .grid_col .grid_body .grid-info .col {
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  line-height: 1;
}

.page__grid .grid_col .grid_body .grid-info .col strong {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.028rem;
  line-height: 1;
}

.page__grid .grid_col .info {
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  color: #777;
  padding: 2rem 0 0.5rem;
  display: inline-block;
}

.grid__form-block .grid__body-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 0 0;
  background: #f3f7f9;
  border-radius: 0 0 0.25rem 0.25rem;
}

.grid__form-block .grid__body-footer .left-sec,
.grid__form-block .grid__body-footer .right-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}

.grid__form-block .grid__body-footer a {
  margin-right: 0.5rem;
}

.grid__form-block .grid__body-footer a:last-child {
  margin-right: 0;
}

.page__grid .grid_form .input-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}

.page__grid .grid_form .input-lable {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
}

.page__grid .grid_form .form-control {
  height: 2.25rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.3rem 0.7rem;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none;
  margin: 0;
}

.page__grid .grid_form select.form-control {
  width: 100%;
  padding-right: 2rem !important;
  background: #ffffff url("../images/chevron_down.svg") no-repeat calc(100% - 0.625rem) 50% !important;
  -webkit-background-size: 1.5rem !important;
  background-size: 1.5rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important; */
  border-right: 1px solid #bfbfbf;
}

.page__grid .grid_form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.page__grid .grid_form textarea.form-control {
  height: 4rem;
  resize: none;
}

.page__grid .grid_form .form-control:disabled {
  background: #dbdbdb;
  color: #666666 !important;
  user-select: none;
  pointer-events: none;
}

.page__grid .grid_form .input-lable.checbox-lable {
  flex: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1.2rem;
  cursor: pointer;
}

.page__grid .grid_form .input-lable.checbox-lable .form-control {
  flex: unset;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.65rem;
}

.page__grid .grid_form .input-group-file {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.page__grid .grid_form .input-group-file > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}

.page__grid .grid_form .input-group-file .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.page__grid .grid_form .input-group-file .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0.2rem;
  display: inline-block;
}

.page__grid .grid_form .input-group-file .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  content: "Browse";
  background-color: #d6d8db;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.page__grid .grid_form .input-group-file .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.page__grid .grid_footer {
  padding: 1rem;
  border: 4px solid #fff;
  border-radius: 0.4rem;
  background-color: #dae1ec;
  background-color: #e9ecef;
}

.page__grid .grid_footer.align-right a + a {
  margin-left: 0.5rem;
}

.page__grid .notification-inner {
  padding: 0.6rem;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.page__grid .notification-inner p {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}

.grid__form-block .inline_grid .item label.input-lable {
  font-size: 0.75rem;
  font-weight: 600;
}

.grid__form-block .inline_grid .item input[type="checkbox"],
.grid__form-block .inline_grid .item input[type="radio"] {
  height: 0.75rem;
  width: 0.75rem;
  margin: 0;
  display: inline-block;
}

/* table based css start */
.table_grid table > tbody > tr > td {
  padding: 0.4rem;
  border: 0;
  vertical-align: middle;
  text-align: center;
}

.table_grid table.fxheight > tbody > tr > td {
  padding: 0.8rem;
}

.table > tbody > tr {
  background-color: #ffffff;
}

.table_grid table > tbody > tr > td.tick-icon {
  background: #f5f5f5;
  border: 1px solid #fff;
}

.table_grid table.align-left > tbody > tr > td {
  text-align: left;
}

.table_grid table.align-right > tbody > tr > td {
  text-align: right;
}

.table_grid table > tbody > tr.bold-tds > td {
  font-weight: 800;
}

.table_grid table > tbody > tr > td.inline i {
  float: left;
}

.table_grid table > tbody > tr > td i.fa-bars {
  cursor: move;
}

.table_grid table > tbody > tr > td.inline {
  text-align: right;
}

.grid_header .scrl-tblbtn.active i::before {
  content: "\f078";
}

.table_grid .table.fixed-layout.bodyscrl thead,
.table_grid .table.fixed-layout.bodyscrl tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table_grid .table.fixed-layout.bodyscrl tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
  max-height: 314px;
}

.table_grid {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  width: 100%;
  height: auto !important;
}

.table_grid.no-border {
  box-shadow: none !important;
}

.table_grid table {
  margin: 0;
}

.table_grid.mb {
  margin-bottom: 1rem;
}

.table_grid table thead tr:nth-child(n + 2) {
  border-top: 1px solid #ffffff;
}

.table_grid table .sticky-header {
  background: #fafafa;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}

.table_grid table .sticky-header p {
  margin: 0 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 0.028rem;
}

.table_grid table > thead > tr > th {
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
  /* padding: 0.8rem 0.5rem; */
  padding: 0.65rem 0.3rem;
  line-height: normal;
  border-right: 1px solid #fff;
  user-select: none;
  background: #dee2e6;
  vertical-align: middle;
}

.table_grid table .nowrap {
  width: 1%;
  white-space: nowrap;
}

.table_grid table h4 {
  font-weight: 800;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.025rem;
}

.table_grid table > tbody > tr > td.border-bottom {
  border-bottom: 1px solid #030303;
}

.table_grid .multitbl-border tbody + tbody {
  border-top: 3.5rem solid #ffffff;
}

.table_grid table .input-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}

.table_grid table .input-group {
  width: 100%;
  max-width: 100%;
}

.table_grid table span {
  font-weight: 400;
  font-size: 0.9rem;
  display: block;
  text-align: left;
}

.table_grid.grid-info table > tbody > tr > td > label {
  font-weight: 600;
}

.table_grid.grid-info table > tbody > tr > td > a {
  text-align: left;
  display: block;
  color: #337ab7;
}

.table_grid table > tbody > tr > td .btn {
  font-size: 0.875rem;
  padding: 0.35rem 0.6rem;
  transition: all 0.25s linear;
}

.table_grid table > tbody > tr > td .btn:hover {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}

.table_grid table .form-control {
  height: 2.25rem;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.4rem;
  resize: none;
  border-radius: 0.2rem !important;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none;
  margin: 0;
}

.table_grid table input[type="date"].form-control {
  width: 110px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.table_grid table select.form-control {
  width: 100%;
  padding-right: 0.8rem !important;
  background: #ffffff url("../images/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50%;
  -webkit-background-size: 0.8rem !important;
  background-size: 0.8rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-right: 1px solid #bfbfbf;
}

.table_grid table .input-group input[type="date"]::-webkit-inner-spin-button,
.table_grid table .input-group input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.table_grid table > tbody > tr .md-input {
  width: 240px;
  max-width: 240px;
}

.table_grid table > tbody > tr .sm-input {
  width: 180px;
  max-width: 180px;
}

.table_grid table > tbody > tr .xs-input {
  width: 120px;
  max-width: 120px;
}

.table_grid table .empty {
  width: 80px;
  max-width: 80px;
  color: #867455;
  height: 1rem;
}

.table_grid table .bg-gray {
  background: #f6f6f6;
  color: #867455;
}

.table_grid table .yellow {
  color: #fce205;
  font-weight: 800;
}

.table_grid table .red {
  color: #c00000 !important;
  font-weight: 800 !important;
}

.table_grid table .green {
  color: #008000;
  font-weight: 800;
}

.table_grid table > tbody > tr > td a {
  color: #030303;
  font-size: 1.05rem;
}

.table_grid table > tbody > tr > td a + a {
  padding-left: 0.7rem;
}

.table_grid table input[type="radio"],
.table_grid table input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.table_grid table .checbox-lable {
  display: flex !important;
  align-items: center;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  margin: 0;
}

.table_grid table .checbox-lable input[type="radio"],
.table_grid table .checbox-lable input[type="checkbox"] {
  width: 0.8rem !important;
  height: 0.8rem !important;
  flex: initial;
  margin-right: 0.25rem !important;
}

.table_grid .table-footer {
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #eaeaea;
  background: #fafafa;
}

.table_grid .table-footer .btn + .btn {
  margin-left: 0.5rem;
}

.table_grid .table-footer select.form-control {
  padding: 0.25rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

.table_grid table .input-group.cust-addon .input-group-addon {
  background: transparent;
  width: auto;
  height: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #030303;
  border: 1px solid #dbdbdb;
  padding: 0.6rem 0.5rem;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.table_grid table .input-group.cust-addon input[type="text"] {
  text-align: right;
}

.table_grid table .input-group.cust-addon .input-group-addon:nth-child(even) {
  border-right: 1px solid #dbdbdb;
  border-radius: 0;
}

.option-withinput {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.option-withinput .checkbox-inline,
.option-withinput .radio-inline {
  font-size: inherit;
  margin-right: 1rem;
  white-space: nowrap;
}

.table_grid table > thead > tr > th.table-addon {
  position: relative;
}

.table_grid table > thead > tr > th.table-addon .addon {
  position: absolute;
  left: -0.4rem;
  top: 50%;
  line-height: 1;
  font-size: 1rem;
  transform: translate(0, -50%);
}

.table_grid table > thead > tr > th.table-addon .addon .icon-txt {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-left: -0.15rem;
}

/* calc money sec of tab 6 & 7 */
.page__grid .calc-moneysec .grid_header .left-sec,
.page__grid .calc-moneysec .grid_header .right-sec {
  flex: 1;
  align-items: center;
  justify-content: left;
  padding-left: 0.5rem;
}

.page__grid .calc-moneysec .grid_header .left-sec {
  border-right: 1px solid #ffffff;
}

.page__grid .calc-moneysec .grid_header .right-sec {
  position: relative;
  left: 0.55rem;
}

.page__grid .calc-moneysec .grid_body article {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 171px;
  padding: 1rem;
}

.page__grid .calc-moneysec .grid_body article:first-child {
  border-right: 1px solid #dbdbdb;
}

.page__grid .calc-moneysec .grid_body article .green {
  color: #008000;
}

.page__grid .calc-moneysec .grid_body article .red {
  color: #c00000;
}

.page__grid .calc-moneysec .grid_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page__grid .calc-moneysec .grid_body article b {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
}

.page__grid .calc-moneysec .grid_body article i {
  font-weight: 800;
  font-size: 1.05rem;
  font-style: normal;
}

/* end calc money sec of tab 6 & 7 */

/* graphic data  grid*/
.graphic__grid-col {
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.graphic__grid-col .panel-body {
  padding: 0;
}

.graphic__grid-col .heading {
  border: 0;
  text-align: center;
  padding: 0.8rem 0.5rem;
  user-select: none;
  background: #dee2e6;
  border-radius: 0.25rem 0.25rem 0 0;
}

.graphic__grid-col .heading h3 {
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
  line-height: normal;
  color: #030303;
  text-shadow: none;
}

.table_grid .cashflows-expensetb tr td {
  font-weight: 600;
  text-align: right;
}

.table_grid .cashflows-expensetb tr > td:first-child {
  text-align: left;
}

.table_grid .cashflows-expensetb tr td.green {
  color: #009000;
}

.table_grid .cashflows-expensetb tr td.red {
  color: #c00000;
}

/* table compact */
.table_grid table.table-compact > thead > tr > th {
  font-size: 0.75rem;
  padding: 0.25rem 0.4rem;
}

.table_grid table.table-compact > tbody > tr > td {
  padding: 0.2rem;
}

.table_grid table.table-compact > tbody > tr > td.gray-cell {
  background: #eee;
}

.table_grid table.table-compact .input-label {
  font-size: 0.75rem;
}

.table_grid table.table-compact span {
  font-size: 0.75rem;
}

.table_grid table.table-compact .form-control {
  height: 2rem;
  font-size: 0.75rem;
  padding: 0.2rem;
}

/* Input group for clients tab */

.table_grid table .input-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.table_grid table .input-group .input-group-addon {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.table_grid table .input-group .input-group-addon select.form-control {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4rem 1rem 0.4rem 0.4rem !important;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
  background: #ffffff url("../images/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50% !important;
  background-size: 0.85rem !important;
  -webkit-background-size: 0.85rem !important;
}

.table_grid table .input-group .input-group-addon + .form-control {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

.planing-questbl.table_grid table tr td em {
  color: #777;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  padding-right: 0.1875rem;
}

.planing-questbl.table_grid table tr td {
  padding: 0.8rem 0.185rem;
}

/* Input group for clients tab */

/* table based css  start */

/* info grid */
.ratesof-returnsec .table_grid tr th:nth-last-child(-n + 4),
  /* .ratesof-returnsec .table_grid tr td:nth-last-child(-n + 4), */
  .ratesof-returnsec .table_grid tr td:nth-last-child(-n + 4) .form-control {
  background-color: #dddddd !important;
}

.ratesof-returnsec .info-sec {
  background: #dddddd;
  padding: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #eee;
}

/* info sec */

.ratesof-returnsec .expense-plansec .panel-default .panel-heading a {
  padding: 0.875rem;
}

.ratesof-returnsec .expense-plansec .panel-default .panel-heading {
  padding: 0;
  background-color: #dddddd;
  border: none;
}

.ratesof-returnsec .expense-plansec .panel-body {
  padding: 0;
  border: 1px solid #fff;
}

.ratesof-returnsec .panel .panel-heading h3 {
  color: #030303;
  font-size: 1.05rem;
  text-shadow: none;
  margin: 0;
  padding: 0;
}

.ratesof-returnsec .panel .panel-body h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.ratesof-returnsec .panel .panel-body .info-sec p {
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  margin-bottom: rem;
}

.ratesof-returnsec .expense-plansec .panel-default .panel-heading a i {
  font-size: 1rem;
  color: #030303;
  transition: all 0.35s ease-in-out;
}

.ratesof-returnsec .expense-plansec .panel-default .panel-heading a[aria-expanded="true"] i::before {
  content: "\f077";
}

/***** END Custom Grid Styles *****/

/* rgd */
.rgb_grid h3 {
  letter-spacing: 0.028rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  background-color: transparent !important;
}

.rgb_grid h3:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
  border-radius: 0.2rem;
}

.rgb_grid .red::before {
  background: #c00;
}

.rgb_grid .green::before {
  background: #393;
}

.rgb_grid .blue::before {
  background: #204061;
}

/* rgd */

/* - Table grid tab penls -  */
.grid_tabs .nav-tabs {
  background: transparent;
  padding: 0;
  border-color: #9e9e9e;
}

.grid_tabs .nav-tabs li a {
  color: #030303;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-color: #9e9e9e;
}

.grid_tabs .nav-tabs li.active a {
  color: #000;
  border-color: #9e9e9e !important;
  border-bottom: 1px solid transparent !important;
}

.grid_tabs .tab-content {
  border: 1px solid #9e9e9e;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* - Table grid tab penls -  */

/***** Start Printout Styles *****/
.printout-colors .printout_wrap {
  border: 1px solid #cecece;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
}

.printout-colors .printout_wrap b {
  background: #d6d8db;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.018rem;
  line-height: 1;
  display: block;
  padding: 1rem;
}

.printout-colors .printout_wrap article {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.printout-colors .printout_wrap article label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 0;
}

.printout-colors .printout_wrap article input[type="color"] {
  background-color: #d6d8db;
  padding: 0;
  margin: 0;
  width: 5.5rem;
  height: 3rem;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  padding-right: 1.5rem;
  border: 1px solid #dbdbdb !important;
  border-radius: 0.2rem;
}

.printout-colors .printout_wrap article span {
  position: relative;
}

.printout-colors .printout_wrap article span .fa-paint-brush {
  position: absolute;
  top: 45%;
  right: -4px;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #2a4068;
}

.printout-colors .printout_wrap article input[type="color"]:hover:after {
  color: #e9c027;
}

.printout__color-display {
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
}

.printout__color-display .display_tbl {
  padding: 1rem;
}

.printout__color-display table {
  margin: 0;
  border: none !important;
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
}

.printout__color-display table thead tr th {
  background-color: #343a40;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
}

.printout__color-display table thead tr th:first-child {
  border-radius: 0.25rem 0 0 0;
  -moz-border-radius: 0.25rem 0 0 0;
  -webkit-border-radius: 0.25rem 0 0 0;
}

.printout__color-display table thead tr th:last-child {
  border-radius: 0 0.25rem 0 0;
  -moz-border-radius: 0 0.25rem 0 0;
  -webkit-border-radius: 0 0.25rem 0 0;
}

.printout__color-display table tbody tr td {
  font-size: 1rem;
  letter-spacing: 0.028rem;
  line-height: 1;
  border-color: #d6d8db;
}

.printout__color-display table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  -webkit-border-radius: 0 0 0 0.25rem;
}

.printout__color-display table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
  -moz-border-radius: 0 0 0.25rem 0;
  -webkit-border-radius: 0 0 0.25rem 0;
}

.printout__color-display .display__header-wrap {
  background-color: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/***** END Printout Styles *****/
/*-------------------------- */
/***** Start Inbox page Styles *****/

.inbox_page .inbox_tabs {
  display: -ms-flexbox;
  display: flex;
}

.inbox_page .inbox_tabs .left_navbar {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 1px solid rgba(42, 64, 104, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(37, 27, 27, 0.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.inbox_page .inbox_tabs .left_navbar .toggle_collapse {
  color: #030303;
  padding: 1rem;
  display: block;
  text-align: right;
  font-size: 1rem;
  transition: all 0.5s linear;
}

.inbox_page .inbox_tabs .left_navbar.collapse_navabar .toggle_collapse i:before {
  content: "\f061";
}

.inbox_page .inbox_tabs .content__right-sec {
  flex: 1;
}

.inbox_page .inbox_tabs .content__right-sec .tab-content {
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.5rem;
}

.inbox_tabs .nav-pills {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  height: 100%;
}

.inbox_tabs .nav-pills li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inbox_tabs .nav-pills li a span {
  transition: all 0.28s linear;
  -webkit-transition: all 0.28s linear;
  -moz-transition: all 0.28s linear;
  -ms-transition: all 0.28s linear;
}

.inbox_tabs .nav-pills li a {
  background: transparent;
  color: #030303;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 1.1rem 1rem;
  border-radius: 0;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
}

.inbox_tabs .nav-pills li a i {
  padding-right: 1.2rem;
}

.inbox_tabs .nav-pills li.active a {
  cursor: default;
  user-select: none;
  background: #f2f6fb !important;
  color: #000;
  border-left: 3px solid #cdcdcd;
  transition: all 0.25s linear;
}

.inbox_tabs .nav-pills li a:hover {
  background: #f2f6fb !important;
  color: #000;
  border-left: 3px solid #cdcdcd;
}

/* .inbox_tabs .nav-pills li a:hover {
    background: rgba(255, 255, 255, 0.43) !important;
    border-left: 3px solid #000000;
  } */

.inbox_tabs .nav-pills li a .badge {
  color: #030303;
  font-size: 0.875em;
  padding: 0.25rem;
  font-weight: 600;
  line-height: 1;
  background: #f2f6fb;
  margin-left: auto;
  border-radius: 0.2rem;
}

.inbox_tabs .tab_clients .empty_tab {
  color: #707070;
  letter-spacing: 0.028rem;
}

.custom_datatable {
  position: relative;
  background: white;
  padding: 1.5rem 0;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.inbox_tabs .tab_clients .main-heading {
  text-transform: capitalize;
  position: absolute;
  top: 1.875rem;
  left: 1.5rem;
  margin: 0;
}

.custom_datatable table {
  border-bottom: 1px solid #dddddd !important;
}

.custom_datatable .dataTables_wrapper .dataTables_filter {
  margin-bottom: 1rem;
  float: right !important;
}

.custom_datatable .dataTables_wrapper .dataTables_filter input[type="search"] {
  height: 2.5rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #dddddd;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 1.5rem 0 0;
  background: #fff;
  width: 300px;
  margin-left: 0.5rem;
  z-index: 1;
}

.custom_datatable .dataTables_scrollBody {
  border-bottom: none;
}

.custom_datatable .dataTables_wrapper .dataTables_filter label {
  position: relative;
}

.custom_datatable .dataTables_wrapper .dataTables_filter label:before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #dddddd;
  font-weight: 900;
  font-size: 1rem;
  top: 0.75rem;
  left: 1rem;
}

.custom_datatable table thead tr th {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  padding: 1rem;
  background-color: #dae1ec;
  border: none;
  border-radius: 0;
  outline: none;
  color: #030303;
}

.custom_datatable table thead tr th:last-child {
  text-align: right;
  padding-right: 1.5rem;
}

.custom_datatable table tbody tr td {
  font-size: 1rem;
  padding: 1rem;
  letter-spacing: 0.028rem;
}

.custom_datatable .dataTables_wrapper .dataTables_info {
  padding: 0.5rem 1rem 0.5rem 0;
  color: #717171;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.018rem;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 1rem;
  font-weight: 300;
}

.custom_datatable table tbody tr td.select-checkbox {
  cursor: pointer;
}

.custom_datatable .dataTable tbody td.select-checkbox:before,
.custom_datatable .dataTable tbody th.select-checkbox:before {
  margin-top: 0;
  margin-left: -6px;
  border: 2px solid #ddd;
}

.custom_datatable .dataTable tr.selected td.select-checkbox:after,
.custom_datatable .dataTable tr.selected th.select-checkbox:after {
  margin-top: -4px;
  margin-left: -4px;
}

.custom_datatable .dataTable tbody td.select-checkbox:before,
.custom_datatable .dataTable tbody td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
}

.custom_datatable table tbody tr td.actions {
  text-align: right;
  padding-right: 1.5rem;
}

.custom_datatable table tbody tr td.actions a {
  color: #444444;
  font-size: 1em;
  margin-left: 1rem;
}

.custom_datatable table tbody tr td.actions a.delete {
  color: #dc3545 !important;
}

.custom_datatable .table_footerbtn {
  text-align: right;
  padding-right: 1.5rem;
}

.custom_datatable .table_footerbtn button {
  min-width: 140px;
}

.custom_datatable table tbody tr td .tags {
  font-family: "Open Sans", sans-serif;
  color: #7c7c7c;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0;
  border-radius: 0.1rem;
  line-height: 1;
}

.custom_datatable table tbody tr td a {
  color: #2a4068;
  text-decoration: none;
}

/***** END Inbox page Styles *****/

/***** Start Locker page Styles *****/
.locker_page .main-heading {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.locker_page .locker_grid .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.locker_page .row [class^="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.locker_page .main_grid {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 1rem;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.4rem;
  border: 1px solid #dadce0;
  transition: all 0.25s linear;
  height: 100%;
}

.locker_page .main_grid img {
  height: 36px;
  opacity: 0.3;
}

.locker_page .main_grid .live-icon {
  opacity: 1;
  position: absolute;
  top: 1px;
  right: 6px;
  animation: blinkicon 1.5s linear infinite;
  -webkit-animation: blinkicon 1.5s linear infinite;
  -moz-animation: blinkicon 1.5s linear infinite;
  -o-animation: blinkicon 1.5s linear infinite;
}

@-webkit-keyframes blinkicon {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinkicon {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.locker_page .main_grid h3 {
  color: #030303;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.locker_page .main_grid p {
  font-size: 0.875rem;
  text-align: left;
  color: #030303;
  padding-top: 1rem;
  margin: 0;
}

.locker_page .main_grid:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.locker__sidebar-modal {
  position: fixed;
  /* width: 75%; */
  width: 50%;
  top: 0;
  right: -200px;
  bottom: 0;
  background: #f1f4f7;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.locker__sidebar-modal.open {
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  overflow-y: auto;
  overflow-x: hidden;
}

body.lm-open {
  overflow: hidden !important;
  /* position: fixed; */
}

body.lm-open:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.locker__sidebar-modal .sidebar_header {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: #dee6eb 1px solid;
}

.locker__sidebar-modal .sidebar_header a {
  color: #999;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.15s linear;
}

.locker__sidebar-modal .sidebar_header .ss-regbtn {
  color: #030303 !important;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid #030303;
}

.locker__sidebar-modal .sidebar_header a:hover {
  color: #717171;
}

.locker__sidebar-modal .sidebar_header h3 {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-left: 1rem;
}

.locker__sidebar-modal .sidebar_body {
  padding: 1rem;
}

.locker__sidebar-modal .sidebar_body .ramax-media {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.locker__sidebar-modal .sidebar_body .ramax-media .video__embeded-sec {
  position: relative;
  margin-right: 1rem;
  flex-basis: 64.5%;
  display: flex;
  padding: 0;
}

.locker__sidebar-modal .sidebar_body .ramax-media .light__box-sec {
  display: flex;
  flex: 1;
  max-width: 100%;
}

.locker__sidebar-modal .sidebar_body a {
  display: inline-block;
  color: #2a4068;
  font-weight: 600;
  margin-bottom: 1rem;
}

.locker__sidebar-modal .sidebar_body a.normal-pd  {
  padding: 1rem;
}

.locker__sidebar-modal .sidebar_body a#sectorSession p bdi {
  display: none;
}

.box__grid-items.items-lg .item_wrap i {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #dbdbdb;
}

.box__grid-items.items-lg .item_wrap h3 {
  margin: 0;
}

.box__grid-items.items-lg .item_wrap {
  padding: 1.25rem;
}

.locker__sidebar-modal .sidebar_body p {
  line-height: 24px;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  margin-bottom: 1rem;
}

.locker__sidebar-modal .sidebar_body .graphic__data img {
  width: 9rem;
  float: left;
  margin-right: 1rem;
  border-radius: 0.4rem;
  border: 2px solid #e9c027;
  padding: 0.1rem;
}

.video__gallery-lightbox {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

.video__gallery-lightbox [class^="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.video__gallery-lightbox .video_item,
.video__gallery-lightbox .item_wrap
{
  display: flex !important;
  align-items: center;
  line-height: 1;
  background: #fff;
  margin-bottom: 1rem;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 0.4rem;
  transition: all 0.25s linear;
  text-decoration: none !important;
  margin: 5px;
}

.video__gallery-lightbox .item_wrap img {
  height: 40px;
  position: absolute;
  right: 20px;
}

.locker__sidebar-modal .sidebar_body a.live-link {
  background-image: url("../icons/live-icon.png");
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-size: 2.5rem;
  padding: 0.75rem 0 0.5rem 3.25rem;
  text-decoration: none;
  line-height: 1;
}

.video__gallery-lightbox .video_item figure {
  position: relative;
  background-image: url("../../img/video-poster.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 5rem;
  height: 4rem;
  margin: 0;
  border-radius: 0.4rem 0 0 0.4rem;
}

.video__gallery-lightbox .video_item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../icons/video_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 0.4rem 0 0 0.4rem;
  opacity: 0;
  transition: all 0.25s linear;
}

.video__gallery-lightbox .video_item:hover figure::after {
  opacity: 1;
}

.video__gallery-lightbox .video_item p,
.video__gallery-lightbox .item_wrap p
{
  flex: 1;
  font-size: 1rem;
  margin: 0;
  padding: 0 1rem;
  color: #030303;
  line-height: 20px;
  font-weight: 600;
}

.video__gallery-lightbox .video_item p bdi {
  font-size: 0.85rem;
  display: block;
  color: #717171;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  padding-top: 0.5rem;
}

.video__gallery-lightbox .video_item p bdi:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  padding-right: 0.25rem;
}

.video__gallery-lightbox .video_item p bdi:before {
  content: "\f017";
}

.video__embeded-sec {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 1rem;
}

.video__embeded-sec video {
  width: 100%;
  max-width: 100%;
}

/* E Deck */

.presentation-sec .prsn-slides {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 49.25%;
}

.presentation-sec .prsn-slides .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.presentation-sec .prsn-slides .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  top: 4.85%;
}

.presentation-sec .prsn-slides .carousel .item {
  width: 100%;
  height: 100%;
}

.presentation-sec .prsn-slides .carousel .item figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 65.5%;
  margin: 0 auto;
}

.presentation-sec .prsn-slides .laptop-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.presentation-sec .prsn-slides .laptop-screen {
  background-image: url("../images/financial-presentation/monitor.png");
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}

.presentation-sec .media-body {
  width: 100%;
  padding: 4rem 2rem 0;
  margin: 0 auto;
  text-align: center;
}

/*
  Custom Animations
  */
.presentation-sec .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.presentation-sec .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.presentation-sec .carousel-fade .carousel-inner .active.left,
.presentation-sec .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.presentation-sec .carousel-fade .carousel-inner .next.left,
.p resentation-sec.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.presentation-sec .carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .presentation-sec .carousel-fade .carousel-inner > .item.next,
  .presentation-sec .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .presentation-sec .carousel-fade .carousel-inner > .item.prev,
  .presentation-sec .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .presentation-sec .carousel-fade .carousel-inner > .item.next.left,
  .presentation-sec .carousel-fade .carousel-inner > .item.prev.right,
  .presentation-sec .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Light box styling **** */
.light__box-sec {
  margin-top: 1rem;
}

.light__box-sec .row {
  width: 100%;
  margin-left: -6px;
  margin-right: -6px;
}

.light__box-sec .row [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.light__box-sec a.gallery_thumb {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

.light__box-sec a.gallery_thumb figure {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  display: block;
  padding-top: 56.25%;
  margin: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.light__box-sec a.gallery_thumb figure:hover {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}

/* Software Terms */
.locker__sidebar-modal .sidebar_body .software_term .search_label {
  position: relative;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
}

.locker__sidebar-modal .sidebar_body .software_term .search_label::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #dddddd;
  font-weight: 900;
  font-size: 1.15rem;
  top: 0.875rem;
  left: 0.75rem;
}

.locker__sidebar-modal .sidebar_body .software_term .search_label input {
  height: 2.875rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #dddddd;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 1.5rem 0 0;
  background: #fff;
  z-index: 1;
  width: 100%;
}

.locker__sidebar-modal .sidebar_body .software_term p {
  background: #ffffff;
  border: 1px solid #dadce0;
  color: #030303 !important;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.locker__sidebar-modal .sidebar_body .software_term p strong {
  display: block;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.028rem;
  margin-bottom: 0.5rem;
}

/* Link Library */
.locker__sidebar-modal .sidebar_body .contat-details {
  margin: 2rem 0 0 0;
  padding: 0;
}

.locker__sidebar-modal .sidebar_body .contat-details li {
  list-style: none;
  line-height: 1;
  margin-bottom: 1rem;
}

.locker__sidebar-modal .sidebar_body .contat-details li i {
  color: #e9c027;
  font-size: 1.15rem;
  width: 1.5rem;
  margin: 0 auto;
  text-align: center;
}

.locker__sidebar-modal .sidebar_body .contat-details li a {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 0.5rem;
  color: #030303;
  letter-spacing: 0.028rem;
  transition: all 0.25s ease;
  font-weight: 400;
  text-decoration: none !important;
}

/* Box Grid items */

.box__grid-items .row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.box__grid-items .item_wrap {
  display: block;
  background: #ffffff;
  color: #030303 !important;
  text-decoration: none !important;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
  border: #ffffff 1px solid;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box__grid-items .item_wrap:hover {
  border: 1px solid #2a4068;
}

.box__grid-items .item_wrap p {
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

.box__grid-items .item_wrap h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  line-height: normal;
}

.box__grid-items .item_wrap img {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.25rem;
}

/* Contact image */
.contact__img-wrap {
  position: relative;
  padding-top: 56.25%;
  margin: 0;
}

.contact__img-wrap img {
  position: absolute;
  vertical-align: middle;
  border-style: none;
}

.contact__img-wrap .collage_img2 {
  width: 50%;
  bottom: 0;
  left: 13%;
  z-index: 2;
}

.contact__img-wrap .collage_img3 {
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
}

.contact__img-wrap .collage_img4 {
  width: 20%;
  bottom: 0%;
  right: 18%;
  z-index: 0;
}

/* Texture image */
.img_texture {
  position: relative;
  max-width: 100%;
  text-align: center;
  padding: 1.5rem;
  margin-top: 2rem;
}

.img_texture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dots_texture.svg");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: top left;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img_texture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dots_texture.svg");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img_texture img {
  width: 100%;
  max-width: 100%;
  padding: 0.1rem;
  border-radius: 0.4rem;
  margin: 0 auto;
}

/***** END Locker Styles *****/

/***** Start modal video Styles *****/
.bootstrap_modal .modal-content {
  box-shadow: none;
  outline: 0 !important;
  border: none;
  border-radius: 0.4rem;
}

.bootstrap_modal .modal-content .close {
  text-decoration: none !important;
  color: #ffffff !important;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  top: -1.5rem;
  right: -1.5rem;
  z-index: 1;
}

.modal.fade .modal-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
}

.bootstrap_modal .modal-content .modal-body {
  padding: 1rem;
}

.bootstrap_modal .modal-content .download-files {
  position: absolute;
  top: -1.85rem;
  left: 0;
  color: #fff;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.028rem;
}

.bootstrap_modal .modal-content .download-files i {
  font-size: 1.25rem;
}

/***** End Modal video Styles *****/

/***** Start Video Gallery Styles *****/
.video_gallery .video__gallery-inner {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.video_gallery .video__gallery-inner .video_player {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 43.5%;
}

.video_gallery .video__gallery-inner .video_player .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_gallery .video__gallery-inner .video_playlist {
  margin: 0 0 0 1rem;
  padding: 0;
  flex: 20rem;
  height: 497px;
  overflow-y: auto;
}

.video_gallery .video__gallery-inner .video_playlist li {
  list-style: none;
  display: block;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item {
  width: 100%;
  display: flex;
  padding: 0.2rem 0;
  text-decoration: none !important;
  margin-bottom: 0.25rem;
  transition: all 0.25s linear;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item:hover {
  background-color: #eaeaea;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item.active {
  background-color: #eaeaea;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item img {
  width: 5rem;
}

.video_gallery .video__gallery-inner .video_playlist li .video-item h3 {
  color: #030303;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  line-height: normal;
  margin: 0;
  font-weight: 600;
  padding: 0 0.5rem;
}

/***** Start Video Gallery Styles *****/

/***** Start Footer Styles *****/
/* footer{
  margin-top: auto;
} */

footer .copyright {
  background: #ffffff;
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  letter-spacing: 0.025rem;
  color: #444444;
}

footer .copyright a {
  color: #444444;
}

footer .copyright a:hover {
  text-decoration: underline;
}

.inbox_page .inbox_tabs .left_navbar.collapse_navabar {
  -ms-flex: 0 0 3.35rem;
  flex: 0 0 3.35rem;
  max-width: 3.35rem;
}

.inbox_tabs .collapse_navabar .nav-pills li a span {
  opacity: 0;
  font-size: 0;
}

/***** END Footer Styles *****/

/*---------------------------
      OWL Carousel CSS
  ----------------------------*/
/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
/*
   *  Owl Carousel - Core
   */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  background: #ffffff;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bootcamp-inner .border-lines {
  padding: 0.5rem 0 1.5rem 0;
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

button.owl-dot.active span {
  background: transparent !important;
  border: 1px solid #e9c027;
}

.display-mobile {
  display: none;
}

/* OWL Carousel END */

/*  */
/*************************************************************\
     Clients page
   \************************************************************/

.clients__page-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-nav {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}

.clients__tab-content {
  flex: 1;
  margin-left: 1.5rem;
  position: relative;
  background: white;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.accordion-nav .panel-group {
  margin: 0;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 1px solid rgba(42, 64, 104, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.accordion-nav .panel-group .panel {
  margin: 0;
  border: none;
  border-bottom: 1px solid #dadce0;
  border-radius: 0.4rem 0.4rem 0 0;
}

.accordion-nav .panel-heading a {
  background: transparent;
  color: #030303;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 1.4rem 1rem;
  border-radius: 0;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.accordion-nav .panel-heading a[aria-expanded="true"] {
  background: #dee2e6;
}

.accordion-nav .panel-heading {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0.4rem;
}

.accordion-nav .panel-group .panel[data-radius="true"] {
  border-radius: 0 0 0.4rem 0.4rem;
  border-bottom: 0;
}

.accordion-nav .panel-group .panel[data-radius="true"] .panel-heading {
  border-radius: 0 0 0.4rem 0.4rem;
}

.accordion-nav .panel-group .panel[data-radius="true"] .panel-heading a {
  border-radius: 0 0 0.4rem 0.4rem;
}

.accordion-nav .panel-heading a i {
  font-size: 0.95rem;
  padding-right: 0.8rem;
}

.accordion-nav .panel-collapse .panel-body {
  padding: 0;
}

.accordion-nav .panel-collapse .panel-body li a {
  background: transparent;
  color: #030303;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.028rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 1.1rem 1rem;
  border-radius: 0;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.accordion-nav .panel-collapse .panel-body li a.active {
  background: #f2f6fb;
  border-left: 3px solid #cdcdcd;
  user-select: none;
  cursor: auto;
}

.accordion-nav .panel-collapse .panel-body li a i {
  font-size: 1rem;
  padding-right: 0.8rem;
}

/* 
   Clients tab  
   */

.clients__page-sec .clients__tabs-content {
  flex: 1;
  margin: 0 0 0 1.5rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid rgba(42, 64, 104, 0.18);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.clients_tab .tab_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #e7ecf3;
}

.clients_tab .tab_heading .main-heading {
  margin: 0;
  font-size: calc(0.8rem + 0.8vw);
}

.clients_tab .tab_heading .play-button {
  font-size: 1.5rem;
  line-height: 1;
  color: #2a4068;
}

.clients_tab .tab_heading .play-button i {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 10rem;
  padding: 0;
  margin: 0;
}

.clients_tab .tab_heading .play-button i:hover {
  border-color: #2a4068;
}

.clients_tab .filter_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}

.clients_tab .filter_form .search-input {
  position: relative;
  flex: 1;
  margin: 0;
  font-weight: unset;
}

.clients_tab .filter_form .search-input::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #dddddd;
  font-weight: 900;
  font-size: 1rem;
  top: 0.9rem;
  left: 1rem;
}

.form-control {
  flex: 1;
  height: 2.25rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  color: #030303 !important;
  letter-spacing: 0.028rem;
  font-weight: 400;
  padding: 0.7rem 1rem;
  resize: none;
  border-radius: 0.2rem !important;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none;
  margin: 0;
}

.md-input {
  width: 220px;
}

.form-control:focus,
.form-control:active {
  border-color: #dbdbdb !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

.form-control:disabled {
  background: #dbdbdb !important;
  color: #666666 !important;
  user-select: none;
  pointer-events: none;
}

[data-inputType="currency"] {
  text-align: right;
}

.clients_tab .filter_form .search-input .form-control {
  padding-left: 2.5rem;
  height: 2.75rem;
  outline: none !important;
  box-shadow: none !important;
}

.clients_tab .filter_form .btn {
  margin-left: 0.5rem;
}

.clients_tab .filter_form .btn i {
  font-size: 0.875rem;
  padding-right: 0.5rem;
}

.unorder__data-list {
  position: relative;
  margin-top: 1rem;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.unorder__data-list article main {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.unorder__data-list article main .custom-checkbox,
.unorder__data-list article main .custom-radio {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  margin: 0 0.5rem 0 0;
}

.unorder__data-list article {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dadce0;
}

.unorder__data-list article:hover {
  background-color: #f8f8f9;
}

.unorder__data-list article .collapse {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0 1rem 0;
  border-top: 1px solid #dbdbdb;
  padding: 1rem 0 0 0;
  transition: all 0.15s linear;
}

.unorder__data-list article .collapse .grid_body {
  padding: 0.5rem;
}

.unorder__data-list article .collapse .collapse-head {
  padding: 0.5rem;
}

.unorder__data-list article .collapse .collapse-head ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.unorder__data-list article .collapse .collapse-head ul li {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.clients-list .fas.fa-times {
  /* color: #656565; */
  font-size: 1rem;
}

/* .unorder__data-list article:last-child {
    border-bottom: none;
  } */

.unorder__data-list article main .online-status {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.1rem solid #dbdbdb;
  border-radius: 10rem;
  margin-right: 0.5rem;
}

.unorder__data-list article main .online-status.gray-circle {
  background: #dbdbdb !important;
}

.unorder__data-list article main .online-status.online {
  background: #01bf01;
  border-color: #01bf01;
  box-shadow: 0 0 0 0.2rem rgb(1 191 1 / 15%);
}

.unorder__data-list article main b {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.028rem;
}

.unorder__data-list article main .icon {
  color: #030303;
  padding-left: 1rem;
  font-size: 1rem;
}

.unorder__data-list article aside a.btn.btn-default {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

.unorder__data-list article aside a {
  margin-left: calc(0.1rem + 0.3vw);
  color: #030303;
  font-size: 1.05rem;
}

.unorder__data-list article aside em {
  margin-left: calc(0.1rem + 0.3vw);
  color: #777;
  display: inline-block;
  font-family: "Open Sans italic", sans-serif !important;
  font-size: 0.8rem;
}

.unorder__data-list article aside a .fa-flag {
  color: #1e324b;
}

.scenario-list article:first-of-type {
  background-color: #dee2e6;
  padding: 0.875rem 1rem;
}

.scenario-list article:first-of-type main bdi {
  position: relative;
  visibility: hidden;
}

.scenario-list article:first-of-type main bdi:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  visibility: visible;
  background-image: url("https://steve.crm.thomasgold.com/favicon32x32.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.scenario-list article aside .fas.fa-bars {
  cursor: move;
}

.scenario-list article:focus,
.scenario-list article:active {
  border: 1px dashed;
  background: #e7ecf3;
  cursor: move;
}

.scenario-list main bdi {
  padding-right: 0.75rem;
  line-height: 1;
  font-style: normal;
  color: #999;
  font-size: 0.875rem;
}

.clients_tab .buttons-list {
  width: 100%;
  text-align: right;
  padding: 2rem;
}

.clients_tab .buttons-list .btn {
  margin-left: 0.5rem;
}

.clients_tab .buttons-list .btn i {
  font-size: 0.875rem;
  padding-right: 0.5rem;
}

/* Client management tabs */
.custom__tab-panels {
  display: flex;
  align-items: baseline;
  padding: 1rem;
}

.custom__tab-panels .panel {
  flex: 1;
  border-color: #dadce0;
  box-shadow: none;
  border-radius: 0.4rem;
  min-height: 370px;
}

.custom__tab-panels .panel:first-child {
  margin-right: 1rem;
}

.custom__tab-panels .panel .panel-heading {
  text-align: center;
  font-family: "Open Sans";
  color: #030303;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem;
  letter-spacing: 0.028rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-color: #dadce0;
  background: #dee2e6;
}

.custom__tab-panels .panel-body {
  padding: 1rem;
}

.custom__tab-panels .panel-body .unorder__data-list {
  margin: 0;
}

.custom__tab-panels .panel-body .unorder__data-list article {
  padding: 0.5rem 1rem;
  background: #f2f4f6;
  border-radius: 0.4rem;
  margin-bottom: 0.65rem;
  cursor: move;
  border: 1px solid #dadce0;
}

.custom__tab-panels .panel-body .unorder__data-list article:hover {
  border: 1px dashed;
  background: #e7ecf3;
}

.custom__tab-panels .panel-body .unorder__data-list article aside {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom__tab-panels .panel-body .unorder__data-list article aside .btn {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.42);
  text-transform: capitalize;
}

.integrations-list {
  padding: 0;
  margin: 2rem 0 0 0;
}

.integrations-list li {
  list-style: none;
  margin-bottom: 0.25rem;
}

.integrations-list li a img {
  height: 2rem;
  width: 2rem;
}

.integrations-list li a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.integrations-list li a span {
  display: inline-block;
  padding-left: 0.55rem;
  color: #030303;
  letter-spacing: 0.028rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.integrations-list li a:hover span {
  padding-left: 0.7rem;
}

/* Breadcumb */
.breadcrumb-wrap {
  background: transparent;
  position: relative;
  top: -35px;
  margin: 0 0 -35px 0;
}

.breadcrumb-wrap .breadcrumb-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  background: #fafaff;
  padding: 0.875rem;
  border-radius: 0.4rem 0.4rem 0 0;
  /* border-bottom: 1px solid #eaeaea; */
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  background-color: transparent;
  border: none;
}

.breadcrumb-wrap .breadcrumb a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.028rem;
  color: #030303;
  transition: all 1s linear;
}

.breadcrumb-wrap .breadcrumb > li + li:before {
  color: #777;
}

.breadcrumb-wrap .breadcrumb > li {
  color: #777;
}

/* Breadcumb */
/* Top nav tabs design */
.top__nav-tabs .nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.top__nav-tabs .nav-list li {
  list-style: none;
  line-height: 1;
}

.top__nav-tabs .nav-list li a {
  color: #030303;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.028rem;
  margin-right: 0.25rem;
  padding: 0.8rem;
  display: inline-block;
  border-radius: 0.2rem;
  text-decoration: none;
  min-width: calc(80px + 2vw + 2vmin);
  text-align: center;
  transition: all 0.35s ease-in-out;
  border: 1px solid #dbdbdb;
}

.top__nav-tabs .nav-list li a.active {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
  user-select: none;
  cursor: default;
}

.breadcrumb-wrap.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 15%);
}

.breadcrumb-wrap.fixed .site-container {
  max-width: 100%;
}

.breadcrumb-wrap.fixed .breadcrumb-inner {
  border: none;
  padding: 0.25rem;
  border-radius: 0;
}

.breadcrumb-wrap.fixed .breadcrumb-inner .top__nav-tabs .nav-list li a {
  font-size: 0.75rem;
  padding: 0.65rem;
}

.breadcrumb-wrap.fixed .breadcrumb a,
.breadcrumb-wrap.fixed .breadcrumb > li {
  font-size: 0.75rem;
}

/* Top nav tabs design */

/* quick access tools */
body.quick-access-cursor .form-control:hover {
  /*../../contents/icons/"../../contents/images/icons/marker.svg"), auto; */
  background-color: #e9c027 !important;
  background: #e9c027 !important;
}

.top__nav-tabs .ra-shortcuts {
  border-left: 2px solid #000;
  padding-left: 1rem;
}

.top__nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ra__shortcuts-tools {
  position: fixed;
  top: 35%;
  right: 0;
  display: none;
}

.ra__shortcuts-tools .quick-access .drop-icon {
  padding: 0 0.7rem;
  font-size: 1.5rem;
  line-height: 1;
  outline: none !important;
  /* box-shadow: none !important; */
  background: #fff;
  /* border: 2px solid #030303; */
  color: #030303;
  transition: all 0.5s linear;
  border-radius: 0.25rem 0.25rem 0 0;
  position: relative;
  z-index: 9;
  box-shadow: 0px -2px 4px 1px rgb(0 0 0 / 38%);
}

.ra__shortcuts-tools .quick-access .drop-icon i {
  padding: 0;
}

.ra__shortcuts-tools .quick-menu {
  left: auto;
  right: 0;
  min-width: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  /* border: 2px solid #030303; */
  border-radius: 0 0 0.25rem 0.25rem;
  transition: all 0.25s linear;
  transform: translateY(-15px);
  opacity: 0;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 38%);
}

.ra__shortcuts-tools .quick-menu.active {
  transform: translateY(0);
  opacity: 1;
}

.ra__shortcuts-tools .quick-menu li {
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.25s linear;
}

.ra__shortcuts-tools .quick-menu li:hover {
  background-color: #dbdbdb;
}

.ra__shortcuts-tools .quick-menu li a {
  padding: 7px;
  margin-bottom: 0.05rem;
  display: block;
}

.ra__shortcuts-tools .quick-menu li a img {
  height: 20px;
}

.modal-open .breadcrumb-wrap.fixed {
  z-index: 1051;
}

.breadcrumb-wrap.fixed .client__nav-tabs {
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.breadcrumb-wrap.fixed .client__nav-tabs ul li span {
  font-size: 0.7rem;
  padding: 0.085rem 0.7rem;
}

.breadcrumb-wrap.fixed .client__nav-tabs ul li a {
  font-size: 0.7rem;
  padding: 0.6rem 0.65rem;
}

/* collapse  */
.collapse-breadcrump {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #030303 !important;
  font-size: 1.5rem;
  line-height: 1;
}

.breadcrumb-wrap.fixed .collapse-breadcrump {
  right: -16px;
  transform: translateY(110px);
  background: white;
  padding: 0.4rem;
  border: 2px solid #030303;
  border-radius: 0.4rem;
}

.breadcrumb-wrap.fixed.collapsed {
  transform: translateY(-142px);
}

/* collapse  */

/* quick access tools */

/* custom tabs styles */
.ra-tabs .nav-tabs {
  background-color: #dae1ec;
  padding: 1rem 1rem 0;
}

.ra-tabs .nav-tabs li a {
  border: none !important;
  color: #030303;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  background: #ebeff5;
  transition: all 0.3s ease-in-out;
}

.client__nav-tabs ul li.active a {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
  user-select: none;
  cursor: default;
}

.ra-tabs .nav-tabs li.active a {
  background: #fff;
}

.ra-tabs .nav-tabs li a:hover {
  background: #fff;
}

/* custom tabs styles */

/* Inline form table view */
.grid__form-block .inline-header {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  background: #dee2e6;
}

.grid__form-block .inline-header li {
  list-style: none;
  flex: 1;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
  padding: 1rem;
  line-height: 1;
  border-right: 1px solid #fff;
  user-select: none;
}

.grid__form-block .inline-header li.cta-control {
  flex: 0 0 8rem;
  width: auto;
  min-width: 8rem;
}

.grid__form-block,
.table_grid {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
}

.grid__form-block .inline_grid {
  display: flex;
  align-items: center;
}

.grid__form-block .inline_grid .item {
  flex: 1;
  margin: 0;
  margin: 0.5rem 0.5rem 0;
}

.grid__form-block .inline_grid aside.item {
  flex: 0 0 8rem;
  width: auto;
  min-width: 8rem;
  text-align: center;
}

.grid__form-block .inline_grid aside.item a {
  color: #030303;
  font-size: 1.05rem;
}

.grid__form-block .inline_grid aside.item a + a {
  padding-left: 1rem;
}

.grid__form-block .inline_grid.striped:nth-child(even) {
  background: rgba(222, 226, 230, 0.39);
}

.grid__form-block .inline_grid.striped .item {
  padding: 0.5rem;
  margin: 0;
}

.grid__form-block .inline_grid.striped:hover {
  background: rgba(222, 226, 230, 0.16);
}

.grid__form-block .inline_grid:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
  padding-bottom: 0.5rem;
}

.grid__form-block .inline_grid aside.item input[type="checkbox"],
.grid__form-block .inline_grid aside.item input[type="radio"] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.grid__form-block .inline_grid .item .form-control {
  /* width: 100%;
    max-width: 100%;
    padding: 0.55rem; */
}

.grid__form-block .inline_grid .item input[type="date"]::-webkit-inner-spin-button,
.grid__form-block .inline_grid .item input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.grid__form-block .inline_grid .item.currency {
  text-align: right;
}

.grid__form-block .inline_grid.yellow-line {
  background-color: #ffc107 !important;
}

.grid__form-block .inline_grid.red-line {
  background-color: #dc3545 !important;
  color: #ffffff;
}

/* inline form table view */

/*fieldsets  */
.input-fieldset {
  margin-bottom: 1rem;
}

.input-fieldset label {
  font-size: 0.9rem;
  letter-spacing: 0.028rem;
  text-transform: uppercase;
}

/* fieldsets */
.table_grid .toggle-show.table .input-label {
  opacity: 0;
  transition: all 0.25s linear;
}
/* Invalid error tooltip */
.validation-tooltip {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.validation-tooltip + .tooltip .tooltip-inner {
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.028rem;
  font-weight: 400;
  text-align: left;
  padding: 0.55rem 0.8rem;
  max-width: initial !important;
  border-radius: 0.4rem;
  width: auto;
  background: #030303;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.validation-tooltip + .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.validation-tooltip i {
  font-size: 1.0875rem;
  color: #dbdbdb;
}

.validation-tooltip i:hover {
  cursor: help;
}

.has-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -moz-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
}

.has-error + .validation-tooltip i {
  color: #dc3545 !important;
}

.has-error:focus,
.has-error:active {
  border-color: #dc3545 !important;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -moz-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
}

.has-error + .validation-tooltip:hover + .tooltip.in .tooltip-inner {
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -moz-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.36) !important;
}

.has-error + .validation-tooltip + .tooltip .tooltip-inner {
  background: #dc3545 !important;
}

.has-error + .validation-tooltip + .tooltip .tooltip-arrow {
  border-top-color: #dc3545 !important;
}

select.form-control + .validation-tooltip {
  padding-right: 1.05rem;
}

/* Invalid error tooltip */

/* Input group for clients tab */
.grid__form-block .inline_grid .item .input-group-addon {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.grid__form-block .inline_grid .item .input-group-addon select.form-control {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4rem 1rem 0.4rem 0.4rem !important;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  background: #ffffff url("../../contents/images/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50% !important;
  background-size: 0.85rem !important;
  -webkit-background-size: 0.85rem !important;
}

.grid__form-block .inline_grid .item .input-group-addon + .form-control {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* Input group for clients tab */

/* modal grid forms */
.modal-form .input-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-form .input-group label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  margin: 0;
  line-height: 1;
  flex: 35%;
  max-width: 35%;
}

.modal-form .input-group select.form-control {
  width: 100%;
  padding: 0.4rem 0.8rem 0.4rem 0.4rem !important;
  background: #ffffff url("../images/chevron_down.svg") no-repeat calc(100% - 0.15rem) 50% !important;
  -webkit-background-size: 0.8rem !important;
  background-size: 0.8rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-right: 1px solid #bfbfbf;
}

/* modal grid forms */

/* /.custom richText editor */
.richText .richText-editor {
  font-family: "Open Sans";
  font-size: 1rem;
}

.richText {
  background-color: #fafafa;
  border: #dee2e6 solid 2px;
}

.richText .richText-toolbar ul li a,
.richText .richText-toolbar a {
  color: #030303;
  background: #dee2e6;
}

.richText .richText-toolbar ul li a:hover,
.richText .richText-toolbar a:hover {
  color: #000000;
  background: #dee2e6;
}

.richText .richText-toolbar {
  background: #dee2e6;
}

/* /.custom richText editor */

/* clients tabs - 9 tabs */
.client__nav-tabs {
  background: #fff;
  padding: 0.875rem;
  text-align: center;
}

.client__nav-tabs ul {
  margin: 0;
  padding: 0.8rem 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.client__nav-tabs ul li {
  list-style: none;
  line-height: 1;
  position: relative;
}

.client__nav-tabs ul li span {
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  margin-right: 1px;
}

.client__nav-tabs ul li a {
  color: #030303;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.028rem;
  margin-right: 0.25rem;
  padding: 0.8rem;
  display: inline-block;
  border-radius: 0.2rem;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  border: 1px solid #dbdbdb;
  min-width: calc(70px + 2vw + 2vmin);
  text-align: center;
}

/* clients tabs - 9 tabs */

/* Expense plans */
.expense-plansec .panel-group {
  margin: 0;
}

.expense-plansec .panel-default {
  box-shadow: none;
  margin-bottom: 0.5rem;
  border: 1px solid #dadce0;
}

.expense-plansec .panel-default .panel-heading {
  padding: 0;
  background-color: #e7e7e7;
  border: none;
}

.expense-plansec .panel-default.household .panel-heading .left-sec i:before {
  background: #393;
}

.expense-plansec .panel-default.dailyliving .panel-heading .left-sec i:before {
  background: #7030a0;
}

.expense-plansec .panel-default.healthcare-insurance .panel-heading .left-sec i:before {
  background: #ffa500;
}

.expense-plansec .panel-default.transportation .panel-heading .left-sec i:before {
  background: #ff0;
}

.expense-plansec .panel-default.education .panel-heading .left-sec i:before {
  background: #c00000;
}

.expense-plansec .panel-default.entertainment .panel-heading .left-sec i:before {
  background: #2d4b73;
}

.expense-plansec .panel-default.miscellaneous .panel-heading .left-sec i:before {
  background: #09f;
}

.expense-plansec .panel-body {
  padding: 0.5rem;
}

.expense-plansec .panel-default .panel-heading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
}

.expense-plansec .panel-default .panel-heading .left-sec i {
  font-size: 1rem;
  font-weight: 700;
  color: #030303;
  font-style: normal;
  letter-spacing: 0.028rem;
  padding-left: 2rem;
  position: relative;
}

.expense-plansec .panel-default .panel-heading .left-sec i:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.25rem;
  border-radius: 0.2rem;
}

.expense-plansec .panel-default .panel-heading .right-sec strong {
  font-size: 1rem;
  font-weight: 600;
  color: #030303;
  font-style: normal;
  letter-spacing: 0.028rem;
  padding-right: 2rem;
}

.expense-plansec .panel-default .panel-heading .right-sec em {
  font-size: 1rem;
  color: #030303;
  font-style: normal;
  letter-spacing: 0.028rem;
  font-weight: 600;
}

.expense-plansec .panel-default .panel-heading .right-sec em i {
  margin-right: 0.45rem;
}

/* Expense plans */

/* Flags colors info modal */
.flags-colorinfo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

.flags-colorinfo i {
  font-size: 2rem;
  margin-right: 1rem;
}

.flags-colorinfo p {
  margin: 0 !important;
}

/* Flags colors info modal */

.prev-nextbtn a {
  color: #333;
  background-color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  border-radius: 0.2rem;
  padding: 0.6rem;
  text-decoration: none;
  line-height: 1;
}

.prev-nextbtn a i {
  padding: 0 0.5rem;
}

.ra-optionbtn .btn-default {
  font-size: 0.875rem;
  font-weight: 400;
  color: #030303;
  border-color: #ddd;
  min-width: 210px;
  padding: 0.55em;
  border-radius: 0.25rem !important;
}

.ra-optionbtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ra-optionbtn .btn-default:hover {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
}

.ra-optionbtn .btn-default.active {
  background: #2a4068;
  border-color: #2a4068;
  color: #fff;
}

.modal.tgcustom-modal .modal-body .ra-optionbtn {
  position: fixed;
  background: #f6f6f6;
  padding: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37);
  z-index: 4;
}

.modal.tgcustom-modal .modal-body .ra-optionbtn + .page__grid {
  padding-top: 5rem !important;
}

/*******************
   label for tabs 
   ******************/

.client__nav-tabs ul .firstchild {
  position: absolute;
  top: 0;
  left: -5px;
  width: calc(49% + 0.25vw);
  border-top: 1px solid #eaeaea;
  line-height: 1;
  color: #dbdbdb;
  border-left: 1px solid #eaeaea;
}

.client__nav-tabs ul .lastchild {
  position: absolute;
  top: 0;
  right: -2px;
  width: calc(50% + 1vw);
  height: 15px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.client__nav-tabs ul .lastchild:before {
  content: "Output";
  font-style: italic;
  font-weight: 600;
  color: #666;
  position: relative;
  top: -12px;
  background: #fff;
  display: inline-block;
  padding: 0 0.5rem;
}

.client__nav-tabs ul .firstchild:before {
  content: "Input";
  font-style: italic;
  font-weight: 600;
  color: #666;
  position: relative;
  top: -9px;
  background: #fff;
  display: inline-block;
  padding: 0 0.5rem;
}

.client__nav-tabs ul li:nth-child(6):before {
  content: "";
  position: absolute;
  top: -12px;
  right: 1.5px;
  width: 0.8px;
  height: 23px;
  background: #eaeaea;
}

/*#region TG tv Modal */
.tg__tv-modal .left-sec,
.tg__tv-modal .center-sec,
.tg__tv-modal .right-sec {
  flex: 1;
  display: flex;
  align-items: center;
}

.tg__tv-modal .left-sec h4 {
  font-size: 1.25rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}

.tg__tv-modal .center-sec {
  justify-content: center;
}

.tg__tv-modal .center-sec i {
  font-size: 1.7rem;
}

.tg__tv-modal .center-sec h4 {
  font-size: calc(0.875rem + 0.55vw);
  padding-left: 0.6rem;
  font-weight: 600;
}

.tg__tv-modal .right-sec {
  justify-content: flex-end;
}

.tg__tv-modal .right-sec a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-top: -7px;
  text-decoration: none;
}

/* video player */
.tgtv-modwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.tgtv-modwrap .tgtv_videlist {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
  min-width: 400px;
  height: 100%;
  overflow-y: auto;
}

.tgtv-modwrap .tgtv_videlist .panel {
  border: none;
  background: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0.05rem 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-heading {
  background-color: transparent;
  border: none !important;
  padding: 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-title a {
  font-size: 1.1rem;
  color: #030303;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.028rem;
  display: block;
  padding: 0.85rem 0.5rem;
  text-decoration: none;
  background: #dee2e6;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-title a:hover {
  background: #d3d8de;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body {
  border: none;
  padding: 0.5rem;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul:last-of-type {
  margin: 0;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul b {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: inline-block;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li {
  list-style: none;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  font-size: 1rem;
  color: #030303;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025rem;
  cursor: pointer;
  transition: all 0.18s linear;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li i {
  color: #d6d8db;
  padding-right: 0.25rem;
  font-size: 1.2rem;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li.active {
  background: #f2f4f6;
}

.tgtv-modwrap .tgtv_videlist .panel .panel-body ul li:hover {
  background: #f2f4f6;
}

.tgtv-modwrap .video-sec {
  flex: 1;
}

.tgtv-modwrap .video-sec .video-wrap {
  width: 100%;
  max-width: 100%;
  /* height: 100%;
    position: relative;
    padding-top: 55%; */
  background: black;
}

.tgtv-modwrap .video-sec .video-wrap video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
}

.tg__tv-modal .modal-lg .modal-body {
  height: calc(100vh - 64px - 75px - 3rem);
  padding: 0;
  overflow: hidden !important;
}

/*#endregion */

/* #region Reports */
.reports-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 0;
}

.reports-btn .btn {
  padding: 0.55rem 0.8rem;
  margin-left: 0.5rem;
}

.reports-btn .btn i {
  color: #666;
  font-size: 1rem;
  line-height: 1;
}
.desc-card {
  padding: 0.8rem;
}

/* toggle reports layout */

.reports-grid {
  width: 100%;
  height: 100%;
}

.reports-grid ul {
  margin: 0;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.reports-grid ul li {
  list-style: none;
  width: calc(50% - 0.25rem);
  max-width: calc(50% - 0.25rem);
  padding: 0.8rem;
  background: #ffffff;
  border: 1px solid #dadce0;
  margin: 0 auto 0.25rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #030303;
}

.reports-grid ul li:last-child,
.reports-grid ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.reports-grid ul li strong {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.reports-grid ul li b {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
/*#endregion */

/* #region Reports & Prints */
.print__scenario-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.print__scenario-sec .printed-scenario {
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 1.5rem 0 0;
  border-right: 1px solid #dbdbdb;
}

.print__scenario-sec .scenario-right {
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 0 0 1.5rem;
}

.print__scenario-sec h4 {
  color: #030303;
  text-shadow: none;
  margin: 0 0 1rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.print__scenario-sec article {
  border: 2px dashed #dbdbdb;
  padding: 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  cursor: move;
  transition: all 0.25s linear;
  background-color: #fafafa;
}

.print__scenario-sec article .grid_header p {
  color: #ffffff;
  margin: 0;
  font-size: 0.8rem;
}

.print__scenario-sec article .grid_col {
  margin-bottom: 0;
}

.print__scenario-sec article .table-footer {
  padding: 0.45rem;
  background: transparent;
}

.print__scenario-sec article .table-footer .btn {
  padding: 0.45rem 0.65rem;
  font-size: 0.85rem;
}

.print__scenario-sec article .table-footer .btn i {
  color: #666666;
}

.print__scenario-sec article .desc-card {
  background: #fff;
  border: none;
  font-family: inherit;
  color: #030303;
}

.print__scenario-sec .empty-txt {
  padding: calc(1.5rem + 1.5vw);
  color: #777;
}

.print__scenario-sec article .grid_col .notes-eidt textarea {
  font-size: 0.8rem;
  border: 1px solid #030303;
  margin-bottom: 0.5rem;
}

.print__scenario-sec article .grid_col .notes-eidt {
  padding: 0.5rem;
  background: #ffffff;
}

.full-reporttab {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.full-reporttab .report-list {
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 1rem 0 0;
  /* border-right: 1px solid #dbdbdb; */
}

.full-reporttab .selctpages {
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 0 0 1rem;
}

.full-reporttab .selctpages .pagelist {
  margin: 0;
  padding: 1rem 0 0 1.5rem;
}

.full-reporttab .selctpages .pagelist li {
  list-style: none;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  margin-bottom: 0.18rem;
}

.summary-grid table {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.25s linear;
}

.summary-grid .reports-grid {
  display: block !important;
  transition: all 0.25s linear;
}

.summary-grid .gridToggleBtn i:before {
  content: "\f00b";
}

/*#endregion */
.modal-form .input-group.inputfile {
  flex-direction: column;
  max-width: 100%;
  align-items: flex-start;
}

.modal-form .input-group.inputfile .input-label {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.modal-form .input-group.inputfile input[type="file"] {
  padding: 0.25rem;
  border-style: dashed;
  border-width: 2px;
  font-size: 0.875rem;
  cursor: pointer;
}

/* #region Calculator page */
.ra-tabs.calc-tab ul {
  display: flex;
}

.ra-tabs.calc-tab ul li {
  flex: 1;
  text-align: center;
}

.archivetab ul > li a i {
  font-size: 1.08rem;
  padding-right: 0.2rem;
  color: #313131;
}

/* #endregion */

/* #region Graph Grid */
.panel-grid {
  box-shadow: 1px 5px 24px 0 rgb(57 73 171 / 5%);
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  padding: 0.25rem 0.25rem 0.8rem;
  text-align: center;
}

.panel-grid .grid-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  padding: 0.6rem 0 0 0;
  margin-top: 0.6rem;
}

.panel-grid .grid-footer article:first-child {
  border-right: 1px solid #dbdbdb;
}

.panel-grid .grid-footer article {
  font-size: 0.8rem;
  flex: 1;
}

.panel-grid .grid-body b {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1;
}

.panel-grid .grid-footer article span {
  display: inline-block;
  width: 100%;
}

.panel-grid .grid-footer article span:first-child {
  font-weight: 600;
  margin-block: 0.25rem;
}
/* #endregion */

.charts-legends {
  margin: 0 auto;
  width: calc(9rem + 3vw);
  padding: 2rem 0;
}

.charts-legends li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
}

.charts-legends li bdo {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}

.charts-legends li i {
  font-style: normal;
  margin-left: auto;
}
.charts-legends li em {
  font-style: normal;
}

.charts-legends li bdi {
  font-style: normal;
}

.charts-legends li:first-child {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grid_filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1rem;
}

.grid_filters .input-filter {
  flex: 1;
  margin: 0;
}

.grid_filters .input-filter .input-group-addon {
  background: transparent;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #ddd;
  font-size: 1.2rem;
}

.grid_filters .input-filter .form-control {
  height: 44px;
  border-left: 0;
  padding-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.grid_filters a {
  margin-left: 0.35rem;
}

/* #region Files/Folders */

.filefolder-sec {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.5rem;
}

.filefolder-sec .filefolder-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.col-grid {
  -ms-flex: 0 0 14.2857143%;
  flex: 0 0 14.2857143%;
  max-width: 14.2857143%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.filefolder-sec article {
  border: 1px solid #d6d8db;
  border-radius: 0.25rem;
  padding: 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s linear;
}

.filefolder-sec article:hover {
  border-color: #666;
}

.filefolder-sec article .nav-items {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0.2rem 0.2rem;
  line-height: 1;
}

.filefolder-sec article .nav-items li input[type="checkbox"] {
  width: 0.85rem;
  height: 0.85rem;
  cursor: pointer;
  margin-top: 3px;
}

.filefolder-sec .filefolder-head .view-options {
  padding-left: 1rem;
  color: #666;
  font-size: 1rem;
  line-height: 1;
}

.filefolder-sec article figure {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.filefolder-sec article span {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  margin: 0.65rem 0 0.1rem;
  color: #030303;
}

.filefolder-sec article small {
  font-size: 73%;
  font-style: normal;
  color: #777;
  font-weight: 500;
}

.filefolder-sec article .nav-items > li {
  list-style: none;
  flex: unset;
  text-align: unset;
}

.filefolder-sec article .nav-items > li.dropdown a i {
  font-size: 1.25rem;
  color: #666666;
}

.filefolder-sec article .nav-items li.dropdown {
  margin-left: 0.5rem;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu {
  display: none;
}

.filefolder-sec article .nav-items li.dropdown.open > .dropdown-menu {
  display: block;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu li {
  text-align: left;
  list-style: none;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu li a {
  text-align: left;
  font-weight: 600;
  padding: 0.5rem 0.8rem 0.5rem;
  font-size: 0.8rem;
}

.filefolder-sec article .nav-items li.dropdown li.dropdown.sub-dropdown .dropdown-menu {
  top: -5px;
  left: 100%;
  right: 0;
}

.filefolder-sec article .nav-items li.dropdown ul.dropdown-menu li a i {
  font-size: inherit;
  padding-right: 0.5rem;
  color: #666666;
  transition: all 0.25s ease-in-out;
}

.filefolder-sec .filefolder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  background: #f6f6f6;
  padding: 0.25rem;
  border-radius: 0.2rem;
}

.filefolder-sec .filefolder-head .right {
  flex: 1;
  width: 100%;
  text-align: right;
  padding: 8px 15px;
}

.filefolder-sec .filefolder-head .breadcrumb-inner {
  flex: 1;
}

.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb {
  margin: 0;
  background: transparent;
}

.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb li {
  flex: none;
  color: #030303;
  font-size: 0.8rem;
}
.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb li a {
  color: #030303 !important;
  font-size: 0.8rem;
}
.filefolder-sec .filefolder-head .breadcrumb-inner ul.breadcrumb li a i {
  color: #030303 !important;
}

.filefolder-sec article .nav-items li.dropdown li.dropdown.sub-dropdown {
  margin: 0;
}

.filefolder-sec article .nav-items li.dropdown li.dropdown.sub-dropdown a .fa-chevron-right {
  text-align: right;
  float: right;
  margin-top: 2.5px;
  padding: 0;
}
/* #endregion */

/* #region Grid view */
.filefolder-sec.list-view .filefolder-inner .col-grid {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

.filefolder-sec.list-view .filefolder-head .view-options i:before {
  content: "\f00a";
}

.filefolder-sec.list-view .filefolder-inner .col-grid article {
  flex-direction: row;
  padding: 0.5rem 3rem;
  border: none;
  border-bottom: 1px solid #d6d8db;
  border-radius: 0;
  transition: all 0.3s ease;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article:hover {
  background-color: #fafafa;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article figure {
  width: 2.2rem;
  height: 2.2em;
  background-size: contain;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article span {
  margin: 0 auto 0 1.5rem;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article small {
  font-size: 80%;
  margin-right: 1rem;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article ul.nav-items {
  height: 100%;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article ul.nav-items ul.dropdown-menu {
  left: auto;
  right: 0;
}

.filefolder-sec.list-view .filefolder-inner .col-grid article ul.nav-items ul.dropdown-menu .sub-dropdown .dropdown-menu {
  left: auto;
  right: 100%;
}
/* #endregion */

/* #region Portal page */
.portal_page .nav-pills li a i {
  font-size: 1.65rem;
  padding-right: 0.75rem;
}

.portal_page .back-btn {
  color: #030303;
  padding: 1rem;
  display: block;
  text-align: left;
  font-size: 1rem;
  transition: all 0.5s linear;
  text-decoration: none;
}

.portal_page .back-btn i {
  padding-right: 0.25rem;
  transition: all 0.25s linear;
}

.portal_page .back-btn:hover i {
  transform: translateX(-3px);
}

.portal_page .tab_inner {
  position: relative;
  background: white;
  border: 1px solid rgba(42, 64, 104, 0.18);
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.portal_page .tab_inner .portal_box section {
  border: 1px solid #dbdbdb;
  padding: calc(1.5rem + 1vw) calc(0.5vmin + 1vw);
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 9%);
}

.portal_page .tab_inner .portal_box section b {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.028rem;
}

.portal_page .tab_inner .portal_box section small {
  /* color: #777; */
  font-size: 90%;
  font-weight: 600;
}

.portal_page .tab_inner .portal_box section p {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  line-height: normal;
}

.portal_page .tabhead {
  padding: 1rem;
  background: #2a4068;
  border-radius: 0.25rem 0.25rem 0 0;
}

.portal_page .tabhead a + a {
  padding-left: 0.5rem;
}

.portal_page .tabhead h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.35rem;
  color: #ffffff;
}

.portal_page .tabhead a {
  color: #ffffff;
  font-size: 1.5rem;
}

.portal_page .tabhead span {
  color: #ffffff;
}

.portal_page .tabhead span i {
  font-size: 1.1rem;
}

.portal_page .filefolder-sec article small {
  display: none;
}

.tbl-vstripe tbody > tr > td:nth-of-type(even) {
  background: #f6f7f8;
}

/* #region Portal Chat */
.portal_chat {
  padding: 1.5rem;
}

.portal_chat .body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.portal_chat .body section {
  position: relative;
  max-width: 49%;
  min-width: 15rem;
  background: #f6f6f6;
  align-self: flex-start;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0 1rem 1rem 1rem;
}

.portal_chat .body section.you {
  align-self: flex-end;
  background: #f2f6fb;
  border-radius: 1rem 1rem 0 1rem;
}

.portal_chat .body section ul {
  position: absolute;
  top: -1.2rem;
  left: 0;
  right: 0;
  padding: 0 0.85rem 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.portal_chat .body section p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: #262626;
  letter-spacing: 0.025rem;
}

.portal_chat .body section ul li {
  list-style: none;
  color: #777;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.portal_chat .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.portal_chat .footer input[type="text"] {
  flex: 1;
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
  background: #fff;
  height: 54px;
  padding: 0.5rem 1rem;
  color: #030303;
  letter-spacing: 0.025rem;
  font-size: 1rem;
}

.portal_chat .footer .send-btn {
  border: 1px solid #dbdbdb;
  height: 54px;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  color: #030303;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none !important;
}

.portal_chat .footer .send-btn:hover {
  background: #fafafa;
}

.portal_page .nav-pills li a i.fas.fa-phone {
  color: #4caf50;
  margin-left: auto;
  animation: callalert 0.7s infinite linear;
}

@-webkit-keyframes callalert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes callalert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .modal-body.user-guide {
    height: 75vh;
    overflow-y: auto;
    color: #030303;
  } */

.user_guide-sec {
  padding: 1rem;
  height: 520px;
  overflow-y: auto;
}

.user_guide-sec h2 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  margin: 0 0 1.5rem 0;
}

.user_guide-sec p {
  font-size: 0.95rem !important;
  letter-spacing: 0.025rem;
  margin: 0 0 1.5rem 0;
}

.user_guide-sec p strong {
  font-weight: 600;
}

.user_guide-sec ul {
  margin: 0;
  padding-left: 1rem;
}

.user_guide-sec ul ul {
  margin: 0;
  padding-left: 1.5rem;
}

.user_guide-sec li {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 24px;
}

.user_guide-sec strong {
  font-weight: 600;
}

/* In page user guide  */

.userguide_collapse h3 {
  color: #666;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 800;
  text-shadow: none;
}

.userguide_collapse p {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  color: #666;
}

/* .portal_chat .chat_inner {
    height: 340px;
    overflow-y: auto;
  } */
/* #endregion */

/* #region Tooltip */
.table_grid table .popover {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.875rem;
  background: #f4f5f6;
  max-width: 410px;
  border: 2px solid #777;
  box-shadow: 0 0 8px 4px rgb(112 109 109 / 52%);
}

.table_grid table .popover.left > .arrow {
  /* top: 12px !important; */
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #f4f5f6;
}

.table_grid table .popover.left > .arrow:after {
  right: -13.5px;
  bottom: -12px;
  border-left-color: #777;
}

.table_grid table .popover.left > .arrow:after {
  border-width: 12px;
}

.table_grid table .popover h3.popover-title {
  font-size: 0.8rem;
  background: #ddd;
  color: #030303;
  padding: 0.8rem 0.5rem;
  /* text-shadow: none; */
}

.table_grid table .popover .popover-content {
  font-size: 0.8rem;
  text-align: left;
  padding: 0.5rem;
  transition: all 0.25s linear;
}

.table_grid table .popover .popover-content table tbody tr td {
  text-align: left;
  color: #030303;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.table_grid table .popover .popover-content table tbody tr.total td:last-of-type {
  border-top: 2px solid #777;
}

.table_grid table .popover .popover-content table tbody tr td.currency-field {
  text-align: right;
  font-weight: 800;
}

.table_grid table .popover .popover-content table tbody tr td.positive {
  color: #028a0f;
}

.table_grid table .popover .popover-content table tbody tr td.negative {
  color: #bb2d3b;
}
/* #endregion */

/* #endregion */

/* #region Sticky Menu *********************************8*/
.quick__access-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s linear;
}

.quick__access-menu.show {
  opacity: 1;
  visibility: visible;
}

.quick__access-menu .menu-inner {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 15px rgb(0 0 0 / 35%);
}

.quick__access-menu .logo img {
  max-width: 13rem;
}



.quick__access-menu nav.navbar {
  margin: 0;
  border: none;
  border-radius: 0;
}

.quick__access-menu .nav.navbar-nav li {
  border-left: 1px solid #dbdbdb;
  list-style: none;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.quick__access-menu .nav.navbar-nav li > a {
  color: #030303;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  line-height: 1;
  padding: 1.16rem;
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
  background: #fff;
}

.quick__access-menu .nav.navbar-nav li > ul {
  margin: 0;
  padding: 0;
  box-shadow: 0 11px 15px rgb(0 0 0 / 35%);
  background: #fff;
}

.quick__access-menu .nav.navbar-nav li > ul > li {
  border-left: 0;
}

.quick__access-menu .nav.navbar-nav li > a:hover {
  background: #f4f4f4 !important;
}

.quick__access-menu .nav.navbar-nav li.open > a {
  background: #f4f4f4;
}

.quick__access-menu .nav.navbar-nav li > ul > li + li {
  border-top: 1px solid #dbdbdb;
}

.quick__access-menu .nav.navbar-nav li > a.active {
  background: #f4f4f4;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul > li > a img {
  max-height: 1.35rem;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul {
  min-width: 5.5rem;
}

.quick__access-menu .nav.navbar-nav li.toolbar > ul > li > a {
  text-align: center;
  padding: 1rem 0.25rem;
}

.quick__access-menu .nav.navbar-nav li a.scrl_top i {
  font-size: 1.15rem;
  transition: all 0.5s ease;
}

.quick__access-menu .nav.navbar-nav li a.scrl_top {
  padding: 1rem 1.16rem;
}

.quick__access-menu .nav.navbar-nav li a.scrl_top:hover i {
  transform: translateY(-2px);
}

/* #endregion */

.grid-spinner {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-top.staticnav {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.navbar-top.staticnav ul li {
  display: none;
}

.navbar-top.staticnav ul{
  justify-content: center;
  padding: 0.25rem 0
}

.navbar-top.staticnav ul li a{
  font-size: 0.875rem;
}

.navbar-top.staticnav ul li:first-child  {
  display: block;
}

/* #region New locker video modal */
.locker__video-modal .modal-content .modal-body {
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.locker__video-modal .modal-content .modal-body .video_gallery {
  width: 100%;
  height: 100%;
}
.locker__video-modal .modal-content .modal-body .video_gallery .video__gallery-inner {
  align-items: flex-start;
}
.locker__video-modal .modal-content .modal-body .video_gallery .video_playlist {
  flex: unset;
  height: 100%;
  margin: 0;
}
.locker__video-modal .modal-content .modal-body .video__gallery-inner .video_player {
  position: unset;
  padding: 0;
  background: #ffffff;
  border: 3px solid #fff;
}
.locker__video-modal .modal-content .modal-body .video__gallery-inner .video_player video {
  position: unset;
}
.locker__video-modal .modal-content .modal-body {
  height: calc(100vh - 7rem);
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.locker__video-modal .modal-content .modal-body .video_gallery {
  width: 100%;
  height: 100%;
}

.locker__video-modal .modal-content .modal-body .video_gallery .video_playlist {
  flex: unset;
  height: 100%;
  margin: 0;
  padding: 2px 0 0 4px;
}

.locker__video-modal .modal-content .modal-body .video__gallery-inner .video_playlist li a {
  margin: 0;
  padding: 0.25rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.locker__video-modal .modal-content .modal-body .video__gallery-inner .video_playlist li a h3 {
  font-weight: 600;
  font-size: 13px;
  align-self: center;
}
/* #endregion New locker video modal */

/******************************************************\
  --------------------------------------------------------
    MEDIA QUERIES
  --------------------------------------------------------
   \******************************************************/
/* #region Media Queries */

@media (min-width: 1900px) {
  .site-container {
    max-width: 1899px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1336px) {
  .container-xl {
    max-width: 1320px;
    width: 1320px;
    margin: 0 auto;
  }
}

@media (min-width: 1199px) {
  .modal-lg {
    width: 1170px;
  }

  .header-main .container-fluid {
    display: flex;
    align-items: center;
  }
}

/*  Custom nav bar collaspe */
/* Header Collapse */
@media (max-width: 1199px) {
  .header-main nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .header-main .navbar-nav li > a {
    padding: 1rem;
  }

  .header-main .navbar-nav .notification_count {
    left: 4.5rem;
    right: auto !important;
  }

  .navbar-header {
    float: none;
  }

  .header-main .navbar-brand img {
    width: calc(13rem + 5vw);
  }

  .header-main .navbar-header {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 1.5rem;
  }

  .header-main .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header-main .navbar-header button.navbar-toggle {
    margin: 14px 0 0 0;
    border-color: #666;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0.4rem;
  }

  .header-main .navbar-brand {
    padding: 15px 15px 15px 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
    overflow: hidden;
    box-shadow: 0px 76px 29px -6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 76px 29px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 76px 29px -6px rgba(0, 0, 0, 0.3);
    padding: 0 1.5rem !important;
    margin: 0;
  }
}

/* Custom nav bar collaspe  */

@media (max-width: 1199px) {
  .inbox_page .inbox_tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inbox_page .inbox_tabs .left_navbar {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .inbox_page .inbox_tabs .content__right-sec {
    flex: 100%;
  }

  .inbox_page .inbox_tabs .content__right-sec .tab-content {
    padding: 2rem 0 0 0;
  }

  .inbox_page .inbox_tabs .left_navbar .toggle_collapse {
    display: none;
  }

  .contact__us-modal .contact__us-inner figure {
    display: none;
  }

  .site-container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .locker__sidebar-modal {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .header__bg-hero {
    background-size: cover;
    background-attachment: local;
  }
}

@media (max-width: 767px) {
  .page__grid .grid_form .input-group .input-lable {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
  }

  .page__grid .grid_form .input-group .form-control {
    margin-bottom: 0.5rem;
  }

  .page__grid .grid_body {
    padding: 1.5rem;
  }

  .page__grid .grid_col {
    margin-bottom: 1.5rem;
  }

  .main__comments-body .comment-item .user-media.replies-sec {
    width: calc(100% - 3rem);
  }

  .market-inner article {
    flex: 100%;
    max-width: 97%;
    margin: 0 auto 1rem auto;
  }
}

@media (max-width: 575px) {
  .page__grid .grid_body {
    padding: 1rem;
  }

  .page__grid .grid_form .input-group .input-lable.checbox-lable .form-control {
    width: 2.25rem;
  }

  .page__grid .grid_col {
    margin-bottom: 1rem;
  }

  .add__coment-sec textarea {
    height: 7rem;
    width: 100%;
    padding: 1rem 1rem 1rem 5rem;
    margin-bottom: 1rem;
  }

  .main__comments-body .comment-item .user-media .media-body .comments_activities li a span {
    display: none;
  }

  .main__comments-body .comment-item figure figcaption .user-ratings {
    font-size: 0.7rem;
  }

  .tg__talk-wrap .tg_header {
    flex-direction: column;
    align-items: baseline;
  }

  .tg__talk-wrap .tg_header .input-group {
    width: 100%;
    margin-top: 1rem;
  }

  .tg__talk-wrap .tg_header h2 {
    font-size: 1.25rem;
  }

  .add__coment-sec .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: initial;
    border-radius: 0;
  }

  .locker__sidebar-modal {
    width: 90%;
  }

  .contact__us-inner article ul li {
    padding: 0.65rem 0;
  }

  .contact__us-modal .contact__us-inner article ul li a {
    font-size: 0.875rem;
  }

  .contact__us-modal .contact__us-inner article ul li i {
    font-size: 1.25rem;
  }

  .modal.tgcustom-modal .modal-dialog {
    width: 90%;
  }
}

/* #endregion */

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 red;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 red;
  }
}

/* #region Custom  Scrollbar  ****************************************************/
/* 
  body::-webkit-scrollbar,
  body ::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px
  }
  
  body::-webkit-scrollbar:vertical,
  body ::-webkit-scrollbar:vertical {
    width: 10px
  }
  
  body::-webkit-scrollbar:horizontal,
  body ::-webkit-scrollbar:horizontal {
    height: 10px
  }
  
  body::-webkit-scrollbar:hover,
  body ::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09)
  }
  
  body::-webkit-scrollbar-thumb,
  body ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 100px
  }
  
  body::-webkit-scrollbar-thumb:active,
  body ::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .61);
    -webkit-border-radius: 100px
  } */

/*  #endregion ***********************************************/
/*---------------------------
	Inner Pages
----------------------------*/
.inner-page {
  width: 100%;
  height: 100vh;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page {
  flex: 420px;
  max-width: 420px;
}

.login-page .login-wrap {
  text-align: center;
  background: #ffffff;
  padding: calc(1.5rem + 1vw);
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}

.inner-page img {
  width: 70%;
  max-width: 100%;
  margin-bottom: 2rem;
}

.login-page .login-wrap .forgot-pass {
  font-size: 1.25rem;
  letter-spacing: 0.026rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.login-page .login-wrap .forgot-passtxt {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.026rem;
}

.login-page .login-wrap form .form-group {
  margin-bottom: 1.5rem;
}

.login-page .login-wrap form .form-group .form-control {
  height: 3rem;
  font-size: 1rem;
  color: #282826;
  letter-spacing: 0.026rem;
  border-color: #bfbfbf;
  border-right: none;
  outline: none !important;
  box-shadow: none !important;
}

.login-page .login-wrap form .input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.login-page .login-wrap form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .input-group .input-group-addon {
  background: transparent;
}

.login-page .login-wrap form .form-group .input-group .input-group-addon i {
  color: #e9ecef;
  font-size: 1.1rem;
}

.login-page .login-wrap form .form-group .input-group .input-group-addon.toggle-password {
  border-left: none;
}

.login-page .login-wrap form .form-group .input-group .input-group-addon.toggle-password i {
  color: #717171;
}

.login-page .login-wrap form .custom-checkbox {
  text-align: left;
  cursor: pointer;
}

.login-page .login-wrap form .btn {
  width: 100%;
  margin: 1.5rem 0;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}

.login-page .login-wrap .forgot_password {
  color: #e9c027;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.026rem;
  line-height: 1;
}

.login-page .login-wrap .forgot_password:hover {
  text-decoration: underline;
}

/* 9-8-2020 */
.login-page .login-wrap .or {
  display: block;
  margin: 1.5rem 0;
  background: #dbdbdb;
  width: 100%;
  height: 1px;
  position: relative;
}

.login-page .login-wrap .or:after {
  content: "or";
  background: #fff;
  width: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-page .login-wrap .register-btn {
  width: 100%;
  margin: 1.5rem 0;
  font-weight: 500;
  font-size: 1rem;
  margin: 0.65rem 0 0 0;
  text-transform: uppercase;
}
.login-page .login-wrap .register-btn:hover {
  background-color: #2a4068;
  color: #fff;
  border: 1px solid #2a4068;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/*  */
/*---------------------------
	Free Trial Styles
----------------------------*/

.free__trial-wrap {
  width: 100%;
  min-height: 100vh;
  background-image: url("/images/forclientbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.free__trial .free__trial-inner article a.logo {
  position: absolute;
  top: 3rem;
}

.free__trial-wrap .free__trial {
  width: 100%;
  height: 100%;
}

/* .free__trial-modal .modal-content {
  background-image: url('/images/forclientbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.free__trial .free__trial-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.free__trial .free__trial-inner .logo img {
  width: 18rem;
}

.free__trial .free__trial-inner article {
  max-width: 100%;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.free__trial .free__trial-inner article aside {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  flex: 1;
}

.free__trial .free__trial-inner article aside a {
  padding: 1rem 3rem;
}

.free__trial .free__trial-inner .trial_form {
  flex: 60%;
  max-width: 60%;
  padding: 3rem;
  /* background: #ffffffad; */
  height: 100%;
  display: flex;
  align-items: center;
}

.free__trial .free__trial-inner article h3 {
  color: #282826;
  letter-spacing: 0.025rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.free__trial .free__trial-inner article p {
  color: #282826;
  letter-spacing: 0.0185rem;
  margin-bottom: 1.15rem;
}

.free__trial .free__trial-inner .trial_form .form-group {
  margin-bottom: 1.5rem;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.free__trial .free__trial-inner .trial_form .form-group label {
  color: #282826;
  font-weight: 700;
  letter-spacing: 0.026rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.free__trial .free__trial-inner .trial_form .form-group .form-control {
  height: 3rem;
  font-size: 1rem;
  color: #282826;
  letter-spacing: 0.026rem;
  border-color: #bfbfbf;
  border-right: none;
  outline: none !important;
  box-shadow: none !important;
}

.free__trial .free__trial-inner .trial_form .form-group select.form-control {
  color: #282826 !important;
  width: 100%;
  padding-right: 2rem !important;
  background: #ffffff url("/build/images/chevron_down.svg") no-repeat calc(100% - 0.625rem) 50% !important;
  -webkit-background-size: 1.5rem !important;
  background-size: 1.5rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid #bfbfbf;
}

.free__trial .free__trial-inner .trial_form .form-group select.form-control:disabled {
  background-color: #e9ecef !important;
}

.free__trial .free__trial-inner .trial_form .form-group textarea {
  height: 100px !important;
  resize: none;
  border-right: 1px solid #bfbfbf !important;
}

.free__trial .free__trial-inner .trial_form .form-group .input-group span {
  background: white !important;
  border-left: none !important;
}

.free__trial .trial_form .form-group .input-group .input-group-append {
  margin: 0;
}

.free__trial .free__trial-inner .trial_form bdo {
  padding: 0.5rem 0 0 8px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 2rem;
  line-height: 1;
  font-family: "Lora", serif;
  color: #282826;
  display: block;
  width: 100%;
}

.free__trial .free__trial-inner .trial_form .form-group .input-group span i {
  color: #e9ecef;
  font-size: 1.15rem;
}

.free__trial .free__trial-inner .trial_form .btn {
  padding: 1.25rem 5rem;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}

/*---------------------------
	Free Trial Styles
----------------------------*/

/*---------------------------
	End Free Trial Styles
----------------------------*/

.signup_form.free__trial-wrap {
  background-position: 50% 0%;
}

.signup_form .term-condition {
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
  border-radius: 0.2rem;
  height: 10rem;
  overflow: scroll;
  padding: 1rem;
  color: #282826;
  margin-bottom: 1.5rem;
}

.signup_form .term-condition h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.signup_form .term-condition p {
  font-size: 0.875rem;
}

.signup_form .custom-checkbox .custom-control-label {
  color: #282826;
  font-weight: 700;
  letter-spacing: 0.026rem;
  margin-bottom: 1rem;
}

.signup_form .free__trial .free__trial-inner .trial_form bdo {
  margin-bottom: 1rem;
  padding: 0 0 0 8px;
  display: flex;
}

.signup_form .free__trial .free__trial-inner .trial_form .custom-control.custom-checkbox {
  margin-left: -7px;
}

/* 9-8-2020 */
.signup_form .free__trial .free__trial-inner .trial_form .btn {
  margin: 2rem 0 0 8px;
  width: auto;
  letter-spacing: 0.08rem;
  padding: 1rem 5rem;
}
/* 9-8-2020 */

.signup_form .info,
.reset_form .info {
  font-size: 0.7rem;
  display: block;
  line-height: 16px;
  font-style: normal;
  color: #717171;
}
.reset_form .info {
  font-size: 0.6em !important;
}
.signup_form .custom-checkbox [data-target="#licenseAgreementModal"] {
  color: #e9c027;
  font-weight: 500;
}

.signup_form .free__trial .free__trial-inner .trial_form .form-group select.form-control {
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

.free__trial .free__trial-inner article p a {
  color: #e9c027;
  font-weight: 600;
  padding: 0;
}

.free__trial .free__trial-inner article .contat-details {
  margin: 1rem 0 2rem 0;
  padding: 0;
}

.free__trial .free__trial-inner article .contat-details li {
  list-style: none;
  line-height: 1;
  margin-bottom: 1rem;
}

.free__trial .free__trial-inner article .contat-details li i {
  color: #e9c027;
  font-size: 1.15rem;
}

.free__trial .free__trial-inner article .contat-details li i.fas.fa-mobile-alt {
  padding-right: 5px;
}

.free__trial .free__trial-inner article .contat-details li a {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 0.75rem;
  color: #282826;
  letter-spacing: 0.028rem;
  /* text-transform: capitalize; */
  transition: all 0.25s ease;
}

.free__trial .free__trial-inner article .contat-details li a:hover {
  color: #e9c027;
  text-decoration: none;
}

.header-main .navbar-collapse {
  margin-left: auto;
}

.navbar-top .liveicon {
  display: none;
}

/* License Page */

.license-page p {
  margin: 2rem 0;
  text-align: left;
}

.license-page {
  text-align: center;
}

.license-page .alert{
  text-align: left;
  margin-bottom: 2rem;
  font-size: 16px;
}

.license-page .alert b{
  /* font-size: 17px; */
  font-weight: 600;
}
.license-page .btn-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.license-page .btn-group label.btn {
  max-width: calc(50% - 1rem);
  padding: 1.5rem;
  border: 2px solid transparent;
  border-radius: 0.28rem !important;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

.license-page .btn-group label.btn article img {
  width: 16rem;
  margin-bottom: 2rem;
}

.license-page .btn-group label.btn article p {
  margin: 0;
  word-break: break-all;
  white-space: normal;
  line-height: 22px;
}

.license-page .btn-group label.btn article {
  text-align: left;
}

.license-page {
  text-align: center;
}

.license-page .submitbtn {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  padding: 1rem;
  border-width: 2px;
}

.license-page .submitbtn:hover {
  border-color: #000;
}

.license-page .btn-group label.btn:hover {
  border-color: #1e324b;
  background: #fff;
}

.license-page .btn-group label.btn.active {
  border-color: #1e324b;
  background: #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.23);
}

.license-agrmnt .license-text {
  width: 100%;
  height: 600px;
  background: #fff;
  overflow-y: auto;
  text-align: left;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.license-agrmnt .license-text {
  width: 100%;
  height: 600px;
  background: #fff;
  overflow-y: auto;
  text-align: left;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.license-agrmnt .license-text h3 {
  margin: 2rem 0;
  font-size: 1.35rem;
  color: #000;
  font-weight: 600;
}

.license-agrmnt .license-text p {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.025rem;
}


/* License Page */

/*---------------------------
	Video Library Page
----------------------------*/
.videolib_page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.videolib_page .header .main-heading {
  margin-bottom: 2.25rem;
}

.videolib_page .header aside {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

.videolib_page .header aside select {
  padding: 0.5rem;
  height: 42px;
  cursor: pointer;
  border: 1px solid rgba(42, 64, 104, 0.5);
}


.videlibrary_modal .video_header {
  background: #030303;
  padding: 0.5rem;
  padding-top: 0.25rem;
  border-top-left-radius: 0.28rem;
  border-top-right-radius: 0.28rem;
}

.videlibrary_modal .video_header button {
  padding-right: 0.5rem;
}

.videlibrary_modal .modal-body .video_desc {
  color: white;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  padding: 0.5rem;
  padding-top: 0.25rem;
  margin: 0;
}


.videolib_page .videolib_grid .video_card .btn-default {
  background: #fff;
  color: rgba(3, 3, 3, 0.80);
  border: 1px solid rgab(42, 64, 104, 0.19);
  text-transform: capitalize;
}