@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body,
html {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}

.opacity-05 {
  opacity: 0.5;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.modal-content {
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
}

.wrapper {
  border-radius: 20px;
}

.vlic-bo-body {
  background: #fff;
}

.wrapper-sm {
  padding: 20px;
  border: solid 1px #e3e6f1;
  box-shadow: none !important;
  border-radius: 5px;
}

.wrapper-sm.bg-secondary-vlic {
  box-shadow: unset;
}

.pop-up-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow-x: hidden;
  z-index: 2;
}
.pop-up-wrapper .pop-up-container {
  position: absolute;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.pop-up-wrapper .pop-up-container .card {
  margin-top: 100px;
  border-radius: 20px;
  padding: 20px;
}
.pop-up-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.2470588235);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}

.result {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  display: none;
}

.pop-up-wrapper-result {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden;
  z-index: 2;
}
.pop-up-wrapper-result .pop-up-container-result {
  position: absolute;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.pop-up-wrapper-result .pop-up-container-result .card {
  margin-top: 100px;
  border-radius: 20px;
  padding: 20px;
}
.pop-up-wrapper-result .overlay {
  background-color: rgba(0, 0, 0, 0.2470588235);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
}

.notifications-wrappe {
  padding: 0 10px;
  max-height: 540px;
  overflow-y: auto;
}

.loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.23);
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
}
.loading-wrapper .container {
  height: 100%;
}
.loading-wrapper .container .row {
  height: 100%;
}
.loading-wrapper .container .row .spinner-border {
  width: 4rem;
  height: 4rem;
  color: #1D2855 !important;
}

.live-wrap {
  min-height: 500px;
}

.footer-wrap {
  min-height: 400px;
  background: #1d2754;
  color: #fff;
}

.popup-img-container {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  top: 0;
}
.popup-img-container .container {
  height: 100%;
}
.popup-img-container .container .row {
  height: 100%;
}
.popup-img-container .close-img {
  color: #fff;
  font-size: 24px;
  text-align: end !important;
  width: 100%;
  padding: 0px 94px;
}
.popup-img-container #img-data {
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.black-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4392156863);
  z-index: 1;
  /* margin-top: 0; */
  top: 0;
  display: none;
}

.live-offline-body {
  background: #000;
}

.footer-wrap .menu-horizontal .list-group-item {
  background: transparent !important;
}

.hero-welcome {
  position: absolute;
  left: 0;
  top: 35%;
}

.slider-img {
  text-align: center;
}
.slider-img img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation-panel {
  background: #f3f8fc;
  padding: 10px;
  border-radius: 0.6rem;
  margin-bottom: 1.5rem;
}

#filter-building {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fc-custom {
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  padding: 0.8rem 1.25rem;
}
.fc-custom + .input-group-text {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.fc-custom::-moz-placeholder {
  color: #DBD1D1;
}

.fc-custom::placeholder {
  color: #DBD1D1;
}

.fc-danger {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* IMAGE UPLOAD */
.input-drag-file::-webkit-file-upload-button {
  visibility: hidden;
}

.input-drag-file::before {
  content: " ";
  display: inline-block;
  /* background: linear-gradient(top, #f9f9f9, #e3e3e3); */
  /*     border: 1px solid #999; */
  /*     border-radius: 3px; */
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: 73%;
  height: 250px;
}

.input-drag-file.input-attachment::before {
  content: " ";
  display: inline-block;
  /* background: linear-gradient(top, #f9f9f9, #e3e3e3); */
  /*     border: 1px solid #999; */
  /*     border-radius: 3px; */
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: 73%;
  height: 150px !important;
}

.input-xl::before {
  width: 100% !important;
}

.input-xl {
  width: 100%;
}

/* FORM */
.form-cover-image {
  width: 100%;
  height: 250px;
  border: dashed 2px #D9D9D9;
  background-size: cover !important;
  background-position: center center !important;
  background: url("../../../asset/img/placeholder-image.png");
}

.form-cover-thumbnail {
  width: 100%;
  height: 285px;
  border: dashed 2px #D9D9D9;
  background-size: contain !important;
  background-position: center center !important;
  background: url("../../../asset/img/placeholder-image.png");
  background-repeat: no-repeat !important;
}

.form-cover-attachment {
  width: 100%;
  height: 150px;
  border: dashed 2px #D9D9D9;
  background-size: cover !important;
  background-position: center center !important;
  background: url("../../../asset/image-add.png");
  background-size: cover;
}

label.switchify.switchify-label > span.switchify-switch {
  height: 1.1em !important;
  width: 2em !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0px !important;
}

.chat-area {
  border: none !important;
  border-bottom: solid 1px #ddd !important;
  border-radius: 0px !important;
}

.input,
.textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
}

.input-wrap {
  position: relative;
}

.input-wrap .input {
  position: absolute;
  width: 100%;
  left: 0;
}

.width-machine {
  /*   Sort of a magic number to add extra space for number spinner */
  padding: 0 1rem;
}

.textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
  resize: none;
  border: none;
  padding: 10px;
  background: rgb(248, 248, 248);
  border-radius: 5px;
}

.textarea[contenteditable]:empty::before {
  color: gray;
}

.btn-custom {
  border-radius: 50px;
  font-weight: bolder;
  padding: 5px 20px;
}

.btn-radius {
  border-radius: 50px;
}

.btn-custom.bg-vlic:hover {
  color: #fff;
}

.btn-custom.bg-white {
  border: 2px solid #EAEAEA;
}

.btn-custom.bg-vlic {
  color: #fff;
}

.btn-custom.bg-vlic-sec.active {
  border: none;
  color: #fff;
  background: #131f2e;
}

.btn-custom.bg-vlic-sec {
  border: 1px solid #ddebff;
  color: #486488;
  background: #fff;
}

.btn-custom.bg-grey {
  border: 2px solid #252525;
  color: #fff;
}

.btn-disabled {
  background: rgba(90, 90, 90, 0.267) !important;
  border-color: rgba(90, 90, 90, 0.267) !important;
}

.cp {
  cursor: pointer;
}

.close-btn {
  font-size: 24px;
  color: #959595;
}

.add-attachment img {
  width: 100%;
  border-radius: 10px;
}

.close-btn-wrap {
  text-align: right;
  margin-right: -10px;
  margin-top: -14px;
}
.close-btn-wrap i {
  background: #c50110;
  border-radius: 50px;
  padding: 5px 7px;
  height: 25px;
  color: #fff;
  width: 25px;
}

.filter-schedule {
  width: auto;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  color: #919dad;
  font-weight: bold;
  margin-right: 15px;
  border: solid 1px #d8e3f0;
  cursor: pointer;
  font-size: 14px;
}

.filter-schedule.active {
  background: #151e28;
  color: #fff;
  border-radius: 5px;
}

.edit-btn {
  background: #1d2855;
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
}

#goTop {
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 15px;
  width: 50px;
  height: 50px;
  padding: 5px;
  font-size: 32px;
  display: none;
}

.btn-remove-icon {
  position: absolute;
  left: 7px;
  top: 13px;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.nav-wizard {
  cursor: pointer;
}

#chat-send-btn {
  font-size: 30px;
}

.alert .btn-close {
  float: right;
}

.table-btn {
  background: #1d2855;
  font-size: 12px;
  color: #fff !important;
}

.delete-schedule-btn {
  cursor: pointer;
}

.readmore-btn {
  font-size: 12px;
  margin-top: 15px;
  margin-left: -3px;
}

.infolabel {
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  margin-right: 10px;
  border: solid 1px #ddd !important;
}
.infolabel i {
  color: #2696a2;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  text-decoration: none;
  color: unset;
}

a.text-vlic {
  color: #1D2855;
  text-decoration: none;
}
a.text-vlic:hover {
  color: #1D2855;
  text-decoration: none;
}

a.notif {
  text-decoration: none;
  color: unset;
}
a.notif:hover {
  background-color: rgba(0, 0, 0, 0.1254901961) !important;
}

.text-vlic {
  color: #1D2855;
}
.text-vlic.btn-link {
  border: none;
}
.text-vlic.btn-link:active, .text-vlic.btn-link:focus {
  border: none;
  box-shadow: none;
}

.text-excel {
  color: #1D6F42;
}

.bg-vlic {
  background-color: #2696a2;
  color: #fff;
}

.bg-secondary-vlic {
  background-color: #4E4E4E;
  color: #fff;
}

.bg-dark-grey {
  background-color: #ECECEE;
}

.bg-excel {
  background-color: #1D6F42;
  color: #fff;
}

html,
body,
a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  font-family: "Nunito", sans-serif !important;
}

.read-more {
  color: #1D2855;
  text-decoration: underline;
}

.footer-list-menu h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.footer-list-menu .list-group-item {
  font-size: 14px;
  color: #fff !important;
}

.vlic-navbar {
  box-shadow: 0px 12px 24px rgba(25, 129, 214, 0.1098039216);
  padding: 10px 20px;
  z-index: 99;
  background: #fff;
}
.vlic-navbar a {
  font-weight: bolder;
}
.vlic-navbar .navbar-brand {
  margin-right: 20px;
}
.vlic-navbar .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #6d7e91;
}

.vlic-navbar-welcome {
  z-index: 99;
  padding: 10px 20px;
  background: transparent;
  color: #000;
}
.vlic-navbar-welcome a {
  font-weight: bolder;
}
.vlic-navbar-welcome .navbar-brand {
  margin-right: 20px;
}
.vlic-navbar-welcome .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.vlic-nav-horizontal .list-group-item {
  cursor: pointer;
  border: none;
}
.vlic-nav-horizontal .list-group-item.selected {
  border-bottom: solid 4px #23303e !important;
  border-radius: 0px;
  font-weight: bold;
}

.notif-bo .app-cover {
  margin-top: -14px;
}

.logo-navbar {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  width: -moz-fit-content;
  width: fit-content;
}

.vlic-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 285px;
  height: 100%;
  padding: 100px 25px 30px 25px;
  overflow-y: scroll;
  color: #fff;
  background: #1d2855;
}

.dropdown-vlic.dropdown-menu[data-bs-popper] {
  left: 0;
  border: none;
  top: 42px;
  border-radius: 5px;
  min-width: 11.2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.062745098);
}

.sidebar-menu-wrap .list-group .list-group-item {
  border: none;
  background: transparent;
  padding: 15px 2px;
  font-size: 18px;
}
.sidebar-menu-wrap .list-group .list-group-item a {
  color: #fff;
}
.sidebar-menu-wrap .list-group .list-group-item.active {
  background: #fff;
  border-radius: 50px;
  padding: 11px 20px 10px 45px;
  margin-left: -45px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sidebar-menu-wrap .list-group .list-group-item.active a {
  color: #1d2855;
}

.dropdown-vlic.dropdown-menu[data-bs-popper] {
  left: -45px !important;
}

.profile-menu .list-group-item {
  border: none;
  padding: 0px 20px;
}
.profile-menu .list-group-item.active {
  background: unset !important;
}
.profile-menu .list-group-item.active a {
  color: #1d2855;
}
.profile-menu .list-group-item.active .border-active {
  display: block;
  height: 3px;
  border-radius: 50px;
  background: #1d2855;
  margin-top: 10px;
}

.data-lists-wrap {
  display: block;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.0901960784);
  margin-bottom: 10px;
}
.data-lists-wrap .data-lists h6 {
  margin-bottom: 0px;
}
.data-lists-wrap .data-lists span {
  font-size: 12px;
}

.menu-horizontal .list-group-item {
  border: none;
}

#sideMenuCreateM {
  margin-bottom: 20px;
  margin-top: -20px;
}
#sideMenuCreateM label {
  display: none;
}

/* MENU LIST */
.vlic-menu-list .list-group-item {
  background: none;
  border: none;
  padding: 0.5rem 1.25rem;
  margin-bottom: 5px;
}

.vlic-menu-list .list-group-item a {
  color: #646464;
  font-weight: 700;
}

.vlic-menu-list .list-group-item.active {
  border-left: solid 10px #1D2855;
  border-radius: 0px;
  color: #000;
  font-weight: 500;
}

.vlic-menu-list .list-group-item.active a {
  color: #000;
}

.facility-list {
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 10px;
}
.facility-list .list-group-item {
  margin-bottom: 10px;
  border-radius: 50px;
  background: #2696a2;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.vlic-card {
  border-radius: 20px;
  border: none;
}
.vlic-card a {
  color: #000;
}
.vlic-card .card-body {
  border-radius: 20px;
}
.vlic-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.studio-lists-welcome a {
  color: #000;
}
.studio-lists-welcome a img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.vlic-card-style {
  background: #151e28;
  border-radius: 10px;
  padding: 0px 10px;
  color: #fff;
}
.vlic-card-style .btn.btn-custom {
  background-color: #fff;
  color: #151e28 !important;
  border: none !important;
}

.new-vlic-card {
  border: none;
  box-shadow: 0px 4px 12px rgba(25, 129, 214, 0.1098039216);
  border-radius: 10px;
}
.new-vlic-card .card-header {
  background: #fff;
  color: #151e28;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  border-bottom: solid 2px rgba(101, 156, 227, 0.1411764706);
}
.new-vlic-card .card-title {
  float: left;
  width: 90%;
}
.new-vlic-card .card-tip {
  float: right;
  width: 10%;
}

.card-show .card-header {
  border-radius: 10px !important;
}
.card-show .card-header .fa-solid.fa-caret-down {
  transform: rotate(-90deg) !important;
}

.card-hide .card-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.card-hide .card-header .fa-solid.fa-caret-down {
  transform: rotate(0deg) !important;
}

.child-card {
  border: solid 1px #daeaff;
  padding: 20px;
  border-radius: 10px;
}
.child-card hr {
  color: #c3d6ef;
  height: 5px;
  border-radius: 10px;
  margin-top: 5px !important;
}

.gladi-event-wrapper {
  width: 100%;
}

.card-form-select .check-card {
  display: none;
  position: absolute;
  font-size: 24px;
  padding: 10px 15px;
  color: #2696a2;
}
.card-form-select .child-card {
  height: 230px;
}
.card-form-select .child-card .child-card-title img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 170px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-form-select .child-card.selected {
  border: solid 4px #2696a2 !important;
  border-radius: 15px !important;
}
.card-form-select .child-card.selected .check-card {
  display: block !important;
}

.ornamen-card-schedule {
  width: 5px;
  height: 100%;
  background: #151e28;
  border-radius: 50px;
  float: left;
  margin-left: -12px;
  width: 10px;
  margin-right: 12px;
  margin-top: -2px;
}

.title-card-span {
  text-transform: capitalize;
}

.event-card {
  background: #151e28;
  border-radius: 5px;
  color: #fff;
}

.result-check .pop-up-container .vlic-card {
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.0901960784);
}

.title-card-legend {
  color: #828dbb;
}

.more-btn {
  color: #828dbb;
}

.testi-card {
  box-shadow: 0px 12px 24px rgba(25, 129, 214, 0.1098039216);
  border: none;
  border-radius: 10px;
}

.box-notif {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100%;
  max-width: 340px;
}
.box-notif .notif {
  position: relative;
  width: 100%;
  margin: 5px 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
  border-radius: 8px;
  padding: 10px 20px;
  transform: translateY(400px);
  transition: 0.25s;
}
.box-notif .notif .btn-close-notif:hover {
  color: #1d2855;
}
.box-notif .notif.show {
  transform: translateY(0);
}

.app-cover {
  position: absolute;
  top: 34px;
  right: 206px;
}
.app-cover .popup-notif {
  position: absolute;
  top: 48px;
  right: -88px;
  width: 100%;
  min-width: 367px;
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
  transform: translateY(-5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
.app-cover .popup-notif.show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.app-cover .popup-notif:before {
  content: "";
  position: absolute;
  top: -17px;
  right: 89px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 1;
}
.app-cover .popup-notif .content-popup-notif {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.app-cover .popup-notif .content-popup-notif a {
  display: block;
  padding: 10px 15px;
  opacity: 1;
}
.app-cover .popup-notif .content-popup-notif a.opacity-05 {
  opacity: 0.5;
}
.app-cover .popup-notif .content-popup-notif p {
  font-size: 12px;
}
.app-cover .popup-notif .content-popup-notif small {
  font-size: 10px;
}
.app-cover .popup-notif .content-popup-notif .img-notif {
  background-color: #1d2855;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.bell-cover {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  margin-top: -15px;
  background-color: rgb(122, 122, 122);
  color: #fff;
  padding: 0;
  border-radius: 5px;
}

.notifications-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #da3225;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 0.24, 0.86, 1.08) all;
  z-index: 1;
}

.notifications-count.active {
  opacity: 1;
}

.notifications-count.zindex {
  z-index: 3;
}

.bell-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 33px;
  z-index: 2;
}

.bell-top {
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50% 50% 0 0;
}

.bell-middle {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50% 50% 0 0;
}

.bell-curve {
  position: absolute;
  top: 11px;
  bottom: 0;
  width: 5px;
  background-color: #fff;
}

.bell-curve:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bell-left-curve {
  left: -5px;
}

.bell-right-curve {
  right: -5px;
}

.bell-bottom {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #fff;
  background-color: transparent;
}

.bell-clapper {
  position: absolute;
  right: 4px;
  bottom: 7px;
  width: 6px;
  height: 3px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
}

.bell-icon.active {
  animation: swing 0.6s ease 0s;
}

.bell-icon.active .bell-clapper {
  animation: move 0.7s ease 0s;
}

@keyframes swing {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(25deg);
  }
  50% {
    transform: rotateZ(-15deg);
  }
  75% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-68px);
  }
  50% {
    transform: translateX(17px);
  }
  75% {
    transform: translateX(-8px);
  }
  85% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.alert-card {
  background: #ffd9d9;
  padding: 15px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  color: #802626;
  display: none;
}

.alert-card.success {
  background: #d9ffeb !important;
  color: #087814 !important;
}

.alert-card.warning {
  background: rgba(255, 246, 195, 0.8901960784) !important;
  color: #897607 !important;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.profile-pic {
  width: 150px !important;
  height: 150px !important;
  border-radius: 100% !important;
}

.slider-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

.badges-location {
  margin-left: 10px;
  position: absolute;
  margin-top: 10px;
}

.img-featured {
  z-index: -2;
}

.schedule-date {
  position: absolute;
  right: 20px;
  top: 15px;
  background: #1d2855;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
}

.stars-rate {
  font-size: 24px;
}

.stars-btn.active i {
  color: rgb(255, 234, 0);
}

.r-stars-btn.active i {
  color: rgb(255, 234, 0);
}

.review-card {
  border: solid 1px #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}

.result-check {
  color: #00ab14;
}

.result-warning {
  color: #1d2855;
}

.wizard-line {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}

.vlic-lists .list-group-item {
  border: none !important;
}
.vlic-lists .list-group-item .list-item-icon i {
  text-align: center;
  padding: 5px 4px;
  /* background: #DDE; */
  width: 28px;
  height: 27px;
  font-size: 14px;
  vertical-align: middle;
  color: #7c7c7c;
}

.list-tag {
  padding: 5px 10px;
  background: #2e3566;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}

.list-tag-wrapper {
  margin-left: -45px;
}

.live-chat-container {
  min-height: 400px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

.red {
  color: #ff0000;
}

.chat-row .chat-profile-pict {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-row .chat-text {
  margin-top: 5px;
  padding-left: 15px;
  font-size: 12px;
}
.chat-row .chat-text .chat-name {
  color: #898989;
  margin-right: 5px;
}

.share-btn {
  font-size: 30px;
  color: #4c4c4c !important;
}

.cam-open {
  display: none;
}

.loading-cam {
  display: none;
  text-align: center;
}
.loading-cam .spinner-border {
  width: 5rem;
  height: 5rem;
  color: #ccc;
}

.loading-chat {
  text-align: center;
}
.loading-chat .spinner-border {
  width: 5rem;
  height: 5rem;
  color: #ccc;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-js .vjs-tech {
  width: 100% !important;
  height: 100% !important;
}

.dataTables_length {
  margin-bottom: 15px !important;
}

.rate-star {
  background: #f5f5f5;
  padding: 20px 15px;
  border-radius: 10px;
}

.header-image {
  width: 500px;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.middle-image {
  width: 605px;
  height: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

input + label {
  cursor: pointer;
}
input + label label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  z-index: 11;
  opacity: 0;
  transition: 0.25s;
}
input + label:hover label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.wrap-middle-icon {
  width: 88px;
  height: 88px;
  border-radius: 15px;
  background-color: #F0F3F4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-cover-img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.preview-image {
  border: 1px dashed rgba(0, 0, 0, 0.1254901961);
  border-radius: 5px;
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dt-image {
  max-width: 132px;
}

.wrap-img {
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.wrap-img img {
  width: 100%;
}

.slick-list.draggable {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.always-rotate {
  animation: rotate 5s infinite;
}

@keyframes rotate {
  50% {
    transform: rotate(180deg);
  }
}
/* Default jquery-loading styles */
.loading-overlay {
  display: table;
  opacity: 0.7;
}

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}

.loading-send {
  margin-top: -8px;
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 4px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.loading .l-circle {
  background: linear-gradient(90deg, #ffffff, #cdd6f6, #ffffff, #cdd6f6);
  max-width: 41px;
  height: 41px;
  border-radius: 50%;
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}

.loading .l-title {
  height: 32px;
  margin-right: 17px;
  border-radius: 5px;
  background: linear-gradient(90deg, #ffffff, #cdd6f6, #ffffff, #cdd6f6);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}

.loading .l-content {
  border-radius: 5px;
  margin-top: 15px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff, #cdd6f6, #ffffff, #cdd6f6);
  height: 80px;
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-control-prev,
.carousel-control-next {
  color: #1d2855;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #1d2855;
}

.carousel-indicators [data-bs-target] {
  background-color: #1d2855;
}

.carousel .carousel-control-prev i,
.carousel .carousel-control-next i {
  font-size: 30px;
  color: #1d2855;
}

.vlic-bo-body {
  margin-left: 285px;
  margin-top: 20px;
  padding: 65px 20px 20px 20px;
}

.img-featured img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.studio-wrapper {
  background: #fff;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.137254902);
  margin-top: -50px;
  right: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

.img-studio {
  transition: 0.25s;
}
.img-studio:hover {
  transform: scale(1.05);
}

.login {
  max-width: 520px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  .login {
    background-color: transparent;
    padding: 10px 40px;
  }
}
@media (min-width: 575.98px) {
  .login {
    background-color: #fff;
    padding: 20px 60px;
  }
}
.login .vlic-logo {
  width: 230px;
  height: auto;
}

.login .telkom {
  width: auto;
  height: 32px;
}

.red-right-welcome {
  background: #2696a2;
  height: 600px;
  width: 100%;
}

.hero-text {
  width: 100%;
  padding-left: 50px;
  color: #fff;
}

.hero-img {
  right: 55px;
  position: absolute;
  top: -24px;
  z-index: -1;
  width: 500px;
  height: 550px;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.logo-client-wrapper {
  background: #F0F3F4;
}
.logo-client-wrapper .logo-item {
  padding: 20px;
  filter: grayscale(1);
  text-align: center;
}
.logo-client-wrapper .logo-item img {
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .hero-img {
    display: none;
  }
  .navbar-m {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .nav-ul-m {
    display: none;
  }
  .hide-m {
    display: none;
  }
  .hero-text {
    margin-top: 132px;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .red-right-welcome {
    display: none;
  }
  .hero-welcome {
    height: 300px;
    margin-bottom: 80px;
  }
  .logo-client-wrapper .logo-item {
    height: auto;
  }
  .block-1-m {
    margin-left: 0px !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
  }
  .block-1-m.p20 {
    padding: 20px !important;
  }
  .feature-item {
    text-align: center;
  }
  .feature-item img {
    margin-bottom: 10px;
  }
  .popup-card {
    margin-left: 12px;
  }
  .check-btn {
    margin-top: 0px !important;
  }
  .check-btn a {
    width: 100%;
    margin-bottom: 15px;
    margin-top: -40px;
  }
  .bell-cover {
    display: none !important;
  }
  .footer-list-menu {
    padding-top: 0px !important;
    margin-bottom: 50px;
  }
  .notif-container {
    display: none !important;
  }
  .feature-item .feature-item-box {
    padding: 10px;
  }
  .nav-wizard {
    display: none !important;
  }
}/*# sourceMappingURL=global.css.map */