@charset "UTF-8";
/*Font Sizes*/
/*Font Weight*/
/*Color*/
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.sales-report-section {
  margin-bottom: 3rem;
}
.sales-report-section h1 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
}
.sales-report-section .subtitle {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}
.sales-report-section .subtitle p {
  font-size: 1rem;
  color: #393939;
  font-weight: 500;
  margin: 0;
}
.sales-report-section .subtitle p:first-child {
  margin-bottom: 16px;
}
.sales-report-section .subtitle .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #393939;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 8px;
}
.sales-report-section .navbar {
  border-bottom: 0px solid #D8DEE9;
  background-color: transparent;
  padding: 0;
}
.sales-report-section .navbar .dropdown {
  margin-right: 0;
}
.sales-report-section .navbar .dropdown .nav-link {
  font-size: 1rem;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #C3D1D9;
  background-color: #ffffff;
}
.sales-report-section .navbar .dropdown .dropdown-menu {
  width: 100%;
}
.sales-report-section .navbar .dropdown .dropdown-menu .dropend .nav-link {
  border: 0;
}
.sales-report-section .navbar .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F6F9FA;
  color: #007BBD;
}
.sales-report-section .navbar .dropdown .dropdown-menu .nav-link:hover {
  background-color: #F6F9FA;
}
.sales-report-section .dropdown-menu .nav-link:after {
  position: absolute;
  right: 12px;
}
.sales-report-section .subagent-col {
  color: #007BBD !important;
  font-weight: 500 !important;
}
.sales-report-section .grid-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sales-report-section .sub-dropdown-menu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 9;
  border: 1px solid #DAE5EB;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 16px 0px rgba(24, 62, 122, 0.16);
}
.sales-report-section .sub-dropdown-menu .nav-link {
  border: 0;
}
.sales-report-section .dropdown-custom .dropend:hover .sub-dropdown-menu {
  display: block;
}
.sales-report-section .calendar-dropdown-menu {
  display: none;
  position: absolute;
  left: -305px;
  top: 0;
  background-color: #ffffff;
  z-index: 9;
  border: 1px solid #DAE5EB;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 16px 0px rgba(24, 62, 122, 0.16);
}
.sales-report-section .calendar-dropdown-menu .k-input-solid:focus {
  box-shadow: 0 0 0 2px rgba(0, 123, 189, 0.08);
}
.sales-report-section .calendar-dropdown-menu .k-animation-container-shown {
  left: 0px !important;
  top: 90px !important;
}
.sales-report-section .calendar-dropdown-menu .k-daterangepicker-popup .k-button-flat-primary {
  color: #007BBD;
}
.sales-report-section .calendar-dropdown-menu .k-daterangepicker-popup .k-calendar .k-calendar-td.k-selected {
  background-color: #007BBD;
}
.sales-report-section .calendar-dropdown-menu .k-daterangepicker-popup .k-calendar .k-calendar-td.k-selected .k-link {
  background-color: #007BBD;
}
.sales-report-section .calendar-dropdown-menu .k-daterangepicker-popup .k-calendar .k-calendar-td.k-today {
  color: #007BBD;
}
.sales-report-section .calendar-dropdown-menu .k-daterangepicker-popup .k-calendar .k-range-mid {
  background-color: rgba(29, 110, 253, 0.25);
}
.sales-report-section .dropdown-custom .dropend:hover .calendar-dropdown-menu {
  display: block;
}
.sales-report-section .date-range {
  background-color: #ffffff;
  padding: 8px;
}
.sales-report-section .date-range .k-label {
  font-size: 1rem;
  color: #393939;
}
.sales-report-section .date-range .k-dateinput {
  margin-top: 8px;
  border: 1px solid #C3D1D9;
  border-radius: 8px;
}
.sales-report-section .date-range .k-dateinput input {
  padding: 12px 16px;
}
.sales-report-section .sales-export {
  font-size: 1rem;
  color: #393939;
  font-weight: 500;
  background-color: #ffffff;
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #C3D1D9;
}
.sales-report-section .k-grid-footer {
  padding: 0;
}
.sales-report-section .k-toolbar-item {
  width: 33%;
}
.sales-report-section .k-toolbar-item .k-grid-search {
  font-size: 0.875rem;
  color: #63666F;
  width: 100%;
  padding: 8px 12px;
}

@media screen and (max-width: 768px) {
  .subtitle {
    display: inline !important;
  }
  .subtitle div:first-child {
    margin-bottom: 20px;
  }
  .subtitle .navbar {
    justify-content: end;
  }
  .subtitle .navbar .dropdown-toggle:after {
    position: inherit;
  }
  .k-toolbar-item {
    width: 50% !important;
  }
}
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.certificate-links {
  color: #007BBD;
  font-weight: 500;
  text-decoration: underline;
}

.customer-list {
  padding: 0 1.5rem;
}
.customer-list li {
  list-style: disc;
}

/*Font Sizes*/
/*Font Weight*/
/*Color*/
a {
  text-decoration: none;
}

.primarycolor {
  color: #007BBD;
}

.cardshadow {
  box-shadow: 2px 5px 15.2px -5px rgba(216, 221, 230, 0.5);
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-0 {
  margin: 0 !important;
}

.mr-05rem {
  margin-right: 0.5rem !important;
}

.mb-2-5rem {
  margin-bottom: 2.5rem !important;
}

.mb-3rem {
  margin-bottom: 3rem !important;
}

.dashboard_quotes {
  position: relative;
  padding-top: 41px;
}
.dashboard_quotes:before {
  content: "’’";
  position: absolute;
  top: -67px;
  left: -5px;
  font-size: 70px;
  color: #00AAD5;
  transform: rotate(180deg);
}
.dashboard_quotes h2 {
  font-size: 1.5rem;
  font-weight: 700;
  background: -webkit-linear-gradient(#eee, #333);
  background: linear-gradient(180deg, #03ADD6 0%, #005494 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.69rem;
}
.dashboard_quotes h2:before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 96%;
  height: 3px;
  background-color: #00AAD5;
}
.dashboard_quotes p {
  text-align: right;
  margin: 0;
  font-size: 1rem;
  color: #63666F;
}

.profile-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: 2px 5px 15.2px -5px rgba(216, 221, 230, 0.5);
}
.profile-card .profile_name {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #F0F9FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2094E8;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1.38rem;
  position: relative;
}
.profile-card .profile_name .view_profile {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.profile-card .profile_name:hover .view_profile {
  display: block;
  opacity: 1;
  padding-top: 28px;
}
.profile-card h1 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.profile-card a {
  color: #007BBD;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-top: 1.25rem;
}

.gb-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  box-shadow: 2px 5px 15.2px -5px rgba(216, 221, 230, 0.5);
  position: inherit;
}
.gb-card .gb-card-header h6 {
  color: #393939;
  font-size: 1.5rem;
  font-weight: 700;
}
.gb-card .gb-card-header p {
  color: #63666F;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.gb-card .gb-card-header a {
  text-decoration: none;
  display: flex;
  font-size: 1rem;
  color: #007BBD;
  font-weight: 700;
}
.gb-card .gb-card-header ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.gb-card .gb-card-header ul li {
  list-style: none;
  margin-right: 1.5rem;
}
.gb-card .gb-card-header ul li a {
  font-size: 1rem;
  color: #007BBD;
  font-weight: 700;
}
.gb-card .gb-card-header ul li a span {
  margin-right: 0.5rem;
}
.gb-card .gb-card-content {
  padding-top: 1.5rem;
}
.gb-card .gb-card-content ul {
  margin: 0;
  padding: 0;
  border-radius: 1rem;
  border: 1px solid #E6EEF2;
}
.gb-card .gb-card-content ul li {
  list-style: none;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  color: #393939;
  border-bottom: 1px solid #E6EEF2;
  display: flex;
  justify-content: space-between;
}
.gb-card .gb-card-content ul li:first-child {
  color: #63666F;
  font-size: 0.9375rem;
  padding: 0.94rem 1rem;
  background-color: #F6F9FA;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.gb-card .gb-card-content ul li:last-child {
  border-bottom: 0px solid #E6EEF2;
}
.gb-card .gb-card-content ul li p {
  margin: 0;
}
.gb-card .gb-card-content .news-list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1rem;
}
.gb-card .gb-card-content .news-list a {
  font-size: 1rem;
  color: #007BBD;
  font-weight: 700;
  border-bottom: 1px solid #E6EEF2;
  display: flex;
  padding: 1.125rem 1.5rem;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: background-color 0.5s ease-out 100ms;
}
.gb-card .gb-card-content .news-list a:last-child {
  border-bottom: 0px solid #E6EEF2;
}
.gb-card .gb-card-content .news-list a:hover {
  background-color: #F6F9FA;
}
    .gb-card .gb-card-content .news-list a:hover:after {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url(/Images/hyperlink.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }
.gb-card .qr_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DAE5EB;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.gb-card .qr_section:last-child {
  border-bottom: 0px solid #DAE5EB;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.gb-card .qr_section .qr_code {
  margin-right: 1.5rem;
}
.gb-card .onboarding {
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 0.5rem;
  border: 1px solid #E6EEF2;
}
.gb-card .onboarding li {
  list-style: none;
  border-right: 1px solid #E6EEF2;
  width: 50%;
}
.gb-card .onboarding li:last-child {
  border-right: 0px solid #E6EEF2;
}
.gb-card .onboarding li:hover .onboarding-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/Images/onboarding-hover.svg);
}
.gb-card .onboarding li:hover .webtraffic-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/Images/webtraffic-hover.svg);
}
.gb-card .onboarding li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  color: #393939;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
}
.gb-card .onboarding li a:hover {
  background-color: #F6F9FA;
}
.gb-card .onboarding li a .onboarding-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/Images/onboarding.svg);
}
.gb-card .onboarding li a .webtraffic-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/Images/webtraffic.svg);
}

.hyperlink-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/Images/hyperlink.svg);
  cursor: pointer;
}

.k-list-optionlabel {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
}
.k-list-optionlabel.k-selected {
  background-color: #007BBD;
}
.k-list-optionlabel.k-selected:hover {
  background-color: #007BBD;
}

.k-popup > .k-list {
  border-radius: 0.5rem;
}

.k-popup {
  border-radius: 0.5rem;
  border: 1px solid #DAE5EB;
  background-color: transparent;
}

.k-list-content .k-list-ul .k-list-item {
  padding: 0.5rem 1rem;
}
.k-list-content .k-list-ul .k-list-item:hover {
  background-color: #F6F8FA;
}
.k-list-content .k-list-ul .k-list-item .k-list-item-text {
  font-size: 1rem;
  font-weight: 500;
  color: #393939;
}
.k-list-content .k-list-ul .k-list-item.k-selected {
  background-color: #007BBD;
}
.k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text {
  color: #ffffff;
}
.k-list-content .k-list-ul .k-list-item.k-selected:hover {
  background-color: #007BBD;
}

/* width */
.k-list-content::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 20px;
}

/* Track */
.k-list-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 20px;
}

/* Handle */
.k-list-content::-webkit-scrollbar-thumb {
  background: #D7D8D9;
  border-radius: 20px;
}

/* Handle on hover */
.k-list-content::-webkit-scrollbar-thumb:hover {
  background: #D7D8D9;
}

.display-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none;
  }
}
.expat-leads-grid .sub-text {
  font-size: 0.875rem;
}
.expat-leads-grid table th, .expat-leads-grid table td {
  padding: 0.75rem 1rem !important;
  overflow-wrap: break-word;
}
.expat-leads-grid .info-icon {
  align-self: flex-start;
}

.note {
  background-color: white !important;
}

@media (max-width: 1200px) {
  .expat-leads-grid .sub-text {
    font-size: 0.7rem;
  }
  .expat-leads-grid table col:first-child {
    width: 20% !important;
  }
  .expat-leads-grid table col:nth-child(2) {
    width: 11% !important;
  }
  .expat-leads-grid table col:nth-child(3) {
    width: 14% !important;
  }
  .expat-leads-grid table col:nth-child(4) {
    width: 17% !important;
  }
  .expat-leads-grid table th, .expat-leads-grid table td {
    padding: 0.65rem 0.9rem !important;
  }
  .expat-leads-grid table thead {
    font-size: 0.8rem;
  }
  .expat-leads-grid table thead th {
    padding: 0.8rem 0.95rem !important;
  }
  .expat-leads-grid table tbody {
    font-size: 0.9rem;
  }
  .expat-leads-grid table .info-icon {
    width: 1rem;
    height: auto;
  }
}
.expat-leads-history .primary-dropdown {
  width: 280px;
}
.expat-leads-history .btn {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}

@media (max-width: 1200px) {
  .expat-leads-history .gb-grid table thead {
    font-size: 0.75rem;
  }
  .expat-leads-history .gb-grid table thead th {
    padding: 0.75rem 0.8rem !important;
  }
  .expat-leads-history .gb-grid table tbody {
    font-size: 0.8rem;
  }
  .expat-leads-history .gb-grid table tbody th, .expat-leads-history .gb-grid table tbody td {
    padding: 1rem 0.8rem !important;
  }
  .expat-leads-history .lead-details-label {
    font-size: 0.8rem !important;
  }
  .expat-leads-history .lead-details-content {
    font-size: 0.9rem !important;
  }
  .expat-leads-history .primary-dropdown {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  .expat-leads-history .btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .expat-leads-history .primary-dropdown {
    width: 100%;
  }
}
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.profile-section {
  padding-left: 0;
  padding-right: 0;
}
.profile-section .breadcrumb-container {
  align-items: center;
}
.profile-section .breadcrumb-container .breadcrumb {
  margin-bottom: 0;
}
.profile-section .breadcrumb-container .breadcrumb a {
  font-size: 1rem;
  color: #63666F;
  font-weight: 400;
}
.profile-section .breadcrumb-container .breadcrumb a.breadcrumb-active {
  color: #000000;
}
.profile-section .breadcrumb-container .breadcrumb span {
  padding: 0 0.5rem;
}
.profile-section .breadcrumb-container .edit-btn {
  display: flex;
  justify-content: end;
}
.profile-section .profile-edit div {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #F0F9FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2094E8;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1.38rem;
  position: relative;
  border: 1px solid #d1d1d1;
}
.profile-section .profile-edit div .edit {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: #007BBD;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profile-section .profile-edit p {
  font-size: 1rem;
  color: #393939;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.profile-section .profile-edit p span {
  font-weight: 700;
}
.profile-section .k-tabstrip-items-wrapper .k-item {
  margin-right: 1.5rem;
}
.profile-section .k-tabstrip-items-wrapper .k-item.k-active {
  background-color: transparent;
}
.profile-section .k-tabstrip-items-wrapper .k-item .k-link {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.profile-section .k-tabstrip-content {
  background-color: transparent;
}
.profile-section .k-tabstrip-content:focus {
  outline: 0;
}
.profile-section .gb-card {
  padding: 2rem;
}
.profile-section .information label {
  color: #63666F;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.profile-section .information a {
  color: #007BBD;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.profile-section .information p {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.profile-section .profile-actions h4 {
  font-size: 1.5rem;
  color: #393939;
  font-weight: 700;
  margin-bottom: 1rem;
}
.profile-section .profile-actions p {
  font-size: 1.125rem;
  color: #393939;
  font-weight: 400;
  margin-bottom: 2.5rem !important;
}
.profile-section .profile-actions .k-card-footer {
  display: flex;
  justify-content: space-around;
}

.profile-form .k-form-fieldset {
  margin: 0;
}
.profile-form .k-form-legend {
  color: #393939;
  font-weight: 700;
  text-transform: none;
  font-size: 1.125rem;
  margin: 0;
  border: none;
}
.profile-form .row .k-form-legend {
  display: none;
}
.profile-form .row .profile-field {
  padding-left: 0;
  margin-top: 1.5rem;
}
.profile-form label {
  font-weight: 400;
  font-size: 1.125rem;
  color: #63666F;
  margin-bottom: 0.5rem;
}
.profile-form label span {
  color: #DC3545;
  font-weight: 400;
  font-size: 1.125rem;
}
.profile-form .k-input {
  border-color: #C3D1D9;
}
.profile-form .k-focus {
  border-color: #007BBD;
  box-shadow: none;
}
.profile-form .k-input-inner {
  color: #393939;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.profile-form .profile-form-group1 {
  margin-bottom: 2rem;
}
.profile-form .profile-form-group2 {
  padding-top: 2rem;
  border-top: 1px solid #C3D1D9;
}
.profile-form .k-animation-container {
  left: unset !important;
  top: unset !important;
}

.form-footer {
  display: flex;
  justify-content: flex-end;
}
.form-footer .btn {
  margin: 6px;
}

@media only screen and (max-width: 992px) {
  .profile-section {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .profile-section .information {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .profile-section .breadcrumb-container {
    margin-top: 1rem;
  }
  .profile-section .profile-edit a {
    margin: 0 auto;
  }
  .profile-section .profile-actions .k-card-footer {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .profile-section .profile-actions .k-card-footer .btn {
    margin-bottom: 1rem;
    width: 100%;
  }
  .profile-section .profile-actions .k-card-footer a .btn {
    margin-bottom: 0;
  }
}
.k-dialog-wrapper .k-window {
  border-radius: 24px;
  background-color: #ffffff;
}
.k-dialog-wrapper .k-window .k-window-titlebar {
  padding: 1.25rem 2rem;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

@media (max-width: 576px) {
  .web-traffic-grid table th, .web-traffic-grid table td {
    padding: 1rem 0.75rem !important;
  }
  .web-traffic-grid table thead {
    font-size: 0.78rem;
  }
  .web-traffic-grid table thead th {
    padding: 0.75rem 0.75rem !important;
  }
  .web-traffic-grid table tbody {
    font-size: 0.8rem;
  }
}
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.commissionstatements-section {
  margin-bottom: 3rem;
}
.commissionstatements-section h1 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.commissionstatements-section .subtitle {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}
.commissionstatements-section .subtitle p {
  font-size: 1rem;
  color: #393939;
  font-weight: 500;
  margin: 0;
}
.commissionstatements-section .subtitle .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #393939;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 8px;
}
.commissionstatements-section .pdf-download {
  font-size: 1rem;
  color: #393939;
  padding: 0.5rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #C3D1D9;
  background-color: #ffffff;
}
.commissionstatements-section .pdf-download .k-button-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*Font Sizes*/
/*Font Weight*/
/*Color*/
.webinars-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.webinars-list li {
  border: 1px solid #DAE5EB;
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  margin: 0.5rem 0rem;
}
.webinars-list li .item {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
}
.webinars-list li .item h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.webinars-list li .item h6 a {
  color: #007BBD;
}
.webinars-list li .item p {
  margin: 0;
  font-weight: 500;
}
.webinars-list li .item div {
  display: flex;
  flex-direction: column;
}
.webinars-list li:last-child {
  margin-bottom: 0;
}
.webinars-list a {
  cursor: pointer;
}
.webinars-list li > .item:first-child {
  border-right: 1px solid #DAE5EB;
}

@media only screen and (max-width: 768px) {
  li > .item:first-child {
    border-right: none !important;
  }
}
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.applications h6 {
  font-size: 1.125rem;
  color: #393939;
  font-weight: 700;
  margin-bottom: 1rem;
}
.applications .types-modal {
  width: 80%;
}
.applications .k-animation-container {
  width: 200px !important;
  height: auto !important;
}
.applications .k-animation-container .k-dropdownlist-popup {
  max-height: 50vh;
  height: auto !important;
}
.applications .applications-grid .row {
  display: flex !important;
  align-content: center;
}
.applications .gb-grid .k-toolbar {
  display: block;
  padding-top: 0 !important;
}
.applications .modal-header-actions {
  display: flex;
  justify-content: end;
}
.applications .modal-dropdown {
  height: 50px;
  margin: 0.5rem;
}
.applications .k-toolbar-item {
  width: 25rem !important;
}
.applications .k-toolbar-item .modal-search {
  height: 40px;
  padding: 10px;
  width: 100% !important;
}
.applications .toolbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.applications .grid-note {
  font-size: 1rem;
  color: #393939;
  font-weight: 500;
  padding: 1.5rem;
  border-radius: 1.5rem;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 2px 5px 15.2px -5px rgba(216, 221, 230, 0.5);
}
.applications .tooltip-link {
  color: #87caed;
}

.status-column {
  display: flex;
  width: fit-content !important;
  color: #007BBD;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .applications-grid table thead th {
    padding: 0.75rem 0.8rem !important;
  }
  .applications-grid table tbody th, .applications-grid table tbody td {
    padding: 1rem 0.8rem !important;
  }
  .applications .k-toolbar-item {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .applications .modal-search {
    width: 100% !important;
  }
  .applications .modal-header-actions {
    justify-content: space-between;
  }
  .applications .k-toolbar-item {
    margin-bottom: 10px;
  }
  .applications .types-modal {
    width: 95%;
  }
  .applications .k-toolbar .k-picker {
    width: 9em;
  }
}
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.nav-tabs {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link i {
  margin-right: 5px; /* Space between icon and text */
}

.nav-link {
  color: #007BBD;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: -1px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link.active {
  color: #63666F;
  border-bottom-color: #007bff;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  border-bottom-color: transparent; /* Remove bottom border of active tab */
}

.mkt ul {
    margin: 0 0 0 30px;
}

.mkt li {
    list-style: disc;
    margin-bottom: 8px;
}

section.signup-section label.cursor-pointer {
    color: #424242 !important;
}

section.signup-section .k-checkbox {
    border-color: rgb(0 0 0 / 46%) !important;
}

.news-list div {
    padding: 0 1.5rem;
}

.gb-card .gb-card-content .news-list a {
    display: flex;
    padding: 0 24px 0 0;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.tab-content {
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-top: none;
}

button.telerik-blazor {
    font-size: 1rem;
    padding: 8px 19px;
}

.tab-pane {
  padding: 20px;
}

a {
  font-size: 1rem;
  color: #007BBD;
  font-weight: 400;
}

@media (max-width: 992px) {
  .grid-container {
    overflow-x: auto;
  }
  .grid-container .gb-grid {
    width: 1000px;
  }
}

.companyname {
    width: 153px;
    /* font-size: large; */
    word-wrap: break-word;
    /* text-overflow: ellipsis; */
    /* border: 1px solid #ccc; */
    /* width: 200px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.details-box {
    text-align: center;
    padding: 10px;
}
    .details-box .link {
        color: #007acc;
        cursor: pointer;
        font-family: Arial, sans-serif;
    }
/*# sourceMappingURL=common.css.map */
