/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&display=swap');
:root {
  --theme__color1: #EE322F;
  --theme__color2: #4CA54C;
  --font1: 'Prompt', sans-serif;
}
*,::before,::after {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 1.2;
  background: #F5F5F5;
  color: #000000;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font1);
  font-size: 15px;
}
a, a:active, a:focus, a:active, a:hover {
  text-decoration:none !important;
  color: inherit;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}
::placeholder {
  opacity: 1;
}
:focus::placeholder {
  opacity: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 700;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
  line-height: 1.2;
  margin-bottom: 15px;
}
p:last-child{
  margin: 0;
}
.main-wrap {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}






/* --preloader-- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #73469B;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/* --preloader-end-- */


/* ---form-section1--- */
.form-section1 {

}
.form-section1-inner {
  display: flex;
  min-height: 100vh;
}
.form-section1-main {
  width: 61%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-section1-header {
  width: 100%;
}
.logo_2 {
  width: 262px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme__color1);
}
.logo_2 img {
  width: 161px;
}
.form-section1-form {
  padding: 10px 0 50px;
  margin: auto;
  width: 80%;
  max-width: 540px;
}
.login-form {

}
.login-form .single-input {
  margin: 0 0 35px !important;
}
.login-form .submit-button-outer {
  margin-top: 60px !important;
}
.login-form .forgot-link:hover {
  text-decoration: underline !important;
}
.form-section1-message-side {
  padding: 50px;
  background: var(--theme__color1);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.form-section1-message-side-inner {
  max-width: 600px;
}
.form-section1-message-side .image {
  margin: 0 0 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section1-message-side .image img {

}
.form-section1-message-side .image .img1 {
  width: 146px;
}
.form-section1-message-side .image .img2 {
  width: 281px;
}
.form-section1-message-side .text {
  padding: 70px 0 50px;
  position: relative;
}
.form-section1-message-side .text .quote-icon {
  position: absolute;
  width: 34px;
}
.form-section1-message-side .text .quote-icon1 {
  top: 0;
  left: 0;
}
.form-section1-message-side .text .quote-icon2 {
  right: 0;
  bottom: 0;
}
.form-section1-message-side .text h3 {
  margin: 0 0 40px;
  font-size: 40px;
}
.form-section1-message-side .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
}
.tab-nav ul {

}
.tab-nav ul li {
  margin-right: 30px;
}
.tab-nav ul li:last-child {
  margin-right: 0;
}
.tab-nav ul li a {
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #DBDBDB;
  transition: 0.3s;
  display: flex;
  border-bottom: 3px solid transparent;
}
.tab-nav ul li a.active {
  color: #000;
  border-bottom-color: var(--theme__color1);
}
/* ---form-section1---end */


/* ---form-model1--- */
.form-model1 {

}
.form-model1 .title {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-model1 .title h2 {
  font-size: 35px;
  margin: 0;
}
.form-model1 label {
  font-size: 16px;
}
.form-model1 .single-input {
  width: 100%;
  margin: 0 0 20px;
}
.form-model1 .input-outer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.form-model1 .input {
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  resize: none;
  background: transparent;
}
.form-model1 .input.big {
  height: 130px;
}
.form-model1 .input:hover {
  border-color: #000;
}
.form-model1 .input-outer .hidden-left-chevron {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50px,-50%);
  opacity: 0;
  transition: 0.3s;
}
.form-model1 .single-input:hover .input-outer .hidden-left-chevron {
  opacity: 1;
  transform: translate(0px,-50%);
}
.form-model1 .input::placeholder {
  transition: 0.3s;
  opacity: 1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.form-model1 .input::-webkit-input-placeholder {
  transition: 0.3s;
}
.form-model1 .single-input:hover .input::placeholder {
  opacity: 0;
}
.form-model1 .submit-button {
  height: 55px;
  font-size: 16px;
  padding: 4px 15px;
  border: 2px solid #000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.form-model1 .submit-button:hover {
  color: #fff;
}
.form-model1 .submit-button::after {
  content: '';
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: -1;
  transform: translate(-40%,0);
  transition: 0.3s;
  border-radius: 490px;
  opacity: 0;
}
.form-model1 .submit-button:hover::after {
  opacity: 1;
  transform: translate(0);
}
.form-model1 .submit-button-short {
  width: 55%;
}
.submit-button-outer {
  padding: 0 0 50px;
  border-bottom: 2px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hover-34:hover a {
  color: var(--theme__color1);
}
.hover-34 a {
  transition: 0.3s;
}
.hover-78:hover a {
  font-weight: 700;
  text-decoration: underline !important;
} 
.hover-78 a {
  transition: 0.3s;
}
/* ---form-model1---end */


/* ---main-section--- */
.main-section {

}
.main-section-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-section-inner {

}
.main-header {
  z-index: 400;
}
.main-section-main-row {
  display: flex;
  flex-grow: 1;
}
.main-sidebar {
  width: 240px;
  flex-shrink: 0;
  background: #fff;
}
.main-section-main {
  width: calc(100% - 240px);
  background: #F5F5F5;
  position: relative;
  /* border: 2px solid red; */
  padding: 50px 56px;
}
/* ---main-section---end */


/* ---main-header--- */
.main-header {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.075);
}
.main-header-logo {
  width: 240px;
  height: 75px;
  background: var(--theme__color1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.main-header-logo img {
  width: 161px;
}
.main-header-user {
  margin: 0 auto 0 20px;
  font-size: 15px;
  font-weight: 400;
}
.header-menu {
  margin: 0 50px 0 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
}
.header-menu .title {
  margin: 0 15px 0 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}
.header-menu ul {
  display: flex;
  align-items: center;
}
.header-menu ul li {
  margin-right: 35px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li a {
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
  line-height: 1;
}
.header-menu ul li a .icon {
  height: 26px;
  width: 26px;
  margin: 0 9px 0 0;
}
.header-menu ul li a:hover {

}
.sidebar-header-menu {
  padding: 20px 10px 5px 18px;
  flex-direction: column;
  margin: 0 !important;
  align-items: flex-start;
}
.sidebar-header-menu ul {
  padding: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sidebar-header-menu ul li {
  width: 50%;
  margin: 0 0 12px !important;
}
.sidebar-header-menu ul li a {
  font-size: 12px;
}
.sidebar-header-menu ul li a .icon {
	height: 18px !important;
	width: 18px !important;
	margin: 0 10px 0 0;
}

.header-icon-menu {

}
.header-icon-menu ul {
  display: flex;
}
.header-icon-menu ul li {
  padding: 15px 26px ;
  border-left: 1px solid rgb(218, 218, 218);
  position: relative;
  z-index: 1;
}
.header-icon-menu ul li:last-child {
  
}
.header-icon-menu ul li a {

}
.header-icon-menu ul li a .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.header-icon-menu ul li:hover a .icon {
  opacity: 0.6;
}
.header-icon-menu ul li:nth-child(2):hover a .icon {
  transform: rotate(90deg);
}
.header-icon-menu ul li a .icon img {

}
.header-icon-menu ul li .custom-tooltip {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%,0);
  background: var(--theme__color1);
  color: #fff;
  padding: 3px 6px 3px;
  font-size: 11px;
  white-space: nowrap;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
}
.header-icon-menu ul li:hover .custom-tooltip {
  opacity: 1;
}

.sidebar-open {
  margin: 0 30px 0 10px;
  height: 40px;
  width: 40px;
  background: #000;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.sidebar-open span {
  display: flex;
  height: 12.5%;
  width: 12.5%;
  background: #fff;
  position: absolute;
  border-radius: 20%;
  transition: 0.3s;
}
.sidebar-open .span1 {
  top: 44.75%;
  left: 20%;
}
.sidebar-open .span2 {
  top: 44.75%;
  left: 20%;
}
.sidebar-open .span3 {
  top: 44.75%;
  left: 43.75%;
}
.sidebar-open .span4 {
  top: 44.75%;
  left: 68%;
}
.sidebar-open .span5 {
  top: 44.75%;
  left: 68%;
}
.sidebar-open.active .span1 {
  top: 28%;
  left: 28%;
  transform: rotate(45deg);
}
.sidebar-open.active .span2 {
  top: 61%;
  left: 28%;
  transform: rotate(45deg);
}
.sidebar-open.active .span3 {
  transform: rotate(45deg);
}
.sidebar-open.active .span4 {
  top: 61%;
  left: 61%;
  transform: rotate(45deg);
}
.sidebar-open.active .span5 {
  top: 28%;
  left: 61%;
  transform: rotate(45deg);
}

.sidebar-logout {
  margin: auto 0 0;
  padding: 50px 0 0;
  display: flex;
  align-items: center;
}
.sidebar-logout .icon {
  width: 37px;
  height: 37px;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
/* ---main-header---end */




/* ---main-sidebar--- */
.main-sidebar {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
.main-sidebar-inner {
  height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}
.main-sidebar-inner::-webkit-scrollbar {
  display: none !important;
}
.main-sidebar-inner-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.side-menu-wrap {

}
.side-menu-title {  
  min-height: 50px;
  padding: 10px 14px 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  color: #0F0F0F;
}
.side-menu-title h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.side-menu-title .icon {

}
.sidemenu-menu {

}
.sidemenu-menu ul {
  padding: 22px 0;
}
.sidemenu-menu ul li {

}
.sidemenu-menu ul li:last-child {

}
.sidemenu-menu ul li a {
  font-size: 15px;
  font-weight: 400;
  padding: 11px 14px 11px 24px;
  display: flex;
  color: #0F0F0F;
  position: relative;
}
.sidemenu-menu ul li a:hover {

}
.sidemenu-menu ul li a::after {
  content: '';
  height: 15px;
  width: 15px;
  background: var(--theme__color1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  transition: 0.3s;
  opacity: 0;
}
.sidemenu-menu ul li a:hover::after,
.sidemenu-menu ul li a.active::after
 {
  opacity: 1;
  transform: translate(0,-50%);
}
.sidemenu-menu ul li a:not(:hover):not(.active):after {
  width: 0;
}
/* ---main-sidebar--- */



/* ---panel-section--- */
.panel-section {
  --inner-space: 40px;
  --item: 2;
  margin: 0 calc(var(--inner-space) * -0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel-column {
  padding: 30px 35px 40px 40px;
  width: calc((100% / var(--item)) - var(--inner-space));
  border-radius: 5px;
  margin: 0  calc(var(--inner-space) * 0.5) var(--inner-space);
}
.panel-column-head {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}
.panel-column-head .icon {
  width: 60px;
  height: 60px;
  margin: 0 25px 0 0;
}
.panel-column-head .icon img {

}
.panel-column-head h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.panel-column-head .line {
  margin: 0 0 0 20px;
  height: 1px;
  flex-grow: 1;
  background: #DBDBDB;
}
.panel-column-text-row {
  display: flex;
} 
.panel-column-text-row .text {
  margin: 0 70px 0 0;
}
.panel-column-text-row .text p {
  line-height: 1.8;
}
.panel-column-text-row .button {
  height: 50px;
  min-width: 200px;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 18px;
  border: 2px solid #000;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  background: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.panel-column-text-row .button:hover {
  background: #000;
  color: #fff;
}
.panel-column-list-row {

}
.panel-column-list-row .list-item {
  padding: 12px 20px;
  margin: 0 0 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
}
.panel-column-row23 {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.panel-column-row23 .icon {
  margin: 0 20px 0 0;
}
.panel-column-row23 .icon img {
  width: 35px;
}
.panel-column-row23 p {
  margin: 0 0 0;
}
.panel-content22 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.panel-content22 .icon {
  width: 67px;
  margin: 10px auto 30px;
}
.panel-content22 .icon img {
}
.panel-content22 h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
}
.panel-content22 h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}
.panel-content22 h4 {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 600;
}
.panel-content22 .button {
  height: 40px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme__color2);
  border-radius: 7px;
}
/* ---panel-section---end */


/* ---section_1--- */
.section_1 {

}
.section-title {
  margin: 0 0 35px;
  display: flex;
}
.section-title .icon {
  margin: 0 20px 0 0;
}
.section-title .icon img {

}
.section-title .h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
}
.section-title .h1 {
  font-size: 27px;
  font-weight: 500;
  margin: 0;
}
.section-title .h1 sup {
  font-size: 14px;
}
.section-title .return-text-button {
  font-size: 15px;
  font-weight: 600;
}
.section-title .return-text-button .return-arrow {
  width: 19px;
  margin: 0 10px 0 0;
}
.section-title .return-text-button:hover .text {
  text-decoration: underline !important;
}

.section-green-title {
  padding: 9px 20px;
  margin: 0 0 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--theme__color2);
}
.section-green-title .icon {
  margin: 0 10px 0 0;
} 
.section-green-title p {

}
.default-box-style {
  padding: 26px 20px;
  margin: 0 0 50px;
}
.default-box-style .box-title {
  padding: 0 0 5px;
  margin: 0 0 25px;
  border-bottom: 2px solid #DBDBDB;
}
.default-box-style .box-title h2 {
  font-size: 20px;
  font-weight: 600;
}
.bottom-result {

}
.bottom-result h3 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 400;
}
.bottom-result p {
  margin: 0 0 40px;
  font-size: 15px;
  color: #7B7B7B;
}
.bottom-result .button {
  padding: 10px 20px;
  border-radius: 40px;
  width: 100%;
  max-width: 530px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme__color1);
}
.bottom-result .border-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-result .border-button-container .border-button {
  padding: 7px  15px;
  width: 48.7%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.bottom-result .border-button-container .border-button .icon {
  margin: 0 20px 0 0;
  transition: 0.3s;
}
.bottom-result .border-button-container .border-button:hover {
  color: #fff;
  background: var(--theme__color1);
  border-color: transparent;
}
.bottom-result .border-button-container .border-button:hover .icon path {
  fill: #fff;
}
/* ---section_1---end */



/* ---form-model2--- */
.form-model2 {

}
.form-model2 .single-input {
  width: 100%;
  margin: 0 0 20px;
}
.form-model2 .input-outer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.form-model2 .input {
  min-height: 50px;
  padding: 10px 16px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.082);
  border: none;
  resize: none;
}
.form-model2 .input:hover::placeholder {
  color: transparent;
}
.form-model2 .input.size1_2 {
  height: 90px;
}
.form-model2 .gray-input {
  min-height: 50px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  box-shadow: none;
}
.form-model2 .checkbox-input {
  justify-content: space-between;
}
.form-model2 .checkbox-input input:checked ~ * {
  color: #fff !important;
}
.form-model2 .gray-input .selected-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--theme__color1);
  z-index: -1;
  border-radius: inherit;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.form-model2 .checkbox-input input:checked ~ .selected-bg {
  opacity: 1;
}
.form-model2 .checkbox-input input:checked ~ svg path {
  fill: #fff;
}
.form-model2 .checkbox-input input {
  display: none;
}
.form-model2 .title-label {
	margin: 0 0 10px;
	min-height: 19.2px;
}
.form-model2 label {
  font-size: 16px;
  font-weight: 500;
}
.column-row-5 {
  --inner-space: 16px;
  --item: 5;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--inner-space) * -0.5);
}
.column-row-5 .single-input {
  width: calc((100% / var(--item)) - var(--inner-space));
  margin-left:calc(var(--inner-space) * 0.5) !important;
  margin-right:calc(var(--inner-space) * 0.5) !important;
}
/* ---form-model2---end */


/* ---checkboxes-wrap--- */
.checkbox-nav a.active .selected-bg {
  opacity: 1;
}
.checkbox-nav a.active .input {
  color: #fff;
}
.checkboxes-wrapper {
  margin: 0 0 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
}
.checkboxes-wrapper .title {
  padding: 15px 20px 20px;
  display: flex;
  justify-content: space-between;
}
.checkboxes-wrapper .title h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.checkboxes-wrapper .title .mobile-option {
  display: none;
  margin: 0;
}
.checkboxes-wrap {
  padding: 0 20px;
  --inner-space: 16px;
  --item: 8;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--inner-space) * -0.5);
}
.checkboxes-wrap .single-check {
  width: calc((100% / var(--item)) - var(--inner-space));
  margin-left: calc(var(--inner-space) * 0.5) !important;
  margin-right: calc(var(--inner-space) * 0.5) !important;
  display: flex;
  font-weight: 400;
  margin-bottom: 15px;
}
.checkboxes-wrap .single-check .checkbox {
  margin: 0 8px 0 0;
}
.checkboxes-wrapper .foot {
  padding: 14px 20px;
  border-top: 2px solid #F5F5F5;
}
.checkboxes-wrapper .foot p {

}
/* ---checkboxes-wrap---end */



/* ---v-database-content--- */
.v-database-content {
  display: flex;
} 
.v-database-step {
  width: 36%;
  flex-shrink: 0;
  display: flex;
}
.v-database-step .step {
  height: 137px;
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border: 1px solid #F5F5F5;
  border-right: none;
}
.v-database-step .step:first-child {
  border-radius: 5px 0 0 5px;
}
.v-database-step .stage-active {
  background: var(--theme__color1);
  color: #fff;
  border-color: transparent;
}
.v-database-step .stage-next {
  background: #F5F5F5;
}
.v-database-step .step h3 {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
.v-database-step .boost-stage {

}
.v-database-step .boost-stage .triple-up-arrow {
  width: 39px;
  margin: 0 0 14px;
}
.v-database-step .boost-stage h4 {
  margin: 0 0 5px;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;

}
.v-database-step .boost-stage h5 {
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  margin: 0;
  font-style: italic;
}
.v-database-list {
  border: 1px solid #F5F5F5;
  flex-grow: 1;
  display: flex;
}
.v-database-list .single-list {
  width: 33.333333%;
  border-right: 1px solid #F5F5F5;
}
.v-database-list .single-list:last-child {
  border-right: none;
}
.v-database-list .single-list .list-item {
  padding: 0 16px;
  height: 45px;
  border-top: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.v-database-list .single-list .list-item.item-heading {
  background: #F5F5F5;
  border-top: none;
}
.v-database-list .single-list .list-item.item-heading::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 3px solid #fff;
}
/* ---v-database-content---end */



/* ---section_1-row1--- */
.section_1-row1 {
  display: flex;
}
.section_1-row1-main {
  width: 65%;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
.section_1-row1-side {

}

.table-style_1 {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-style_1 table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table-style_1 table td {
  --radius: 3px;
  padding: 16px 20px;
}
.table-style_1 table td:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}
.table-style_1 table td:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}
.table-style_1 table tbody tr:nth-child(odd) td {
  background: #F5F5F5;
}
.table-style_1 thead td {
  font-size: 16px;
  font-weight: 500;
}
.table-style_1 .border-button {
  padding: 3px 10px;
  border: 2px solid #000;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-align: center;
  border-radius: 6px;
}
.table-style1_data-structure1 td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-style1_data-structure1 td:nth-child(1) {
  width: 30%;
}
.table-style1_data-structure1 td:nth-child(2) {

} 

.table-style1_data-structure2 {

}
.table-style1_data-structure2 table {
  min-width: 850px;
}
.table-style1_data-structure2 td:nth-child(1) {
  width: 12%;
}
.table-style1_data-structure2 td:nth-child(2) {
  width: 10%;
}
.table-style1_data-structure2 td:nth-child(3) {
  width: 20%;
}
.table-style1_data-structure2 td:nth-child(4) {
  width: 9%;
}
.table-style1_data-structure2 td:nth-child(5) {
  width: 9%;
}
.table-style1_data-structure2 td:nth-child(6) {
  width: 9%;
}
.table-style1_data-structure2 td:nth-child(7) {
  width: 10%;
}


.content-box__t5 {

}
.content-box__t5 h2 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 500; 
}
.content-box__t5-button-container {
  display: flex;
  justify-content: space-between;
}
.content-box__t5-button-container .button {
  width: 48.5%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #DBDBDB;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.content-box__t5-button-container_2 {
  margin: 22px 0 0;
  display: flex;
  justify-content: space-between;
}
.content-box__t5-button-container_2 .button {
  width: 48.5%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--theme__color1);
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: 0.3s;
}
.content-box__t5-button-container_2 .button:hover {
  background: #FF4846;
}
.content-box__t5-button-container_2 .button.button2 {
  border-color: #000;
  background: transparent;
  color: #000;
}
.content-box__t5-button-container_2 .button.button2:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}
.content-box__t5-info {
  background: #F5F5F5;
  margin: 20px 0 0;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.content-box__t5-info .info-icon {
  margin: 0 22px 0 0;
  width: 22px;
}
.content-box__t5-info p {
  line-height: 1.6;
}
/* ---section_1-row1---end */



/* ----modal---- */
.modal-size1 .modal-dialog {
  max-width: 550px;
}
.buy-modal {
  padding: 20px 20px 25px;
  background: #fff;
  border-radius: 5px;
}
.modal-close {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
}
.buy-modal-head {
  padding: 2px 0 10px;
  border-bottom: 2px solid #DBDBDB;
}
.buy-modal-head h3 {
  font-size: 25px;
  font-weight: 500;
}
.buy-modal-total {
  padding: 20px 0 15px;
  border-bottom: 2px solid #DBDBDB;
}
.buy-modal-total h4 {
  margin:  0 0 10px;
  font-size: 23px;
  font-weight: 400;
}
.buy-modal-total p {
  font-size: 14px;
  color: #7B7B7B;
}
.card-form {
  padding: 18px 0 0;
}
.card-form .title {
  margin: 0 0 15px;
}
.card-form .title h3 {
  font-size: 15px;
  font-weight: 600;
}
.card-form .single-input {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin: 0 0 10px;
}
.card-form .single-input .input-outer {
  position: relative;
}
.card-form .single-input .input {
  padding: 14px 15px 14px 44px;
  border: 2px solid #DBDBDB;
  width: 100%;
  border-radius: 5px;
}
.card-form .single-input.card-number-input .input {
  padding-right: 130px;
}
.card-form .single-input .first-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0,-50%);
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-form .single-input .right-text {

}
.card-form .single-input .right-text {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0,-50%);
}
.card-form .submit-button {
  margin: 25px 0 0;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--theme__color1);
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: 0.3s;
}
.card-form .submit-button:hover {
  background: #FF4846;
}
.buy-modal .bottom-message {
  margin: 25px 0 0;
}
.buy-modal .bottom-message p {
  text-align: center;
}
/* ----modal----end */



/* ---table-style_2-custom--- */
.table-style_2-custom {

}
.table-style_2-custom .table-custom {
  
}
.table-style_2-custom .tr {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.082);
}
.table-style_2-custom .tbody .tr {
  margin: 0 0 13px;
}
.table-style_2-custom .inner-tr {
  display: flex;
}
.table-style_2-custom .td {
  padding: 10px 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.table-style_2-custom .thead .tr {
  background: transparent;
  box-shadow: none;
}
.table-style_2-custom .thead .td {
  font-size: 16px;
  font-weight: 500;
}
.table-style_2-custom .td .button {
  padding: 4px 15px;
  min-width: 170px;
  border-radius: 5px;
  background: var(--theme__color1);
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.table-style_2-custom .extended-part {
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
.table-style_2-custom .expand .extended-part {
  height: initial;
}
.table-style_2-custom .extended-part-inner {
  padding: 0 12px 12px;
  opacity: 0;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 50% 0;
}
.table-style_2-custom .expand .extended-part-inner {
  opacity: 1;
  transform: none;
}

.table-style_2-custom-data-structure1 {

}
.table-style_2-custom-data-structure1 .table-custom {

}
.table-style_2-custom-data-structure1 .td:nth-child(1) {

}
.table-style_2-custom-data-structure1 .td:nth-child(1)::before {

}
.table-style_2-custom-data-structure1 .td:nth-child(1) a {
  margin: 0 0 0 20px;
}
.table-style_2-custom-data-structure1 .td:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.table-style_2-custom-data-structure1 td:nth-child(2)::before {

}
.checkbox-label_rand-dt {
  display: flex;
}
.checkbox-label_rand-dt .checkbox-model {
  order: 2;
}
.checkbox-label_rand-dt .inner-label {
  padding: 1px 10px;
  margin: 0 20px 0 0;
  width: 120px;
  border-radius: 4px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: var(--theme__color1);
  transition: 0.3s;
}
.checkbox-label_rand-dt .checkbox-model:checked ~ .inner-label {
  color: #fff;
  background: var(--theme__color1);
}

.table-style_2-custom-mobile .td::before {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 35%;
  padding-right: 15px;
}
.table-style_2-custom-data-structure2 .td:nth-child(1) {
  width: 10%;
}
.table-style_2-custom-data-structure2 .td:nth-child(1)::before {
  content: 'Date';
}
.table-style_2-custom-data-structure2 .td:nth-child(2) {
  width: 13%;
}
.table-style_2-custom-data-structure2 .td:nth-child(3) {
  width: 10%;
}
.table-style_2-custom-data-structure2 .td:nth-child(3)::before {
  content: 'WinOLS filename';
}
.table-style_2-custom-data-structure2 .td:nth-child(4) {
  width: 10%;
}
.table-style_2-custom-data-structure2 .td:nth-child(4)::before {
  content: 'ECU';
}
.table-style_2-custom-data-structure2 .td:nth-child(5) {
  width: 16%;
}
.table-style_2-custom-data-structure2 .td:nth-child(5)::before {
  content: 'Credits';
}
.table-style_2-custom-data-structure2 .td:nth-child(6) {
  flex-shrink: 0;
  width: 190px;
  flex-grow: 0;
}
.table-style_2-custom-data-structure2 .td:nth-child(6) .button {
  width: 100%;
  min-width: initial;
}
.tr-toggler {
  display: flex;
  align-items: center;
}
.tr-toggler .chevron {
  margin: 0 0 0 12px;
  transition: 0.3s;
}
.expand .tr-toggler .chevron {
  transform: rotate(180deg);
}
.table-extended-detail-box {
  padding: 10px 18px;
  border-radius: 6px;
  background: #F5F5F5;
}
.table-extended-detail-box h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  display: inline;
  line-height: 2;
}


.table-style_2-custom-data-structure3 .td:nth-child(1) {
  width: 10%;
}
.table-style_2-custom-data-structure3 .td:nth-child(1)::before {
  content: 'Date';
}
.table-style_2-custom-data-structure3 .td:nth-child(2) {
  width: 13%;
}
.table-style_2-custom-data-structure3 .td:nth-child(3) {
  width: 7%;
}
.table-style_2-custom-data-structure3 .td:nth-child(3)::before {
  content: 'Status';
}
.table-style_2-custom-data-structure3 .td:nth-child(4) {
  width: 10%;
}
.table-style_2-custom-data-structure3 .td:nth-child(4)::before {
  content: 'Download';
}
.table-style_2-custom-data-structure3 .td:nth-child(5) {
  width: 19%;
}
.table-style_2-custom-data-structure3 .td:nth-child(5)::before {
  content: 'Credits Paid';
}
.table-style_2-custom-data-structure3 .td:nth-child(6) {
  flex-shrink: 0;
  width: 190px;
  flex-grow: 0;
}
.table-style_2-custom-data-structure3 .td:nth-child(6) .button {
  width: 100%;
  min-width: initial;
}

.table-style_2-custom .td .status-button {
	padding: 4px 15px;
	min-width: 80px;
	border-radius: 5px;
	background: var(--theme__color2);
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.table-style_2-custom .td .download-status {
  display: flex;
}
.table-style_2-custom .td .download-status .single {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(230, 230, 230);
}
.table-style_2-custom .td .download-status .single:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.table-style_2-custom-data-structure4 .td:nth-child(1) {
  width: 20%;
}
.table-style_2-custom-data-structure4 .td:nth-child(1)::before {
  content: 'Action';
}
.table-style_2-custom-data-structure4 .td:nth-child(2) {
  width: 10%;
}
.table-style_2-custom-data-structure4 .td:nth-child(2)::before {
  content: 'Credits';
}
.table-style_2-custom-data-structure4 .td:nth-child(3) {
  width: 11%;
}
.table-style_2-custom-data-structure4 .td:nth-child(3)::before {
  content: 'Type';
}
.table-style_2-custom-data-structure4 .td:nth-child(4) {
  width: 11%;
}
.table-style_2-custom-data-structure4 .td:nth-child(4)::before {
  content: 'Amount';
}
.table-style_2-custom-data-structure4 .td:nth-child(5) {
  width: 14%;
}
.table-style_2-custom-data-structure4 .td:nth-child(5)::before {
  content: 'Payment Type';
}
.table-style_2-custom-data-structure4 .td:nth-child(6) {
  width: 13%;
}
.table-style_2-custom-data-structure4 .td:nth-child(6)::before {
  content: 'Date';
}
.table-style_2-custom-data-structure4 .td:nth-child(7) {
  width: 19%;
  display: flex;
  justify-content: flex-end;
}


.table-style_2-custom-data-structure5 .td {
  flex-grow: 0;
}
.table-style_2-custom-data-structure5 .td:nth-child(1) {
  width: 12%;
}
.table-style_2-custom-data-structure5 .td:nth-child(1)::before {

}
.table-style_2-custom-data-structure5 .td:nth-child(2) {
  width: 16%;
}
.table-style_2-custom-data-structure5 .td:nth-child(2)::before {
  
}
.table-style_2-custom-data-structure5 .td:nth-child(3) {
  width: 30%;
}
.table-style_2-custom-data-structure5 .td:nth-child(3)::before {
  
}
.table-style_2-custom-data-structure5 .td:nth-child(4) {
  width: 14%;
}
.table-style_2-custom-data-structure5 .td:nth-child(4)::before {
  
}
/* ---table-style_2-custom---end */


/* --shop-page-widget-- */
.shop-page-widget {
  margin: 30px 0;
}
.shop-page-widget .shop-page-top-select {
  margin: 0 0 35px;
}
.shop-page-widget .shop-page-top-select .input {
  background: #fff;
}
/* --shop-page-widget--end */



/* ---chat-section--- */
.chat-section {
  display: flex;
  flex-direction: column;
  height: 1070px;
}
.chat-section .section-title {
  flex-shrink: 0;
}
.chat-top-box {
  margin: 0 0 18px;
  padding: 20px 14px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  flex-shrink: 0;
}
.chat-top-box .title {
  margin: 0 0 14px;
  display: flex;
  justify-content: space-between;
}
.chat-top-box .title h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.chat-top-box .title .right-close-button {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 3px 20px;
  border-radius: 4px;
}
.chat-top-box .info-box {

}
.chat-top-box .info-box-inner {
  border-radius: 5px;
  padding: 23px 25px;
  background: #F5F5F5;  
}
.chat-top-box .info-box-inner h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0 0;
  line-height: 1.8;
}
.chat-top-box .mobile-element {

}
.chat-top-box .mobile-element .info-opner {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 18px;
  transition: 0.3s;
}
.chat-top-box .mobile-element .info-opner i {
  transition: 0.3s;
}
.chat-top-box .mobile-element .info-opner:not(.collapsed) i {
  transform: rotate(180deg);
}

.chat-conversation-outer {
  flex-grow: 1;
  height: 20px;
  display: flex;
  flex-direction: column;
}
.chat-conversation-outer .title {
  margin: 0 0 15px;
  flex-shrink: 0;
}
.chat-conversation-outer .title h3 {
  font-size: 18px;
  font-weight: 600;
}
.chat-conversation {
  flex-grow: 1;
  height: 0;
  padding: 20px 18px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.075);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  max-height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
}
.single-conversation {
  width: 48%;
  margin: 0 0 30px auto;
}
.single-conversation.own-message {
  margin-left: 0;
}
.single-conversation .title {
  margin: 0 0 5px;
  display: flex;
  justify-content: space-between;
}
.single-conversation .title h3 {
  font-size: 15px;
  font-weight: 600;
}
.single-conversation .title h4 {
  font-size: 15px;
  font-weight: 400;
}
.single-conversation .single-conversation-main {
  border-radius: 16px;
  background: var(--theme__color1);
  position: relative;
  z-index: 1;
}
.single-conversation .single-conversation-main::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid #F5F5F5;
  display: none;
  z-index: -1;
}
.single-conversation.own-message .single-conversation-main::after {
  display: block;
}
.single-conversation.own-message .single-conversation-main {
  background: #fff;
}
.single-conversation .single-conversation-main-inner {
  padding: 35px 30px;
  border-radius: inherit;
  background: #FCF4F4;
}
.single-conversation.own-message .single-conversation-main-inner {
  background: #F5F5F5;
}
.single-conversation .single-conversation-main-inner p {
  line-height: 1.6;
  max-width: 570px;
}
.single-conversation .bottom-link {
  padding: 13px 0;
  display: flex;
  justify-content: center;
  color: #fff;
}
.single-conversation.own-message .bottom-link {
  color: #000;
}
.single-conversation .bottom-link .icon {
  margin: 0 15px 0 0;
}
.single-conversation .bottom-link .icon path {
  fill: #fff;
}
.single-conversation.own-message .bottom-link .icon path {
  fill: var(--theme__color1);
}
.chat-input-box {
  flex-shrink: 0;
  margin: 32px 0 35px;
  border-radius: 4px;
  padding: 20px 18px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.075);
  display: flex;
  align-items: center;
}
.chat-input-box .input-outer {
  position: relative;
  flex-grow: 1;
}
.chat-input-box .input-outer .input {
  padding: 0 55px 0 30px;
  height: 55px;
  width: 100%;
  border-radius: 30px;
  background: #F5F5F5;
  border: none;
}
.chat-input-box .input-outer .attach-button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
.chat-input-box .send-button {
  margin: 0 0 0 17px;
  height: 55px;
  width: 55px;
  flex-shrink: 0;
  background: var(--theme__color1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
}
/* ---chat-section---end */

