@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --primary:#20A1DE;
  --primary-hover:#1589be;
  --secondary:#000;
  --text-body-primary:#706F6F;
}

body {
  font-family: "Poppins", serif;
  background-color: #4baedd;
  display: block;
}

.bottom-spacer {
  height: 50px;
}

.container {
  max-width: 900px;
}
.is-invalid {
  border-color: #dc3545; /* Red border for invalid input */
}
.invalid-feedback {
  color: #dc3545; /* Red color for error messages */
  font-size: 0.875rem;
  margin-top: 0.25rem;
}


.license-form-outer {
  max-width: 1100px;
}
.license-form-outer .form-check {
  padding-left: 2.25rem;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

p {
  font-size: 14px;
}

.text-gray {
  color: #666;
}

.text-warning {
  color: #f57605 !important;
}

.badge {
  padding: 8px 14px;
}

.badge-warning {
  background-color: #F4C167;
}

.btn-black {
  background-color: #1C2529 !important;
}
.btn-black:hover {
  background-color: #141a1d !important;
}

.btn-theme {
  background-color: var(--primary) !important;
  color: #fff !important;
}
.btn-theme:hover {
  background-color: var(--primary-hover) !important;
}

.btn-sm {
  padding: 4px 6px !important;
  border-radius: 5px;
}

.btn i {
  padding: 0;
}
.btn.text-white i {
  color: #fff !important;
}

.alert-info-custom {
  background-color: #ddf3fd;
  border-color: #b6bbbe;
}

img {
  max-width: 100%;
}

.text-greay-500 {
  color: #99a1b7;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-body-primary {
  color: var(--text-body-primary);
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--primary-hover);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.775rem 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #808080;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E1E3EA;
  border-radius: 0.475rem;
  box-shadow: false;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-submit {
  background-color: #000;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-submit.text-primary .aplybx-ico {
  margin-left: 15px;
}
.btn-submit.text-primary .aplybx-ico i {
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 6px;
}
.btn-submit:hover {
  background-color: #222;
  color: #fff;
}
.btn-submit:hover.text-primary {
  color: #fff !important;
}
.btn-submit:hover.text-primary .aplybx-ico i {
  color: #fff;
  border: 2px solid #fff;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}

.outer-container {
  max-width: 1400px;
}

.logo {
  max-width: 350px;
  float: left;
}

.footer {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 1;
  min-height: 100px;
}

.login-outer {
  background-image: url(img/bg1.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
}
.login-outer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.log-reg-box {
  max-width: 500px;
  z-index: 1;
}

.login-form {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 20px;
}
.login-form h1 {
  font-size: 22px;
}
.login-form .sub-cap {
  color: #A1A5B7;
  width: 100%;
}
.login-form label {
  margin-bottom: 10px;
  color: #3e3a3a;
  font-size: 14px;
}
.login-form .form-control {
  font-size: 14px;
  color: #a7a7a7;
  border: 1px solid #000;
}
.login-form .form-control::-moz-placeholder {
  color: #a7a7a7;
}
.login-form .form-control::placeholder {
  color: #a7a7a7;
}
.login-form .btn-submit {
  background-color: #3e3a3a;
  border-radius: 10px;
  margin-top: 15px;
}
.login-form .btn-submit:hover {
  background-color: #111;
}

.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}
.separator.separator-content::after {
  content: " ";
  width: 50px;
  border-bottom: 1px solid var(--bs-border-color);
  margin-left: 1.25rem;
}
.separator.separator-content::before {
  content: " ";
  width: 50px;
  border-bottom: 1px solid var(--bs-border-color);
  margin-right: 1.25rem;
}

.log-left {
  z-index: 1;
  max-width: 640px;
  padding-right: 80px;
  color: #fff;
}
.log-left h3 {
  font-size: 14px;
  margin-bottom: 40px;
}
.log-left h2 {
  font-size: 48px;
  margin-bottom: 50px;
}
.log-left h4 {
  font-size: 16px;
  margin-bottom: 30px;
}
.log-left p {
  font-size: 15px;
}

.input-group-append {
  cursor: pointer;
}

.cstm-calender {
  padding: 11px 14px;
  border-color: #000;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.datepicker-days {
  font-size: 13px;
}

.edit-rel {
  position: relative;
}

.edit-abs {
  position: absolute;
  right: 15px;
  bottom: 14px;
  text-decoration: underline;
}

.h-right-btn {
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
}

.main-header .dropdown span.avatar {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  width: 48px;
  margin-right: 15px;
}
.main-header .dropdown span.avatar img {
  border-radius: 50px;
  border: 1px solid var(--primary);
}
.main-header .dropdown-menu {
  padding: 30px 25px;
  width: 100%;
  border: none;
  min-width: 300px;
  right: 0 !important;
  left: inherit !important;
}
.main-header .dropdown-menu li {
  display: block;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 10px;
}
.main-header .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.main-header .dropdown-menu li a {
  text-decoration: none;
  font-size: 13px;
  color: #282828;
  padding: 7px;
  display: block;
}
.main-header .dropdown-menu li a:hover {
  background-color: #eee;
}
.main-header .dropdown-menu li a i {
  color: #B0B0B0;
  font-size: 20px;
}

.h-notifc {
  position: relative;
}
.h-notifc i {
  font-size: 32px;
  display: block;
}
.h-notifc .not-fic-number {
  background-color: #FF0000;
  font-size: 8px;
  color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.notifc-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}
.notifc-header span {
  font-size: 12px;
}

.main-outer {
  padding-top: 140px;
  min-height: 1000px;
}

.profile-avatar {
  position: relative;
  max-width: 300px;
}

.profile-av-img {
  max-width: 100px;
}
.profile-av-img img {
  border-radius: 50%;
  border: 3px solid #e3e3e3;
}

.profile-achivments {
  position: relative;
  padding-top: 10px;
}
.profile-achivments h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.profile-achivments p {
  margin-bottom: 0;
  color: var(--text-body-primary);
}

.achive-imge {
  position: absolute;
  top: -33px;
  width: 40px;
  transform: translate(-50%);
  left: 50%;
}

.profile-desc p {
  margin-bottom: 0;
  font-size: 13px;
}

.read-more {
  font-size: 13px;
  border-bottom: 1px solid var(--primary);
}

.license-img img {
  max-width: 240px;
  border: 2px solid var(--secondary);
  border-radius: 5px;
}

.custom-card {
  border-radius: 10px;
}

.apply-lcns-slider .slider-img {
  background-color: var(--primary);
  width: 76px;
  height: 76px;
  display: inline-block;
  border-radius: 50%;
  padding-top: 20px;
}
.apply-lcns-slider .slider-img i {
  color: #fff;
  font-size: 36px;
}
.apply-lcns-slider h4 {
  font-size: 14px;
  margin-top: 15px;
}
.apply-lcns-slider h4 span {
  display: block;
}
.apply-lcns-slider .carousel-control-next, .apply-lcns-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.apply-lcns-slider .carousel-control-next-icon, .apply-lcns-slider .carousel-control-prev-icon {
  border: 1px solid var(--text-body-primary);
  width: 26px;
  height: 26px;
  background-size: 7px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.apply-lcns-slider .carousel-control-next-icon {
  background-image: url(img/next-arrow.svg);
}
.apply-lcns-slider .carousel-control-prev-icon {
  background-image: url(img/prew-arrow.svg);
}

.evant-box img {
  border-radius: 10px;
}
.evant-box h4 {
  font-size: 13px;
  color: #666161;
  margin-top: 10px;
  font-weight: 600;
}
.evant-box p {
  margin-bottom: 0;
  font-size: 13px;
}
.evant-box a {
  color: var(--text-body-primary);
  font-size: 12px;
}
.evant-box a:hover {
  color: var(--primary);
}

.profile-tab {
  margin-top: 25px;
}
.profile-tab .nav-tabs {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  padding-top: 10px;
  padding: 0;
}
.profile-tab .nav-tabs .nav-item {
  margin-right: 5px;
}
.profile-tab .nav-tabs .nav-item .nav-link {
  border: none;
  color: #000;
  border-bottom: 2px solid #eee;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  background-color: #eee;
}
.profile-tab .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  border-bottom-color: var(--secondary);
  background-color: var(--primary);
}

.divider {
  height: 1px;
  background-color: rgba(61, 62, 62, 0.18);
}

.overview-dc h4 {
  margin-bottom: 15px;
}
.overview-dc p {
  margin-bottom: 15px;
}

.license-box {
  display: inline-block;
  padding-right: 15px;
  max-width: 295px;
}

.dd-lsnc {
  margin-top: 30px;
}

.trophy {
  display: flex;
  justify-content: center;
}
.trophy img {
  max-width: 50px;
}

.application-table {
  background-color: #ddf3fd;
}
.application-table.table.dataTable {
  margin-top: 5px !important;
}
.application-table thead tr {
  background-color: #000;
  color: #fff !important;
}
.application-table thead tr th {
  padding: 10px 20px !important;
  background-color: transparent;
  border-right: 1px solid #a0bcc9 !important;
}
.application-table thead tr th:last-child {
  border-right: none !important;
}
.application-table tbody tr {
  border-bottom: 1px solid #a0bcc9 !important;
}
.application-table tbody tr td {
  padding: 10px 20px !important;
  background-color: transparent;
  border-right: 1px solid #a0bcc9 !important;
}
.application-table tbody tr td:last-child {
  border-right: none !important;
}

.apply-license-outr p {
  color: #666;
}
.apply-license-outr ul {
  color: #666;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-350 {
  max-width: 350px;
}

.chekout-wrap {
  background-color: #F1FAFF;
  border: 1px dashed #E1E3EA;
  padding: 30px;
  border-radius: 10px;
  color: var(--text-body-primary);
}

.chekout-table table {
  color: var(--text-body-primary);
  width: 100%;
  margin-bottom: 10px;
}
.chekout-table table thead {
  font-size: 14px;
}
.chekout-table table thead th {
  font-weight: 400;
  padding: 10px 5px;
}
.chekout-table table thead th:last-child {
  text-align: right;
}
.chekout-table table tbody {
  font-size: 16px;
}
.chekout-table table tbody tr {
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
}
.chekout-table table tbody tr:last-child {
  border-bottom: none;
}
.chekout-table table tbody tr td {
  padding: 10px 5px;
}
.chekout-table table tbody tr td:last-child {
  text-align: right;
}

.lndng-menu {
  list-style: none;
  padding: 0;
}
.lndng-menu li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 2px solid var(--secondary);
}
.lndng-menu li:first-child {
  border-left: 0;
  padding-left: 0;
}
.lndng-menu li a {
  color: var(--secondary);
  border-bottom: 2px solid var(--text-body-primary);
}
.lndng-menu li a:hover {
  color: var(--primary);
}

.aply-box {
  max-width: 220px;
}
.aply-box a {
  border: 2px solid var(--secondary);
  padding: 25px;
  border-radius: 10px;
  display: block;
  color: var(--secondary);
}
.aply-box a span {
  font-size: 15px;
}
.aply-box a .aplbx-img {
  float: left;
  margin-right: 15px;
}
.aply-box a .aplbx-img i {
  color: var(--secondary);
  font-size: 26px;
}
.aply-box a .aplybx-ico i {
  color: var(--secondary);
  border: 2px solid var(--secondary);
  border-radius: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
}
.aply-box a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.aply-box a:hover i {
  color: #fff;
}
.aply-box a:hover .aplybx-ico i {
  border-color: #fff;
}

.select-evnt {
  background-color: #2e2d2d;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.select-evnt .display-selected span {
  display: block;
  color: #fff;
}
.select-evnt .display-selected span.selected-day-and-m {
  font-size: 16px;
}
.select-evnt .display-selected span.selected-date {
  font-size: 120px;
  font-weight: 100;
  line-height: 110px;
}
.select-evnt .display-selected span.selected-year {
  font-size: 30px;
}
.select-evnt .display-selected span.selected-event {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #87d2f5;
}

.knowmorebtn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.knowmorebtn i {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}
.knowmorebtn:hover i {
  color: var(--primary);
}

.arrow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrow-list li {
  margin-bottom: 7px;
}
.arrow-list li:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-right: 15px;
}

.choos-ctetgry-img {
  background-color: #fff;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  margin-right: 15px;
}
.choos-ctetgry-img img {
  max-width: 40px;
}

.category-box {
  list-style: none;
  padding: 0;
}
.category-box li {
  margin-bottom: 15px;
}
.category-box a {
  color: #1d1d1d;
}
.category-box a .cstm-aply-btn {
  background-color: #fff;
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  margin-left: 15px;
}
.category-box a:hover .cstm-aply-btn {
  background-color: var(--secondary);
  color: #fff;
  border-color: #fff;
}
.category-box a .sub-cstm-icon {
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  width: 45px;
  height: 45px;
  padding-top: 12px;
}

.choo-icon i {
  color: #000;
  border: 2px solid #000;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.iti {
  position: relative;
  display: block;
}

.custom-btn-list {
  list-style: none;
  text-align: center;
  padding: 0;
}
.custom-btn-list li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 15px;
}
.custom-btn-list li a {
  padding: 10px 15px;
  display: block;
  color: #fff;
  border-radius: 15px;
  font-size: 18px;
  overflow: hidden;
  background-color: var(--secondary);
}
.custom-btn-list li a i {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 6px;
  margin-left: 10px;
}
.custom-btn-list li a:hover {
  border-color: transparent;
}
.custom-btn-list li a:hover i {
  color: #fff;
  border-color: #fff;
}

.delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: red;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.delete-btn:hover {
  color: darkred;
}

@media screen and (max-width: 992px) {
  .main-header {
    position: relative;
  }
  .footer {
    position: relative;
  }
  .profile-outer {
    display: block !important;
  }
  .profile-left {
    display: block !important;
    text-align: center;
  }
  .profile-avatar {
    display: block;
    text-align: center;
  }
  .profile-av-img {
    display: inline-block;
  }
  .profile-desc {
    text-align: center;
    display: block !important;
  }
  .profile-desc div {
    display: block !important;
  }
  .profile-right {
    display: block !important;
    text-align: center;
  }
  .profile-right {
    margin-top: 15px;
  }
  .profile-right div {
    display: block !important;
    text-align: center;
  }
  .profile-right div .license-img {
    display: inline-block !important;
  }
  .event-calenter {
    padding-bottom: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select-evnt {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bottom-spacer {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */