/* Base CSS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171d;
}

body {
    color: #07171d;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
    text-decoration: none;
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}

/* -------------------------------- HEADER AREA START -------------------------- */
.dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: -2px;
    border-top: 10px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
}

.header__area {
  background: #000000;
}

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

.header__menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 15px;
    transition: 0.3s all;
}

.header__menu ul li {
  display: inline-block;
}

.header__left__blk {
  display: flex;
  align-items: center;
}

.header__dropdown button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background: transparent !important;
    border: 0;
    box-shadow: unset !important;
}

.header__menu ul li a:hover {
    color: #43a047;
}

/* To disable the navigation menu for sales rep */
.nav_help a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.profile__name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
}

.header__profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__right__blk {
  display: flex;
}

.header__dots {
  margin: 0 20px;
}

.header__bell {
  margin-right: 21px;
}

/* -------------------------------- HEADER AREA END -------------------------- */

/* -------------------------------- DASHBOARD AREA START -------------------------- */

.profile__keft__blk span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.profile__keft__blk h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.0075em;
    color: #0f172a;
    margin: 0;
}

.back_to_dash a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0572d6;
    border: 1px solid #0572d6;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 20px;
    transition: 0.3s all;
}

.back_to_dash a:hover {
    background: #0572d6;
    color: #fff;
}

.profile__top__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 8px;
  gap: 15px;
  flex-wrap: wrap;
}

.dashboard__inner__blk {
    border: 1px solid #e2e8f0;
    border-right: 0;
}

.siderbar__tab__btn #nav-tab button {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #334155;
    width: 100%;
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: transparent !important;
}

.sodebar__blk {
    height: 100%;
    padding: 15px 0;
    border-right: 1px solid #e2e8f0;
}

.siderbar__tab__btn #nav-tab button.nav-link.active {
  font-weight: 500;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.siderbar__tab__btn #nav-tab button p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 9px;
  margin-top: 8px;
}

.profile__information__content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000000;
}

.profile__information__content p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.dashboard__tab__content__area {
  padding: 22px 20px;
}

.dashboard__area {
  min-height: calc(100vh - 89px);
}

.dashboard__area .container,
.dashboard__area .dashboard__inner__blk,
.dashboard__area .row,
.dashboard__area .col-xxl-2,
.dashboard__area .sodebar__blk {
  height: 100%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: unset;
}

.profile__dropdown {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 4px 4px;
    padding: 22px;
    width: 340px;
    margin-top: 8px !important;
}

.drop__profile__name h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #334155;
  margin-bottom: 10px;
}

.last__login__text span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #334155;
}

.last__login__text p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #334155;
  margin: 0;
}

.drop__prfile__thumb__blk {
  display: flex;
  align-items: center;
}

.drop__prfile__thumb {
  margin-right: 12px;
  margin-top: 2px;
}

.drop__prfile__thumb img {
  height: 30px;
}

.drop__profile__link ul li {
  display: block;
}

.drop__profile__link ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #334155;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
}

.drop__profile__link ul li a:hover {
    color: #0572d6;
}
.drop__profile__link {
  margin-top: 10px;
}

.header__profile__drop {
  cursor: pointer;
}

.single__form>label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}

.single__form {
  max-width: 415px;
  margin-bottom: 20px;
}
.single__form > input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #7a7a7a;
    width: 100%;
    padding: 6px 16px;
    border: 1px solid #0000004a;
    border-radius: 4px;
}

.check__box__area h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 5px;
}

.check__box__area label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.check__box__area input {
  border-radius: 0 !important;
}

.form-check-input:checked {
  background: #008338;
  border-color: #008338;
}

.update_pass {
    max-width: 688px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.update_pass button.info_1 {
    padding: 8px 20px;
    background: #0572d6;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    border: 1px solid #0572d6;
    transition: 0.3s all;
}

.update_pass button.info_2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0572d6;
    padding: 8px 20px;
    background: #ffffff;
    border: 1px solid #0572d6;
    border-radius: 3px;
    transition: 0.3s all;
}

.update_pass button.info_1:hover {
    background: #fff;
    color: #0572d6;
}

.update_pass button.info_2:hover {
    background: #0572d6;
    color: #fff;
}

.account__factor {
    display: flex;
    min-height: 154px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 17px 20px;
}

.factoe__content h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.factor__ico {
  margin-right: 20px;
  flex: 0 0 auto;
}

.setup__blk {
  max-width: 688px;
}

.setup__bottom__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #717171;
    margin: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 11px 20px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.to_factor_success {
    background: #e8f5e9;
    border: 1px solid #43a047;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 26px;
    width: 760px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all;
}

.to_factor_success p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #43a047;
    margin: 0;
    display: flex;
    align-items: center;
}

.to_factor_success p span {
  margin-top: -2px;
  margin-right: 9px;
}

.to_factor_success>span {
  cursor: pointer;
}

.modal-dialog {
  max-width: 796px;
}

.qr__code__inner__blk {
  max-width: 331px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.qr__code__inner__blk p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  margin-bottom: 18px;
}

.form__input label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 6px;
}

.form__input input {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    width: 100%;
    height: 34px;
    padding: 5px 14px;
}

.modal-footer {
  padding: 0;
  border: 0;
  justify-content: flex-start;
  margin-top: 10px;
}

.btn-primary {
    background: #0572d6;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.btn.btn-secondary {
    background: #ffffff;
    border: 1px solid #0572d6;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0572d6;
}

.modal__qr__content > p {
  background: #0572d6;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.btn.btn-secondary {
  background: #ffffff;
  border: 1px solid #0572d6;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0572d6;
}

.modal__qr__content>p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #000000;
>>>>>>> muhammad_dev
}

.modal-header h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #000000;
}

.modal-header {
  border-radius: 0 !important;
}

.modal-body {
  border-radius: 0 !important;
}

.error_content {
  text-align: left;
}

.error_content span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #f00;
    display: inline-block;
    margin-top: 2px;
}

.error_text input {
    border-color: #f00;
}

.copyright__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0;
}

.copyright__text {
  padding: 12px 0;
}

.copyright__area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 33;
}

.fixed__copyright {
  position: fixed !important;
}

.header__dropdown {
  padding-right: 8px;
}

.profile__border {
    border-bottom: 1px solid #e2e8f0;
}

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

.main__header__blk {
    background: #ffffff;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.security__thumb p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0;
}

.security__thumb {
  max-width: 230px;
  padding-top: 100px;
  margin-left: 100px;
  position: relative;
}

/* -------------------------------- DASHBOARD AREA END -------------------------- */

/* -------------------------------- SECURITY AREA START -------------------------- */

.security__qr__blk {
    max-width: 476px;
    margin-left: 0;
    text-align: left;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 15px 20px;
    margin-top: 26px;
}
.security__qr__blk>p {
  text-align: left;
}

.configure__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #000000;
}

.configure__content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #000000;
}

.configure__ico {
  margin-bottom: 20px;
}

.security__area {
  padding-top: 90px;
  padding-bottom: 146px;
  position: relative;
  z-index: 1;
  height: 90vh;
}

.security__area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
    content: "";
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    background: rgba(0, 121, 64, 0.1);
}

.security__content {
  max-width: 447px;
  margin-left: 70px;
}

.qr__form .form-check label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.qr__form .form-check input {
  border-radius: 50%;
}

.login__logo {
  margin-left: 0;
  margin-bottom: 65px;
}

.ligin__link__content a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #0572d6;
    transition: 0.3s all;
}

.ligin__link__content {
  margin-top: 25px;
}

.login__left__bottom__blk p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: start;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0;
}

.login__left__bottom__blk p a {
    text-decoration: underline;
    color: #000;
}

.login__left__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login__left__wrapper {
  min-height: 100vh;
  padding: 48px 0;
  max-width: 415px;
  margin: 0 auto;
}

.login__left__bottom__blk {
  margin-top: 24px;
}

.login__area {
    position: relative;
    z-index: 1;
    background: #eeeeee;
}

.check__login__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.login__check__area {
  padding-left: 45px;
  padding-right: 30px;
  max-width: 941px;
  margin: 0 auto;
  padding-top: 41px;
  padding-bottom: 81px;
}

.login__area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    content: "";
    background: #fff;
    z-index: -1;
    display: none;
}

.desk__none {
  display: none;
}

.header__right__blk.mt-40 {
  display: none;
}

.login__check__content p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  display: flex;
}

.login__check__content p span {
  flex: 0 0 auto;
  margin-right: 9px;
}

.ligin__link__content a:hover {
    color: #43a03f;
}

.verifi__area h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #000000;
}

.verify__top__blk span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000000;
}

.verify__top__blk a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000000;
  display: block;
}

.verify__top__blk {
    background: rgba(0, 121, 64, 0.1);
    border: 1px solid #43a047;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 11px;
}

.verifi__area>span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #717171;
}

.verifi__area {
  margin-bottom: 19px;
}

.gray_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #717171;
  margin-top: 20px;
}
.verifi__area > p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #000000;
    max-width: 415px;
}

.step_2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.single_setp_info_title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0;
  text-align: left;
}

.single_setp_info_title {
  background: rgba(100, 196, 246, 0.2);
  padding: 8px 12px;
  margin-bottom: 10px;
}

.single__form a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: block;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 7px;
}

.similar__select .nice-select {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    float: unset;
    height: 34px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.single__form a img {
  margin-right: 7px;
}

.check__box__area label a {
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    color: #0572d6;
}

.profile__information__content h3 {
  font-size: 22px;
  line-height: 26px;
}

.profile__list__blk p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #000000;
  display: flex;
  align-items: center;
}

.profile__list__blk p span {
  margin-right: 9px;
  flex: 0 0 auto;
}

.profile__list__blk {
  padding: 13px 0;
  padding-bottom: 22px;
}

.under__inner__blk {
    padding: 46px;
    border: 1px solid #a4abc4;
    margin: 40px 0;
    margin-top: 70px;
    border-radius: 7px;
}

.under__thunb {
  text-align: center;
}

.header__area .container {
  max-width: 100%;
}

.copyright__area .container {
  max-width: 100%;
}

.main__header__blk .container {
  max-width: 100%;
}

.standard__inner__wrapper {
  display: flex;
}

.standard__left__blk {
  width: 30%;
  padding: 13px 25px;
  background: #fff;
}

.standard__right__blk {
  width: 70%;
  padding: 13px;
  display: flex;
  align-items: center;
  /*! height: 100%; */
}

.header__profile__drop .dropdown-toggle::after {
  display: none;
}

.container {
  padding: 0 20px !important;
}

/* -------------------------------- SECURITY AREA END -------------------------- */

/* -------------------------------- New AREA Start -------------------------- */
.login__check__content h1 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 85px;
    line-height: 1.1;
    padding-bottom: 20px;
}

.alert {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 18px;
}

.alert-danger {
    color: #f44336;
    background-color: #ffebee;
    border-color: #f44336;
}

.alert-close {
    color: rgb(88, 88, 88);
    cursor: pointer;
    font-size: 22px;
    line-height: 1.1;
    transition: 0.3s;
    background: transparent;
    border: 0;
    line-height: 1;
}

.invalid-message {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #ff0000;
    margin-top: 8px;
}

.alert-close-red {
    color: #ff0000;
}

.alert-success {
    color: #43a047;
    background-color: #e8f5e9;
    border-color: #43a047;
}

.alert-close-green {
    color: #43a047;
}

.alert-close:hover {
    color: #07171d !important;
}

.form-text h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.text-link {
    color: #0572d6;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

input[disabled] {
  background: rgba(0, 0, 0, 0.1);
}

.modal-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.breadcrumb-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.015em;
    color: #7a7a7a;
}

.breadcrumb-item a {
    color: #7a7a7a;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #0572d6;
}

.breadcrumb-item.active {
    color: #bdbdbd;
}

.tranining__nav {
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    flex-wrap: wrap;
}

.tranining__nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.0075em;
    color: #0f172a;
    text-decoration: none;
    padding: 8px 20px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    transition: 0.3s;
}

.tranining__nav a.active {
  border-color: #000;
  font-weight: 500;
}

.train__list__title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.0075em;
    color: #0f172a;
}

.train__list__title {
  padding: 20px 0;
}

.list__nav {
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 12px;
}

.list__nav a {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}

.list__nav a img {
    opacity: 0.6;
}

.list__nav a.active img {
  opacity: 1;
}

.list__nav a:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.train-card {
    background: #ffffff;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 4px;
    display: flex;
    padding: 25px;
    margin-bottom: 25px;
}

.train-card-thumb {
  flex: 0 0 auto;
  width: 293px;
  margin-right: 24px;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.train-card-body a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.018em;
    color: #000000;
    display: flex;
    margin-bottom: 9px;
    transition: 0.3s;
}

.train-card:hover a {
    color: #0572d6;
}

.train-card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.018em;
  color: #000000;
  margin-bottom: 13px;
}

.train-card-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.train-card-rating span {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.0106em;
    color: #c49902;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.rating-stars i {
    color: #ffc700;
    font-size: 14px;
    margin-right: 3px;
}

.rating-stars i {
  color: #ffc700;
  font-size: 14px;
  margin-right: 3px;
}

.train-card-rating small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.0104em;
  color: #929292;
  margin-left: 4px;
}

.page-link {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #212b36;
    margin-right: 7px;
}

.page-link.active {
    border: 1px solid #4200ff;
    color: #4200ff;
}

.alert.alert-primary {
    color: #2196f3;
    line-height: 1.2;
    font-size: 14px;
    align-items: flex-start !important;
    background: #e3f2fd;
    border: 1px solid #2196f3;
}

.page-link.active {
  border: 1px solid #4200ff;
  color: #4200ff;
}

.alert.alert-primary {
  color: #2196f3;
  line-height: 1.2;
  font-size: 14px;
  align-items: flex-start !important;
  background: #e3f2fd;
  border: 1px solid #2196f3;
}

.single-train-card-title {
  padding: 17px 0;
  padding-top: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.single-train-card-title h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    letter-spacing: -0.018em;
    color: #0f172a;
    margin-bottom: 10px;
}

.single-train-card-body {
  padding: 22px 0;
  padding-bottom: 10px;
}

.train-video {
  margin-bottom: 25px;
}

.train-video img {
  width: 100%;
}

.single-train-card-content h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.018em;
  margin-bottom: 12px;
}

.single-train-card-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.018em;
}

.single-train-card-list {
    background: #ffffff;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 4px;
    padding: 16px 21px;
    margin-bottom: 15px;
}

.single-train-card-list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    letter-spacing: -0.018em;
    color: #000000;
    margin-bottom: 9px;
}

.single-train-card-list ul li span {
    flex: 0 0 auto;
    margin-right: 7px;
    min-width: 17px;
    color: #ff7a00;
}

.single-train-card-details h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.018em;
  color: #000000;
  margin-bottom: 11px;
}

.single-train-card-details-links a {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    transition: 0.3s;
    padding: 13px 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.018em;
    color: #000000;
}

.single-train-card-details-links a span {
    min-width: 20px;
    margin-right: 12px;
    color: #ff7a00;
}

.single-train-card-details-links a:hover {
    background: #e2e8f0;
}

.ready-to-start {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2px;
  color: #000000;
  padding: 20px 0;
}

.alert-close.alert-close-blue {
  color: #2196f3;
}

.ready-to-start span {
  margin-right: 25px;
  flex: 0 0 auto;
}

.train-question-box {
    background: #ffffff;
    border: 1px solid rgba(153, 153, 153, 0.3);
    border-radius: 4px;
    margin-bottom: 7px;
}

.train-question-box-item {
  padding: 15px 22px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.train-question-box-item:last-child {
  border: 0;
}

.train-question-box-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 0;
}

.train-question-box-item.last {
  display: flex;
  align-items: center;
}

.train-question-box-item.last span {
    color: #43a047;
    font-size: 20px;
    line-height: 1;
    margin-right: 13px;
}

.train-card-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.qc-title {
    background: #f7f7f7;
    padding: 12px 25px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}

.questions-wrapper {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    padding-right: 12px;
}
.train-question-box-item.last h6 {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 3px;
}

.train-question-box-item.last .text-sm {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  color: #000000;
}

.train-action-card {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 18px 28px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.train-action-card-thumb {
    width: 173px;
    height: 93px;
    flex: 0 0 auto;
    margin-right: 20px;
    cursor: pointer;
}

.train-action-card-icon {
    width: 45px;
    flex: 0 0 auto;
    margin-right: 24px;
}

.train-action-card-left {
    display: flex;
    align-items: center;
}

.train-card-content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    letter-spacing: -0.018em;
    text-decoration-line: underline;
    color: #0572d6;
    margin-bottom: 9px;
}

.train-card-content h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.018em;
    margin-bottom: 8px;
}

.train-card-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.018em;
    color: #000000;
    margin: 0;
}

.download-icon {
    flex: 0 0 auto;
    margin-left: 20px;
    color: #ff7a00;
}

.train-action-card-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal-video {
    max-width: 732px;
    margin: 0 auto;
    padding: 8px 10px;
}

.train-modal .modal-dialog {
    max-width: 1300px;
}
.moda-close-btn {
    flex: 0 0 auto;
}

.train-action-card-thumb {
  width: 173px;
  height: 93px;
  flex: 0 0 auto;
  margin-right: 20px;
  cursor: pointer;
}

.train-action-card-icon {
  width: 45px;
  flex: 0 0 auto;
  margin-right: 24px;
}

.train-action-card-left {
  display: flex;
  align-items: center;
}

.train-card-content a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.018em;
  text-decoration-line: underline;
  color: #0572d6;
  margin-bottom: 9px;
}

.train-card-content h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.018em;
  margin-bottom: 8px;
}

.train-card-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.018em;
  color: #000000;
  margin: 0;
}

.download-icon {
  flex: 0 0 auto;
  margin-left: 20px;
  color: #ff7a00;
}

.train-action-card-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-video {
  max-width: 732px;
  margin: 0 auto;
  padding: 8px 10px;
}

.train-modal .modal-dialog {
  max-width: 1300px;
}

.moda-close-btn {
  flex: 0 0 auto;
>>>>>>> muhammad_dev
}

/* -------------------------------- New AREA END -------------------------- */

/* -------------------------------- Profile Page Start -------------------------- */

.profile-header {
    background-color: #000000;
    height: 112px;
}

.profile-image-container {
    width: 12%;
}

.profile-tags-container {
    width: 88%;
}

.profile-image {
    width: 128px;
    height: 128px;
    margin-left: 30px;
}

.profile-header-content {
    display: flex;
    width: 100%;
    align-items: center;
    top: 48px;
}

/* Edit Profile button for Sales Rep Profile */
.edit-profile-button {
  background-color: #fff;
  color: #0572d6;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #0572d6;
}

.edit-profile-last {
  position: absolute;
  right: 5%;
  top: 0%;
  transform: translateX(50%);
}

.profile-tags ul {
    list-style-type: none;
    display: flex;
    gap: 13px;
}

.profile-tags ul li {
    background-color: #2eb100;
    border-radius: 22px;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 16px;
}

.profile-tags ul li span {
    padding-right: 72px;
    color: #fff;
}

.sales-rep-profile-tags ul {
  list-style-type: none;
  display: flex;
  gap: 13px;
}

.sales-rep-profile-tags ul li {
  background-color: #0572d6;
  border-radius: 22px;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 16px;
}

.sales-rep-profile-tags ul li span {
  padding-right: 72px;
  color: #fff;
}

.profile-content-area {
    display: flex;
}

.profile-content-area .filter-area {
    width: 12%;
    padding-left: 30px;
    padding-top: 136px;
}

.profile-content {
    width: 88%;
    margin-top: 31px;
}

.profile-content-area .filter-area ul {
    list-style-type: none;
    line-height: 30px;
    font-size: 14px;
}

.profile-content-area .filter-area ul li a {
    color: #0f172a;
}

.profile-contact-details {
    border: 1px solid #e4e4e4;
    padding: 19px 22px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    border-right: 1px solid;
    padding-left: 20px;
    padding-right: 30px;
}

.contact-details .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.contact-details .contact {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.profile-photo-upload-title {
  margin-top: 17px;
  background-color: #000000;
  height: 112px;
}

.profile-image-container {
  width: 12%;
}

.profile-tags-container {
  width: 88%;
}

.profile-image {
  width: 128px;
  height: 128px;
  margin-left: 30px;
}

.profile-header-content {
  display: flex;
  width: 100%;
  align-items: center;
  top: 48px;
  position: absolute;
}

.profile-tags ul {
  list-style-type: none;
  display: flex;
  gap: 13px;
}

.profile-tags ul li {
  background-color: #2eb100;
  border-radius: 22px;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 16px;
}

.profile-tags ul li span {
  padding-right: 72px;
  color: #fff;
}

.profile-content-area {
  display: flex;
}

.profile-content-area .filter-area {
  width: 12%;
  padding-left: 30px;
  padding-top: 136px;
}

.profile-content {
  width: 88%;
  margin-top: 31px;
}

.profile-content-area .filter-area ul {
  list-style-type: none;
  line-height: 30px;
  font-size: 14px;
}

.profile-content-area .filter-area ul li a {
  color: #0f172a;
}

.profile-contact-details {
  border: 1px solid #e4e4e4;
  padding: 19px 22px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  border-right: 1px solid;
  padding-left: 20px;
  padding-right: 30px;
}

.contact-details .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.contact-details .contact {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

/* Contact Details: Sales Rep on my profile page */
.contact-details-no-right-border {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 30px;
}

.contact-details-no-right-border .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.contact-details-no-right-border .contact {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.profile-photo-upload-title {
  margin-top: 17px;
}

.profile-photo-upload-title h3,
.photo-list h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

.photo-upload-container {
    border: 2px dotted rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 22px 15px;
}

#file-upload {
    display: none;
}

.file-upload-btn {
    border: 1px solid #0572d6;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0572d6;
}

.photo-list {
    margin-top: 28px;
}

.all-photos {
    margin-top: 12px;
}

.all-photos .row {
    margin-bottom: 27px;
}


/* -------------------------------- Profile Page End -------------------------- */

/* -------------------------------- Profile Details Page Start -------------------------- */

.profile-image a {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer !important;
}

.profile-content .details-content {
    margin-top: 38px;
}
.profile-content .details-content .about h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 11px;
}

.profile-content .details-content .about p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.content-list .list-heading {
    background-color: #e51b2d;
    padding: 10px 20px;
}

.content-list .list-heading h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0;
}

.content-list .list-content {
    border: 1px solid #e4e4e4;
    padding: 17px 31px 24px 21px;
}

.list-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}

.list-content ul li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.top-jobs .list-content ul li p {
    font-weight: 500;
}

.top-jobs .list-content ul li span {
    font-weight: 700;
}

.top-jobs .list-content ul li .completed-jobs {
    font-weight: 700;
}

.expertise .list-content ul li {
    justify-content: inherit;
    gap: 12px;
}

/* -------------------------------- Profile Details Page End -------------------------- */

#profileAccordion {
    margin-top: 21px;
}

#profileAccordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 21px;
}

#profileAccordion .accordion-button:not(.collapsed) {
    background: #f4f4f4;
    color: #000000;
}

#profileAccordion .accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
}

#profileAccordion .asr-form {
    width: 485px;
    padding: 25px 34px 0;
}

#profileAccordion .asr-form label,
#profileAccordion .asr-form span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

#profileAccordion .file-upload {
    padding: 12px 0 20px;
    padding-left: 12px;
}

#profileAccordion a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

#profileAccordion .form-cta {
    margin-top: 36px;
    border-top: 1px solid #e2e8f0;
    padding: 15px 0 15px 27px;
}

.serviceCategories ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 28px;
    margin-bottom: 6px;
}

.serviceCategories ul li p {
    margin-bottom: 0;
}

.profile-content .details-content {
  margin-top: 38px;
}

.profile-content .details-content .about h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 11px;
}

.profile-content .details-content .about p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.content-list .list-heading {
  background-color: #e51b2d;
  padding: 10px 20px;
}

.content-list .list-heading h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 0;
}

.content-list .list-content {
  border: 1px solid #e4e4e4;
  padding: 17px 31px 24px 21px;
}

.list-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}

.list-content ul li p {
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.top-jobs .list-content ul li p {
  font-weight: 500;
}

.top-jobs .list-content ul li span {
  font-weight: 700;
}

.top-jobs .list-content ul li .completed-jobs {
  font-weight: 700;
}

.expertise .list-content ul li {
  justify-content: inherit;
  gap: 12px;
}

/* -------------------------------- Profile Details Page End -------------------------- */

#profileAccordion {
  margin-top: 21px;
}

#profileAccordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 21px;
}

#profileAccordion .accordion-button:not(.collapsed) {
  background: #f4f4f4;
  color: #000000;
}

#profileAccordion .accordion-button {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}

#profileAccordion .asr-form {
  width: 485px;
  padding: 25px 34px 0;
}

#profileAccordion .asr-form label,
#profileAccordion .asr-form span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

#profileAccordion .file-upload {
  padding: 12px 0 20px;
  padding-left: 12px;
}

#profileAccordion a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

#profileAccordion .form-cta {
  margin-top: 36px;
  border-top: 1px solid #e2e8f0;
  padding: 15px 0 15px 27px;
}

.serviceCategories ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 28px;
  margin-bottom: 6px;
}

.serviceCategories ul li p {
  margin-bottom: 0;
}
















.available__table table th {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.0075em;
  text-transform: uppercase;
  color: #0F172A;
  background: #FAFAFA;
  padding: 10px 13px;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6 !important;
  box-shadow: inset 0 0 0 9999px #FAFAFA;
}

.available__table table th:last-child {
  border-right: 1px solid #C6C6C6;
}

.available__table table th:first-child {
  border-left: 1px solid #C6C6C6;
}

.table> :not(caption)>*>* {
  box-shadow: inset 0 0 0 9999px #fff;
}

.available__table table td {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.0075em;
  color: #0F172A;
  padding: 12px;
  background: #FAFAFA !important;
  border-color: #C6C6C6 !important;
}


.shadow_td td {
  box-shadow: inset 0 0 0 9999px #FAFAFA;
}

.available__table table td:last-child {
  border-right: 1px solid #C6C6C6;
}

.available__table table td:first-child {
  border-left: 1px solid #C6C6C6;
}


.avalable_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.0075em;
  color: #0F172A;
  margin: 0;
}

.avalable_text {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}

.available__table .green_txt {
  font-weight: 600;
  color: #00AA1B;
}

.available__table .gray_txt {
  font-weight: 600;
  color: #7A7A7A;
}

.av_asearch__vlk input {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  height: 30px;
  width: 224px;
  padding: 5px 10px;
  padding-right: 30px;
}

.av_asearch__vlk button {
  background: transparent;
  border: 0;
  font-size: 15px;
  color: #979797;
  position: absolute;
  right: 8px;
  top: 3px;
}

.av_asearch__vlk {
  display: inline-block;
  position: relative;
}

.av__btn__blk a {
  padding: 5px 8px;
  display: inline-block;
  padding-top: 1px;
}

.av__btn__blk {
  display: inline-block;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: relative;
}

.av__btn__blk:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #ADADAD;
  content: '';
}

.av__search__form form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin__views__blk {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
  margin-top: 30px;
}

.views__profile {
  display: flex;
  align-items: flex-end;
}

.view_profile_text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.0075em;
  color: #0F172A;
  margin: 0;
}

.view_profile_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.view_profile_text {
  margin-left: 13px;
}

.back__btn__blk a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0572D6;
  background: #FFFFFF;
  border: 1px solid #0572D6;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 20px;
}

.view__profile__thumb {
  margin-top: -36px;
}

.table_top_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.single__form>span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
  color: #999999;
  margin-top: 10px;
  display: block;
}

.single__form textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  height: 168px;
  resize: none;
  width: 100%;
  padding: 8px;
}

::placeholder {
  opacity: 1;
}

.single_upload__btn {
  background: rgba(217, 217, 217, 0.1);
  border: 1px dashed #A4A4A4;
  padding: 25px;
  text-align: center;
}

/* -----------  UPLOAD BUTTON START ------------ */
.custom-file-upload {
  padding: 8px 20px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0572D6;
  background: #FFFFFF !important;
  border: 1px solid #0572D6;
  border-radius: 3px;
  transition: .3s all;
}

.custom-file-upload:hover {
  background: #006b00;
}

.verifi__area h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.0075em;
  color: #0F172A;
  margin-bottom: 5px;
}

.des__content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.0075em;
  color: #000000;
}

.des__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
  color: #000000;
}

.av__search__form p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.0075em;
  color: #0038FF;
  gap: 6px;
  margin: 0;
}

.avalable_text h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: -0.0075em;
  color: #000000;
  margin: 0;
}

.av__search__form p a:hover {
  color: #2AC1A4;
}

.av__search__form p a {
  transition: .3s all;
}

.available__table td p a:hover {
  color: #2AC1A4;
}

.available__table td p a {
  transition: .3s all;
}


.available__table td p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -0.0075em;
  color: #0038FF;
  gap: 6px;
  margin: 0;
}

.status__inner__blk {
  background: #F9F9F9;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 30px;
}

.single__status__text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 8px;
}

.status_green_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #00AA1B !important;
  background: rgba(0, 170, 27, 0.2);
  border: 1px solid #00AA1B;
  border-radius: 4px;
  padding: 6px 15px;
  display: inline-block;
}

.status_gray_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000 !important;
  background: rgba(153, 153, 153, 0.2);
  border: 1px solid #414141;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 15px;
}

.status__btn {
  display: flex;
  gap: 15px;
}

.single__status__text {
  margin-bottom: 13px;
}

.single__status__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 0;
}

.single__status__text span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 13px;
}

.status__content .single__status__text:last-child {
  margin: 0;
}

.with__radio {
  display: flex;
  align-items: center;
}

.with__radio .form-check {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #EDEDED;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1px 0px 0px 1px;
  margin: 0;
  flex: 0 0 auto;
}

.with__radio .form-check input {
  margin: 0;
}

.with__radio .single__form>input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}

.with__radio .single__form {
  width: calc(100% - 32px);
}

.ans__modal .modal-footer .btn.btn-primary {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  background: #0572D6;
  border-radius: 3px;
  padding: 7px 31px;
}

.ans__modal .modal-footer .btn.btn-secondary {
  padding: 7px 31px;
}

.ans__modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  border-top: 1px solid #D9D9D9;
}

.ans__modal .modal-body {
  padding: 30px;
  padding-bottom: 45px;
}

.ans__modal .modal-header {
  padding: 17px 30px;
}

.ans__modal .modal-header h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: -0.0075em;
  color: #000000;
}

.new_ans a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #0038FF;
  display: inline-block;
}

.new_ans {
  margin-top: 10px;
}

.ans__modal .modal-dialog {
  max-width: 1126px;
}
/* ----------  UPLOAD BUTTON END -------- */
.selectInput.form-control {
    width: 100% !important;
}

.select2.select2-container {
    width: 100% !important;
    font-size: 14px;
}
.select2-container .select2-selection--single{
     height: auto !important;
 }
 .innerTemplate{
     min-height: calc(100vh - 150px);
 }