﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #ccc;
  background: -webkit-linear-gradient(to left, #949494, #cec4c4);
  background: linear-gradient(to left, #949494, #cec4c4);
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
  border: solid 2px #949494;
}

.overlayContainer {
  display: none;
}

.overlayBackground {
  top: 0;
  right: 0;
  padding-right: 100px;
  position: absolute;
  z-index: 2500;
  height: 100%;
  width: 100%;
  background-color: #191515;
  opacity: 0.7;
}

.overlayContent {
  position: absolute;
  border: 0px;
  background-color: hsla(0, 0%, 0%, 0);
  font-weight: bold;
  height: 100px;
  width: 300px;
  z-index: 2500;
  text-align: center;
  color: #fff;
}
.overlayContent h1, .overlayContent h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15em;
}

.image_mobile {
  display: none;
  margin: auto;
}

.image_old {
  display: none;
  margin: auto;
}

/*@media (max-width: 640px) and (min-width: 320px) {
    .image_full {
        display: none;
    }

    .image_mobile {
        display: block;
        margin: auto;
    }

    .image_old {
        display: none;
        margin: auto;
    }
}

@media (max-width: 1027px) and (min-width: 768px) {
    .image_full {
        display: none;
        margin: auto;
    }

    .image_mobile {
        display: none;
        margin: auto;
    }

    .image_old {
        display: block;
        margin: auto;
    }
}*/
.overhang .overhang-message {
  font-weight: 500;
}

.pc-modal {
  animation-name: add;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
  background: #fff;
  width: 400px;
  height: 130px;
  border-radius: 3px;
  position: fixed;
  left: 20px;
  top: 25px;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  padding: 16px;
  color: #212121;
  z-index: 9999;
}
.pc-modal h3 {
  margin: 0;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
}
.pc-modal p {
  margin: 5px 0;
}
.pc-modal .action-group {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 16px 16px 16px;
}
.pc-modal .action-group button {
  float: left;
  font-family: inherit;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-right: 8px;
}
.pc-modal .action-group button:first-child {
  color: #03A9F4;
}

.ta-main-bg {
  margin-top: 19px;
  background-color: #3200c3;
}
.ta-main-bg .timeattendancecontainer {
  width: 315px;
}
.ta-main-bg .timeattendancecontainer .tamainform {
  padding: 7px;
}
.ta-main-bg .timeattendancecontainer .tamainform .ta-top-title {
  font-size: 15px;
  color: #D8A87D;
  font-weight: 500;
}
.ta-main-bg .timeattendancecontainer .tamainform .ta-detail-title {
  color: #D8A87D;
  font-size: 10px;
  font-weight: 500;
}
.ta-main-bg .timeattendancecontainer .tamainform .ta-time-class {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
}
.ta-main-bg .timeattendancecontainer .tamainform .ta-bot-view {
  font-size: 15px;
  color: #D8A87D;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: unset;
  text-decoration: underline;
  cursor: pointer;
}

.mobile-modal {
  width: 160px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  z-index: 9999;
}
.mobile-modal .Language-modal {
  display: inline-flex;
  margin: auto;
  width: 100%;
  justify-content: center;
}
.mobile-modal .Language-modal .M-Language {
  margin: 5px;
}

.mobile-modal-overlay {
  z-index: 9999;
  top: 0;
  left: 0;
  padding-left: 100px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #191515;
  opacity: 0.7;
}

@keyframes add {
  0% {
    transform: scale(0.1);
    top: 0;
  }
  100% {
    transform: scale(1);
    top: 25px;
  }
}
[data-notify=container][class*=alert-pastel-] {
  background-color: #fff;
  border-width: 0;
  border-right: 15px solid #066cf8;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
}
[data-notify=container][class*=alert-pastel-] .Notif-Title {
  color: rgb(80, 80, 57);
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
[data-notify=container][class*=alert-pastel-] .Notif-Title .red {
  font-size: 20px;
  margin-left: 10px;
  color: #ff2a04;
}
[data-notify=container][class*=alert-pastel-] .Notif-Title .green {
  font-size: 20px;
  margin-left: 10px;
  color: #68ea6e;
}
[data-notify=container][class*=alert-pastel-] .Notif-Title .orange {
  font-size: 20px;
  margin-left: 10px;
  color: #deb845;
}
[data-notify=container][class*=alert-pastel-] .Notif-Title .default {
  font-size: 20px;
  margin-left: 10px;
  color: #066cf8;
}
[data-notify=container][class*=alert-pastel-] .Notif-Message {
  font-weight: 400;
}

[data-notify=container].alert-pastel-info {
  border-right-color: #066cf8;
}

[data-notify=container].alert-pastel-danger {
  border-right-color: #ff2a04;
}

[data-notify=container].alert-pastel-success {
  border-right-color: #68ea6e;
}

[data-notify=container].alert-pastel-warning {
  border-right-color: #deb845;
}

.KOJMainPage {
  position: relative;
  top: 60px;
}

.Main-Footer {
  background-color: #363636;
  position: relative;
  top: 60px;
}
.Main-Footer .content {
  background-color: #363636;
  color: #a9a9a9;
}
.Main-Footer .content a:hover {
  color: #0c60f2;
}
.Main-Footer .content h5, .Main-Footer .content p {
  color: #fff;
}
.Main-Footer .content .footer-mobile-icon {
  font-size: 30px;
  color: #fff;
}
.Main-Footer .content .Social-Icons {
  display: inline-flex;
}
.Main-Footer .content .Social-Icons .list-inline-item {
  margin-left: 1.5rem;
  color: #fff;
}
.Main-Footer .content .Social-Icons .list-inline-item:hover {
  color: #0c60f2;
}
.Main-Footer .content .footer-copyright {
  color: #fff;
  font-size: 14px;
}

.Form-Fullscreen .form-container {
  padding-top: 7rem !important;
}
.Form-Fullscreen .kojhr-card {
  background: linear-gradient(-60deg, #055ff3, #056ef8);
  min-height: 5.7rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(7, 105, 246) !important;
}
.Form-Fullscreen .kojhr-card h1 {
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  margin: 0rem;
  font-weight: 500;
}
.Form-Fullscreen .kojhr-card h5, .Form-Fullscreen .kojhr-card h6 {
  color: #eae8e8;
  margin: 0px;
  font-weight: 400;
}

.table {
  font-weight: 400;
}
.table thead tr th {
  font-weight: 500 !important;
}
.table .dt-icon {
  padding: 0.9rem;
}
.table .dt-icon-small {
  padding: 0.3rem;
}
.table .dt-open svg {
  color: #007bff !important;
  font-size: 21px;
}
.table .dt-check svg {
  font-size: 21px;
}
.table .dt-delete svg {
  font-size: 21px;
}
.table .dt-lm-open {
  font-size: 20px;
  color: #007bff !important;
}
.table .First-Column {
  width: 100px;
}

.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
  background-color: #0e6af3;
  border-color: #0e6af3;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 0.15rem !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
.swal-icon--custom {
  height: 90px;
}

.btn.btn-primary.active.focus, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .btn.btn-primary:active.focus, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .open > .btn.btn-primary.dropdown-toggle.focus, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #324c67;
  border-color: #324c67;
}

.btn.btn-primary {
  background-color: #324c67;
  border-color: #324c67;
  box-shadow: 0 2px 2px 0 rgba(102, 173, 234, 0.14), 0 3px 1px -2px rgba(102, 173, 234, 0.14), 0 1px 5px 0 rgba(102, 173, 234, 0.14);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3e5a77;
  border-color: #3e5a77;
}

.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
  color: #fff;
  background-color: #3e5a77;
  border-color: #3e5a77;
}

.mod-card-body {
  margin-bottom: 15px;
}

.card-divider {
  background: linear-gradient(-60deg, #3d80ef, #1c79f3) !important;
  color: #fff;
  height: 3rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(7, 105, 246) !important;
}
.card-divider h6 {
  text-transform: uppercase;
  line-height: 0px;
}

.form-control {
  padding: 0.4375rem 0.6rem !important;
}
.form-control:disabled {
  border-radius: 5px;
}

.col-form-label {
  color: #464645 !important;
}

.bootstrap-datetimepicker-widget table td.active:hover > div, .bootstrap-datetimepicker-widget table td.active > div {
  background-color: #3f80ea;
  color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(62, 128, 234);
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #3f80ea;
}

/*@media (max-width: 640px) and (min-width: 320px) {
    #modal-container .modal-background .modal-body {
        max-height: 540px !important;
    }
}*/
.pt-7, .py-7 {
  padding-top: 7rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 7rem !important;
}

.bmd-disable-input-label {
  line-height: 0.4 !important;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #0474fc;
  background-color: #0373fb;
  color: #fff !important;
}
.dropdown-menu .dropdown-item:focus .menu-box-number, .dropdown-menu .dropdown-item:hover .menu-box-number, .dropdown-menu a:active .menu-box-number, .dropdown-menu a:focus .menu-box-number, .dropdown-menu a:hover .menu-box-number {
  background: #fff;
  color: #525151;
  font-weight: 700;
}

.btn.btn-koj {
  color: #fff;
  background-color: #2a73e7;
  border-color: #2a73e7;
  box-shadow: 0 2px 2px 0 rgb(42, 116, 231), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.btn.btn-koj.focus, .btn.btn-koj:focus, .btn.btn-koj:hover {
  color: #fff;
  background-color: #0b60f2;
  border-color: #0b60f2;
}

.btn.btn-koj:active, .btn.btn-koj:focus, .btn.btn-koj:hover {
  box-shadow: 0 14px 26px -12px rgb(113, 138, 232), 0 4px 23px 0 rgba(83, 108, 222, 0.12), 0 8px 10px -5px rgb(63, 96, 230);
}

.btn-koj:not(:disabled):not(.disabled).active, .btn-koj:not(:disabled):not(.disabled):active, .show > .btn-koj.dropdown-toggle {
  color: #fff;
  background-color: #0b60f2;
  border-color: #0b60f2;
}

.lockbody {
  overflow: hidden !important;
}

.MapContainer .MapOverlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.5);
}
.MapContainer .MapAppend {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 3px;
  z-index: 9998;
}
.MapContainer .MapCloseStyle {
  font-size: 30px;
  position: absolute;
  top: 4px;
  text-align: end;
  width: 100%;
  color: #ff2a2a;
  left: 15px;
  z-index: 9999;
}
.MapContainer .MapCloseStyle svg {
  background: #fff;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .KOJMainPage {
    top: 70px;
  }
  .Main-Footer {
    top: 70px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 480px) {
  .MapAppend iframe {
    width: 320px !important;
  }
  .menu-box-number {
    padding: 0 10px;
  }
  .ApprovalNotificationCount {
    left: 20px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .MapAppend iframe {
    width: 320px !important;
  }
  .menu-box-number {
    padding: 0 10px;
  }
  .ApprovalNotificationCount {
    left: 20px !important;
  }
}
.menu-box-number {
  width: 36px;
  line-height: 22px;
  background: #ced1dc;
  text-align: center;
  border-radius: 15px;
  margin-left: 10px;
}

.ApprovalNotificationCount {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #FFF;
  width: 24px;
  height: 24px;
  background-color: #FF6B6B;
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 11px;
  line-height: 21px;
  color: #FFF;
  font-weight: 700;
  padding-left: 1px;
  text-align: center;
}

.delegate-container {
  margin: 0.5rem 3rem;
}

.label-selected-delegate {
  font-family: inherit;
  font-weight: 700;
}

.name-selected-delegate {
  font-family: inherit;
  font-weight: 400;
}

.delegation-note {
  color: red !important;
}

.DelNamesTitle {
  font-weight: 400;
  color: #fff;
}

.DelNames {
  color: #fff;
}

.DTFirstColumn button {
  padding: 0px !important;
}

.EN_Maintenance {
  background: url(../../../../../KOJFiles/Images/EN_Maintenance.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 30vw;
}

.AR_Maintenance {
  background: url(../../../../../KOJFiles/Images/AR_Maintenance.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 30vw;
}

.ServiceKOJHR {
  min-height: 100vh;
  background: #3200C3;
}
.ServiceKOJHR .CustomText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.ServiceKOJHR .CustomText svg {
  margin: 0 7px;
}

.form-control-feedback {
  left: 0;
  right: unset;
}

.bmd-label-floating {
  right: 0;
}

.is-filled .bmd-label-floating, .is-focused .bmd-label-floating {
  left: unset;
}

.bookmark-error-log {
  position: fixed;
  top: 20%;
  left: 0;
  width: 10%;
  height: 5%;
  background-color: #ef4c4c;
  z-index: 1049;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.bookmark-error-log p {
  text-align: center;
  margin-top: 5%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: " ";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../../../flags/4x3/ad.svg);
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(../../../flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../../../flags/4x3/ae.svg);
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(../../../flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../../../flags/4x3/af.svg);
}

.flag-icon-af.flag-icon-squared {
  background-image: url(../../../flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../../../flags/4x3/ag.svg);
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(../../../flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../../../flags/4x3/ai.svg);
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(../../../flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../../../flags/4x3/al.svg);
}

.flag-icon-al.flag-icon-squared {
  background-image: url(../../../flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../../../flags/4x3/am.svg);
}

.flag-icon-am.flag-icon-squared {
  background-image: url(../../../flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../../../flags/4x3/ao.svg);
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(../../../flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../../../flags/4x3/aq.svg);
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(../../../flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../../../flags/4x3/ar.svg);
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(../../../flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../../../flags/4x3/as.svg);
}

.flag-icon-as.flag-icon-squared {
  background-image: url(../../../flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../../../flags/4x3/at.svg);
}

.flag-icon-at.flag-icon-squared {
  background-image: url(../../../flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../../../flags/4x3/au.svg);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(../../../flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../../../flags/4x3/aw.svg);
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(../../../flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../../../flags/4x3/ax.svg);
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(../../../flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../../../flags/4x3/az.svg);
}

.flag-icon-az.flag-icon-squared {
  background-image: url(../../../flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../../../flags/4x3/ba.svg);
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(../../../flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../../../flags/4x3/bb.svg);
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(../../../flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../../../flags/4x3/bd.svg);
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(../../../flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../../../flags/4x3/be.svg);
}

.flag-icon-be.flag-icon-squared {
  background-image: url(../../../flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../../../flags/4x3/bf.svg);
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(../../../flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../../../flags/4x3/bg.svg);
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(../../../flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../../../flags/4x3/bh.svg);
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(../../../flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../../../flags/4x3/bi.svg);
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(../../../flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../../../flags/4x3/bj.svg);
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(../../../flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../../../flags/4x3/bl.svg);
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(../../../flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../../../flags/4x3/bm.svg);
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(../../../flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../../../flags/4x3/bn.svg);
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(../../../flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../../../flags/4x3/bo.svg);
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(../../../flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../../../flags/4x3/bq.svg);
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(../../../flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../../../flags/4x3/br.svg);
}

.flag-icon-br.flag-icon-squared {
  background-image: url(../../../flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../../../flags/4x3/bs.svg);
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(../../../flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../../../flags/4x3/bt.svg);
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(../../../flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../../../flags/4x3/bv.svg);
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(../../../flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../../../flags/4x3/bw.svg);
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(../../../flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../../../flags/4x3/by.svg);
}

.flag-icon-by.flag-icon-squared {
  background-image: url(../../../flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../../../flags/4x3/bz.svg);
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(../../../flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../../../flags/4x3/ca.svg);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(../../../flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../../../flags/4x3/cc.svg);
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(../../../flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../../../flags/4x3/cd.svg);
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(../../../flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../../../flags/4x3/cf.svg);
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(../../../flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../../../flags/4x3/cg.svg);
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(../../../flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../../../flags/4x3/ch.svg);
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(../../../flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../../../flags/4x3/ci.svg);
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(../../../flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../../../flags/4x3/ck.svg);
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(../../../flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../../../flags/4x3/cl.svg);
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(../../../flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../../../flags/4x3/cm.svg);
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(../../../flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../../../flags/4x3/cn.svg);
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(../../../flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../../../flags/4x3/co.svg);
}

.flag-icon-co.flag-icon-squared {
  background-image: url(../../../flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../../../flags/4x3/cr.svg);
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(../../../flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../../../flags/4x3/cu.svg);
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(../../../flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../../../flags/4x3/cv.svg);
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(../../../flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../../../flags/4x3/cw.svg);
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(../../../flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../../../flags/4x3/cx.svg);
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(../../../flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../../../flags/4x3/cy.svg);
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(../../../flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../../../flags/4x3/cz.svg);
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(../../../flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../../../flags/4x3/de.svg);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(../../../flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../../../flags/4x3/dj.svg);
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(../../../flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../../../flags/4x3/dk.svg);
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(../../../flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../../../flags/4x3/dm.svg);
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(../../../flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../../../flags/4x3/do.svg);
}

.flag-icon-do.flag-icon-squared {
  background-image: url(../../../flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../../../flags/4x3/dz.svg);
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(../../../flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../../../flags/4x3/ec.svg);
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(../../../flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../../../flags/4x3/ee.svg);
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(../../../flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../../../flags/4x3/eg.svg);
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(../../../flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../../../flags/4x3/eh.svg);
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(../../../flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../../../flags/4x3/er.svg);
}

.flag-icon-er.flag-icon-squared {
  background-image: url(../../../flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../../../flags/4x3/es.svg);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(../../../flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../../../flags/4x3/et.svg);
}

.flag-icon-et.flag-icon-squared {
  background-image: url(../../../flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../../../flags/4x3/fi.svg);
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(../../../flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../../../flags/4x3/fj.svg);
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(../../../flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../../../flags/4x3/fk.svg);
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(../../../flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../../../flags/4x3/fm.svg);
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(../../../flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../../../flags/4x3/fo.svg);
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(../../../flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../../../flags/4x3/fr.svg);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(../../../flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../../../flags/4x3/ga.svg);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(../../../flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../../../flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(../../../flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../../../flags/4x3/gd.svg);
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(../../../flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../../../flags/4x3/ge.svg);
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(../../../flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../../../flags/4x3/gf.svg);
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(../../../flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../../../flags/4x3/gg.svg);
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(../../../flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../../../flags/4x3/gh.svg);
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(../../../flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../../../flags/4x3/gi.svg);
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(../../../flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../../../flags/4x3/gl.svg);
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(../../../flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../../../flags/4x3/gm.svg);
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(../../../flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../../../flags/4x3/gn.svg);
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(../../../flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../../../flags/4x3/gp.svg);
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(../../../flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../../../flags/4x3/gq.svg);
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(../../../flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../../../flags/4x3/gr.svg);
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(../../../flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../../../flags/4x3/gs.svg);
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(../../../flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../../../flags/4x3/gt.svg);
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(../../../flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../../../flags/4x3/gu.svg);
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(../../../flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../../../flags/4x3/gw.svg);
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(../../../flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../../../flags/4x3/gy.svg);
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(../../../flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../../../flags/4x3/hk.svg);
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(../../../flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../../../flags/4x3/hm.svg);
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(../../../flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../../../flags/4x3/hn.svg);
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(../../../flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../../../flags/4x3/hr.svg);
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(../../../flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../../../flags/4x3/ht.svg);
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(../../../flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../../../flags/4x3/hu.svg);
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(../../../flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../../../flags/4x3/id.svg);
}

.flag-icon-id.flag-icon-squared {
  background-image: url(../../../flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../../../flags/4x3/ie.svg);
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(../../../flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../../../flags/4x3/il.svg);
}

.flag-icon-il.flag-icon-squared {
  background-image: url(../../../flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../../../flags/4x3/im.svg);
}

.flag-icon-im.flag-icon-squared {
  background-image: url(../../../flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../../../flags/4x3/in.svg);
}

.flag-icon-in.flag-icon-squared {
  background-image: url(../../../flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../../../flags/4x3/io.svg);
}

.flag-icon-io.flag-icon-squared {
  background-image: url(../../../flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../../../flags/4x3/iq.svg);
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(../../../flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../../../flags/4x3/ir.svg);
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(../../../flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../../../flags/4x3/is.svg);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(../../../flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../../../flags/4x3/it.svg);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(../../../flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../../../flags/4x3/je.svg);
}

.flag-icon-je.flag-icon-squared {
  background-image: url(../../../flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../../../flags/4x3/jm.svg);
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(../../../flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../../../flags/4x3/jo.svg);
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(../../../flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../../../flags/4x3/jp.svg);
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(../../../flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../../../flags/4x3/ke.svg);
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(../../../flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../../../flags/4x3/kg.svg);
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(../../../flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../../../flags/4x3/kh.svg);
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(../../../flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../../../flags/4x3/ki.svg);
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(../../../flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../../../flags/4x3/km.svg);
}

.flag-icon-km.flag-icon-squared {
  background-image: url(../../../flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../../../flags/4x3/kn.svg);
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(../../../flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../../../flags/4x3/kp.svg);
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(../../../flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../../../flags/4x3/kr.svg);
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(../../../flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../../../flags/4x3/kw.svg);
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(../../../flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../../../flags/4x3/ky.svg);
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(../../../flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../../../flags/4x3/kz.svg);
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(../../../flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../../../flags/4x3/la.svg);
}

.flag-icon-la.flag-icon-squared {
  background-image: url(../../../flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../../../flags/4x3/lb.svg);
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(../../../flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../../../flags/4x3/lc.svg);
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(../../../flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../../../flags/4x3/li.svg);
}

.flag-icon-li.flag-icon-squared {
  background-image: url(../../../flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../../../flags/4x3/lk.svg);
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(../../../flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../../../flags/4x3/lr.svg);
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(../../../flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../../../flags/4x3/ls.svg);
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(../../../flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../../../flags/4x3/lt.svg);
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(../../../flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../../../flags/4x3/lu.svg);
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(../../../flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../../../flags/4x3/lv.svg);
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(../../../flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../../../flags/4x3/ly.svg);
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(../../../flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../../../flags/4x3/ma.svg);
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(../../../flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../../../flags/4x3/mc.svg);
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(../../../flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../../../flags/4x3/md.svg);
}

.flag-icon-md.flag-icon-squared {
  background-image: url(../../../flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../../../flags/4x3/me.svg);
}

.flag-icon-me.flag-icon-squared {
  background-image: url(../../../flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../../../flags/4x3/mf.svg);
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(../../../flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../../../flags/4x3/mg.svg);
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(../../../flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../../../flags/4x3/mh.svg);
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(../../../flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../../../flags/4x3/mk.svg);
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(../../../flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../../../flags/4x3/ml.svg);
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(../../../flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../../../flags/4x3/mm.svg);
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(../../../flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../../../flags/4x3/mn.svg);
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(../../../flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../../../flags/4x3/mo.svg);
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(../../../flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../../../flags/4x3/mp.svg);
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(../../../flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../../../flags/4x3/mq.svg);
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(../../../flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../../../flags/4x3/mr.svg);
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(../../../flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../../../flags/4x3/ms.svg);
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(../../../flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../../../flags/4x3/mt.svg);
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(../../../flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../../../flags/4x3/mu.svg);
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(../../../flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../../../flags/4x3/mv.svg);
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(../../../flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../../../flags/4x3/mw.svg);
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(../../../flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../../../flags/4x3/mx.svg);
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(../../../flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../../../flags/4x3/my.svg);
}

.flag-icon-my.flag-icon-squared {
  background-image: url(../../../flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../../../flags/4x3/mz.svg);
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(../../../flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../../../flags/4x3/na.svg);
}

.flag-icon-na.flag-icon-squared {
  background-image: url(../../../flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../../../flags/4x3/nc.svg);
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(../../../flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../../../flags/4x3/ne.svg);
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(../../../flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../../../flags/4x3/nf.svg);
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(../../../flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../../../flags/4x3/ng.svg);
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(../../../flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../../../flags/4x3/ni.svg);
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(../../../flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../../../flags/4x3/nl.svg);
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(../../../flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../../../flags/4x3/no.svg);
}

.flag-icon-no.flag-icon-squared {
  background-image: url(../../../flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../../../flags/4x3/np.svg);
}

.flag-icon-np.flag-icon-squared {
  background-image: url(../../../flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../../../flags/4x3/nr.svg);
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(../../../flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../../../flags/4x3/nu.svg);
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(../../../flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../../../flags/4x3/nz.svg);
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(../../../flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../../../flags/4x3/om.svg);
}

.flag-icon-om.flag-icon-squared {
  background-image: url(../../../flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../../../flags/4x3/pa.svg);
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(../../../flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../../../flags/4x3/pe.svg);
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(../../../flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../../../flags/4x3/pf.svg);
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(../../../flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../../../flags/4x3/pg.svg);
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(../../../flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../../../flags/4x3/ph.svg);
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(../../../flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../../../flags/4x3/pk.svg);
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(../../../flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../../../flags/4x3/pl.svg);
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(../../../flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../../../flags/4x3/pm.svg);
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(../../../flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../../../flags/4x3/pn.svg);
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(../../../flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../../../flags/4x3/pr.svg);
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(../../../flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../../../flags/4x3/ps.svg);
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(../../../flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../../../flags/4x3/pt.svg);
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(../../../flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../../../flags/4x3/pw.svg);
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(../../../flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../../../flags/4x3/py.svg);
}

.flag-icon-py.flag-icon-squared {
  background-image: url(../../../flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../../../flags/4x3/qa.svg);
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(../../../flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../../../flags/4x3/re.svg);
}

.flag-icon-re.flag-icon-squared {
  background-image: url(../../../flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../../../flags/4x3/ro.svg);
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(../../../flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../../../flags/4x3/rs.svg);
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(../../../flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../../../flags/4x3/ru.svg);
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(../../../flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../../../flags/4x3/rw.svg);
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(../../../flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../../../flags/4x3/sa.svg);
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(../../../flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../../../flags/4x3/sb.svg);
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(../../../flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../../../flags/4x3/sc.svg);
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(../../../flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../../../flags/4x3/sd.svg);
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(../../../flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../../../flags/4x3/se.svg);
}

.flag-icon-se.flag-icon-squared {
  background-image: url(../../../flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../../../flags/4x3/sg.svg);
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(../../../flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../../../flags/4x3/sh.svg);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(../../../flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../../../flags/4x3/si.svg);
}

.flag-icon-si.flag-icon-squared {
  background-image: url(../../../flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../../../flags/4x3/sj.svg);
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(../../../flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../../../flags/4x3/sk.svg);
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(../../../flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../../../flags/4x3/sl.svg);
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(../../../flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../../../flags/4x3/sm.svg);
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(../../../flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../../../flags/4x3/sn.svg);
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(../../../flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../../../flags/4x3/so.svg);
}

.flag-icon-so.flag-icon-squared {
  background-image: url(../../../flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../../../flags/4x3/sr.svg);
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(../../../flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../../../flags/4x3/ss.svg);
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(../../../flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../../../flags/4x3/st.svg);
}

.flag-icon-st.flag-icon-squared {
  background-image: url(../../../flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../../../flags/4x3/sv.svg);
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(../../../flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../../../flags/4x3/sx.svg);
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(../../../flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../../../flags/4x3/sy.svg);
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(../../../flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../../../flags/4x3/sz.svg);
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(../../../flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../../../flags/4x3/tc.svg);
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(../../../flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../../../flags/4x3/td.svg);
}

.flag-icon-td.flag-icon-squared {
  background-image: url(../../../flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../../../flags/4x3/tf.svg);
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(../../../flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../../../flags/4x3/tg.svg);
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(../../../flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../../../flags/4x3/th.svg);
}

.flag-icon-th.flag-icon-squared {
  background-image: url(../../../flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../../../flags/4x3/tj.svg);
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(../../../flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../../../flags/4x3/tk.svg);
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(../../../flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../../../flags/4x3/tl.svg);
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(../../../flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../../../flags/4x3/tm.svg);
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(../../../flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../../../flags/4x3/tn.svg);
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(../../../flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../../../flags/4x3/to.svg);
}

.flag-icon-to.flag-icon-squared {
  background-image: url(../../../flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../../../flags/4x3/tr.svg);
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(../../../flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../../../flags/4x3/tt.svg);
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(../../../flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../../../flags/4x3/tv.svg);
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(../../../flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../../../flags/4x3/tw.svg);
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(../../../flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../../../flags/4x3/tz.svg);
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(../../../flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../../../flags/4x3/ua.svg);
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(../../../flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../../../flags/4x3/ug.svg);
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(../../../flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../../../flags/4x3/um.svg);
}

.flag-icon-um.flag-icon-squared {
  background-image: url(../../../flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../../../flags/4x3/us.svg);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(../../../flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../../../flags/4x3/uy.svg);
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(../../../flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../../../flags/4x3/uz.svg);
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(../../../flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../../../flags/4x3/va.svg);
}

.flag-icon-va.flag-icon-squared {
  background-image: url(../../../flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../../../flags/4x3/vc.svg);
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(../../../flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../../../flags/4x3/ve.svg);
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(../../../flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../../../flags/4x3/vg.svg);
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(../../../flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../../../flags/4x3/vi.svg);
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(../../../flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../../../flags/4x3/vn.svg);
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(../../../flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../../../flags/4x3/vu.svg);
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(../../../flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../../../flags/4x3/wf.svg);
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(../../../flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../../../flags/4x3/ws.svg);
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(../../../flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../../../flags/4x3/ye.svg);
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(../../../flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../../../flags/4x3/yt.svg);
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(../../../flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../../../flags/4x3/za.svg);
}

.flag-icon-za.flag-icon-squared {
  background-image: url(../../../flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../../../flags/4x3/zm.svg);
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(../../../flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../../../flags/4x3/zw.svg);
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(../../../flags/1x1/zw.svg);
}

.flag-icon-es-ca {
  background-image: url(../../../flags/4x3/es-ca.svg);
}

.flag-icon-es-ca.flag-icon-squared {
  background-image: url(../../../flags/1x1/es-ca.svg);
}

.flag-icon-eu {
  background-image: url(../../../flags/4x3/eu.svg);
}

.flag-icon-eu.flag-icon-squared {
  background-image: url(../../../flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../../../flags/4x3/gb-eng.svg);
}

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../../../flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../../../flags/4x3/gb-nir.svg);
}

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../../../flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../../../flags/4x3/gb-sct.svg);
}

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../../../flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../../../flags/4x3/gb-wls.svg);
}

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../../../flags/1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../../../flags/4x3/un.svg);
}

.flag-icon-un.flag-icon-squared {
  background-image: url(../../../flags/1x1/un.svg);
}

.flag-icon-xk {
  background-image: url(../../../flags/4x3/xk.svg);
}

.flag-icon-xk.flag-icon-squared {
  background-image: url(../../../flags/1x1/xk.svg);
}

html.modal-active, body.modal-active {
  overflow: hidden !important;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1050;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal-body {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal-body {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal-body {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal-body {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal-body {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal-body {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal-body {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal-body {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal-body {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal-body {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal-body {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal-body h2, #modal-container.six .modal-background .modal-body p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal-body .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal-body {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal-body h2, #modal-container.six.out .modal-background .modal-body p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal-body .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal-body {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal-body h2, #modal-container.seven .modal-background .modal-body p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade 0.5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal-body {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal-body h2, #modal-container.seven.out .modal-background .modal-body p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal-body {
  background: white;
  padding: 0px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  width: 1000px;
  margin: 30px auto;
  height: auto;
  max-height: 500px;
}
#modal-container .modal-background .modal-body .dataTables_length, #modal-container .modal-background .modal-body .dataTables_info {
  text-align: left;
}
#modal-container .modal-background .modal-body .modal-header-mod {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #087BF7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}
#modal-container .modal-background .modal-body .modal-header-mod p {
  margin: 0;
  padding: 0.3rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
}
#modal-container .modal-background .modal-body .modal-header-mod .close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  color: #fff;
}
#modal-container .modal-background .modal-body .modal-body-mod {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}
#modal-container .modal-background .modal-body h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal-body p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal-body .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal-body .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}
@media (max-width: 640px) and (min-width: 320px) {
  #modal-container .modal-background .modal-body {
    width: 380px;
    margin: 30px auto;
    height: auto;
    max-height: 500px;
  }
}

.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.lang_en {
  border-radius: 50px;
  height: 34px;
  width: 35px;
  background: url(../../../../../resources/images/lang_english.png);
  background-size: cover;
}

.lang_ar {
  border-radius: 50px;
  height: 34px;
  width: 35px;
  background: url(../../../../../resources/images/lang_arabic.png);
  background-size: cover;
}

.lang_fr {
  border-radius: 50px;
  height: 34px;
  width: 35px;
  background: url(../../../../../resources/images/lang_french.png);
  background-size: cover;
}

.SS-ICON-Gazelle {
  background-image: url(../../../../../Resources/Images/gazelle_icon.png);
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  display: inline-block;
}

#sidebar.active {
  margin-right: -340px;
  margin-left: unset;
  transform: rotateY(-100deg);
}

#sidebarCollapse.active {
  right: 19px;
  left: unset;
}

body.search-active {
  overflow: hidden !important;
}
body.search-active .kojsearch {
  opacity: 1;
  transform: none;
  pointer-events: all;
  z-index: 2;
  width: 100%;
  height: unset;
}
body.search-active .kojsearch .kojsearch-form {
  opacity: 1;
  transition-delay: 0.6s;
}
body.search-active .kojsearch .kojsearch-content {
  opacity: 1;
  height: 60vh;
  overflow-y: auto; /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
body.search-active .kojsearch .kojsearch-content .dummy-column:first-child {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.search-active .kojsearch .kojsearch-content .dummy-column:nth-child(2) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
body.search-active .kojsearch .kojsearch-content .dummy-column:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.search-active .kojsearch .kojsearch-content .dummy-column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.search-active .kojsearch .close-search {
  opacity: 1;
  transform: rotate(90deg);
  z-index: 2;
}
body.search-active .control {
  cursor: default;
}
body.search-active .control .btn-material {
  transform: scale(100);
  background: #F1F1F1;
  z-index: 1;
}
body.search-active .control .btn-material svg {
  opacity: 0;
}
body.search-active .control .btn-material:hover {
  background: #F1F1F1;
  color: #0374FC;
  box-shadow: unset;
}

.MainNav {
  margin-bottom: 0px;
  color: #fff;
  background: -webkit-linear-gradient(360deg, #3200c3 60%, #007bff 78%, #3200c3 100%);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 0.49rem 0;
}
.MainNav .dropdown-menu {
  right: 0;
  left: unset;
}
.MainNav .rounded-circle {
  background-size: cover;
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
}
.MainNav .navbar-toggler .navbar-toggler-icon {
  background: #fff;
}
.MainNav .custom-profile-drowdown {
  height: 200px !important;
  max-height: 200px !important;
}
.MainNav .navbar-nav {
  margin-right: 55px !important;
  padding-left: unset;
  padding-right: 0;
}
.MainNav .navbar-nav .btn-round-nav {
  height: 35px;
  width: 35px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 32px;
  margin: 0 0.3rem;
  min-width: unset;
  background-color: #134de9;
  border-color: #134de9;
}
.MainNav .navbar-nav .btn-round-nav svg {
  margin-left: 1px;
  opacity: 1;
  font-size: 20px;
}
.MainNav .navbar-nav .btn-round-nav:hover {
  background: #fff;
  color: #3200c3;
  box-shadow: 0 14px 26px -12px rgb(3, 115, 251), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 128, 255, 0.2);
}
.MainNav .icon-close {
  position: fixed;
  top: 30px;
  left: 30px;
  color: #FFF;
  cursor: pointer;
  font-size: 70px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.MainNav .icon-close:hover {
  transform: rotate(0);
}
.MainNav .kojsearch {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  right: 0px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.3s ease-in-out;
}
.MainNav .kojsearch .kojsearch-form {
  opacity: 0;
  margin: 5% auto 0 auto;
  width: 80%;
  height: 160px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.MainNav .kojsearch .kojsearch-form input {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 10%;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 3.8em;
  color: #0374FC;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.MainNav .kojsearch .kojsearch-form input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.MainNav .kojsearch .kojsearch-form input::-moz-placeholder {
  color: #c2c2c2;
}
.MainNav .kojsearch .kojsearch-form input::-ms-clear { /* remove cross in IE */
  display: none;
}
.MainNav .kojsearch .kojsearch-form .search-button-mag {
  color: #C2C2C2;
  position: absolute;
  width: 9.6rem;
  height: 9.6rem;
  overflow: hidden;
  left: 30px;
  top: 0%;
  cursor: pointer;
  text-align: center;
  padding: 30px;
}
.MainNav .kojsearch .kojsearch-form .search-button-mag svg {
  width: auto;
  height: auto;
}
.MainNav .kojsearch .close-search {
  color: #C2C2C2 !important;
  opacity: 0;
}
.MainNav .kojsearch .kojsearch-content {
  color: #333;
  margin-top: 1.5em;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 10.5%;
  background: #f1f1f1;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.MainNav .kojsearch .kojsearch-content h2 {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #676767;
  padding: 0.5em 0;
}
.MainNav .kojsearch .kojsearch-content .dummy-column {
  width: 30%;
  padding: 0 0 6em;
  float: right;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.MainNav .kojsearch .kojsearch-content .full-column {
  width: 100%;
  padding: 0 0 6em;
  float: right;
  opacity: 1;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.MainNav .kojsearch .kojsearch-content .dummy-column:nth-child(2) {
  margin: 0 5%;
}
.MainNav .kojsearch .kojsearch-content .dummy-column h2 {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #676767;
  padding: 0.5em 0;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object {
  display: inline-flex;
  padding: 0.32em;
  margin: 0.3em 0;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(118, 117, 128, 0.05);
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object .dummy-round {
  width: 40px;
  line-height: 37px;
  text-align: center;
  height: 40px;
  background-color: #d4d3d3;
  border-radius: 50%;
  margin: auto;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object .dummy-round svg {
  font-size: 23px;
  color: #0374fc;
  margin-right: 10px;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object:hover,
.MainNav .kojsearch .kojsearch-content .dummy-media-object:focus {
  background: rgba(118, 117, 128, 0.1);
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object img {
  display: inline-block;
  width: 50px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object h3 {
  margin: auto;
  vertical-align: middle;
  font-size: 0.85em;
  display: inline-block;
  font-weight: 700;
  width: calc(100% - 70px);
  color: rgba(80, 80, 80, 0.7);
}
.MainNav .control {
  cursor: pointer;
  margin: 0 0.3rem;
}
.MainNav .control .btn-material {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-sizing: border-box;
  background: #134de9;
  outline: 0;
  transform-origin: 50%;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.MainNav .control .btn-material svg {
  margin-top: 6px;
  margin-right: 7px;
  opacity: 1;
  font-size: 20px;
}
.MainNav .control .btn-material:hover {
  background: #fff;
  color: #3200c3;
  box-shadow: 0 14px 26px -12px rgb(3, 115, 251), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 128, 255, 0.2);
}
.MainNav .navbar-brand img {
  position: absolute;
  top: -10px;
  width: 65px;
  height: 90px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .MainNav .nav-item .nav-link {
    padding: 0.1rem !important;
  }
  .MainNav .nav-item .nav-link l {
    font-size: 10px;
  }
  .MainNav .nav-item .dropdown-item {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .MainNav .nav-item .dropdown-item l {
    font-size: 10px;
  }
  .MainNav .kojsearch-content {
    margin-top: unset !important;
  }
}
.MainNav .nav-item svg {
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  margin-top: -4px;
  top: 1px;
  margin-left: 12px;
  opacity: 0.5;
  line-height: 1;
}
.MainNav .nav-item l {
  font-size: 13px;
  text-transform: uppercase;
}
.MainNav .nav-item .dropdown-item {
  cursor: pointer;
}
.MainNav .nav-item .dropdown-item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(4, 116, 252);
  background-color: #0373fb;
  color: #fff !important;
}
.MainNav .nav-item .nav-link {
  cursor: pointer;
}
.MainNav .nav-item .nav-link svg {
  opacity: 1;
}
@media (min-width: 992px) {
  .MainNav .nav-item .group-dropdown {
    display: inline-flex;
  }
  .MainNav .nav-item .group-dropdown .col-md-4 {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .MainNav .nav-item .dropdown-menu {
    max-height: 300px;
    height: auto !important;
  }
}
.MainNav .nav-item .Gazelle {
  border-radius: 50px;
  height: 34px;
  width: 35px;
  background: url(../../../../../../../../resources/images/gazelle_icon.png);
  background-size: cover;
  background-color: #3200c3 !important;
}
.MainNav .nav-item .Gazelle:hover {
  background: url(../../../../../resources/images/gazelle_icon_hover.png);
  background-size: cover;
  background-color: #3200c3;
}
.MainNav .nav-item .KamalPrize {
  border-radius: 50px;
  height: 34px;
  width: 35px;
  background: url(../../../../../resources/images/kamalprize_icon.svg);
  background-size: cover;
  background-color: #314fe3;
}
.MainNav .nav-item .KamalPrize:hover {
  background: url(../../../../../resources/images/kamalprize_icon_hover.svg);
  background-size: cover;
  border: unset;
}
.MainNav .nav-item .language-container {
  min-width: 39px;
  background: transparent;
  border: unset;
  box-shadow: unset;
}
.MainNav .nav-item .language-container .ChangeLang {
  margin: 0.35rem 0;
}
.MainNav .nav-item .LearningIcon img {
  height: 21px;
  margin-left: 12px;
  filter: invert(48%) sepia(49%) saturate(68%) hue-rotate(130deg) brightness(95%) contrast(80%);
}
.MainNav .nav-item .LearningIcon:hover img {
  filter: unset;
}
@media (max-width: 991px) {
  .MainNav .navbar-nav {
    margin-right: 0px !important;
  }
  .MainNav .navbar-collapse .top-menu-nav {
    max-height: 70% !important;
    overflow-y: hidden !important;
  }
  .MainNav .navbar-collapse .bot-menu-nav {
    max-height: 30% !important;
    height: 30%;
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  .MainNav .navbar-collapse .bot-menu-nav .has-success [class*=" bmd-label"], .MainNav .navbar-collapse .bot-menu-nav .has-success [class^=bmd-label] {
    color: #0373fb;
  }
  .MainNav .navbar-collapse .bot-menu-nav .has-success .form-control, .MainNav .navbar-collapse .bot-menu-nav .is-focused .has-success .form-control {
    background-image: linear-gradient(0deg, #0373fb 2px, rgba(76, 175, 80, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
  }
  .MainNav .navbar-collapse .bot-menu-nav .has-success .form-control-feedback {
    color: #0373fb;
  }
  .MainNav .navbar-collapse .bot-menu-nav .Gazelle {
    border-radius: 50px;
    height: 34px;
    width: 35px;
    background: url(../../../../../../../../resources/images/gazelle_icon.png);
    background-size: cover;
    background-color: #0373fb !important;
    border: 1px solid #0373fb;
  }
  .MainNav .navbar-collapse .bot-menu-nav .KamalPrize {
    border-radius: 50px;
    height: 34px;
    width: 35px;
    background: url(../../../../../resources/images/kamalprize_icon.svg);
    background-size: cover;
    background-color: #314fe3;
  }
  .MainNav .navbar-collapse .bot-menu-nav .pad-icon {
    padding-right: 7px;
  }
  .MainNav .navbar-collapse .bot-menu-nav .Footer-Text {
    width: 100%;
    text-align: center;
    display: block;
    color: #312c2c;
    margin-top: 45px !important;
    font-size: 0.78rem;
    font-weight: 400;
  }
}

.HomePage {
  background-color: #363636;
}
.HomePage .carousel,
.HomePage .carousel-inner,
.HomePage .carousel-inner .item {
  height: 100%;
}
.HomePage .carousel-fade {
  position: relative;
  background-color: rgba(64, 64, 64, 0.439);
  min-height: 480px;
}
.HomePage .carousel-fade .carousel-indicators {
  bottom: 15px;
}
.HomePage .carousel-fade .carousel-indicators li {
  background-color: #0372fb;
}
.HomePage .carousel-fade .carousel-indicators li.active {
  background-color: #fff;
}
.HomePage .carousel-fade .carousel-inner {
  background: rgba(0, 0, 0, 0.7);
}
.HomePage .carousel-fade .carousel-inner .animation-align-left {
  text-align: right !important;
}
.HomePage .carousel-fade .carousel-inner .animation-align-right {
  text-align: left !important;
}
.HomePage .carousel-fade .carousel-inner .animation-align-center {
  text-align: center !important;
}
.HomePage .carousel-fade .carousel-inner .animation-text {
  right: 0;
  top: 10%;
  left: 0;
  margin: auto;
  position: absolute;
  height: 85%;
  padding: 10px 85px;
}
.HomePage .carousel-fade .carousel-inner .Gazelle-Yellow .icon-gazelle {
  background-image: url("../../../Images/gazelleLogo.png");
  width: 280px;
  top: 32px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: auto;
  position: relative;
}
.HomePage .carousel-fade .carousel-inner .Gazelle-Yellow h1 {
  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  top: 275px;
  position: relative;
}
.HomePage .carousel-fade .carousel-inner .slide-text > h1 {
  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.HomePage .carousel-fade .carousel-inner .slide-text > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.HomePage .carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
}
.HomePage .carousel-fade .carousel-inner .carousel-item img {
  width: 100%;
}
.HomePage .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.HomePage .carousel-fade .carousel-inner .active.left,
.HomePage .carousel-fade .carousel-inner .active.right {
  right: 0;
  opacity: 0;
  z-index: 1;
}
.HomePage .carousel-fade .carousel-inner .next.left,
.HomePage .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.HomePage .carousel-fade .carousel-control-custom {
  font-size: 70px;
  color: #0372fb;
}
@media only screen and (max-width: 900px) {
  .HomePage .carousel-item img {
    height: 627px;
  }
  .HomePage .carousel-fade {
    min-height: 628px;
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .HomePage .carousel-item.next, .HomePage .carousel-item.active.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .HomePage .carousel-item.prev, .HomePage .carousel-item.active.left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .HomePage .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.PolicyClass {
  background: url("../../../FormBackground/Policy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.PolicyClass .whitecontainer {
  background-color: rgba(255, 255, 255, 0.92);
}
.PolicyClass .text-info {
  color: #1548e6 !important;
}

.JobDescriptionClass {
  background: url("../../../FormBackground/JobDescription.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.JobDescriptionClass .whitecontainer {
  background-color: rgba(255, 255, 255, 0.92);
}
.JobDescriptionClass .text-info {
  color: #1548e6 !important;
}

.ManualFormsClass {
  background: url("../../../FormBackground/ManualForms.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ManualFormsClass .whitecontainer {
  background-color: rgba(255, 255, 255, 0.92);
}
.ManualFormsClass .text-info {
  color: #1548e6 !important;
}

.ErrorPage {
  height: 100vh;
  background-color: #f7816f;
  font-family: "Ubuntu";
}
.ErrorPage .error-box {
  width: 350px;
  height: 100%;
  max-height: 600px;
  min-height: 450px;
  background: #332F63;
  border-radius: 20px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  padding: 30px 50px;
}
.ErrorPage .error-box .text_error {
  text-align: center;
  color: #ff5e65;
  font-size: 35px;
  font-weight: 600;
}
.ErrorPage .error-box .box__ghost {
  padding: 15px 25px 25px;
  position: absolute;
  right: 50%;
  top: 30%;
  transform: translate(50%, -30%);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(1) {
  opacity: 0.2;
  animation: shine 4s ease-in-out 3s infinite;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(1):before, .ErrorPage .error-box .box__ghost .symbol:nth-child(1):after {
  content: "";
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 65px;
  right: 0;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(1):before {
  transform: rotate(-45deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(1):after {
  transform: rotate(45deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(2) {
  position: absolute;
  right: -5px;
  top: 30px;
  height: 18px;
  width: 18px;
  border: 4px solid;
  border-radius: 50%;
  border-color: #fff;
  opacity: 0.2;
  animation: shine 4s ease-in-out 1.3s infinite;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(3) {
  opacity: 0.2;
  animation: shine 3s ease-in-out 0.5s infinite;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(3):before, .ErrorPage .error-box .box__ghost .symbol:nth-child(3):after {
  content: "";
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 5px;
  right: 40px;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(3):before {
  transform: rotate(-90deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(3):after {
  transform: rotate(-180deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(4) {
  opacity: 0.2;
  animation: shine 6s ease-in-out 1.6s infinite;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(4):before, .ErrorPage .error-box .box__ghost .symbol:nth-child(4):after {
  content: "";
  width: 15px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 10px;
  left: 30px;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(4):before {
  transform: rotate(-45deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(4):after {
  transform: rotate(45deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(5) {
  position: absolute;
  left: 5px;
  top: 40px;
  height: 12px;
  width: 12px;
  border: 3px solid;
  border-radius: 50%;
  border-color: #fff;
  opacity: 0.2;
  animation: shine 1.7s ease-in-out 7s infinite;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(6) {
  opacity: 0.2;
  animation: shine 2s ease-in-out 6s infinite;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(6):before, .ErrorPage .error-box .box__ghost .symbol:nth-child(6):after {
  content: "";
  width: 15px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 65px;
  left: -5px;
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(6):before {
  transform: rotate(-90deg);
}
.ErrorPage .error-box .box__ghost .symbol:nth-child(6):after {
  transform: rotate(-180deg);
}
.ErrorPage .error-box .box__ghost .box__ghost-container {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  margin: 0 auto;
  animation: upndown 3s ease-in-out infinite;
}
.ErrorPage .error-box .box__ghost .box__ghost-container .box__ghost-eyes {
  position: absolute;
  right: 50%;
  top: 45%;
  height: 12px;
  width: 70px;
}
.ErrorPage .error-box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
  width: 12px;
  height: 12px;
  background: #332F63;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  right: 0;
}
.ErrorPage .error-box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
  width: 12px;
  height: 12px;
  background: #332F63;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  left: 0;
}
.ErrorPage .error-box .box__ghost .box__ghost-container .box__ghost-bottom {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.ErrorPage .error-box .box__ghost .box__ghost-container .box__ghost-bottom div {
  flex-grow: 1;
  position: relative;
  top: -10px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
}
.ErrorPage .error-box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
  top: -12px;
  margin: 0 0px;
  border-top: 15px solid #332F63;
  background: transparent;
}
.ErrorPage .error-box .box__ghost .box__ghost-shadow {
  height: 20px;
  box-shadow: 0 50px 15px 5px #3B3769;
  border-radius: 50%;
  margin: 0 auto;
  animation: smallnbig 3s ease-in-out infinite;
}
.ErrorPage .error-box .box__description {
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
}
.ErrorPage .error-box .box__description .box__description-container {
  color: #fff;
  text-align: center;
  width: 200px;
  font-size: 16px;
  margin: 0 auto;
}
.ErrorPage .error-box .box__description .box__description-container .box__description-title {
  font-size: 24px;
  letter-spacing: 0.5px;
}
.ErrorPage .error-box .box__description .box__description-container .box__description-text {
  color: #8C8AA7;
  line-height: 20px;
  margin-top: 20px;
}
.ErrorPage .error-box .box__description .box__button {
  display: block;
  position: relative;
  background: #FF5E65;
  border: 1px solid transparent;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  padding: 0 70px;
  white-space: nowrap;
  margin-top: 25px;
  transition: background 0.5s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.ErrorPage .error-box .box__description .box__button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100px;
  background: #fff;
  bottom: -25px;
  right: 0;
  border: 2px solid #fff;
  transform: translateX(50px) rotate(-45deg);
  transition: transform 0.5s ease;
}
.ErrorPage .error-box .box__description .box__button:hover {
  background: transparent;
  border-color: #fff;
}
.ErrorPage .error-box .box__description .box__button:hover:before {
  transform: translateX(-250px) rotate(-45deg);
}

@keyframes upndown {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes smallnbig {
  0% {
    width: 90px;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 90px;
  }
}
@keyframes shine {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.AttendanceForm {
  background-image: url(../../../FormBackground/timeinattendnace.jpg);
}

.add-multiple {
  font-size: 22px;
  color: #4aa74d;
  margin-top: 5px;
  cursor: pointer;
}

.remove-multiple {
  font-size: 22px;
  color: #FF6B6B;
  margin-top: 5px;
  cursor: pointer;
}

#sidebarCollapse {
  right: 355px;
  left: unset;
}

.div-fullscreen {
  min-height: 100vh;
}
.div-fullscreen .media-container {
  min-height: 400px;
  border-radius: 25px;
}
.div-fullscreen .white {
  background-color: rgba(255, 255, 255, 0.8);
}
.div-fullscreen .btn-round {
  border-radius: 100px;
}
.div-fullscreen .hoverFX:not([disabled]) {
  transition: all 0.2s linear 0s;
}
.div-fullscreen .hoverFX:not([disabled]):after {
  content: "\f054";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 100px 100px 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: all 0.2s linear 0s;
}
.div-fullscreen .hoverFX:not([disabled]):hover {
  /*text-indent: -30px;*/
}
.div-fullscreen .hoverFX:not([disabled]):hover:after {
  transform: scale(1, 1);
  text-indent: 0;
}

.div-paralax {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

.leaveSection {
  background-image: url("../../../FormBackground/vacation.jpg");
}

.financeSection {
  background-image: url("../../../FormBackground/salary.jpg");
}

.Attendance {
  background-image: url("../../../FormBackground/timeinattendnace.jpg");
}

.RecruitmentSection {
  background-image: url("../../../FormBackground/recruitment.jpg");
}

.retailSection {
  background-image: url("../../../FormBackground/retail.jpg");
}

.Gazelle {
  background-image: url("../../../FormBackground/Gazelle.jpg");
}

.medicalSection {
  background-image: url("../../../FormBackground/medical.jpg");
}

.cashtravelSection {
  background-image: url("../../../FormBackground/travel.jpg");
}

.salarySection {
  background-image: url(../../../FormBackground/SalaryAdjustment.jpg);
}

.travelSection {
  background-image: url("../../../FormBackground/travel.jpg");
}

.deliverySection {
  background-image: url("../../../FormBackground/delivery.jpg");
}
.deliverySection .fs-overlay {
  background-image: url("../../../FormBackground/legal.jpg");
}

.passportSection {
  background-image: url("../../../FormBackground/passportandfunds.jpg");
}
.passportSection .fs-overlay {
  background-image: url("../../../FormBackground/passportandfunds.jpg");
}

.ManualForms {
  /*background-image: url('../../../FormBackground/vacation.jpg');*/
}

.legalSection {
  background-image: url("../../../FormBackground/legal.jpg");
}
.legalSection .fs-overlay {
  background-image: url("../../../FormBackground/legal.jpg");
}

.sndSection {
  background-image: url("../../../FormBackground/snd.jpg");
}

.GiftVoucherandeStoreSection {
  background-image: url("../../../FormBackground/gift-voucher.jpg");
}

.AuditSection {
  background-image: url("../../../FormBackground/audit.jpg");
}

.DirectorSection {
  background-image: url("../../../FormBackground/appointment.jpg");
}

.ExternalFormSection {
  background-image: url("../../../FormBackground/appointment.jpg");
}

.SalaryAdjustmentFormSection {
  background-image: url("../../../FormBackground/SalaryAdjustment.jpg");
}

.MovementLetterFormSection {
  background-image: url("../../../FormBackground/DubaiMovement.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.CurrencyExchangeForms {
  background-image: url("../../../FormBackground/Currency.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.BusinessTravel .fs-overlay {
  background-image: url("../../../FormBackground/BusinessTravel.jpg");
}

.NoHeaderNav {
  top: 0px !important;
}

.sublinks {
  text-align: center;
  padding: 0 15px;
}
.sublinks svg, .sublinks i {
  border-radius: 50%;
  font-size: 50px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  background: transparent;
}
.sublinks:hover {
  cursor: pointer;
}

.SS_BackContainer {
  position: absolute;
  left: 7%;
  margin: auto;
  font-size: 45px;
  display: inline-grid;
  cursor: pointer;
  z-index: 2;
}
.SS_BackContainer span {
  font-size: 10px;
  font-weight: 500;
  position: relative;
  bottom: 22px;
  right: 13px;
}

.SignIn {
  font-family: "Open Sans";
  overflow-x: hidden;
  overflow-y: hidden;
  /*//Old Desktop
  @media (max-width: 1024px) and (min-width:768px) {
      .card {
          width: 100%;
          height: 100%;
      }

      .whistle {
          font-size: smaller;
          width: 60vw;
          height: 84vh;
          margin-top: -75px;
      }

      .login-logo {
          img {
              background-repeat: no-repeat;
              background-size: cover;
              width: 100px;
              height: 100px;
          }
      }

      .MainSlider {
          height: 92.7vh;

          .carousel-item {
              h1 {
                  font-size: 25px !important;
                  font-weight: 800 !important;
              }

              h5 {
                  font-size: 20px !important;
                  font-weight: 600 !important;
              }

              .quote-left {
                  font-size: 15px;
                  margin-bottom: 10px;
                  margin-left: 5px;
              }

              .quote-right {
                  font-size: 15px;
                  margin-bottom: 10px;
                  margin-right: 5px;
              }

              .quote-from {
                  font-size: 10px;
                  margin-left: 4px;
              }
          }
      }

      .Quote-One {
          top: 35vh;
          left: 0vw;

          .hero-sub-heading, .header-line {
              text-align: center !important;
          }
      }

      .Quote-Two {
          top: 13vh;
          left: 0vw;
      }

      .Quote-Three {
          top: 75vh;
          left: 0vh;
      }

      .Quote-Four {
          top: 15vh;
          left: 0vw;
      }

      .Quote-Five {
          top: 5vh;
          left: 0vw;
      }

      .Quote-Six {
          left: 0vw;
      }

      .login-card-header {
          padding: .9375rem 0.875rem 0;
          margin: 1.8rem 0 !important;

          .login-title-koj, .login-title-pe {
              en, ar {
                  font-size: 17px !important;
              }
          }

          .login-logo {
              .rounded-circle {
                  width: 100px !important;
                  height: 100px !important;
              }
          }
      }

      .card-body {
          padding: .5375rem 1.675rem;
          margin-top: 2rem !important;
      }

      .btn-koj {
          width: 85px;
          height: 30px;
          padding: 0px;
      }

      .small-icon {
          width: 45px !important;
          height: 45px !important;
      }

      .Button-Signin {
          padding-bottom: 20px;
      }
  }
  //New Laptop
  @media (max-width: 1280px) and (min-width:1025px) {
      .card {
          width: 100%;
          height: 100%;
      }

      .whistle {
          width: 60vw;
          height: 63vh;
      }

      .login-button-container {
          padding-bottom: 0px;
      }

      .MainSlider {
          height: 94.5vh;

          .image_full {
              height: 95vh !important;
          }
      }

      .Quote-One {
          top: 35vh;
          left: 12vw;
      }

      .Quote-Two {
          top: 65vh;
      }
  }
  //Mobile
  @media (max-width: 640px) and (min-width: 320px) {
      .form-control-container {
          margin-right: 0px;
          margin-top: 10vh;

          .card {
              width: 100%;
              height: 100%;
              max-height: 600px;
              margin: auto;
              overflow-y: auto;
              overflow-x: hidden;
          }
      }

      .login-card-header {
          margin: 0 .9rem !important;

          .login-title-koj, .login-title-pe {
              en, ar {
                  font-size: 18px !important;
              }
          }

          .login-logo {
              .rounded-circle {
                  width: 90px;
                  height: 90px;
              }
          }
      }

      .btn-koj {
          width: 85px;
          height: 30px;
          padding: 0px;
      }

      .small-icon {
          width: 40px !important;
          height: 40px !important;
      }

      .card-body {
          height: 25vh;
          display: inline-table;
      }

      .SignInFooter {
          l {
              padding: 13px 0;
          }
      }
  }*/
}
.SignIn .move-up {
  margin-top: 130px;
}
.SignIn .card {
  background: rgba(255, 255, 255, 0.9) !important;
}
.SignIn .overlaycarousel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6Q…VUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9 ;
  z-index: 4;
}
.SignIn .login-card-header {
  padding: 0.9375rem 1.875rem;
  display: inline-flex;
  padding-bottom: 0px;
  height: 70px;
}
.SignIn .login-card-header .login-title-koj {
  display: inline-grid;
  font-size: 15px;
  color: #32428e;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.SignIn .login-card-header .login-title-koj en {
  font-family: "CastleT";
  font-size: 25px;
  font-weight: 500;
}
.SignIn .login-card-header .login-title-koj ar {
  font-family: "BerytusW23-Bold";
  font-size: 25px;
  font-weight: 500;
}
.SignIn .login-card-header .login-title-pe {
  display: inline-grid;
  font-size: 15px;
  color: #17A2B8;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.SignIn .login-card-header .login-title-pe en {
  font-family: "CastleT";
  font-size: 25px;
  font-weight: 500;
}
.SignIn .login-card-header .login-title-pe ar {
  font-family: "BerytusW23-Bold";
  font-size: 25px;
  font-weight: 500;
}
.SignIn .login-card-header .login-logo {
  position: relative;
  margin: auto;
}
.SignIn .login-card-header .login-logo img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
}
.SignIn .MainSlider {
  width: 100vw;
  height: 94vh;
}
.SignIn .MainSlider .carousel-inner {
  background: rgba(0, 0, 0, 0.7);
}
.SignIn .MainSlider .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
}
.SignIn .MainSlider .carousel-item img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 94vh;
  object-fit: cover;
}
.SignIn .MainSlider .carousel-item h1 {
  font-size: 40px !important;
  font-weight: 800 !important;
}
.SignIn .MainSlider .carousel-item h5 {
  font-size: 25px !important;
  font-weight: 600 !important;
}
.SignIn .MainSlider .carousel-item .quote-left {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.SignIn .MainSlider .carousel-item .quote-right {
  font-size: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.SignIn .MainSlider .carousel-item .quote-from {
  font-size: 15px;
  margin-left: 5px;
}
.SignIn .MainSlider .carousel-item.active {
  opacity: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .SignIn .MainSlider .carousel-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.SignIn .Quote-One {
  position: absolute;
  top: 35vh;
  left: 17vw;
  padding: 0.8rem 3rem !important;
  color: #fff;
  z-index: 10;
  text-align: center;
}
.SignIn .Quote-One .hero-sub-heading, .SignIn .Quote-One .header-line {
  text-align: center !important;
}
.SignIn .Quote-Two {
  position: absolute;
  top: 70vh;
  left: 8vw;
  z-index: 10;
  padding: 0.8rem 3rem !important;
  color: #fff;
  text-align: center;
}
.SignIn .Quote-Three {
  position: absolute;
  top: 70vh;
  left: 15vw;
  z-index: 10;
  padding: 0.8rem 3rem !important;
  color: #fff;
  text-align: center;
}
.SignIn .Quote-Four {
  position: absolute;
  top: 15vh;
  left: 4vw;
  z-index: 10;
  padding: 0.8rem 3rem !important;
  color: #fff;
  text-align: center;
}
.SignIn .Quote-Five {
  position: absolute;
  z-index: 10;
  top: 65vh;
  left: 4vw;
  padding: 0.8rem 3rem !important;
  color: #fff;
  text-align: center;
}
.SignIn .Quote-Six {
  position: absolute;
  z-index: 10;
  top: 67vh;
  left: 4vw;
  padding: 0.8rem 3rem !important;
  color: #fff;
  text-align: center;
}
.SignIn .card-shadow {
  background: rgba(255, 255, 255, 0.9);
}
.SignIn .SignInFooter {
  background: #293986;
  z-index: 999999999;
  width: 100%;
  height: 56px;
  position: absolute;
}
.SignIn .SignInFooter l {
  margin: auto;
  display: block;
  font-weight: 400;
  padding: 16px 0;
  font-size: 10px;
  color: #8fa0f3;
}
.SignIn .form-control-container {
  position: absolute;
  z-index: 5;
  margin-top: 5%;
  margin-right: 5%;
}
.SignIn .Button-Signin {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  padding-top: 0px;
}
.SignIn .Button-Signin .PE {
  background: url(../../../../../resources/images/SignIn/passport.svg);
}
.SignIn .Button-Signin .IN {
  background: url(../../../../../resources/images/SignIn/induction.svg);
}
.SignIn .Button-Signin .WB {
  background: url(../../../../../resources/images/SignIn/whistle.svg);
}
.SignIn .Button-Signin .KOJ {
  background: url(../../../../../resources/images/SignIn/kojhr.svg);
}
.SignIn .Button-Signin .small-icon {
  width: 65px;
  height: 65px;
  background-repeat: repeat;
  background-size: cover;
  margin: 0px 7px 0px 7px;
}
+ .SignIn .Button-Signin .small-icon:focus {
  outline: none !important;
}
.SignIn .btn-koj.koj {
  color: #fff;
  background-color: #3200C3;
  border-color: #3200C3;
  box-shadow: 0 2px 2px 0 #3200C3, 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.SignIn .btn-koj.koj:not(:disabled):not(.disabled).active, .SignIn .btn-koj.koj:not(:disabled):not(.disabled):active, .SignIn .btn.btn-koj.koj.focus, .SignIn .btn.btn-koj.koj:focus, .SignIn .btn.btn-koj.koj:hover, .SignIn .show > .btn-koj.koj.dropdown-toggle {
  color: #fff;
  background-color: #104db7;
  border-color: #104db7;
}
.SignIn .btn-koj.pe {
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
  box-shadow: 0 2px 2px 0 #17A2B8, 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.SignIn .btn-koj.pe:not(:disabled):not(.disabled).active, .SignIn .btn-koj.pe:not(:disabled):not(.disabled):active, .SignIn .btn.btn-koj.pe.focus, .SignIn .btn.btn-koj.pe:focus, .SignIn .btn.btn-koj.pe:hover, .SignIn .show > .btn-koj.pe.dropdown-toggle {
  color: #fff;
  background-color: #07adc7;
  border-color: #07adc7;
}
.SignIn .btn-koj.wb {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.7), 0 3px 1px -2px rgba(0, 0, 0, 0.45), 0 1px 5px 0 rgba(0, 0, 0, 0.45);
}
.SignIn .btn-koj.wb:not(:disabled):not(.disabled).active, .SignIn .btn-koj.wb:not(:disabled):not(.disabled):active, .SignIn .btn.btn-koj.wb.focus, .SignIn .btn.btn-koj.wb:focus, .SignIn .btn.btn-koj.wb:hover, .SignIn .show > .btn-koj.wb.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #fff;
}
.SignIn .opacity-60 {
  opacity: 0.6;
}

.profile-style-page .form-group label {
  color: #333;
}
.profile-style-page .card-category {
  color: #2a74e7 !important;
}
.profile-style-page .content {
  border-radius: 15px;
}
.profile-style-page .profile-pagebackground {
  background-attachment: fixed;
  background-size: inherit;
  background-position: 50% 50%;
  background-image: url(../../../Images/square_bg.png);
}
.profile-style-page .profile-page-card {
  margin-top: -50px;
  background: linear-gradient(-60deg, #246ee8, #3e86e4);
  min-height: 5.7rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(7, 105, 246) !important;
}
.profile-style-page .profile-page-card .nav-link {
  cursor: pointer;
}
.profile-style-page .profile-page-card .nav-link .iconsize {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
.profile-style-page .profile-page-card .nav-link l {
  font-size: 12px;
}
.profile-style-page .Basic-Info {
  padding: 0.45rem 0;
}
.profile-style-page .Basic-Info .list-unstyled .basic-info-list svg {
  font-size: 15px;
}
.profile-style-page .Basic-Info .list-unstyled .basic-info-list l {
  font-weight: 400;
}
.profile-style-page .Basic-Info .list-unstyled .basic-info-list .marital {
  display: initial;
}
.profile-style-page .Basic-Info .list-unstyled .fcol {
  text-align: left;
}
.profile-style-page .Basic-Info .list-unstyled .scol {
  text-align: right;
}
.profile-style-page .PwHint {
  text-align: right;
}

.Attendance-View {
  background: linear-gradient(to left, #544a7d, #ffd452);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  /* click +2 more for popup */
}
.Attendance-View .Filtering-Container {
  display: inline-flex;
  margin: 1.3rem 0;
}
.Attendance-View .Filtering-Container .Tabular-Icon {
  font-size: 35px;
  margin: 0.3rem;
  width: 35px;
  color: #3a82e5;
  cursor: pointer;
}
.Attendance-View .Filtering-Container .Calendar-Icon {
  font-size: 35px;
  margin: 0.3rem;
  color: #1ab57c;
  width: 35px;
  cursor: pointer;
}
.Attendance-View .text-color-white {
  color: #fff;
}
.Attendance-View .text-color-white option {
  color: black;
}
.Attendance-View .Time-Attendance-Title {
  font-size: 1.1rem;
  text-align: center;
}
.Attendance-View .padding-center-time {
  padding: 0 0.3rem;
}
.Attendance-View .padding-center-time .TA-Sched-Time {
  font-size: 2rem;
}
.Attendance-View .padding-center-time .TA-Sched-Title {
  font-size: 11px;
  text-transform: uppercase;
}
.Attendance-View .ScheduleClass {
  text-align: center;
}
.Attendance-View .ScheduleClass label {
  width: 100%;
  color: #fff;
  font-weight: 400;
}
.Attendance-View .Last-Log-Container {
  background-color: #fff;
  color: #000;
  opacity: 0.9;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #5b507b;
}
.Attendance-View .Last-Log-Container .LCTitle {
  font-weight: 800;
  color: #03a9f4;
}
.Attendance-View .Last-Log-Container .LCDate {
  text-transform: uppercase;
  font-weight: 500;
}
.Attendance-View .Last-Log-Container .LCLoc {
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Attendance-View .Last-Log-Container .LL-Partition {
  height: 75px;
}
.Attendance-View .Last-Log-Container .LL-Container .row {
  margin-top: 15px;
}
.Attendance-View .Last-Log-Container .LL-Container .LL-Time {
  font-size: 3rem;
  font-weight: 400;
}
.Attendance-View .Last-Log-Container .LL-Container .LL-Status-Type {
  line-height: 2px;
  font-weight: 500;
}
.Attendance-View .Last-Log-Container .LL-Container l {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}
.Attendance-View .Last-Log-Container .LL-Container .LL-Map-ICON {
  display: block;
  margin-right: 10px;
  background: url(../../../Images/GoogleMapIcon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.Attendance-View .Height-Custom-Time {
  height: 30px;
}
.Attendance-View .Time-Container {
  margin-right: 10px;
}
.Attendance-View .Time-Container .Time-Center {
  font-size: 6rem;
}
.Attendance-View .Time-Container .Time-Center .Time-Type-Status {
  margin-right: -15px;
  font-size: 1.5rem;
}
.Attendance-View .Time-Container .Time-Full-Details {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 20px;
}
.Attendance-View .TA-Summary-Container .Late-Container {
  background-color: #BC4E59;
  color: #fff;
  text-align: right;
  padding: 0.3rem 0.4rem;
  font-weight: 500;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #bc4e59;
}
.Attendance-View .TA-Summary-Container .Early-Out-Container {
  background-color: #D96941;
  color: #fff;
  text-align: right;
  padding: 0.3rem 0.4rem;
  font-weight: 500;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #D96941;
}
.Attendance-View .TA-Summary-Container .Absent-Container {
  background-color: #505659;
  color: #fff;
  text-align: right;
  padding: 0.3rem 0.4rem;
  font-weight: 500;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #505659;
}
.Attendance-View .TA-Summary-Container .Summary-Count {
  background-color: #fff;
  color: #000;
  padding: 0.3rem 1rem;
  opacity: 0.9;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #fff;
}
.Attendance-View .TA-History {
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 30px;
  width: 0;
}
.Attendance-View .TA-History .TA-BackContainer {
  padding: 5px 0px 10px 0px;
}
.Attendance-View .TA-History .TA-BackContainer svg {
  font-size: 30px;
  color: #48a8c6;
  cursor: pointer;
}
.Attendance-View .TA-History .TA-BackContainer label {
  padding-right: 25px;
  font-weight: 700;
  font-size: 15px;
  opacity: 0;
  color: black;
}
.Attendance-View .TA-History .TA-ListContainer {
  opacity: 0;
}
.Attendance-View .TA-History .TA-ListContainer ul {
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none;
  overflow-y: auto;
  font-size: 15px;
}
.Attendance-View .TA-History .TA-ListContainer li {
  color: #666;
  height: 42px;
  background: white;
  line-height: 42px;
  cursor: pointer;
  outline: none;
  width: 100% !important;
}
.Attendance-View .TA-History .TA-ListContainer li:hover span {
  opacity: 1;
  width: 40px;
}
.Attendance-View .TA-History .TA-ListContainer li:nth-child(2n) {
  background: #f1f2f6;
}
.Attendance-View .TA-History .TA-ListContainer .ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.Attendance-View .TA-History .TA-ListContainer .TA-GoogleIcon {
  background-image: url(../../../Images/GoogleMapIcon.png);
  height: 30px;
  width: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.Attendance-View .TA-AddShadow {
  -moz-box-shadow: 0px 4px 7px 1px #ccc;
  -webkit-box-shadow: 0px 4px 7px 1px #ccc;
  box-shadow: rgb(204, 204, 204) 0px 4px 7px 1px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .Attendance-View .padding-center-time .TA-Sched-Time {
    font-size: 1.4rem;
  }
  .Attendance-View .Time-Container .Time-Center {
    font-size: 4.6rem;
  }
  .Attendance-View .Time-Container .Time-Full-Details {
    font-size: 18px;
  }
}
@media (max-width: 640px) and (min-width: 320px) {
  .Attendance-View .TA-custom-mobile {
    padding-top: 33px;
  }
  .Attendance-View .Height-Custom-Time {
    height: 80px;
  }
  .Attendance-View .Time-Container .Time-Center {
    font-size: 4.6rem;
  }
  .Attendance-View .DetailContainer {
    padding: 5px;
  }
}
.Attendance-View .at-md-modal {
  position: absolute;
  z-index: 2;
  visibility: hidden;
}
.Attendance-View .at-md-show {
  visibility: visible;
}
.Attendance-View .DetailContainer {
  background-color: #30a5d4;
  color: white;
  font-size: 5vh;
  cursor: pointer;
}
@media (min-width: 1281px) {
  .Attendance-View .at-md-content {
    max-height: 389px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .Attendance-View .at-md-content {
    max-height: 389px;
  }
}
.Attendance-View .at-md-content {
  color: #fff;
  background: linear-gradient(to left, #544a7d, #ffd452);
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.Attendance-View .at-md-content .at-header {
  margin: 0;
  padding: 0.1em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.Attendance-View .at-md-content .at-header svg {
  position: absolute;
  right: 35px;
  top: 18px;
}
.Attendance-View .at-md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.Attendance-View .at-button {
  padding: 8px !important;
  font-size: 12px !important;
}
.Attendance-View .at_calendar {
  color: black !important;
}
.Attendance-View .at-tablecontainer {
  overflow-y: auto;
  overflow-x: hidden;
}
.Attendance-View .rwd-table {
  margin: 1em 0;
  min-width: 320px;
  background: #eee;
  width: 100%;
}
.Attendance-View .container-table100 table *, .Attendance-View .summary-table100 table * {
  position: relative;
}
.Attendance-View .container-table100 table td, .Attendance-View table th, .Attendance-View .summary-table100 table {
  padding-right: 8px;
}
.Attendance-View .container-table100 table thead tr, .Attendance-View .summary-table100 table thead tr {
  height: 35px;
  background: #298bf5;
  letter-spacing: 2px;
}
.Attendance-View .container-table100 table tbody tr, .Attendance-View .summary-table100 table tbody tr {
  height: 50px;
}
.Attendance-View .container-table100 table tbody tr:last-child, .Attendance-View .summary-table100 table tbody tr:last-child {
  border: 0;
}
.Attendance-View .container-table100 table td, .Attendance-View table th, .Attendance-View .summary-table100 table td {
  text-align: right;
}
.Attendance-View .table100-head th, .Attendance-View .summary-table100-head th {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: unset;
}
.Attendance-View .container-table100 tbody tr:nth-child(even), .Attendance-View .summary-table100 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.Attendance-View .container-table100 tbody tr, .Attendance-View .summary-table100 tbody tr {
  font-size: 13px;
  color: #000000;
  line-height: 1.2;
  font-weight: unset;
}
.Attendance-View .container-table100 tbody tr:hover, .Attendance-View .summary-table100 tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}
.Attendance-View .container-table100 tbody tr td, .Attendance-View .summary-table100 tbody tr td {
  text-align: center;
}
.Attendance-View .badge-count {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  text-align: center;
  vertical-align: baseline;
  border-radius: 3rem;
  box-shadow: -1px 1px 5px #f3f3f3;
  border: 1px solid #fff;
  background-color: #ea4e4e;
  font-weight: 700;
  line-height: 1;
}
.Attendance-View #ViewCalendar {
  margin: 0 auto;
  font-size: 10px;
}
.Attendance-View .fc-toolbar {
  font-size: 0.9em;
}
.Attendance-View .fc-toolbar h2 {
  font-size: 12px;
  white-space: normal !important;
}
.Attendance-View .fc-more-cell a {
  display: block;
  width: 100%;
  margin: 1px auto 0 auto;
  border-radius: 3px;
  background: grey;
  color: transparent;
  overflow: hidden;
  height: 3px;
}
.Attendance-View .fc-more-popover {
  width: 100px;
}
.Attendance-View .fc-view-month .fc-event, .Attendance-View .fc-view-agendaWeek .fc-event, .Attendance-View .fc-content {
  font-size: 0;
  overflow: hidden;
  height: 2px;
}
.Attendance-View .fc-view-agendaWeek .fc-event-vert {
  font-size: 0;
  overflow: hidden;
  width: 2px !important;
}
.Attendance-View .fc-agenda-axis {
  width: 20px !important;
  font-size: 0.7em;
}
.Attendance-View .fc-button-content {
  padding: 0;
}
.Attendance-View .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.8em;
}
.Attendance-View .fc-widget-header {
  background-color: #0a7ffc;
}
.Attendance-View .fc-day-number {
  font-size: 1.2em;
  font-weight: 700;
}
.Attendance-View .fc-widget-content {
  height: 30px !important;
}
.Attendance-View .fc-widget-content {
  background-color: #525261;
}
.Attendance-View .fc-row .fc-content-skeleton {
  padding-bottom: unset !important;
}
.Attendance-View .fc-today {
  color: black !important;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .Attendance-View .at_daymodal, .Attendance-View .at_cs {
    right: 23% !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .Attendance-View .at_daymodal, .Attendance-View .at_cs {
    right: 23% !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .Attendance-View .at_daymodal, .Attendance-View .at_cs {
    right: 23% !important;
  }
}
.Attendance-View .at_daymodal {
  position: absolute;
  top: 40%;
  right: 34%;
  width: 250px;
  height: auto;
  z-index: 3;
  visibility: hidden;
  -moz-box-shadow: 0px 4px 7px 1px #ccc;
  -webkit-box-shadow: 0px 4px 7px 1px #ccc;
  box-shadow: rgb(204, 204, 204) 0px 4px 7px 1px;
}
.Attendance-View .at_daycontent {
  color: #fff;
  background: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  height: 140px;
}
.Attendance-View .at-dc-header {
  margin: 0;
  padding: 0.1em;
  text-align: center;
  font-size: 1.4em;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  font-weight: 600;
  color: black;
}
.Attendance-View .at-day-details {
  color: black;
}
.Attendance-View .at-day-details ul {
  list-style: none;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0px;
}
.Attendance-View .at-day-details li {
  cursor: pointer;
  outline: none;
  width: 100% !important;
  padding-right: 30px;
}
.Attendance-View .at-day-details li l {
  font-weight: 500;
}
.Attendance-View .at-day-details li label {
  color: black !important;
}
.Attendance-View .at-day-details li:hover {
  opacity: 1;
  width: 40px;
}
.Attendance-View .at-day-details li:nth-child(2n) {
  background: #f1f2f6;
}

.DI_multi_remove {
  align-items: center;
  position: relative;
}
.DI_multi_remove .DI_remove_icon {
  color: #555;
  cursor: pointer;
}
.DI_multi_remove .DI_delete_cnt {
  background-color: red;
  color: #fff;
  font-size: 10px;
  padding: 0 3px;
  position: absolute;
  max-height: 15px;
  display: flex;
  min-width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  top: 0px;
  left: 13px;
}

.DI_attch_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.DI_attch_cont .DI_fle_cont {
  background-color: #005fff;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 5px 10px;
  max-width: 200px;
  color: #fff;
  margin: 5px;
}
.DI_attch_cont .DI_fle_cont:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.DI_attch_cont .DI_fle_cont a {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
}
.DI_attch_cont .DI_fle_cont p {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  width: calc(100% - 15px);
}
.DI_attch_cont .DI_fle_cont .DI_attch {
  opacity: 0.5;
  cursor: pointer;
}

.DI_frm_submit {
  display: flex;
  position: relative;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}

.DI_addDep {
  width: 50%;
  display: flex;
  justify-content: center;
}

.ConsolidatedReport .SalaryAdjustmentReport table th:first-child, .ConsolidatedReport .SalaryAdjustmentReport table td:first-child {
  width: 2%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(2), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(2) {
  width: 6%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(3), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(3) {
  width: 12%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(4), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(4) {
  width: 6%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(5), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(5) {
  width: 11%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(6), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(6) {
  width: 8%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(7), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(7) {
  width: 13%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(8), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(8) {
  width: 12%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(9), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(9) {
  width: 5%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(10), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(10) {
  width: 5%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(11), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(11) {
  width: 5%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(12), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(12) {
  width: 12%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:nth-child(13), .ConsolidatedReport .SalaryAdjustmentReport table td:nth-child(13) {
  width: 1%;
}
.ConsolidatedReport .SalaryAdjustmentReport table th:last-child, .ConsolidatedReport .SalaryAdjustmentReport table td:last-child {
  width: 1%;
}
.ConsolidatedReport .SalaryAdjustmentReport .scr-delete-icon {
  color: #EE1111;
  font-size: 17px;
  cursor: pointer;
}
.ConsolidatedReport .SalaryAdjustmentReport .scr-question-icon {
  color: #2D89EF;
  font-size: 17px;
  cursor: pointer;
}
.ConsolidatedReport .SalaryAdjustmentReport .scr-edit-icon {
  color: #00A300;
  font-size: 17px;
  cursor: pointer;
}
.ConsolidatedReport .SalaryAdjustmentReport .scr-enable-edit {
  color: #2D89EF;
  font-size: 17px;
  cursor: pointer;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:first-child, .ConsolidatedReport .SalaryAdjustmentReportNextStep td:first-child {
  width: 11%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(2), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(2) {
  width: 20%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(3), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(3) {
  width: 12%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(4), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(4) {
  width: 12%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(5), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(5) {
  width: 6%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(6), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(6) {
  width: 25%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(7), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(7) {
  width: 8%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:nth-child(8), .ConsolidatedReport .SalaryAdjustmentReportNextStep td:nth-child(8) {
  width: 3%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep th:last-child, .ConsolidatedReport .SalaryAdjustmentReportNextStep td:last-child {
  width: 3%;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep .delete-row {
  font-size: 17px;
  color: #e63f3f;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep .question-row {
  font-size: 17px;
  color: #3f7ae6;
}
.ConsolidatedReport .SalaryAdjustmentReportNextStep .edit-row {
  font-size: 17px;
  color: #27c365;
}

body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

p.form-control {
  min-height: 36px;
}

.approval-history-item {
  display: flex;
  align-items: start;
}
.approval-history-item .ahi-date {
  white-space: nowrap;
  min-width: 80px;
  font-weight: 600;
  color: #707070;
}
.approval-history-item .ahi-status {
  margin: 0 20px;
  font-size: 22px;
}
.approval-history-item .ahi-description {
  display: flex;
  align-items: start;
  width: 100%;
  position: relative;
}
.approval-history-item .ahi-description::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 29px;
  border-left: 4px dotted #aaa;
  width: 2px;
  height: 100%;
}
.approval-history-item .ahi-info {
  width: 100%;
  background-color: #ecf0f1;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 15px;
}
.approval-history-item .ahi-info h5 {
  margin: 0;
  font-weight: bold;
}
.approval-history-item .ahi-info label {
  margin-bottom: 10px;
  color: #333;
}
.approval-history-item:last-child .ahi-description::before {
  display: none;
}

.ahi-show-btn {
  color: #2980b9;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}

.line-clamp-1 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.icon-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  background-color: #2980b9;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.icon-initials.bg-red {
  background-color: #c0392b;
}
.icon-initials.bg-green {
  background-color: #27ae60;
}
.icon-initials.bg-blue {
  background-color: #3498db;
}
.icon-initials.bg-orange {
  background-color: #e67e22;
}
.icon-initials.bg-yellow {
  background-color: #f1c40f;
}
.icon-initials.bg-purple {
  background-color: #8e44ad;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  text-align: right;
}

.pw-specs {
  padding: 0 20px 20px 20px;
  font-size: 13px;
  margin-bottom: 10px;
}
.pw-specs .PwHint {
  line-height: normal;
  font-weight: 500 !important;
  padding: 5px 5px 5px 25px;
  color: #e74c3c;
  position: relative;
}
.pw-specs .PwHint:before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 15px;
  left: 6px;
  top: 7px;
  color: #aaa;
}
.pw-specs .PwHint.done span {
  text-decoration: line-through;
  color: #aaa;
}
.pw-specs .PwHint.done:before {
  color: #2ecc71;
  content: "\f058";
}

.text-primary {
  color: #1b4298 !important;
}

.direction-rtl {
  direction: rtl;
  text-align: right;
}

.bordered-panel {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #aaa;
  height: 100%;
}

.dashboard-pill {
  display: flex;
  color: #333 !important;
  cursor: pointer;
  outline: none;
  align-items: center;
  height: 100%;
  min-height: 70px;
  border-radius: 5px;
  background-color: #F6F8FC;
  transition: background-color 0.3s;
  text-decoration: none !important;
}
.dashboard-pill svg, .dashboard-pill i, .dashboard-pill a {
  color: #615fb3;
  font-size: 20px;
  margin-right: 20px;
}
.dashboard-pill:hover {
  background-color: #005FFF;
  color: #fff !important;
}
.dashboard-pill:hover svg, .dashboard-pill:hover i, .dashboard-pill:hover a {
  color: #fff;
}

.input-grp-icon {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.input-grp-icon .input-icon {
  position: absolute;
  top: 13px;
  left: auto;
  right: 10px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.3);
}
.input-grp-icon input {
  padding-right: 35px !important;
}
.input-grp-icon select {
  padding-right: 30px !important;
}

.image-attachment {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-attachment .image-attachment-container {
  position: relative;
}
.image-attachment .image-attachment-container img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-bottom: 20px;
}
.image-attachment .image-attachment-remove {
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  cursor: pointer;
}

.search {
  position: relative;
}
.search svg {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #aaa;
}
.search input {
  min-height: 41px;
  background-image: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 35px !important;
}
.search select.teamleave {
  min-height: 41px;
  background-image: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 35px !important;
}

.tbl-group-container {
  margin: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.tbl-group-container th, .tbl-group-container td {
  white-space: nowrap;
}
.tbl-group-container th {
  font-size: 15px !important;
}

.tbl-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tbl-group-header h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tbl-group-header .tgh-pill {
  text-align: center;
  margin: 0 10px;
}
.tbl-group-header .tgh-pill h4 {
  margin: 0;
  font-weight: 500;
}
.tbl-group-header .tgh-pill label {
  color: #aaa;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
}

p.form-control {
  background-image: none !important;
  border-radius: 4px !important;
  background-color: #e9ecef !important;
  padding-top: 10px !important;
  height: auto !important;
  min-height: 32.39px !important;
}

.approval-item {
  padding: 20px;
  display: flex;
  background-color: #f6f8fc;
  border-radius: 5px;
  margin-bottom: 10px;
}
.approval-item .approval-icon {
  background-color: #005fff;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  margin-left: 10px;
  font-size: 13px;
}
.approval-item .approval-icon.Approved {
  background-color: #27ae60;
}
.approval-item .approval-icon.Disapproved {
  background-color: #e74c3c;
}
.approval-item .approval-desc {
  width: 100%;
}
.approval-item .approval-action {
  font-size: 14px;
}
.approval-item .approval-action span:last-child {
  font-weight: bold;
  color: #333;
}
.approval-item .approval-date {
  color: #777;
  font-size: 12px;
}
.approval-item .approval-comment {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

.clickable {
  color: #2980b9 !important;
  cursor: pointer;
  text-decoration: underline !important;
}

.a-clickable {
  color: #2980b9 !important;
  padding: 0 8px;
  border: 1px solid #2980b9;
  border-radius: 4px;
  line-height: 26px;
  font-size: 12px !important;
  font-weight: 500;
}

.form-group.grouped {
  padding: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}

.default-pagination {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin: 10px;
}
.default-pagination select {
  padding: 0 5px !important;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  height: 30px !important;
  color: #2980b9;
  font-weight: bold;
  margin: 0 5px;
  background-image: none !important;
  border: 1px solid #ddd;
  height: 36px;
  border-radius: 4px;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-tabs {
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
}
.custom-tabs .nav-item {
  text-align: center;
}
.custom-tabs .nav-link {
  border: none;
  cursor: pointer;
  color: #aaa;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-bottom: 2px solid transparent !important;
}
.custom-tabs .nav-link i, .custom-tabs .nav-link svg {
  color: #aaa;
  font-size: 16px;
  margin: 0 5px;
}
.custom-tabs .nav-link span {
  color: #aaa;
  font-weight: 500;
}
.custom-tabs .nav-link.active {
  color: #333;
  border-bottom: 2px solid #005fff !important;
}
.custom-tabs .nav-link.active i, .custom-tabs .nav-link.active svg {
  color: #005fff;
}
.custom-tabs .nav-link.active span {
  color: #333;
}
.custom-tabs .nav-link.active:hover {
  border-bottom: 2px solid #005fff !important;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "تصفح";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-right: 65px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "تصفح";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file .custom-file-label {
  font-size: 14px !important;
  box-shadow: none !important;
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #ddd;
}
.custom-file .custom-file-label:after {
  color: #fff;
  background-color: #2980b9;
  border-left: 1px solid #2980b9;
  line-height: 24px;
}

.custom-file-label.arabic:after {
  content: "أرفق ملف" !important;
}

.custom-file-label.arabic {
  padding-right: 80px !important;
}

.input-search {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.input-search input {
  background-image: none;
  border: none !important;
  padding-right: 40px !important;
}
.input-search svg {
  font-size: 15px;
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
}

.custom-pagination {
  display: flex;
  align-items: center;
  direction: ltr;
  justify-content: flex-end;
}
.custom-pagination .cp-btn-grp button {
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2980b9;
}
.custom-pagination .cp-info {
  font-size: 14px;
  margin: 0 10px;
}

.custom-list {
  width: 100%;
}
.custom-list .add-list, .custom-list .added-list {
  min-height: 52px;
  width: 100%;
  display: flex;
  padding: 10px;
  align-items: center;
  border: 1px solid #ddd;
}
.custom-list .add-list .add-icon, .custom-list .added-list .add-icon {
  margin-left: 5px;
  color: #aaa;
}
.custom-list .add-list label, .custom-list .added-list label {
  flex: 1;
  margin: 0;
  display: flex;
}
.custom-list .add-list label a, .custom-list .added-list label a {
  color: #aaa;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: right;
}
.custom-list .add-list label input, .custom-list .added-list label input {
  width: 100%;
  border: none;
  outline: none;
}
.custom-list .added-list {
  margin-bottom: 10px;
}
.custom-list .added-list .al-count {
  font-weight: bold;
  margin-left: 5px;
}
.custom-list .added-list .al-remove {
  cursor: pointer;
  color: #aaa;
  margin-right: 5px;
}
.custom-list .added-list .al-remove:hover {
  color: #333;
}
.custom-list .added-list input {
  flex: 1;
  border: none;
  outline: none;
}
.custom-list .added-list.read-only {
  align-items: flex-start;
}
.custom-list .added-list.read-only .done-icon {
  margin-left: 5px;
  color: #e74c3c;
  font-size: 20px;
}
.custom-list .added-list.read-only .done-icon.done {
  color: #27ae60;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  margin-left: 15px;
}

.custom-navtab {
  border-bottom: 1px solid #ddd;
}
.custom-navtab .nav-item {
  flex: 1;
  text-align: center;
}
.custom-navtab .nav-count {
  background-color: #e74c3c;
  color: #fff !important;
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 10px;
}
.custom-navtab .nav-link {
  border: none;
  cursor: pointer;
  color: #aaa;
  font-size: 5px;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-bottom: 2px solid transparent !important;
}
.custom-navtab .nav-link svg {
  color: #aaa;
  font-size: 18px;
}
.custom-navtab .nav-link span {
  color: #aaa;
  font-weight: 500;
}
.custom-navtab .nav-link.active {
  color: #333;
  border-bottom: 2px solid #2980b9 !important;
}
.custom-navtab .nav-link.active:hover {
  border-bottom: 2px solid #2980b9 !important;
}
.custom-navtab .nav-link.active svg {
  color: #2980b9;
}
.custom-navtab .nav-link.active span {
  color: #333;
}

.custom-control .custom-control-label {
  color: #555;
  cursor: pointer;
}
.custom-control.custom-checkbox, .custom-control.custom-radio {
  padding-right: 1.5rem;
}
.custom-control.custom-checkbox .custom-control-label:after,
.custom-control.custom-checkbox .custom-control-label:before, .custom-control.custom-radio .custom-control-label:after,
.custom-control.custom-radio .custom-control-label:before {
  left: auto;
  right: 0;
}

.instagram-color {
  display: inline-block;
  width: 24px;
  height: 22px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
.overlayContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000;
  align-items: center;
  justify-content: center;
}
.overlayContainer .overlayBackground {
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1A1A1A;
  opacity: 1;
}
.overlayContainer .overlayContent {
  top: 0 !important;
  left: 0 !important;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlayContainer .overlayContent .orig {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.overlayContainer .overlayContent .fake {
  width: 70px;
  height: 70px;
  position: absolute;
  margin-bottom: 10px;
  margin-top: -16px;
  animation: ripple 1s infinite;
}
.overlayContainer .overlayContent h1 {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}

.bootstrap-datetimepicker-widget {
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  font-weight: bold !important;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  color: #2980b9 !important;
}
.bootstrap-datetimepicker-widget table th.dow {
  font-weight: bold;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  padding-right: 0;
}
.bootstrap-datetimepicker-widget .list-unstyled table {
  direction: ltr;
}
.bootstrap-datetimepicker-widget .fa-clock {
  color: #2980b9 !important;
}

.selectize-input {
  min-height: 36px;
}

.selectize-dropdown {
  width: 100%;
}
.selectize-dropdown.btf-currency-selectize {
  width: 100%;
  max-width: 260px;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  z-index: 1;
  font-size: 20px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  right: 20px;
  bottom: 20px;
  background-color: #34495e;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
}
.scroll-top:hover {
  opacity: 1;
}

.help-contacts {
  cursor: pointer;
  position: fixed;
  z-index: 1;
  font-size: 20px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  right: 70px;
  bottom: 20px;
  background-color: #27ae60;
  color: #fff;
  border-radius: 50%;
}

.intro-button {
  cursor: pointer;
  font-size: 15px;
  color: #2980b9;
}

.introjs-helperLayer {
  background-color: transparent !important;
  border: 1px solid #3498db !important;
}

.introjs-arrow.top {
  border-bottom-color: #3498db !important;
}

.introjs-arrow.bottom {
  border-top-color: #3498db !important;
}

.introjs-tooltip {
  background-color: #3498db !important;
}

.introjs-tooltipbuttons {
  direction: ltr;
}

.introjs-tooltiptext {
  color: #fff !important;
  text-align: right;
}

.introjs-button {
  background-image: none !important;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #3498db !important;
  margin: 20px 3px 0;
  text-shadow: none !important;
  box-shadow: none !important;
}
.introjs-button.introjs-skipbutton, .introjs-button.introjs-donebutton {
  color: #fff !important;
  background-color: transparent !important;
}
.introjs-button.introjs-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.anno .anno-inner {
  background: #3498db !important;
}
.anno .anno-content {
  color: #fff !important;
}
.anno .anno-arrow {
  border-color: #3498db transparent !important;
}
.anno .anno-btn {
  cursor: pointer;
  outline: none !important;
  background: #fff !important;
  color: #3498db !important;
}
.anno .anno-btn.anno-btn-low-importance {
  background: transparent !important;
  color: #fff !important;
  opacity: 0.7 !important;
}
.anno .anno-btn.anno-btn-low-importance:hover {
  opacity: 1 !important;
}

.tooltip {
  padding: 10px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  color: #fff;
  max-width: 320px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
}
.tooltip .tooltip-inner {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.tooltip .arrow {
  top: -7px !important;
}
.tooltip .arrow:before {
  border-bottom-color: #000 !important;
}
.tooltip .tooltip-content-group {
  margin-bottom: 15px;
}
.tooltip .tooltip-content-group:last-child {
  margin-bottom: 0;
}
.tooltip .tooltip-content-title {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.tooltip .tooltip-content-item {
  color: #fff;
  border-bottom: 1px solid #777;
}
.tooltip .tooltip-content-item:last-child {
  border-bottom: none !important;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.table .dt-open .prf-notif {
  position: absolute;
  top: -10px;
  right: -5px;
}
.table .dt-open .prf-notif svg {
  height: 10px !important;
  width: 10px !important;
  color: red !important;
}

/*snow-fall {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.snowflake {
  position: absolute;
  color: white;
}
.snowflake:after {
  content: "❄";
}

.snowflake:nth-of-type(1) {
  animation-name: snowflake-1;
  animation-delay: 11s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 3%;
  top: -75%;
}
.snowflake:nth-of-type(1):after {
  font-size: 19px;
}

@keyframes snowflake-1 {
  0% {
    transform: rotate(0deg);
    left: 3%;
    top: -75%;
  }
  25% {
    left: 4%;
  }
  50% {
    left: 3%;
  }
  75% {
    left: 5%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(2) {
  animation-name: snowflake-2;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 59%;
  top: -59%;
}
.snowflake:nth-of-type(2):after {
  font-size: 23px;
}

@keyframes snowflake-2 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -59%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(3) {
  animation-name: snowflake-3;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -93%;
}
.snowflake:nth-of-type(3):after {
  font-size: 8px;
}

@keyframes snowflake-3 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -93%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(4) {
  animation-name: snowflake-4;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 97%;
  top: -74%;
}
.snowflake:nth-of-type(4):after {
  font-size: 16px;
}

@keyframes snowflake-4 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -74%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(5) {
  animation-name: snowflake-5;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 41%;
  top: -62%;
}
.snowflake:nth-of-type(5):after {
  font-size: 2px;
}

@keyframes snowflake-5 {
  0% {
    transform: rotate(0deg);
    left: 41%;
    top: -62%;
  }
  25% {
    left: 42%;
  }
  50% {
    left: 41%;
  }
  75% {
    left: 43%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(6) {
  animation-name: snowflake-6;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -93%;
}
.snowflake:nth-of-type(6):after {
  font-size: 16px;
}

@keyframes snowflake-6 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -93%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(7) {
  animation-name: snowflake-7;
  animation-delay: 11s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 58%;
  top: -94%;
}
.snowflake:nth-of-type(7):after {
  font-size: 9px;
}

@keyframes snowflake-7 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -94%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(8) {
  animation-name: snowflake-8;
  animation-delay: 5s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 51%;
  top: -90%;
}
.snowflake:nth-of-type(8):after {
  font-size: 19px;
}

@keyframes snowflake-8 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -90%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(9) {
  animation-name: snowflake-9;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -65%;
}
.snowflake:nth-of-type(9):after {
  font-size: 22px;
}

@keyframes snowflake-9 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -65%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(10) {
  animation-name: snowflake-10;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 6%;
  top: -72%;
}
.snowflake:nth-of-type(10):after {
  font-size: 18px;
}

@keyframes snowflake-10 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -72%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(11) {
  animation-name: snowflake-11;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -53%;
}
.snowflake:nth-of-type(11):after {
  font-size: 6px;
}

@keyframes snowflake-11 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -53%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(12) {
  animation-name: snowflake-12;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 54%;
  top: -75%;
}
.snowflake:nth-of-type(12):after {
  font-size: 1px;
}

@keyframes snowflake-12 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -75%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(13) {
  animation-name: snowflake-13;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 74%;
  top: -84%;
}
.snowflake:nth-of-type(13):after {
  font-size: 1px;
}

@keyframes snowflake-13 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -84%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(14) {
  animation-name: snowflake-14;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -77%;
}
.snowflake:nth-of-type(14):after {
  font-size: 11px;
}

@keyframes snowflake-14 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -77%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(15) {
  animation-name: snowflake-15;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 72%;
  top: -76%;
}
.snowflake:nth-of-type(15):after {
  font-size: 13px;
}

@keyframes snowflake-15 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -76%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(16) {
  animation-name: snowflake-16;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 42%;
  top: -61%;
}
.snowflake:nth-of-type(16):after {
  font-size: 14px;
}

@keyframes snowflake-16 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -61%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(17) {
  animation-name: snowflake-17;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -77%;
}
.snowflake:nth-of-type(17):after {
  font-size: 8px;
}

@keyframes snowflake-17 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -77%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(18) {
  animation-name: snowflake-18;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 58%;
  top: -66%;
}
.snowflake:nth-of-type(18):after {
  font-size: 13px;
}

@keyframes snowflake-18 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -66%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(19) {
  animation-name: snowflake-19;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 46%;
  top: -95%;
}
.snowflake:nth-of-type(19):after {
  font-size: 20px;
}

@keyframes snowflake-19 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -95%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(20) {
  animation-name: snowflake-20;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 3%;
  top: -57%;
}
.snowflake:nth-of-type(20):after {
  font-size: 19px;
}

@keyframes snowflake-20 {
  0% {
    transform: rotate(0deg);
    left: 3%;
    top: -57%;
  }
  25% {
    left: 4%;
  }
  50% {
    left: 3%;
  }
  75% {
    left: 5%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(21) {
  animation-name: snowflake-21;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 56%;
  top: -78%;
}
.snowflake:nth-of-type(21):after {
  font-size: 21px;
}

@keyframes snowflake-21 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -78%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(22) {
  animation-name: snowflake-22;
  animation-delay: 3s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 43%;
  top: -87%;
}
.snowflake:nth-of-type(22):after {
  font-size: 16px;
}

@keyframes snowflake-22 {
  0% {
    transform: rotate(0deg);
    left: 43%;
    top: -87%;
  }
  25% {
    left: 44%;
  }
  50% {
    left: 43%;
  }
  75% {
    left: 45%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(23) {
  animation-name: snowflake-23;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 66%;
  top: -72%;
}
.snowflake:nth-of-type(23):after {
  font-size: 16px;
}

@keyframes snowflake-23 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -72%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(24) {
  animation-name: snowflake-24;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 21%;
  top: -58%;
}
.snowflake:nth-of-type(24):after {
  font-size: 17px;
}

@keyframes snowflake-24 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -58%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(25) {
  animation-name: snowflake-25;
  animation-delay: 19s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 53%;
  top: -66%;
}
.snowflake:nth-of-type(25):after {
  font-size: 2px;
}

@keyframes snowflake-25 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -66%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(26) {
  animation-name: snowflake-26;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -94%;
}
.snowflake:nth-of-type(26):after {
  font-size: 1px;
}

@keyframes snowflake-26 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -94%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(27) {
  animation-name: snowflake-27;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 71%;
  top: -100%;
}
.snowflake:nth-of-type(27):after {
  font-size: 8px;
}

@keyframes snowflake-27 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -100%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(28) {
  animation-name: snowflake-28;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 58%;
  top: -92%;
}
.snowflake:nth-of-type(28):after {
  font-size: 9px;
}

@keyframes snowflake-28 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -92%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(29) {
  animation-name: snowflake-29;
  animation-delay: 10s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 47%;
  top: -53%;
}
.snowflake:nth-of-type(29):after {
  font-size: 8px;
}

@keyframes snowflake-29 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -53%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(30) {
  animation-name: snowflake-30;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 60%;
  top: -72%;
}
.snowflake:nth-of-type(30):after {
  font-size: 15px;
}

@keyframes snowflake-30 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -72%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(31) {
  animation-name: snowflake-31;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 94%;
  top: -58%;
}
.snowflake:nth-of-type(31):after {
  font-size: 21px;
}

@keyframes snowflake-31 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -58%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(32) {
  animation-name: snowflake-32;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -94%;
}
.snowflake:nth-of-type(32):after {
  font-size: 20px;
}

@keyframes snowflake-32 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -94%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(33) {
  animation-name: snowflake-33;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -80%;
}
.snowflake:nth-of-type(33):after {
  font-size: 2px;
}

@keyframes snowflake-33 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -80%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(34) {
  animation-name: snowflake-34;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 67%;
  top: -93%;
}
.snowflake:nth-of-type(34):after {
  font-size: 6px;
}

@keyframes snowflake-34 {
  0% {
    transform: rotate(0deg);
    left: 67%;
    top: -93%;
  }
  25% {
    left: 68%;
  }
  50% {
    left: 67%;
  }
  75% {
    left: 69%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(35) {
  animation-name: snowflake-35;
  animation-delay: 16s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 78%;
  top: -100%;
}
.snowflake:nth-of-type(35):after {
  font-size: 18px;
}

@keyframes snowflake-35 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -100%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(36) {
  animation-name: snowflake-36;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -99%;
}
.snowflake:nth-of-type(36):after {
  font-size: 11px;
}

@keyframes snowflake-36 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -99%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(37) {
  animation-name: snowflake-37;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 46%;
  top: -52%;
}
.snowflake:nth-of-type(37):after {
  font-size: 15px;
}

@keyframes snowflake-37 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -52%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(38) {
  animation-name: snowflake-38;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 1%;
  top: -90%;
}
.snowflake:nth-of-type(38):after {
  font-size: 4px;
}

@keyframes snowflake-38 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -90%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(39) {
  animation-name: snowflake-39;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 89%;
  top: -53%;
}
.snowflake:nth-of-type(39):after {
  font-size: 17px;
}

@keyframes snowflake-39 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -53%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(40) {
  animation-name: snowflake-40;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 11%;
  top: -65%;
}
.snowflake:nth-of-type(40):after {
  font-size: 22px;
}

@keyframes snowflake-40 {
  0% {
    transform: rotate(0deg);
    left: 11%;
    top: -65%;
  }
  25% {
    left: 12%;
  }
  50% {
    left: 11%;
  }
  75% {
    left: 13%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(41) {
  animation-name: snowflake-41;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 42%;
  top: -100%;
}
.snowflake:nth-of-type(41):after {
  font-size: 10px;
}

@keyframes snowflake-41 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -100%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(42) {
  animation-name: snowflake-42;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -86%;
}
.snowflake:nth-of-type(42):after {
  font-size: 5px;
}

@keyframes snowflake-42 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -86%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(43) {
  animation-name: snowflake-43;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 66%;
  top: -100%;
}
.snowflake:nth-of-type(43):after {
  font-size: 13px;
}

@keyframes snowflake-43 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -100%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(44) {
  animation-name: snowflake-44;
  animation-delay: 17s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 74%;
  top: -51%;
}
.snowflake:nth-of-type(44):after {
  font-size: 14px;
}

@keyframes snowflake-44 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -51%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(45) {
  animation-name: snowflake-45;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -57%;
}
.snowflake:nth-of-type(45):after {
  font-size: 1px;
}

@keyframes snowflake-45 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -57%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(46) {
  animation-name: snowflake-46;
  animation-delay: 14s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 86%;
  top: -97%;
}
.snowflake:nth-of-type(46):after {
  font-size: 6px;
}

@keyframes snowflake-46 {
  0% {
    transform: rotate(0deg);
    left: 86%;
    top: -97%;
  }
  25% {
    left: 87%;
  }
  50% {
    left: 86%;
  }
  75% {
    left: 88%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(47) {
  animation-name: snowflake-47;
  animation-delay: 7s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 10%;
  top: -93%;
}
.snowflake:nth-of-type(47):after {
  font-size: 21px;
}

@keyframes snowflake-47 {
  0% {
    transform: rotate(0deg);
    left: 10%;
    top: -93%;
  }
  25% {
    left: 11%;
  }
  50% {
    left: 10%;
  }
  75% {
    left: 12%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(48) {
  animation-name: snowflake-48;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 51%;
  top: -87%;
}
.snowflake:nth-of-type(48):after {
  font-size: 5px;
}

@keyframes snowflake-48 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -87%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(49) {
  animation-name: snowflake-49;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -90%;
}
.snowflake:nth-of-type(49):after {
  font-size: 19px;
}

@keyframes snowflake-49 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -90%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(50) {
  animation-name: snowflake-50;
  animation-delay: 15s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -57%;
}
.snowflake:nth-of-type(50):after {
  font-size: 23px;
}

@keyframes snowflake-50 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -57%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(51) {
  animation-name: snowflake-51;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 49%;
  top: -52%;
}
.snowflake:nth-of-type(51):after {
  font-size: 13px;
}

@keyframes snowflake-51 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -52%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(52) {
  animation-name: snowflake-52;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -89%;
}
.snowflake:nth-of-type(52):after {
  font-size: 4px;
}

@keyframes snowflake-52 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -89%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(53) {
  animation-name: snowflake-53;
  animation-delay: 15s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 63%;
  top: -54%;
}
.snowflake:nth-of-type(53):after {
  font-size: 2px;
}

@keyframes snowflake-53 {
  0% {
    transform: rotate(0deg);
    left: 63%;
    top: -54%;
  }
  25% {
    left: 64%;
  }
  50% {
    left: 63%;
  }
  75% {
    left: 65%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(54) {
  animation-name: snowflake-54;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 65%;
  top: -52%;
}
.snowflake:nth-of-type(54):after {
  font-size: 4px;
}

@keyframes snowflake-54 {
  0% {
    transform: rotate(0deg);
    left: 65%;
    top: -52%;
  }
  25% {
    left: 66%;
  }
  50% {
    left: 65%;
  }
  75% {
    left: 67%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(55) {
  animation-name: snowflake-55;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 90%;
  top: -63%;
}
.snowflake:nth-of-type(55):after {
  font-size: 14px;
}

@keyframes snowflake-55 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -63%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(56) {
  animation-name: snowflake-56;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 3%;
  top: -69%;
}
.snowflake:nth-of-type(56):after {
  font-size: 12px;
}

@keyframes snowflake-56 {
  0% {
    transform: rotate(0deg);
    left: 3%;
    top: -69%;
  }
  25% {
    left: 4%;
  }
  50% {
    left: 3%;
  }
  75% {
    left: 5%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(57) {
  animation-name: snowflake-57;
  animation-delay: 5s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 53%;
  top: -100%;
}
.snowflake:nth-of-type(57):after {
  font-size: 4px;
}

@keyframes snowflake-57 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -100%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(58) {
  animation-name: snowflake-58;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 74%;
  top: -82%;
}
.snowflake:nth-of-type(58):after {
  font-size: 17px;
}

@keyframes snowflake-58 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -82%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(59) {
  animation-name: snowflake-59;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 8%;
  top: -54%;
}
.snowflake:nth-of-type(59):after {
  font-size: 11px;
}

@keyframes snowflake-59 {
  0% {
    transform: rotate(0deg);
    left: 8%;
    top: -54%;
  }
  25% {
    left: 9%;
  }
  50% {
    left: 8%;
  }
  75% {
    left: 10%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(60) {
  animation-name: snowflake-60;
  animation-delay: 7s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 49%;
  top: -93%;
}
.snowflake:nth-of-type(60):after {
  font-size: 6px;
}

@keyframes snowflake-60 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -93%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(61) {
  animation-name: snowflake-61;
  animation-delay: 14s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 44%;
  top: -87%;
}
.snowflake:nth-of-type(61):after {
  font-size: 1px;
}

@keyframes snowflake-61 {
  0% {
    transform: rotate(0deg);
    left: 44%;
    top: -87%;
  }
  25% {
    left: 45%;
  }
  50% {
    left: 44%;
  }
  75% {
    left: 46%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(62) {
  animation-name: snowflake-62;
  animation-delay: 5s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -81%;
}
.snowflake:nth-of-type(62):after {
  font-size: 14px;
}

@keyframes snowflake-62 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -81%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(63) {
  animation-name: snowflake-63;
  animation-delay: 10s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -89%;
}
.snowflake:nth-of-type(63):after {
  font-size: 23px;
}

@keyframes snowflake-63 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -89%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(64) {
  animation-name: snowflake-64;
  animation-delay: 11s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 32%;
  top: -59%;
}
.snowflake:nth-of-type(64):after {
  font-size: 19px;
}

@keyframes snowflake-64 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -59%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(65) {
  animation-name: snowflake-65;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -84%;
}
.snowflake:nth-of-type(65):after {
  font-size: 23px;
}

@keyframes snowflake-65 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -84%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(66) {
  animation-name: snowflake-66;
  animation-delay: 16s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 58%;
  top: -84%;
}
.snowflake:nth-of-type(66):after {
  font-size: 7px;
}

@keyframes snowflake-66 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -84%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(67) {
  animation-name: snowflake-67;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 9%;
  top: -65%;
}
.snowflake:nth-of-type(67):after {
  font-size: 20px;
}

@keyframes snowflake-67 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -65%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(68) {
  animation-name: snowflake-68;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -96%;
}
.snowflake:nth-of-type(68):after {
  font-size: 19px;
}

@keyframes snowflake-68 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -96%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(69) {
  animation-name: snowflake-69;
  animation-delay: 18s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 29%;
  top: -62%;
}
.snowflake:nth-of-type(69):after {
  font-size: 9px;
}

@keyframes snowflake-69 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -62%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(70) {
  animation-name: snowflake-70;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -78%;
}
.snowflake:nth-of-type(70):after {
  font-size: 11px;
}

@keyframes snowflake-70 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -78%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(71) {
  animation-name: snowflake-71;
  animation-delay: 10s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 2%;
  top: -95%;
}
.snowflake:nth-of-type(71):after {
  font-size: 7px;
}

@keyframes snowflake-71 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -95%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(72) {
  animation-name: snowflake-72;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 42%;
  top: -94%;
}
.snowflake:nth-of-type(72):after {
  font-size: 8px;
}

@keyframes snowflake-72 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -94%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(73) {
  animation-name: snowflake-73;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -92%;
}
.snowflake:nth-of-type(73):after {
  font-size: 9px;
}

@keyframes snowflake-73 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -92%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(74) {
  animation-name: snowflake-74;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 68%;
  top: -81%;
}
.snowflake:nth-of-type(74):after {
  font-size: 18px;
}

@keyframes snowflake-74 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -81%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(75) {
  animation-name: snowflake-75;
  animation-delay: 2s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -54%;
}
.snowflake:nth-of-type(75):after {
  font-size: 20px;
}

@keyframes snowflake-75 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -54%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(76) {
  animation-name: snowflake-76;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -57%;
}
.snowflake:nth-of-type(76):after {
  font-size: 7px;
}

@keyframes snowflake-76 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -57%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(77) {
  animation-name: snowflake-77;
  animation-delay: 11s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -57%;
}
.snowflake:nth-of-type(77):after {
  font-size: 10px;
}

@keyframes snowflake-77 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -57%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(78) {
  animation-name: snowflake-78;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -93%;
}
.snowflake:nth-of-type(78):after {
  font-size: 7px;
}

@keyframes snowflake-78 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -93%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(79) {
  animation-name: snowflake-79;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -90%;
}
.snowflake:nth-of-type(79):after {
  font-size: 13px;
}

@keyframes snowflake-79 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -90%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(80) {
  animation-name: snowflake-80;
  animation-delay: 14s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -90%;
}
.snowflake:nth-of-type(80):after {
  font-size: 4px;
}

@keyframes snowflake-80 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -90%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(81) {
  animation-name: snowflake-81;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -83%;
}
.snowflake:nth-of-type(81):after {
  font-size: 9px;
}

@keyframes snowflake-81 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -83%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(82) {
  animation-name: snowflake-82;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 63%;
  top: -60%;
}
.snowflake:nth-of-type(82):after {
  font-size: 19px;
}

@keyframes snowflake-82 {
  0% {
    transform: rotate(0deg);
    left: 63%;
    top: -60%;
  }
  25% {
    left: 64%;
  }
  50% {
    left: 63%;
  }
  75% {
    left: 65%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(83) {
  animation-name: snowflake-83;
  animation-delay: 6s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -78%;
}
.snowflake:nth-of-type(83):after {
  font-size: 20px;
}

@keyframes snowflake-83 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -78%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(84) {
  animation-name: snowflake-84;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 53%;
  top: -98%;
}
.snowflake:nth-of-type(84):after {
  font-size: 4px;
}

@keyframes snowflake-84 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -98%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(85) {
  animation-name: snowflake-85;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 11%;
  top: -68%;
}
.snowflake:nth-of-type(85):after {
  font-size: 12px;
}

@keyframes snowflake-85 {
  0% {
    transform: rotate(0deg);
    left: 11%;
    top: -68%;
  }
  25% {
    left: 12%;
  }
  50% {
    left: 11%;
  }
  75% {
    left: 13%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(86) {
  animation-name: snowflake-86;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 83%;
  top: -91%;
}
.snowflake:nth-of-type(86):after {
  font-size: 6px;
}

@keyframes snowflake-86 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -91%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(87) {
  animation-name: snowflake-87;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 51%;
  top: -58%;
}
.snowflake:nth-of-type(87):after {
  font-size: 3px;
}

@keyframes snowflake-87 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -58%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(88) {
  animation-name: snowflake-88;
  animation-delay: 15s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 21%;
  top: -88%;
}
.snowflake:nth-of-type(88):after {
  font-size: 12px;
}

@keyframes snowflake-88 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -88%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(89) {
  animation-name: snowflake-89;
  animation-delay: 10s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 38%;
  top: -52%;
}
.snowflake:nth-of-type(89):after {
  font-size: 9px;
}

@keyframes snowflake-89 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -52%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(90) {
  animation-name: snowflake-90;
  animation-delay: 5s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -51%;
}
.snowflake:nth-of-type(90):after {
  font-size: 12px;
}

@keyframes snowflake-90 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -51%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(91) {
  animation-name: snowflake-91;
  animation-delay: 18s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 42%;
  top: -96%;
}
.snowflake:nth-of-type(91):after {
  font-size: 23px;
}

@keyframes snowflake-91 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -96%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(92) {
  animation-name: snowflake-92;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -96%;
}
.snowflake:nth-of-type(92):after {
  font-size: 12px;
}

@keyframes snowflake-92 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -96%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(93) {
  animation-name: snowflake-93;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 54%;
  top: -59%;
}
.snowflake:nth-of-type(93):after {
  font-size: 19px;
}

@keyframes snowflake-93 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -59%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(94) {
  animation-name: snowflake-94;
  animation-delay: 11s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -65%;
}
.snowflake:nth-of-type(94):after {
  font-size: 20px;
}

@keyframes snowflake-94 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -65%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(95) {
  animation-name: snowflake-95;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 48%;
  top: -93%;
}
.snowflake:nth-of-type(95):after {
  font-size: 20px;
}

@keyframes snowflake-95 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -93%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(96) {
  animation-name: snowflake-96;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 29%;
  top: -71%;
}
.snowflake:nth-of-type(96):after {
  font-size: 19px;
}

@keyframes snowflake-96 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -71%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(97) {
  animation-name: snowflake-97;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -75%;
}
.snowflake:nth-of-type(97):after {
  font-size: 22px;
}

@keyframes snowflake-97 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -75%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(98) {
  animation-name: snowflake-98;
  animation-delay: 18s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 9%;
  top: -100%;
}
.snowflake:nth-of-type(98):after {
  font-size: 6px;
}

@keyframes snowflake-98 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -100%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(99) {
  animation-name: snowflake-99;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -71%;
}
.snowflake:nth-of-type(99):after {
  font-size: 22px;
}

@keyframes snowflake-99 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -71%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(100) {
  animation-name: snowflake-100;
  animation-delay: 19s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -87%;
}
.snowflake:nth-of-type(100):after {
  font-size: 1px;
}

@keyframes snowflake-100 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -87%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(101) {
  animation-name: snowflake-101;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -96%;
}
.snowflake:nth-of-type(101):after {
  font-size: 8px;
}

@keyframes snowflake-101 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -96%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(102) {
  animation-name: snowflake-102;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 34%;
  top: -61%;
}
.snowflake:nth-of-type(102):after {
  font-size: 18px;
}

@keyframes snowflake-102 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -61%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(103) {
  animation-name: snowflake-103;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -78%;
}
.snowflake:nth-of-type(103):after {
  font-size: 10px;
}

@keyframes snowflake-103 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -78%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(104) {
  animation-name: snowflake-104;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -93%;
}
.snowflake:nth-of-type(104):after {
  font-size: 12px;
}

@keyframes snowflake-104 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -93%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(105) {
  animation-name: snowflake-105;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 38%;
  top: -72%;
}
.snowflake:nth-of-type(105):after {
  font-size: 8px;
}

@keyframes snowflake-105 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -72%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(106) {
  animation-name: snowflake-106;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -72%;
}
.snowflake:nth-of-type(106):after {
  font-size: 16px;
}

@keyframes snowflake-106 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -72%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(107) {
  animation-name: snowflake-107;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -66%;
}
.snowflake:nth-of-type(107):after {
  font-size: 19px;
}

@keyframes snowflake-107 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -66%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(108) {
  animation-name: snowflake-108;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -65%;
}
.snowflake:nth-of-type(108):after {
  font-size: 9px;
}

@keyframes snowflake-108 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -65%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(109) {
  animation-name: snowflake-109;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -78%;
}
.snowflake:nth-of-type(109):after {
  font-size: 12px;
}

@keyframes snowflake-109 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -78%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(110) {
  animation-name: snowflake-110;
  animation-delay: 8s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 6%;
  top: -93%;
}
.snowflake:nth-of-type(110):after {
  font-size: 19px;
}

@keyframes snowflake-110 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -93%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(111) {
  animation-name: snowflake-111;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -63%;
}
.snowflake:nth-of-type(111):after {
  font-size: 1px;
}

@keyframes snowflake-111 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -63%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(112) {
  animation-name: snowflake-112;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -55%;
}
.snowflake:nth-of-type(112):after {
  font-size: 24px;
}

@keyframes snowflake-112 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -55%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(113) {
  animation-name: snowflake-113;
  animation-delay: 19s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -68%;
}
.snowflake:nth-of-type(113):after {
  font-size: 5px;
}

@keyframes snowflake-113 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -68%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(114) {
  animation-name: snowflake-114;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 96%;
  top: -60%;
}
.snowflake:nth-of-type(114):after {
  font-size: 11px;
}

@keyframes snowflake-114 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -60%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(115) {
  animation-name: snowflake-115;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -61%;
}
.snowflake:nth-of-type(115):after {
  font-size: 22px;
}

@keyframes snowflake-115 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -61%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(116) {
  animation-name: snowflake-116;
  animation-delay: 17s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -52%;
}
.snowflake:nth-of-type(116):after {
  font-size: 18px;
}

@keyframes snowflake-116 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -52%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(117) {
  animation-name: snowflake-117;
  animation-delay: 17s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 29%;
  top: -92%;
}
.snowflake:nth-of-type(117):after {
  font-size: 23px;
}

@keyframes snowflake-117 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -92%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(118) {
  animation-name: snowflake-118;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 21%;
  top: -84%;
}
.snowflake:nth-of-type(118):after {
  font-size: 21px;
}

@keyframes snowflake-118 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -84%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(119) {
  animation-name: snowflake-119;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -80%;
}
.snowflake:nth-of-type(119):after {
  font-size: 11px;
}

@keyframes snowflake-119 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -80%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(120) {
  animation-name: snowflake-120;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -60%;
}
.snowflake:nth-of-type(120):after {
  font-size: 10px;
}

@keyframes snowflake-120 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -60%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(121) {
  animation-name: snowflake-121;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 36%;
  top: -70%;
}
.snowflake:nth-of-type(121):after {
  font-size: 8px;
}

@keyframes snowflake-121 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -70%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(122) {
  animation-name: snowflake-122;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -61%;
}
.snowflake:nth-of-type(122):after {
  font-size: 6px;
}

@keyframes snowflake-122 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -61%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(123) {
  animation-name: snowflake-123;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 90%;
  top: -78%;
}
.snowflake:nth-of-type(123):after {
  font-size: 4px;
}

@keyframes snowflake-123 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -78%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(124) {
  animation-name: snowflake-124;
  animation-delay: 17s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 67%;
  top: -89%;
}
.snowflake:nth-of-type(124):after {
  font-size: 18px;
}

@keyframes snowflake-124 {
  0% {
    transform: rotate(0deg);
    left: 67%;
    top: -89%;
  }
  25% {
    left: 68%;
  }
  50% {
    left: 67%;
  }
  75% {
    left: 69%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(125) {
  animation-name: snowflake-125;
  animation-delay: 2s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 99%;
  top: -70%;
}
.snowflake:nth-of-type(125):after {
  font-size: 15px;
}

@keyframes snowflake-125 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -70%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(126) {
  animation-name: snowflake-126;
  animation-delay: 2s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 36%;
  top: -96%;
}
.snowflake:nth-of-type(126):after {
  font-size: 11px;
}

@keyframes snowflake-126 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -96%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(127) {
  animation-name: snowflake-127;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 72%;
  top: -67%;
}
.snowflake:nth-of-type(127):after {
  font-size: 24px;
}

@keyframes snowflake-127 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -67%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(128) {
  animation-name: snowflake-128;
  animation-delay: 14s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 10%;
  top: -60%;
}
.snowflake:nth-of-type(128):after {
  font-size: 23px;
}

@keyframes snowflake-128 {
  0% {
    transform: rotate(0deg);
    left: 10%;
    top: -60%;
  }
  25% {
    left: 11%;
  }
  50% {
    left: 10%;
  }
  75% {
    left: 12%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(129) {
  animation-name: snowflake-129;
  animation-delay: 19s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -74%;
}
.snowflake:nth-of-type(129):after {
  font-size: 14px;
}

@keyframes snowflake-129 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -74%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(130) {
  animation-name: snowflake-130;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 22%;
  top: -57%;
}
.snowflake:nth-of-type(130):after {
  font-size: 2px;
}

@keyframes snowflake-130 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -57%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(131) {
  animation-name: snowflake-131;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -91%;
}
.snowflake:nth-of-type(131):after {
  font-size: 10px;
}

@keyframes snowflake-131 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -91%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(132) {
  animation-name: snowflake-132;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -93%;
}
.snowflake:nth-of-type(132):after {
  font-size: 7px;
}

@keyframes snowflake-132 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -93%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(133) {
  animation-name: snowflake-133;
  animation-delay: 8s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 63%;
  top: -92%;
}
.snowflake:nth-of-type(133):after {
  font-size: 8px;
}

@keyframes snowflake-133 {
  0% {
    transform: rotate(0deg);
    left: 63%;
    top: -92%;
  }
  25% {
    left: 64%;
  }
  50% {
    left: 63%;
  }
  75% {
    left: 65%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(134) {
  animation-name: snowflake-134;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -56%;
}
.snowflake:nth-of-type(134):after {
  font-size: 2px;
}

@keyframes snowflake-134 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -56%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(135) {
  animation-name: snowflake-135;
  animation-delay: 2s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 41%;
  top: -100%;
}
.snowflake:nth-of-type(135):after {
  font-size: 2px;
}

@keyframes snowflake-135 {
  0% {
    transform: rotate(0deg);
    left: 41%;
    top: -100%;
  }
  25% {
    left: 42%;
  }
  50% {
    left: 41%;
  }
  75% {
    left: 43%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(136) {
  animation-name: snowflake-136;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 57%;
  top: -59%;
}
.snowflake:nth-of-type(136):after {
  font-size: 15px;
}

@keyframes snowflake-136 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -59%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(137) {
  animation-name: snowflake-137;
  animation-delay: 18s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -89%;
}
.snowflake:nth-of-type(137):after {
  font-size: 21px;
}

@keyframes snowflake-137 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -89%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(138) {
  animation-name: snowflake-138;
  animation-delay: 9s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -92%;
}
.snowflake:nth-of-type(138):after {
  font-size: 7px;
}

@keyframes snowflake-138 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -92%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(139) {
  animation-name: snowflake-139;
  animation-delay: 14s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 42%;
  top: -96%;
}
.snowflake:nth-of-type(139):after {
  font-size: 12px;
}

@keyframes snowflake-139 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -96%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(140) {
  animation-name: snowflake-140;
  animation-delay: 5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 94%;
  top: -99%;
}
.snowflake:nth-of-type(140):after {
  font-size: 13px;
}

@keyframes snowflake-140 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -99%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(141) {
  animation-name: snowflake-141;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 32%;
  top: -58%;
}
.snowflake:nth-of-type(141):after {
  font-size: 16px;
}

@keyframes snowflake-141 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -58%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(142) {
  animation-name: snowflake-142;
  animation-delay: 9s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 39%;
  top: -53%;
}
.snowflake:nth-of-type(142):after {
  font-size: 15px;
}

@keyframes snowflake-142 {
  0% {
    transform: rotate(0deg);
    left: 39%;
    top: -53%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 39%;
  }
  75% {
    left: 41%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(143) {
  animation-name: snowflake-143;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 24%;
  top: -56%;
}
.snowflake:nth-of-type(143):after {
  font-size: 22px;
}

@keyframes snowflake-143 {
  0% {
    transform: rotate(0deg);
    left: 24%;
    top: -56%;
  }
  25% {
    left: 25%;
  }
  50% {
    left: 24%;
  }
  75% {
    left: 26%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(144) {
  animation-name: snowflake-144;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -90%;
}
.snowflake:nth-of-type(144):after {
  font-size: 1px;
}

@keyframes snowflake-144 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -90%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(145) {
  animation-name: snowflake-145;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 11%;
  top: -78%;
}
.snowflake:nth-of-type(145):after {
  font-size: 9px;
}

@keyframes snowflake-145 {
  0% {
    transform: rotate(0deg);
    left: 11%;
    top: -78%;
  }
  25% {
    left: 12%;
  }
  50% {
    left: 11%;
  }
  75% {
    left: 13%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(146) {
  animation-name: snowflake-146;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 48%;
  top: -75%;
}
.snowflake:nth-of-type(146):after {
  font-size: 23px;
}

@keyframes snowflake-146 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -75%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(147) {
  animation-name: snowflake-147;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 72%;
  top: -76%;
}
.snowflake:nth-of-type(147):after {
  font-size: 12px;
}

@keyframes snowflake-147 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -76%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(148) {
  animation-name: snowflake-148;
  animation-delay: 1s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 23%;
  top: -93%;
}
.snowflake:nth-of-type(148):after {
  font-size: 1px;
}

@keyframes snowflake-148 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -93%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(149) {
  animation-name: snowflake-149;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 88%;
  top: -94%;
}
.snowflake:nth-of-type(149):after {
  font-size: 7px;
}

@keyframes snowflake-149 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -94%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(150) {
  animation-name: snowflake-150;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 1%;
  top: -78%;
}
.snowflake:nth-of-type(150):after {
  font-size: 8px;
}

@keyframes snowflake-150 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -78%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(151) {
  animation-name: snowflake-151;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -53%;
}
.snowflake:nth-of-type(151):after {
  font-size: 14px;
}

@keyframes snowflake-151 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -53%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(152) {
  animation-name: snowflake-152;
  animation-delay: 17s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 83%;
  top: -57%;
}
.snowflake:nth-of-type(152):after {
  font-size: 17px;
}

@keyframes snowflake-152 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -57%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(153) {
  animation-name: snowflake-153;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 89%;
  top: -82%;
}
.snowflake:nth-of-type(153):after {
  font-size: 9px;
}

@keyframes snowflake-153 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -82%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(154) {
  animation-name: snowflake-154;
  animation-delay: 17s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 83%;
  top: -85%;
}
.snowflake:nth-of-type(154):after {
  font-size: 9px;
}

@keyframes snowflake-154 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -85%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(155) {
  animation-name: snowflake-155;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 5%;
  top: -85%;
}
.snowflake:nth-of-type(155):after {
  font-size: 21px;
}

@keyframes snowflake-155 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -85%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(156) {
  animation-name: snowflake-156;
  animation-delay: 5s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -68%;
}
.snowflake:nth-of-type(156):after {
  font-size: 10px;
}

@keyframes snowflake-156 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -68%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(157) {
  animation-name: snowflake-157;
  animation-delay: 15s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 73%;
  top: -56%;
}
.snowflake:nth-of-type(157):after {
  font-size: 11px;
}

@keyframes snowflake-157 {
  0% {
    transform: rotate(0deg);
    left: 73%;
    top: -56%;
  }
  25% {
    left: 74%;
  }
  50% {
    left: 73%;
  }
  75% {
    left: 75%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(158) {
  animation-name: snowflake-158;
  animation-delay: 19s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -64%;
}
.snowflake:nth-of-type(158):after {
  font-size: 23px;
}

@keyframes snowflake-158 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -64%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(159) {
  animation-name: snowflake-159;
  animation-delay: 2s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 52%;
  top: -93%;
}
.snowflake:nth-of-type(159):after {
  font-size: 2px;
}

@keyframes snowflake-159 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -93%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(160) {
  animation-name: snowflake-160;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 71%;
  top: -56%;
}
.snowflake:nth-of-type(160):after {
  font-size: 21px;
}

@keyframes snowflake-160 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -56%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(161) {
  animation-name: snowflake-161;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 49%;
  top: -62%;
}
.snowflake:nth-of-type(161):after {
  font-size: 15px;
}

@keyframes snowflake-161 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -62%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(162) {
  animation-name: snowflake-162;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 53%;
  top: -72%;
}
.snowflake:nth-of-type(162):after {
  font-size: 24px;
}

@keyframes snowflake-162 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -72%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(163) {
  animation-name: snowflake-163;
  animation-delay: 14s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -79%;
}
.snowflake:nth-of-type(163):after {
  font-size: 17px;
}

@keyframes snowflake-163 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -79%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(164) {
  animation-name: snowflake-164;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 13%;
  top: -72%;
}
.snowflake:nth-of-type(164):after {
  font-size: 10px;
}

@keyframes snowflake-164 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -72%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(165) {
  animation-name: snowflake-165;
  animation-delay: 0s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 76%;
  top: -100%;
}
.snowflake:nth-of-type(165):after {
  font-size: 9px;
}

@keyframes snowflake-165 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -100%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(166) {
  animation-name: snowflake-166;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -72%;
}
.snowflake:nth-of-type(166):after {
  font-size: 21px;
}

@keyframes snowflake-166 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -72%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(167) {
  animation-name: snowflake-167;
  animation-delay: 13s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 49%;
  top: -71%;
}
.snowflake:nth-of-type(167):after {
  font-size: 13px;
}

@keyframes snowflake-167 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -71%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(168) {
  animation-name: snowflake-168;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 36%;
  top: -85%;
}
.snowflake:nth-of-type(168):after {
  font-size: 13px;
}

@keyframes snowflake-168 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -85%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(169) {
  animation-name: snowflake-169;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -98%;
}
.snowflake:nth-of-type(169):after {
  font-size: 17px;
}

@keyframes snowflake-169 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -98%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(170) {
  animation-name: snowflake-170;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 36%;
  top: -92%;
}
.snowflake:nth-of-type(170):after {
  font-size: 13px;
}

@keyframes snowflake-170 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -92%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(171) {
  animation-name: snowflake-171;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -64%;
}
.snowflake:nth-of-type(171):after {
  font-size: 2px;
}

@keyframes snowflake-171 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -64%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(172) {
  animation-name: snowflake-172;
  animation-delay: 18s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -66%;
}
.snowflake:nth-of-type(172):after {
  font-size: 10px;
}

@keyframes snowflake-172 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -66%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(173) {
  animation-name: snowflake-173;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -72%;
}
.snowflake:nth-of-type(173):after {
  font-size: 10px;
}

@keyframes snowflake-173 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -72%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(174) {
  animation-name: snowflake-174;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 2%;
  top: -97%;
}
.snowflake:nth-of-type(174):after {
  font-size: 20px;
}

@keyframes snowflake-174 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -97%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(175) {
  animation-name: snowflake-175;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -52%;
}
.snowflake:nth-of-type(175):after {
  font-size: 14px;
}

@keyframes snowflake-175 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -52%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(176) {
  animation-name: snowflake-176;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 8%;
  top: -63%;
}
.snowflake:nth-of-type(176):after {
  font-size: 12px;
}

@keyframes snowflake-176 {
  0% {
    transform: rotate(0deg);
    left: 8%;
    top: -63%;
  }
  25% {
    left: 9%;
  }
  50% {
    left: 8%;
  }
  75% {
    left: 10%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(177) {
  animation-name: snowflake-177;
  animation-delay: 9s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -100%;
}
.snowflake:nth-of-type(177):after {
  font-size: 16px;
}

@keyframes snowflake-177 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -100%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(178) {
  animation-name: snowflake-178;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 60%;
  top: -87%;
}
.snowflake:nth-of-type(178):after {
  font-size: 2px;
}

@keyframes snowflake-178 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -87%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(179) {
  animation-name: snowflake-179;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 75%;
  top: -56%;
}
.snowflake:nth-of-type(179):after {
  font-size: 4px;
}

@keyframes snowflake-179 {
  0% {
    transform: rotate(0deg);
    left: 75%;
    top: -56%;
  }
  25% {
    left: 76%;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 77%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(180) {
  animation-name: snowflake-180;
  animation-delay: 18s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -57%;
}
.snowflake:nth-of-type(180):after {
  font-size: 15px;
}

@keyframes snowflake-180 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -57%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(181) {
  animation-name: snowflake-181;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -58%;
}
.snowflake:nth-of-type(181):after {
  font-size: 9px;
}

@keyframes snowflake-181 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -58%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(182) {
  animation-name: snowflake-182;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 22%;
  top: -56%;
}
.snowflake:nth-of-type(182):after {
  font-size: 18px;
}

@keyframes snowflake-182 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -56%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(183) {
  animation-name: snowflake-183;
  animation-delay: 4s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 9%;
  top: -87%;
}
.snowflake:nth-of-type(183):after {
  font-size: 10px;
}

@keyframes snowflake-183 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -87%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(184) {
  animation-name: snowflake-184;
  animation-delay: 19s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 6%;
  top: -53%;
}
.snowflake:nth-of-type(184):after {
  font-size: 1px;
}

@keyframes snowflake-184 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -53%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(185) {
  animation-name: snowflake-185;
  animation-delay: 11s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 30%;
  top: -81%;
}
.snowflake:nth-of-type(185):after {
  font-size: 15px;
}

@keyframes snowflake-185 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -81%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(186) {
  animation-name: snowflake-186;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 34%;
  top: -63%;
}
.snowflake:nth-of-type(186):after {
  font-size: 8px;
}

@keyframes snowflake-186 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -63%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(187) {
  animation-name: snowflake-187;
  animation-delay: 17s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 71%;
  top: -53%;
}
.snowflake:nth-of-type(187):after {
  font-size: 9px;
}

@keyframes snowflake-187 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -53%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(188) {
  animation-name: snowflake-188;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 78%;
  top: -57%;
}
.snowflake:nth-of-type(188):after {
  font-size: 22px;
}

@keyframes snowflake-188 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -57%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(189) {
  animation-name: snowflake-189;
  animation-delay: 17s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 31%;
  top: -75%;
}
.snowflake:nth-of-type(189):after {
  font-size: 3px;
}

@keyframes snowflake-189 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -75%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(190) {
  animation-name: snowflake-190;
  animation-delay: 18s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 64%;
  top: -63%;
}
.snowflake:nth-of-type(190):after {
  font-size: 4px;
}

@keyframes snowflake-190 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -63%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(191) {
  animation-name: snowflake-191;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 9%;
  top: -94%;
}
.snowflake:nth-of-type(191):after {
  font-size: 18px;
}

@keyframes snowflake-191 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -94%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(192) {
  animation-name: snowflake-192;
  animation-delay: 9s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 62%;
  top: -57%;
}
.snowflake:nth-of-type(192):after {
  font-size: 4px;
}

@keyframes snowflake-192 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -57%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(193) {
  animation-name: snowflake-193;
  animation-delay: 2s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 8%;
  top: -71%;
}
.snowflake:nth-of-type(193):after {
  font-size: 4px;
}

@keyframes snowflake-193 {
  0% {
    transform: rotate(0deg);
    left: 8%;
    top: -71%;
  }
  25% {
    left: 9%;
  }
  50% {
    left: 8%;
  }
  75% {
    left: 10%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(194) {
  animation-name: snowflake-194;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -82%;
}
.snowflake:nth-of-type(194):after {
  font-size: 9px;
}

@keyframes snowflake-194 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -82%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(195) {
  animation-name: snowflake-195;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 5%;
  top: -97%;
}
.snowflake:nth-of-type(195):after {
  font-size: 17px;
}

@keyframes snowflake-195 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -97%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(196) {
  animation-name: snowflake-196;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 97%;
  top: -59%;
}
.snowflake:nth-of-type(196):after {
  font-size: 23px;
}

@keyframes snowflake-196 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -59%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(197) {
  animation-name: snowflake-197;
  animation-delay: 18s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 3%;
  top: -92%;
}
.snowflake:nth-of-type(197):after {
  font-size: 23px;
}

@keyframes snowflake-197 {
  0% {
    transform: rotate(0deg);
    left: 3%;
    top: -92%;
  }
  25% {
    left: 4%;
  }
  50% {
    left: 3%;
  }
  75% {
    left: 5%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(198) {
  animation-name: snowflake-198;
  animation-delay: 10s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -81%;
}
.snowflake:nth-of-type(198):after {
  font-size: 11px;
}

@keyframes snowflake-198 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -81%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(199) {
  animation-name: snowflake-199;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -66%;
}
.snowflake:nth-of-type(199):after {
  font-size: 7px;
}

@keyframes snowflake-199 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -66%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(200) {
  animation-name: snowflake-200;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 76%;
  top: -72%;
}
.snowflake:nth-of-type(200):after {
  font-size: 15px;
}

@keyframes snowflake-200 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -72%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(201) {
  animation-name: snowflake-201;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -64%;
}
.snowflake:nth-of-type(201):after {
  font-size: 2px;
}

@keyframes snowflake-201 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -64%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(202) {
  animation-name: snowflake-202;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -56%;
}
.snowflake:nth-of-type(202):after {
  font-size: 13px;
}

@keyframes snowflake-202 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -56%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(203) {
  animation-name: snowflake-203;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 64%;
  top: -73%;
}
.snowflake:nth-of-type(203):after {
  font-size: 24px;
}

@keyframes snowflake-203 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -73%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(204) {
  animation-name: snowflake-204;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -78%;
}
.snowflake:nth-of-type(204):after {
  font-size: 18px;
}

@keyframes snowflake-204 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -78%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(205) {
  animation-name: snowflake-205;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 40%;
  top: -87%;
}
.snowflake:nth-of-type(205):after {
  font-size: 19px;
}

@keyframes snowflake-205 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -87%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(206) {
  animation-name: snowflake-206;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -63%;
}
.snowflake:nth-of-type(206):after {
  font-size: 5px;
}

@keyframes snowflake-206 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -63%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(207) {
  animation-name: snowflake-207;
  animation-delay: 3s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 7%;
  top: -97%;
}
.snowflake:nth-of-type(207):after {
  font-size: 12px;
}

@keyframes snowflake-207 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -97%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(208) {
  animation-name: snowflake-208;
  animation-delay: 10s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -60%;
}
.snowflake:nth-of-type(208):after {
  font-size: 23px;
}

@keyframes snowflake-208 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -60%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(209) {
  animation-name: snowflake-209;
  animation-delay: 1s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 52%;
  top: -100%;
}
.snowflake:nth-of-type(209):after {
  font-size: 7px;
}

@keyframes snowflake-209 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -100%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(210) {
  animation-name: snowflake-210;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -61%;
}
.snowflake:nth-of-type(210):after {
  font-size: 21px;
}

@keyframes snowflake-210 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -61%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(211) {
  animation-name: snowflake-211;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 11%;
  top: -72%;
}
.snowflake:nth-of-type(211):after {
  font-size: 2px;
}

@keyframes snowflake-211 {
  0% {
    transform: rotate(0deg);
    left: 11%;
    top: -72%;
  }
  25% {
    left: 12%;
  }
  50% {
    left: 11%;
  }
  75% {
    left: 13%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(212) {
  animation-name: snowflake-212;
  animation-delay: 16s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 97%;
  top: -63%;
}
.snowflake:nth-of-type(212):after {
  font-size: 7px;
}

@keyframes snowflake-212 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -63%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(213) {
  animation-name: snowflake-213;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 53%;
  top: -74%;
}
.snowflake:nth-of-type(213):after {
  font-size: 22px;
}

@keyframes snowflake-213 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -74%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(214) {
  animation-name: snowflake-214;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -92%;
}
.snowflake:nth-of-type(214):after {
  font-size: 21px;
}

@keyframes snowflake-214 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -92%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(215) {
  animation-name: snowflake-215;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 2%;
  top: -72%;
}
.snowflake:nth-of-type(215):after {
  font-size: 21px;
}

@keyframes snowflake-215 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -72%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(216) {
  animation-name: snowflake-216;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 3%;
  top: -84%;
}
.snowflake:nth-of-type(216):after {
  font-size: 14px;
}

@keyframes snowflake-216 {
  0% {
    transform: rotate(0deg);
    left: 3%;
    top: -84%;
  }
  25% {
    left: 4%;
  }
  50% {
    left: 3%;
  }
  75% {
    left: 5%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(217) {
  animation-name: snowflake-217;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 74%;
  top: -95%;
}
.snowflake:nth-of-type(217):after {
  font-size: 4px;
}

@keyframes snowflake-217 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -95%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(218) {
  animation-name: snowflake-218;
  animation-delay: 7s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -56%;
}
.snowflake:nth-of-type(218):after {
  font-size: 5px;
}

@keyframes snowflake-218 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -56%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(219) {
  animation-name: snowflake-219;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -51%;
}
.snowflake:nth-of-type(219):after {
  font-size: 13px;
}

@keyframes snowflake-219 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -51%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(220) {
  animation-name: snowflake-220;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -94%;
}
.snowflake:nth-of-type(220):after {
  font-size: 1px;
}

@keyframes snowflake-220 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -94%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(221) {
  animation-name: snowflake-221;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 64%;
  top: -52%;
}
.snowflake:nth-of-type(221):after {
  font-size: 15px;
}

@keyframes snowflake-221 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -52%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(222) {
  animation-name: snowflake-222;
  animation-delay: 15s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -52%;
}
.snowflake:nth-of-type(222):after {
  font-size: 10px;
}

@keyframes snowflake-222 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -52%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(223) {
  animation-name: snowflake-223;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 9%;
  top: -91%;
}
.snowflake:nth-of-type(223):after {
  font-size: 3px;
}

@keyframes snowflake-223 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -91%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(224) {
  animation-name: snowflake-224;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -62%;
}
.snowflake:nth-of-type(224):after {
  font-size: 5px;
}

@keyframes snowflake-224 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -62%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(225) {
  animation-name: snowflake-225;
  animation-delay: 18s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 56%;
  top: -71%;
}
.snowflake:nth-of-type(225):after {
  font-size: 17px;
}

@keyframes snowflake-225 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -71%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(226) {
  animation-name: snowflake-226;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -61%;
}
.snowflake:nth-of-type(226):after {
  font-size: 10px;
}

@keyframes snowflake-226 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -61%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(227) {
  animation-name: snowflake-227;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -68%;
}
.snowflake:nth-of-type(227):after {
  font-size: 5px;
}

@keyframes snowflake-227 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -68%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(228) {
  animation-name: snowflake-228;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 44%;
  top: -96%;
}
.snowflake:nth-of-type(228):after {
  font-size: 23px;
}

@keyframes snowflake-228 {
  0% {
    transform: rotate(0deg);
    left: 44%;
    top: -96%;
  }
  25% {
    left: 45%;
  }
  50% {
    left: 44%;
  }
  75% {
    left: 46%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(229) {
  animation-name: snowflake-229;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -54%;
}
.snowflake:nth-of-type(229):after {
  font-size: 5px;
}

@keyframes snowflake-229 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -54%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(230) {
  animation-name: snowflake-230;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 40%;
  top: -66%;
}
.snowflake:nth-of-type(230):after {
  font-size: 10px;
}

@keyframes snowflake-230 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -66%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(231) {
  animation-name: snowflake-231;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -67%;
}
.snowflake:nth-of-type(231):after {
  font-size: 17px;
}

@keyframes snowflake-231 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -67%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(232) {
  animation-name: snowflake-232;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -56%;
}
.snowflake:nth-of-type(232):after {
  font-size: 12px;
}

@keyframes snowflake-232 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -56%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(233) {
  animation-name: snowflake-233;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -66%;
}
.snowflake:nth-of-type(233):after {
  font-size: 21px;
}

@keyframes snowflake-233 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -66%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(234) {
  animation-name: snowflake-234;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -68%;
}
.snowflake:nth-of-type(234):after {
  font-size: 17px;
}

@keyframes snowflake-234 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -68%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(235) {
  animation-name: snowflake-235;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 92%;
  top: -89%;
}
.snowflake:nth-of-type(235):after {
  font-size: 14px;
}

@keyframes snowflake-235 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -89%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(236) {
  animation-name: snowflake-236;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 45%;
  top: -87%;
}
.snowflake:nth-of-type(236):after {
  font-size: 8px;
}

@keyframes snowflake-236 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -87%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(237) {
  animation-name: snowflake-237;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -93%;
}
.snowflake:nth-of-type(237):after {
  font-size: 10px;
}

@keyframes snowflake-237 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -93%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(238) {
  animation-name: snowflake-238;
  animation-delay: 10s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 76%;
  top: -95%;
}
.snowflake:nth-of-type(238):after {
  font-size: 3px;
}

@keyframes snowflake-238 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -95%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(239) {
  animation-name: snowflake-239;
  animation-delay: 19s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 30%;
  top: -92%;
}
.snowflake:nth-of-type(239):after {
  font-size: 18px;
}

@keyframes snowflake-239 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -92%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(240) {
  animation-name: snowflake-240;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 46%;
  top: -58%;
}
.snowflake:nth-of-type(240):after {
  font-size: 22px;
}

@keyframes snowflake-240 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -58%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(241) {
  animation-name: snowflake-241;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 88%;
  top: -74%;
}
.snowflake:nth-of-type(241):after {
  font-size: 6px;
}

@keyframes snowflake-241 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -74%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(242) {
  animation-name: snowflake-242;
  animation-delay: 19s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 1%;
  top: -57%;
}
.snowflake:nth-of-type(242):after {
  font-size: 23px;
}

@keyframes snowflake-242 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -57%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(243) {
  animation-name: snowflake-243;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 13%;
  top: -89%;
}
.snowflake:nth-of-type(243):after {
  font-size: 14px;
}

@keyframes snowflake-243 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -89%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(244) {
  animation-name: snowflake-244;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -81%;
}
.snowflake:nth-of-type(244):after {
  font-size: 7px;
}

@keyframes snowflake-244 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -81%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(245) {
  animation-name: snowflake-245;
  animation-delay: 12s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -55%;
}
.snowflake:nth-of-type(245):after {
  font-size: 17px;
}

@keyframes snowflake-245 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -55%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(246) {
  animation-name: snowflake-246;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -88%;
}
.snowflake:nth-of-type(246):after {
  font-size: 23px;
}

@keyframes snowflake-246 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -88%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(247) {
  animation-name: snowflake-247;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -73%;
}
.snowflake:nth-of-type(247):after {
  font-size: 10px;
}

@keyframes snowflake-247 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -73%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(248) {
  animation-name: snowflake-248;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 85%;
  top: -81%;
}
.snowflake:nth-of-type(248):after {
  font-size: 8px;
}

@keyframes snowflake-248 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -81%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(249) {
  animation-name: snowflake-249;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 23%;
  top: -60%;
}
.snowflake:nth-of-type(249):after {
  font-size: 13px;
}

@keyframes snowflake-249 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -60%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(250) {
  animation-name: snowflake-250;
  animation-delay: 4s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 75%;
  top: -93%;
}
.snowflake:nth-of-type(250):after {
  font-size: 8px;
}

@keyframes snowflake-250 {
  0% {
    transform: rotate(0deg);
    left: 75%;
    top: -93%;
  }
  25% {
    left: 76%;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 77%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  width: auto !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@-moz-document url-prefix() {
  textarea {
    height: 52px !important;
  }
}
@media screen and (max-width: 768px) {
  .custom-tabs .nav-item {
    flex: 1 !important;
  }
}
@media screen and (max-width: 576px) {
  .approval-history-item {
    flex-direction: column !important;
  }
  .approval-history-item .ahi-status {
    margin-right: 0 !important;
  }
  .approval-history-item .ahi-description::before {
    display: none !important;
  }
  .approval-history-item .ahi-date {
    margin-right: 42px;
    font-size: 14px;
  }
  .pc-modal {
    top: 70px !important;
    left: auto !important;
    position: fixed !important;
    width: 100% !important;
    right: auto !important;
  }
  .overlayContainer .overlayContent h1 {
    font-size: 16px !important;
    margin-top: 4px !important;
  }
  .bootstrap-datetimepicker-widget {
    position: fixed !important;
    bottom: 10px !important;
    top: auto !important;
    left: 10px !important;
    right: auto;
    width: calc(100% - 20px) !important;
    height: 258px !important;
    opacity: 1 !important;
    background-color: #fff !important;
    z-index: 99999 !important;
    transform-origin: 50% 50% !important;
    direction: ltr !important;
  }
  .bootstrap-datetimepicker-widget th.picker-switch {
    font-weight: bold !important;
  }
}
.custom-btn-emphasized {
  cursor: pointer;
  outline: none;
  color: #333;
  height: 40px;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  transition: background-color 0.3s;
}
.custom-btn-emphasized:hover {
  color: #fff !important;
  background-color: #005FFF !important;
  transition: background-color 0.3s;
}
.custom-btn-emphasized.highlight {
  color: #fff !important;
  background-color: #005FFF !important;
}
.custom-btn-emphasized.danger {
  background-color: #df5c5c !important;
  color: #fff !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.fade.in {
  opacity: 1;
}
.modal .modal-dialog {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  display: flex;
  overflow-y: auto;
  transform: none !important;
}
.modal .form-group {
  margin-bottom: 5px;
}
.modal .form-group label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.modal .modal-footer {
  justify-content: flex-start;
}
.modal .modal-footer .mf-btn {
  min-width: 70px;
  min-height: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #e1e1e1;
  color: #555;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 15px;
}
.modal .modal-footer .mf-btn.emphasized {
  background-color: #2980b9 !important;
  color: #fff !important;
}
.modal .modal-header {
  display: flex;
  align-items: center;
}
.modal .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
}
.modal .modal-header .close-dlg {
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: none;
  cursor: pointer;
  opacity: 0.7;
}
.modal .modal-header .close-dlg:hover {
  opacity: 1;
}
.modal .modal-content {
  margin: auto;
  max-width: 400px;
}
.modal.custom-dialog .modal-content {
  max-width: fit-content;
}
.modal#Maintenance .EN_Maintenance,
.modal#Maintenance .AR_Maintenance {
  width: 100%;
  height: 500px;
  margin: auto;
  background-size: contain;
}
.modal#Maintenance .modal-content {
  max-width: 80%;
  margin: 20px auto;
  overflow-y: auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.modal .tbl-dlg th, .modal .tbl-dlg td {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 15px !important;
}
.modal .tbl-dlg .tbl-dlg-actions {
  display: flex;
  align-items: center;
}
.modal .tbl-dlg .tbl-dlg-action-btn {
  color: #777;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  background-color: transparent;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 16px !important;
}
.modal .tbl-dlg .tbl-dlg-action-btn svg {
  font-size: 16px !important;
}

.modal-backdrop {
  display: none !important;
}

.modalAds .modal-content {
  max-width: 1000px !important;
}
.modalAds .modal-body {
  overflow-y: auto;
  padding: 0 15px;
  max-height: calc(100vh - 150px) !important;
}
.modalAds div[ng-bind-html] {
  color: #FFF;
}
.modalAds div[ng-bind-html] table, .modalAds div[ng-bind-html] img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.AddApplicantDlg .modal-content {
  max-width: 600px !important;
}

.dlg-with-datatable .dataTables_wrapper {
  padding: 20px;
}
.dlg-with-datatable .dataTables_wrapper .row:first-child {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.dlg-with-datatable .dataTables_wrapper .row:first-child .col-sm-12 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
.dlg-with-datatable .dataTables_wrapper .row:first-child .col-sm-12:last-child {
  max-width: 60% !important;
  flex: 0 0 60% !important;
}
.dlg-with-datatable .dataTables_wrapper .row:nth-child(2) {
  margin: 0;
}
.dlg-with-datatable .dataTables_wrapper .row:nth-child(2) .col-sm-12:first-child {
  overflow-x: auto;
  min-height: 350px;
}
.dlg-with-datatable .dataTables_info {
  display: none;
}
.dlg-with-datatable .dataTables_length {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dlg-with-datatable .dataTables_length label {
  font-size: 13px;
  font-weight: bold !important;
  color: #777;
  margin: 0;
}
.dlg-with-datatable .dataTables_length select {
  width: auto !important;
  background: none;
  background-color: #eee;
  text-align: center;
  border-radius: 4px;
}
.dlg-with-datatable .dataTables_filter {
  text-align: left;
  margin-bottom: 10px;
}
.dlg-with-datatable .dataTables_filter label {
  width: 100%;
  margin: 0;
  font-weight: bold !important;
  color: #777;
  display: flex;
  align-items: center;
}
.dlg-with-datatable .dataTables_filter input {
  background: none;
  background-color: #eee;
  border-radius: 4px;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0.5em;
}
.dlg-with-datatable .dataTable {
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 20px 0 !important;
  text-align: right;
}
.dlg-with-datatable .dataTable .First-Column,
.dlg-with-datatable .dataTable .DTFirstColumn {
  width: auto;
  padding-left: 0 !important;
  padding-right: 30px !important;
}
.dlg-with-datatable .dataTable .First-Column:before, .dlg-with-datatable .dataTable .First-Column:after,
.dlg-with-datatable .dataTable .DTFirstColumn:before,
.dlg-with-datatable .dataTable .DTFirstColumn:after {
  display: none;
}
.dlg-with-datatable .dataTable .First-Column .btn-group,
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group {
  margin: 0;
}
.dlg-with-datatable .dataTable .First-Column .btn-group button,
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group button {
  padding: 0 !important;
  margin-left: 10px;
  color: #555 !important;
}
.dlg-with-datatable .dataTable .First-Column .btn-group button svg,
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group button svg {
  width: 15px;
  height: 15px;
}
.dlg-with-datatable .dataTable .First-Column .btn-group button svg.fa-check,
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group button svg.fa-check {
  color: #27ae60 !important;
}
.dlg-with-datatable .dataTable .First-Column .btn-group button:first-child,
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group button:first-child {
  margin-right: 0;
}
.dlg-with-datatable .dataTable .First-Column .btn-group button:hover,
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group button:hover {
  color: #007bff !important;
}
.dlg-with-datatable .dataTable .First-Column .btn-group button[disabled],
.dlg-with-datatable .dataTable .DTFirstColumn .btn-group button[disabled] {
  opacity: 0.5;
  color: #555 !important;
  cursor: not-allowed;
}
.dlg-with-datatable .dataTable td, .dlg-with-datatable .dataTable th {
  padding: 5px !important;
  white-space: nowrap;
}
.dlg-with-datatable .dataTable th {
  font-size: 14px;
  padding-right: 30px !important;
  font-weight: bold !important;
}
.dlg-with-datatable .dataTable th.sorting:before, .dlg-with-datatable .dataTable th.sorting:after, .dlg-with-datatable .dataTable th.sorting_asc:before, .dlg-with-datatable .dataTable th.sorting_asc:after, .dlg-with-datatable .dataTable th.sorting_desc:before, .dlg-with-datatable .dataTable th.sorting_desc:after {
  bottom: 6px !important;
  opacity: 1;
}
.dlg-with-datatable .dataTable td {
  border-color: transparent !important;
}
.dlg-with-datatable .dataTable td:first-child:before {
  border: none !important;
  box-shadow: none !important;
  background-color: #f39c12 !important;
  width: 17px !important;
  height: 17px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1px !important;
  top: calc(50% - 8.5px) !important;
  font-size: 13px;
  left: auto !important;
  right: 4px;
  border-radius: 50% !important;
}
.dlg-with-datatable .dataTable tr.child ul {
  width: 100%;
}
.dlg-with-datatable .dataTable tr.child ul li {
  text-align: right;
}

.MapContainerDlg {
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.MapContainerDlg .MapOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.5);
}
.MapContainerDlg .MapAppend {
  position: relative;
  top: 20px;
  left: auto;
  transform: none;
  padding: 3px;
  width: 90%;
  height: calc(90% - 60px);
  z-index: 9998;
  display: flex;
  flex-direction: column;
}
.MapContainerDlg .MapAppend .MapCloseStyle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 10px 0;
  font-size: 25px;
}
.MapContainerDlg .MapAppend .MapCloseStyle svg {
  cursor: pointer;
}
.MapContainerDlg .MapAppend iframe {
  width: 100% !important;
  height: 100% !important;
}

body.lockbody .MapContainerDlg {
  display: flex;
}

.DelegateListDlg,
.LineMngrSelectionDlg {
  display: block !important;
}
.DelegateListDlg .close-dlg,
.LineMngrSelectionDlg .close-dlg {
  color: #fff;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
.DelegateListDlg .close-dlg:hover,
.LineMngrSelectionDlg .close-dlg:hover {
  opacity: 1;
}
.DelegateListDlg .modal-background,
.LineMngrSelectionDlg .modal-background {
  background: rgba(0, 0, 0, 0.5) !important;
  height: 100%;
  text-align: left !important;
  display: flex !important;
}
.DelegateListDlg .modal-body,
.LineMngrSelectionDlg .modal-body {
  text-align: right;
  margin: auto !important;
  width: 90% !important;
  max-width: 1200px !important;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  max-height: calc(100vh - 20px) !important;
}
.DelegateListDlg .modal-header-mod,
.LineMngrSelectionDlg .modal-header-mod {
  background-color: transparent !important;
  box-shadow: none !important;
  background: rgb(52, 73, 94);
  background: -moz-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(52, 73, 94)), color-stop(100%, rgb(102, 51, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: linear-gradient(135deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34495e", endColorstr="#6633ff", GradientType=1 );
}
.DelegateListDlg .modal-header-mod p,
.LineMngrSelectionDlg .modal-header-mod p {
  color: #fff !important;
  font-weight: normal !important;
}
.DelegateListDlg .modal-header-mod .heading-sub,
.LineMngrSelectionDlg .modal-header-mod .heading-sub {
  color: #fff;
  padding-left: 5px;
  opacity: 0.8;
}
.DelegateListDlg .modal-body-mod,
.LineMngrSelectionDlg .modal-body-mod {
  padding: 10px !important;
  flex: 1 !important;
  overflow-y: auto !important;
}
.DelegateListDlg .dataTable .DTFirstColumn .btn-group .dt-lm-open,
.LineMngrSelectionDlg .dataTable .DTFirstColumn .btn-group .dt-lm-open {
  color: #007bff !important;
}
.DelegateListDlg .dataTable .DTFirstColumn .btn-group .dt-lm-open svg,
.LineMngrSelectionDlg .dataTable .DTFirstColumn .btn-group .dt-lm-open svg {
  width: 17px;
  height: 17px;
  margin-bottom: 1px;
}
.DelegateListDlg.del-selected-two .modal-body,
.LineMngrSelectionDlg.del-selected-two .modal-body {
  max-width: 700px !important;
  min-height: 500px;
}
.DelegateListDlg.del-selected-two .modal-header-mod,
.LineMngrSelectionDlg.del-selected-two .modal-header-mod {
  align-items: flex-start;
}
.DelegateListDlg.del-selected-two .modal-body-mod,
.LineMngrSelectionDlg.del-selected-two .modal-body-mod {
  display: flex;
  overflow-x: hidden;
}
.DelegateListDlg.del-selected-two .modal-body-mod .form,
.LineMngrSelectionDlg.del-selected-two .modal-body-mod .form {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.DelegateListDlg.del-selected-two .modal-body-mod .form .del-date,
.LineMngrSelectionDlg.del-selected-two .modal-body-mod .form .del-date {
  display: flex;
}
.DelegateListDlg.del-selected-two .modal-body-mod .form .form-group,
.LineMngrSelectionDlg.del-selected-two .modal-body-mod .form .form-group {
  flex: 1;
  padding: 0 10px;
}
.DelegateListDlg.del-selected-two .modal-body-mod .form .form-group .label-control,
.LineMngrSelectionDlg.del-selected-two .modal-body-mod .form .form-group .label-control {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
}
.DelegateListDlg.del-selected-two .modal-body-mod .form .delegate-container,
.LineMngrSelectionDlg.del-selected-two .modal-body-mod .form .delegate-container {
  margin: 0;
}
.DelegateListDlg.del-selected-two .delegation-note,
.LineMngrSelectionDlg.del-selected-two .delegation-note {
  background-color: rgba(192, 57, 43, 0.15);
  border-radius: 5px;
  padding: 10px;
  color: #c0392b !important;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.DelegateListDlg.del-selected-two .del-btn-grp,
.LineMngrSelectionDlg.del-selected-two .del-btn-grp {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: auto;
}
.DelegateListDlg.del-selected-two .del-btn-grp .btn,
.LineMngrSelectionDlg.del-selected-two .del-btn-grp .btn {
  background-color: #eee;
  color: #333;
  padding: 10px 20px;
  margin-left: 10px;
}
.DelegateListDlg.del-selected-two .del-btn-grp .btn.set-del,
.LineMngrSelectionDlg.del-selected-two .del-btn-grp .btn.set-del {
  color: #fff;
  background-color: #007bff;
}

.Small-Modal.in {
  opacity: 1;
}
.Small-Modal .table-responsive {
  height: calc(80vh - 100px);
}
.Small-Modal .modal-dialog {
  transform: none !important;
}
.Small-Modal .modal-body {
  display: flex;
  padding: 10px;
  flex-direction: column;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.Small-Modal .modal-footer .mf-btn {
  min-width: 70px;
  min-height: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #e1e1e1;
  color: #555;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 15px;
}
.Small-Modal .modal-footer .mf-btn.emphasized {
  background-color: #2980b9 !important;
  color: #fff !important;
}
.Small-Modal .modal-header {
  display: flex;
  padding: 20px;
  align-items: center;
  background-color: transparent !important;
  box-shadow: none !important;
  background: rgb(52, 73, 94);
  background: -moz-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(52, 73, 94)), color-stop(100%, rgb(102, 51, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: linear-gradient(135deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34495e", endColorstr="#6633ff", GradientType=1 );
}
.Small-Modal .modal-header .modal-title {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.Small-Modal .modal-header .close-dlg {
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: none;
  cursor: pointer;
  opacity: 0.7;
}
.Small-Modal .modal-header .close-dlg:hover {
  opacity: 1;
}
.Small-Modal .modal-content {
  max-width: 500px;
  min-height: 50vh;
}
.Small-Modal .modal-content .modal-body {
  max-height: calc(80vh - 200px);
}
.Small-Modal .btn-group button svg {
  color: #0e6af3;
}
.Small-Modal .btn-group .fa-exclamation-circle {
  color: #c0392b;
}
.Small-Modal .btn-group .fa-trash {
  color: #777;
}

.SalaryAdjDlg.in {
  opacity: 1;
}
.SalaryAdjDlg .table-responsive {
  height: calc(80vh - 100px);
}
.SalaryAdjDlg .modal-dialog {
  transform: none !important;
}
.SalaryAdjDlg .modal-body {
  display: flex;
  padding: 10px;
  flex-direction: column;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.SalaryAdjDlg .modal-footer .mf-btn {
  min-width: 70px;
  min-height: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #e1e1e1;
  color: #555;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 15px;
}
.SalaryAdjDlg .modal-footer .mf-btn.emphasized {
  background-color: #2980b9 !important;
  color: #fff !important;
}
.SalaryAdjDlg .modal-header {
  display: flex;
  padding: 20px;
  align-items: center;
  background-color: transparent !important;
  box-shadow: none !important;
  background: rgb(52, 73, 94);
  background: -moz-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(52, 73, 94)), color-stop(100%, rgb(102, 51, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  background: linear-gradient(135deg, rgb(52, 73, 94) 0%, rgb(102, 51, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34495e", endColorstr="#6633ff", GradientType=1 );
}
.SalaryAdjDlg .modal-header .modal-title {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.SalaryAdjDlg .modal-header .close-dlg {
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: none;
  cursor: pointer;
  opacity: 0.7;
}
.SalaryAdjDlg .modal-header .close-dlg:hover {
  opacity: 1;
}
.SalaryAdjDlg .modal-content {
  max-width: 1200px;
  min-height: 50vh;
}
.SalaryAdjDlg .modal-content-small {
  max-width: 500px;
  min-height: 50vh;
}
.SalaryAdjDlg .modal-content-small .modal-body {
  height: calc(60vh - 200px);
  max-height: calc(70vh - 200px);
}
.SalaryAdjDlg .btn-group button svg {
  color: #0e6af3;
}
.SalaryAdjDlg .btn-group .fa-exclamation-circle {
  color: #c0392b;
}
.SalaryAdjDlg .btn-group .fa-trash {
  color: #777;
}
.SalaryAdjDlg .expand-detail svg {
  color: #f39c12 !important;
}
.SalaryAdjDlg tr.parent .expand-detail {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.SalaryAdjDlg .dlg-with-datatable .dataTable .First-Column,
.SalaryAdjDlg .dlg-with-datatable .dataTable .DTFirstColumn {
  padding-right: 0 !important;
}
.SalaryAdjDlg .dlg-with-datatable .dataTable .First-Column .fa-square,
.SalaryAdjDlg .dlg-with-datatable .dataTable .DTFirstColumn .fa-square {
  font-size: 15px !important;
  color: #0e6af3;
}
.SalaryAdjDlg .dlg-with-datatable .dataTable .First-Column .select-all-row,
.SalaryAdjDlg .dlg-with-datatable .dataTable .DTFirstColumn .select-all-row {
  margin-left: 6px;
}
.SalaryAdjDlg .dlg-with-datatable .dataTable .First-Column .fa-check,
.SalaryAdjDlg .dlg-with-datatable .dataTable .DTFirstColumn .fa-check {
  font-size: 15px !important;
  color: #27ae60 !important;
}
.SalaryAdjDlg .dlg-with-datatable .dataTable th.First-Column {
  padding-right: 25px !important;
}
.SalaryAdjDlg .dlg-with-datatable .dataTable th.First-Column .main-all {
  width: 15px;
}

.ExcelLogModal .modal-content {
  max-width: 900px;
}

#AddDependentDlg .modal-content {
  max-width: 600px;
}
#AddDependentDlg .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

#HistoryDlg .modal-content {
  max-width: 600px;
}
#HistoryDlg .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
#HistoryDlg .fs-chat-container {
  height: 100%;
}

.KSAExpats_AddDlg {
  text-align: right;
}
.KSAExpats_AddDlg .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.KSAExpats_AddDlg .custom-file {
  padding-left: 30px;
}
.KSAExpats_AddDlg .thumb-file {
  padding: 5px 15px;
  font-weight: 500 !important;
  background-color: #eee;
  cursor: pointer;
}
.KSAExpats_AddDlg .custom-file-label {
  padding: 0;
  width: 25px;
}
.KSAExpats_AddDlg .custom-file-label:after {
  content: "+" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  max-height: 25px;
  min-width: 25px;
  max-width: 25px;
  border-radius: 50%;
  background-color: #2980b9;
  color: #fff;
  font-size: 15px;
  padding: 1px 0 0 0;
  left: 0;
  right: auto;
  line-height: 0;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

#updateProfileInfo {
  text-align: right;
}
#updateProfileInfo .show-countrycode-option {
  position: fixed;
  width: calc(100vw - 300px);
  max-width: 250px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
}
#updateProfileInfo .form-group label {
  width: 100%;
  text-align: right;
}
#updateProfileInfo .modal-footer {
  justify-content: flex-start;
}
#updateProfileInfo .country-code {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #2980b9;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  position: relative;
}
#updateProfileInfo .country-code:after {
  content: "▼";
  position: absolute;
  left: 5px;
  top: 7px;
  font-size: 8px;
}
#updateProfileInfo li {
  cursor: pointer;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
}
#updateProfileInfo li:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

#storeClosureDlg {
  text-align: right;
}
#storeClosureDlg .modal-content {
  max-width: 800px;
}
#storeClosureDlg .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.emp-confirmation-dlg.in {
  opacity: 1;
}
.emp-confirmation-dlg .modal-header, .emp-confirmation-dlg .modal-body, .emp-confirmation-dlg .modal-footer {
  position: relative;
}
.emp-confirmation-dlg .modal-title {
  color: #fff;
  font-size: 22px;
  width: 100%;
}
.emp-confirmation-dlg .modal-content {
  background: url(../../../../../../Resources/Images/emergency-fund-offer.png) center center no-repeat;
  position: relative;
}
.emp-confirmation-dlg .modal-body {
  padding: 10px 24px 30px;
}
.emp-confirmation-dlg .panel-msg {
  color: #fff;
  font-size: 15px;
}
.emp-confirmation-dlg .panel-msg a {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
.emp-confirmation-dlg .mc-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(41, 128, 185, 0.8);
}
.emp-confirmation-dlg .modal-footer .mf-btn {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.emp-confirmation-dlg .modal-footer .mf-btn.emphasized {
  background-color: #fff !important;
  color: rgb(41, 128, 185) !important;
}

#wfhModal h2, #clockOutTaskModal h2, #AssignDetail h2, #clockOutLmModal h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
}
#wfhModal .wfh-button, #clockOutTaskModal .wfh-button, #AssignDetail .wfh-button, #clockOutLmModal .wfh-button {
  border-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  background: rgb(50, 0, 195);
  background: -moz-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(50, 0, 195)), color-stop(100%, rgb(42, 17, 105)));
  background: -webkit-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 100%);
  background: -o-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 100%);
  background: -ms-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 100%);
  background: linear-gradient(to right, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3200c3", endColorstr="#2a1169", GradientType=1 );
}
#wfhModal .wfh-button.error, #clockOutTaskModal .wfh-button.error, #AssignDetail .wfh-button.error, #clockOutLmModal .wfh-button.error {
  background: rgb(219, 152, 140);
  background: -moz-linear-gradient(left, rgb(219, 152, 140) 0%, rgb(192, 57, 43) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(219, 152, 140)), color-stop(100%, rgb(192, 57, 43)));
  background: -webkit-linear-gradient(left, rgb(219, 152, 140) 0%, rgb(192, 57, 43) 100%);
  background: -o-linear-gradient(left, rgb(219, 152, 140) 0%, rgb(192, 57, 43) 100%);
  background: -ms-linear-gradient(left, rgb(219, 152, 140) 0%, rgb(192, 57, 43) 100%);
  background: linear-gradient(to right, rgb(219, 152, 140) 0%, rgb(192, 57, 43) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#db988c", endColorstr="#c0392b", GradientType=1 );
}
#wfhModal .wfh-note, #clockOutTaskModal .wfh-note, #AssignDetail .wfh-note, #clockOutLmModal .wfh-note {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
  font-weight: 500;
}
#wfhModal .modal-content, #clockOutTaskModal .modal-content, #AssignDetail .modal-content, #clockOutLmModal .modal-content {
  max-width: 650px !important;
}
#wfhModal .custom-list .added-list-container, #clockOutTaskModal .custom-list .added-list-container, #AssignDetail .custom-list .added-list-container, #clockOutLmModal .custom-list .added-list-container {
  max-height: calc(100vh - 500px);
  overflow-y: auto;
  margin-bottom: 10px;
}

#modalAddBankAccountDetails .modal-content {
  max-width: 800px !important;
}

.visitor-question {
  position: relative;
  background-color: transparent;
}
.visitor-question .modal-dialog {
  position: relative;
}
.visitor-question .show {
  display: block;
}
.visitor-question .modal-title {
  font-size: 18px;
}
.visitor-question .modal-body {
  overflow-y: auto;
}
.visitor-question .modal-content {
  max-width: 1000px;
  margin: 80px auto auto auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.visitor-question .modal-footer {
  padding-top: 24px !important;
}
.visitor-question .border {
  border: 0.5px solid #333 !important;
}
.visitor-question p {
  font-size: 16px;
  color: #333;
}
.visitor-question .m-title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #3200c3;
}

.PPSupportingsDlg .modal-content,
.PPDetailsDlg .modal-content {
  max-width: 90%;
  min-height: 60%;
  max-height: 100%;
}
.PPSupportingsDlg .modal-body,
.PPDetailsDlg .modal-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.PPSupportingsDlg .table-responsive,
.PPDetailsDlg .table-responsive {
  flex: 1;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.PPSupportingsDlg .pp-filter,
.PPDetailsDlg .pp-filter {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PPSupportingsDlg .pp-search,
.PPDetailsDlg .pp-search {
  position: relative;
  width: 100%;
  margin-left: 5px;
}
.PPSupportingsDlg .pp-search input,
.PPDetailsDlg .pp-search input {
  border-radius: 5px;
  border: 1px solid #aaa !important;
  background-image: none;
  padding-right: 40px !important;
}
.PPSupportingsDlg .pp-search svg,
.PPDetailsDlg .pp-search svg {
  position: absolute;
  font-size: 15px;
  top: 10px;
  right: 10px;
  color: #aaa;
}
.PPSupportingsDlg table td, .PPSupportingsDlg table th,
.PPDetailsDlg table td,
.PPDetailsDlg table th {
  white-space: nowrap;
}
.PPSupportingsDlg table th,
.PPDetailsDlg table th {
  color: #fff;
  border: 1px solid #333;
  border-color: #333 !important;
  background-color: #7f8c8d;
}
.PPSupportingsDlg table tr td,
.PPDetailsDlg table tr td {
  border: 1px solid #333;
  min-width: 100px;
  padding: 0 20px !important;
}
.PPSupportingsDlg table tr:first-child td,
.PPDetailsDlg table tr:first-child td {
  font-weight: 500;
  background-color: #ccc;
}
.PPSupportingsDlg .pcr-pagination,
.PPDetailsDlg .pcr-pagination {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin: 10px auto 10px 10px;
}
.PPSupportingsDlg .pcr-pagination select,
.PPDetailsDlg .pcr-pagination select {
  padding: 0 5px !important;
  min-width: 40px;
  text-align: center;
  height: 30px !important;
  color: #fff;
  background-color: #2980b9;
  font-weight: bold;
  margin: 0 5px;
  background-image: none;
  border: 1px solid #2980b9;
  border-radius: 4px;
}
.PPSupportingsDlg .pcr-pagination .selectize-custom,
.PPDetailsDlg .pcr-pagination .selectize-custom {
  min-width: 70px;
  margin-left: 5px;
  margin-right: 5px;
}
.PPSupportingsDlg.IsMobile .modal-content,
.PPDetailsDlg.IsMobile .modal-content {
  max-width: 100%;
  min-height: 100%;
  border-radius: 0;
  max-height: 100%;
}

.PPSupportingsDlg .selectize-custom {
  min-width: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.exit-interview-questionnaire {
  position: relative;
  background-color: transparent;
}
.exit-interview-questionnaire .modal-dialog {
  position: relative;
}
.exit-interview-questionnaire .modal-content {
  max-width: 1200px;
  max-height: 85vh;
  margin-top: 90px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #f6f8fc;
}
.exit-interview-questionnaire .modal-body {
  overflow-y: auto;
}
.exit-interview-questionnaire .exit-banner {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: url(../../../FormBackground/recruitment.jpg);
}
.exit-interview-questionnaire .exit-banner p {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 18px;
  max-width: 70%;
  margin: auto;
  margin-bottom: 20px;
}
.exit-interview-questionnaire .exit-banner p.exit-banner-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.exit-interview-questionnaire .exit-banner p.exit-banner-sub {
  font-size: 14px;
  opacity: 0.8;
  margin: 0 auto;
  margin-top: 30px;
  font-style: oblique;
}
.exit-interview-questionnaire .exit-banner-overlay {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: rgb(50, 0, 195);
  background: -moz-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 15%, rgb(50, 0, 195) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(50, 0, 195)), color-stop(15%, rgb(42, 17, 105)), color-stop(100%, rgb(50, 0, 195)));
  background: -webkit-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 15%, rgb(50, 0, 195) 100%);
  background: -o-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 15%, rgb(50, 0, 195) 100%);
  background: -ms-linear-gradient(left, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 15%, rgb(50, 0, 195) 100%);
  background: linear-gradient(to right, rgb(50, 0, 195) 0%, rgb(42, 17, 105) 15%, rgb(50, 0, 195) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3200c3", endColorstr="#3200c3", GradientType=1 );
}
.exit-interview-questionnaire .exit-title {
  font-weight: 500;
  font-size: 18px;
  color: #2980b9;
  margin: 0;
}
.exit-interview-questionnaire .exit-sub {
  font-size: 16px;
}
.exit-interview-questionnaire .grouped {
  padding-top: 10px;
  margin-top: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.UploadingnDlg .modal-content {
  max-width: 1200px;
}
.UploadingnDlg .table-responsive {
  min-height: 40vh;
  max-height: calc(100vh - 250px);
}

#EventCostDetails .modal-content {
  max-width: 1100px;
}
#EventCostDetails .modal-body {
  padding: 10px;
}

#OvernightPermitDlg .modal-content {
  max-width: 600px;
}

#modalWhatsApp .modal-content {
  max-width: 800px;
  border-radius: 15px;
}
#modalWhatsApp .modal-body {
  background-color: #ecebeb;
  border: 10px solid #1f8c2f;
  border-radius: 10px;
}
#modalWhatsApp .register-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modalWhatsApp .register-header-img,
#modalWhatsApp .register-footer-img,
#modalWhatsApp .register-subfooter-img,
#modalWhatsApp .register-subheader-img {
  width: 100%;
  object-fit: contain;
}
#modalWhatsApp .register-header-logo {
  object-fit: contain;
  position: absolute;
  right: -30px;
  top: -100px;
  width: 130px;
  height: 130px;
}
#modalWhatsApp .register-header-hand {
  object-fit: contain;
  position: absolute;
  left: -150px;
  bottom: 0px;
  width: 250px;
}
#modalWhatsApp .register-subheader-img {
  height: 30px;
  margin: 20px 0 40px;
}
#modalWhatsApp .register-footer-img {
  height: 40px;
  margin: 50px 0 30px;
}
#modalWhatsApp .register-subfooter-img {
  height: 35px;
}
#modalWhatsApp .rs-number {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}
#modalWhatsApp .rs-number .selectize-input {
  min-width: 80px;
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: green;
  color: #fff;
}
#modalWhatsApp .rs-number .selectize-input:before, #modalWhatsApp .rs-number .selectize-input:after {
  border-color: #fff transparent transparent transparent;
}
#modalWhatsApp .rs-number .bmd-form-group {
  padding-top: 0;
  width: 100%;
  max-width: 300px;
}
#modalWhatsApp .rs-number #input-number {
  border: none;
  background-color: #fff;
  background-image: none;
  max-width: 300px;
  width: 100%;
}
#modalWhatsApp .rs-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalWhatsApp .rs-button button {
  border: none;
  background-color: #ccc;
  font-size: 18px;
  padding: 15px 30px;
  margin: 5px;
  outline: none;
  cursor: pointer;
}
#modalWhatsApp .rs-button .register-button {
  color: #fff;
  background-color: green;
}

#LineManagerVerification .modal-content {
  max-width: 600px !important;
}
#LineManagerVerification .modal-body {
  padding: 50px 20px !important;
}

#borrowItemsApprovalComment .modal-content,
#borrowItemsApprovalComment .modal-content {
  max-width: 600px !important;
}
#borrowItemsApprovalComment .modal-body,
#borrowItemsApprovalComment .modal-body {
  padding: 50px 20px !important;
}
#borrowItemsApprovalComment textarea,
#borrowItemsApprovalComment textarea {
  min-height: 200px;
  background-image: none !important;
  border: 1px solid #ddd;
}

#modalInternet .modal-content {
  max-width: 800px !important;
}
#modalInternet .alert-primary {
  color: #004085;
  background-color: #cce5ff;
}
#modalInternet .test-link {
  color: #004085 !important;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}

.other-function-dlg .modal-content {
  min-height: 0 !important;
}

#covidLogForm .modal-content {
  margin-top: 20px;
}
#covidLogForm .modal-body {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.not-enough-balance-dlg {
  text-align: right;
  direction: rtl;
}

.PayrollStatusDlg .modal-content {
  max-width: 1200px;
}
.PayrollStatusDlg .modal-content .table-responsive {
  min-height: 250px;
}
.PayrollStatusDlg .modal-content th {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold !important;
}
.PayrollStatusDlg .modal-content td {
  padding-top: 7px !important;
  white-space: nowrap;
  font-size: 14px;
}
.PayrollStatusDlg .modal-content svg, .PayrollStatusDlg .modal-content i {
  font-size: 20px;
  margin: 5px;
}

#ApprovalVerification {
  text-align: right;
}

.dm-bulkupload-result .modal-content {
  max-width: 900px !important;
}
.dm-bulkupload-result .table-responsive {
  min-height: 250px;
  max-height: calc(100vh - 360px);
}
.dm-bulkupload-result thead tr th {
  white-space: nowrap;
  font-size: 14px !important;
  font-weight: bold !important;
}
.dm-bulkupload-result td {
  padding-top: 7px !important;
  white-space: nowrap;
  font-size: 14px;
}

.legal-form-survey-dlg .modal-content {
  max-width: 600px !important;
}
.legal-form-survey-dlg .modal-header {
  flex-direction: column;
  align-items: start;
}
.legal-form-survey-dlg .modal-header label {
  margin-bottom: 0;
  margin-top: 5px;
  color: #777;
}
.legal-form-survey-dlg .form-group label {
  font-size: 16px !important;
}

.otp-signin-dlg .modal-content {
  max-width: 460px !important;
}
.otp-signin-dlg .otp-code-container {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 4px;
  width: 100%;
  max-width: 350px !important;
  border: 1px solid #ddd;
}
.otp-signin-dlg .otp-code-container input {
  border-bottom: 2px solid transparent !important;
}
.otp-signin-dlg .otp-code-container .otp-input {
  border: none !important;
  letter-spacing: 5px;
  padding-left: 10px;
  font-size: 20px;
  outline: none;
  width: 100%;
  background-color: transparent;
}
.otp-signin-dlg .otp-code-container h1 {
  font-size: 14px;
  width: 86.13px;
  min-width: 86.13px;
  text-align: center;
  color: #aaa;
}
.otp-signin-dlg .otp-code-container button {
  width: 90px;
  margin: 0;
  white-space: nowrap;
  color: #007CFF;
  font-weight: bold;
  background-color: transparent;
}
.otp-signin-dlg .modal-body {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.otp-signin-dlg .otp-vector {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.otp-signin-dlg h5 {
  text-align: center;
  color: #007CFF;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 20px;
}
.otp-signin-dlg h6 {
  text-transform: unset;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
  color: #777;
}
.otp-signin-dlg label {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}
.otp-signin-dlg a {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #007CFF !important;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 200px;
  text-transform: uppercase;
}
.otp-signin-dlg button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  background-color: blue;
  color: #fff;
  border-radius: 5px;
  margin: 20px auto 0 auto;
  width: 100%;
}

#e-calendar .modal-content {
  max-width: 1600px !important;
}
#e-calendar .modal-body {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
#e-calendar .legend-toggle-btn {
  font-size: 14px;
  outline: none;
  cursor: pointer;
  color: #007bff;
}
#e-calendar .fc-toolbar .fc-right {
  flex: 1;
  text-align: left;
  font-size: 12px;
  padding: 0 10px;
}
#e-calendar .calendar-legend-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#e-calendar .calendar-legend-container.hidden {
  display: none;
}
#e-calendar .calendar-legend-itm {
  display: flex;
  align-items: start;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
}
#e-calendar .calendar-legend-itm i, #e-calendar .calendar-legend-itm svg {
  margin: 0 5px;
  margin-top: 0px;
  font-size: 20px;
}
#e-calendar .calendar-legend-itm h5 {
  margin: 0 5px;
  font-size: 14px;
}
#e-calendar .fc-clear {
  display: none;
}
#e-calendar .fc-button-group button {
  display: flex;
  align-items: center;
}
#e-calendar .fc-icon-right-double-arrow:after,
#e-calendar .fc-icon-right-single-arrow:after,
#e-calendar .fc-icon-left-single-arrow:after,
#e-calendar .fc-icon-left-double-arrow:after {
  font-size: unset;
}
#e-calendar .fc-rtl {
  text-align: right !important;
  direction: rtl !important;
}
#e-calendar .fc-popover {
  top: calc(50% - 140px) !important;
  left: calc(50% - 111px) !important;
  width: 280px !important;
}

.ticket-proposal-request .modal-content {
  max-width: 1400px !important;
}
.ticket-proposal-request .modal-body {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
.ticket-proposal-request .modal-header {
  flex-direction: column;
  align-items: start;
}
.ticket-proposal-request .td-action-btn {
  font-size: 16px;
  cursor: pointer;
  color: #2980b9;
}
.ticket-proposal-request .ticket-table {
  white-space: nowrap;
}
.ticket-proposal-request .ticket-table th, .ticket-proposal-request .ticket-table td {
  font-size: 15px;
  padding: 8px !important;
}
.ticket-proposal-request .ticket-proposal-tab {
  padding: 0;
  border-bottom: 1px solid #dee2e6;
}
.ticket-proposal-request .ticket-proposal-tab .nav-item .nav-link {
  color: #777 !important;
  cursor: pointer;
}
.ticket-proposal-request .ticket-proposal-tab .nav-item .nav-link.active {
  color: #333 !important;
  border-bottom: 2px solid #2980b9 !important;
  border-radius: 0;
}
.ticket-proposal-request .ticket-proposal-comments {
  z-index: 1;
  height: calc(100vh - 56px);
  width: 100%;
  background-color: #FFF;
  top: 55px;
  right: 0;
  max-width: 400px;
  padding: 15px;
  box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  overflow: hidden;
}
.ticket-proposal-request .tpc-body {
  flex: 1;
  overflow-y: auto;
}
.ticket-proposal-request .tpc-bubble-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 15px;
}
.ticket-proposal-request .tpc-bubble-container.own {
  align-items: end;
}
.ticket-proposal-request .tpc-bubble-container.own .tpc-bubble {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  background-color: #0067b8;
  color: #fff;
}
.ticket-proposal-request .tpc-bubble {
  padding: 10px;
  background-color: #f1f1f1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ticket-proposal-request .tpc-name {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-bottom: 3px;
}
.ticket-proposal-request .tpc-date {
  font-size: 12px;
  color: #aaa;
  margin-top: 3px;
}

.ticket-proposal-request-details {
  direction: rtl;
  text-align: right;
}
.ticket-proposal-request-details .modal-content {
  max-width: 1000px !important;
}
.ticket-proposal-request-details .modal-body {
  max-height: calc(100vh - 300px);
  background-color: #f5f5f5;
  overflow-y: auto;
}
.ticket-proposal-request-details .alert-info {
  border-radius: 10px;
  background: #2980b9 !important;
}
.ticket-proposal-request-details .alert-info h5 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.ticket-proposal-request-details .alert-info label {
  margin: 0;
  font-size: 16px;
  color: #fff;
  opacity: 0.85;
}
.ticket-proposal-request-details .alert-info p {
  margin: 0;
  font-size: 15px;
}
.ticket-proposal-request-details .alert-info h4 {
  margin: 0;
  font-size: 16px;
}
.ticket-proposal-request-details .alert-info h4 b {
  text-transform: none;
  font-size: 16px;
}
.ticket-proposal-request-details .alert-info h4 span:first-child {
  font-weight: bold;
}
.ticket-proposal-request-details .alert-info button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 15px;
  min-height: 36px;
  font-size: 13px;
  color: #2980b9;
  background-color: #FFF;
  border-radius: 5px;
  font-weight: 500;
}
.ticket-proposal-request-details .alert-thumb {
  font-size: 25px;
  margin-right: 0;
  margin-left: 15px;
  margin-top: 5px;
}
.ticket-proposal-request-details .travel-type-label {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.ticket-proposal-request-details .travel-destination-container {
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.ticket-proposal-request-details .travel-destination-container.round-trip .travel-destination-item:before {
  top: 0px !important;
}
.ticket-proposal-request-details .travel-destination-container.round-trip .travel-destination-item:after {
  display: block !important;
}
.ticket-proposal-request-details .travel-destination-container.round-trip .travel-destination-item:first-child .fa-plane {
  left: -40px !important;
  top: -14px !important;
}
.ticket-proposal-request-details .travel-destination-container.round-trip .travel-destination-item:last-child .fa-plane {
  display: block !important;
  top: 6px !important;
}
.ticket-proposal-request-details .travel-destination-item {
  position: relative;
  display: flex;
  flex: 1;
}
.ticket-proposal-request-details .travel-destination-item i, .ticket-proposal-request-details .travel-destination-item svg {
  font-size: 20px;
  margin-bottom: 10px;
  color: #c0392b;
}
.ticket-proposal-request-details .travel-destination-item label {
  margin: 0;
  color: #333;
  max-width: 200px;
  font-weight: 500;
}
.ticket-proposal-request-details .travel-destination-item:before {
  content: "";
  height: 1px;
  width: calc(100% - 120px);
  top: 10px;
  position: absolute;
  border-bottom: 3px dashed #27ae60;
}
.ticket-proposal-request-details .travel-destination-item:after {
  content: "";
  display: none;
  height: 1px;
  width: calc(100% - 120px);
  top: 20px;
  position: absolute;
  border-bottom: 3px dashed #27ae60;
}
.ticket-proposal-request-details .travel-destination-item:first-child {
  justify-content: start;
}
.ticket-proposal-request-details .travel-destination-item:first-child .fa-plane {
  position: absolute;
  right: unset;
  left: -20px;
  top: -3px;
  font-size: 30px;
  color: #27ae60;
  z-index: 1;
  transform: rotateY(180deg);
}
.ticket-proposal-request-details .travel-destination-item:first-child:before, .ticket-proposal-request-details .travel-destination-item:first-child:after {
  right: unset;
  left: 0;
}
.ticket-proposal-request-details .travel-destination-item:last-child {
  justify-content: end;
}
.ticket-proposal-request-details .travel-destination-item:last-child .fa-plane {
  display: none;
  position: absolute;
  right: -40px;
  top: -3px;
  transform: rotate(0deg);
  font-size: 30px !important;
  color: #27ae60 !important;
  z-index: 1;
}
.ticket-proposal-request-details .travel-destination-item:last-child icon, .ticket-proposal-request-details .travel-destination-item:last-child svg {
  color: #2980b9;
}
.ticket-proposal-request-details .travel-destination-item:last-child:before, .ticket-proposal-request-details .travel-destination-item:last-child:after {
  left: unset;
  right: 0;
}
.ticket-proposal-request-details .tdi-desc {
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket-proposal-request-details .depart-date {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.ticket-proposal-request-details .proposal-item {
  position: relative;
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.ticket-proposal-request-details .form-control {
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.ticket-proposal-request-details .proposal-item-count {
  background-color: blue;
  color: #FFF;
  position: absolute;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: -3px;
}
.ticket-proposal-request-details .tdi-options {
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.ticket-proposal-request-details .tdi-options .clickable {
  text-align: center;
  font-weight: 500;
  text-decoration: none !important;
}
.ticket-proposal-request-details .tdi-options .clickable:before {
  content: "عرض التفاصيل ↓";
}
.ticket-proposal-request-details .tdi-options .clickable[aria-expanded=true]:before {
  content: "يخفي التفاصيل ↑";
}
.ticket-proposal-request-details .proposal-item-pill {
  padding: 20px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #f6f8fc;
}
.ticket-proposal-request-details .proposal-item-pill h5 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
.ticket-proposal-request-details .proposal-item-pill label {
  font-size: 18px;
  color: #27ae60;
  font-weight: bold;
  margin-top: 5px;
}
.ticket-proposal-request-details .proposal-item-pill p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ticket-proposal-request-details .add-proposal-btn {
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #2980b9;
}

.ticket-proposal-details {
  direction: rtl;
  text-align: right;
}
.ticket-proposal-details .modal-content {
  max-width: 600px !important;
}
.ticket-proposal-details .form-control {
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.approval-dlg {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.approval-dlg .approval-dlg-container {
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 30px);
}
.approval-dlg .approval-dlg-count {
  font-size: 18px;
  color: #FFF;
  opacity: 0.75;
}
.approval-dlg .approval-dlg-close {
  cursor: pointer;
  font-size: 30px;
  color: #FFF;
}
.approval-dlg .modal-content {
  background-color: transparent;
  max-width: 1000px !important;
  box-shadow: none;
  border: none;
}
.approval-dlg h1 {
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
  margin: 0;
}
.approval-dlg .approval-widget-item {
  border-radius: 5px;
  background-color: #FFF;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  /*min-height: 160px;*/
  min-height: 54px;
  cursor: pointer;
  /*flex-direction: column;*/
  text-align: right;
}
.approval-dlg .approval-widget-item h5 {
  /*font-size: 28px;*/
  font-size: 20px;
  font-weight: bold;
}
.approval-dlg .approval-widget-item label {
  cursor: pointer;
  font-size: 14px;
  margin-top: auto;
  color: #333;
}
.approval-dlg .approval-widget-item:hover {
  background-color: #005FFF !important;
  transition: background-color 0.3s;
}
.approval-dlg .approval-widget-item:hover .icon-initials {
  background-color: #FFF !important;
  color: #005FFF !important;
}
.approval-dlg .approval-widget-item:hover h5, .approval-dlg .approval-widget-item:hover label {
  color: #FFF !important;
}
.approval-dlg .approval-dlg-notfound {
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  #modalWhatsApp .modal-content {
    max-width: 730px !important;
  }
}
@media screen and (max-width: 768px) {
  .approval-dlg h1 {
    font-size: 30px !important;
  }
  .approval-dlg .approval-dlg-close {
    font-size: 20px !important;
  }
  .dlg-with-datatable .dataTables_wrapper {
    padding: 10px !important;
  }
  .dlg-with-datatable .dataTable td, .Listing .dataTable th {
    font-size: 12px !important;
  }
  .dlg-with-datatable .dataTable {
    margin: 10px 0 !important;
  }
  .dlg-with-datatable .dataTables_filter label {
    font-size: 12px !important;
  }
  #updateProfileInfo .show-countrycode-option {
    width: calc(100vw - 80px) !important;
    max-height: 150px !important;
  }
  .exit-interview-questionnaire .modal-body {
    padding: 10px !important;
  }
  .exit-interview-questionnaire .exit-banner {
    padding: 20px !important;
  }
  .exit-interview-questionnaire .exit-banner p {
    max-width: 100% !important;
    font-size: 14px !important;
  }
  .exit-interview-questionnaire .exit-banner p.exit-banner-title {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .exit-interview-questionnaire .exit-title {
    font-size: 15px !important;
  }
  #modalWhatsApp .register-header-hand {
    display: none !important;
  }
  #modalWhatsApp .register-header-logo {
    right: -20px !important;
    top: -60px !important;
    width: 100px !important;
    height: 100px !important;
  }
  #e-calendar .fc-toolbar {
    flex-direction: column !important;
  }
  #e-calendar .fc-toolbar .fc-right {
    margin: 20px 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .approval-dlg h1 {
    font-size: 24px !important;
  }
  #e-calendar .calendar-legend-itm {
    width: 45% !important;
  }
  .dlg-with-datatable .pagination > .page-item > .Listing .page-link, .pagination > .page-item > span {
    font-size: 10px !important;
  }
  #modal-container .modal-background .modal-body .modal-header-mod p {
    font-size: 15px !important;
  }
  .DelegateListDlg .modal-header-mod .heading-sub {
    font-size: 12px !important;
  }
  .DelegateListDlg.del-selected-two .delegation-note {
    font-size: 13px !important;
  }
  #wfhModal .custom-list .added-list-container, #clockOutTaskModal .custom-list .added-list-container, #AssignDetail .custom-list .added-list-container, #clockOutLmModal .custom-list .added-list-container {
    max-height: calc(100vh - 425px) !important;
  }
  #wfhModal .custom-list .added-list-container.ios, #clockOutTaskModal .custom-list .added-list-container.ios, #AssignDetail .custom-list .added-list-container.ios, #clockOutLmModal .custom-list .added-list-container.ios {
    max-height: calc(100vh - 515px) !important;
  }
  #modalWhatsApp .register-header-logo {
    right: -5px !important;
    top: -50px !important;
    width: 70px !important;
    height: 70px !important;
  }
  #modalWhatsApp .register-section {
    padding: 10px !important;
  }
  #modalWhatsApp .register-subheader-img {
    height: 18px !important;
    margin: 10px 0 20px !important;
  }
}
@media screen and (max-width: 375px) {
  #modalWhatsApp .rs-button {
    width: 100% !important;
    flex-direction: column !important;
  }
  #modalWhatsApp .rs-button button {
    width: 100% !important;
    padding: 10px !important;
  }
  .otp-signin-dlg .otp-vector {
    display: none !important;
  }
}
.SignIn {
  width: 100vw;
  height: 100vh;
  position: relative;
  direction: ltr;
}
.SignIn .MainSlider {
  width: 100%;
  height: 100%;
}
.SignIn .MainSlider .carousel-item img {
  height: 100vh;
}
.SignIn .crsl-desc {
  width: 100vw;
  height: 100vh;
  position: absolute;
  margin: 0;
}
.SignIn .crsl-desc .quote-desc {
  width: 60%;
  position: absolute;
  top: 25%;
  left: auto;
  right: 10%;
  padding: 5px 10px !important;
  color: #fff;
  z-index: 2;
  text-align: right;
}
.SignIn .overlaycarousel {
  z-index: 1;
  background-color: rgba(50, 0, 195, 0.5);
}
.SignIn .login-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}
.SignIn .login-content {
  margin-left: auto;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  width: 100vw;
  height: 100vh;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.SignIn .login-content .dd-language {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.SignIn .login-content .dd-language .dropdown-menu {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
}
.SignIn .login-content .dd-language .dropdown-menu .Margin-Language {
  margin-bottom: 10px;
}
.SignIn .login-content .login-overflow {
  overflow-y: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.SignIn .login-content .lc-top {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SignIn .login-content .lc-down {
  flex: 0.3;
  display: flex;
}
.SignIn .login-content .lc-down .lf-bring-it-on {
  width: 180px;
  height: 130px;
  object-fit: contain;
}
.SignIn .login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.SignIn .login-form .signin-logo {
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
}
.SignIn .login-form .signin-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.SignIn .login-form .signin-sub {
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}
.SignIn .login-form .signin-note {
  font-size: 12px;
  line-height: 18px;
  color: #c0392b;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: right;
}
.SignIn .login-form .login-control-koj {
  width: 80%;
}
.SignIn .login-form .login-control-koj input, .SignIn .login-form .login-control-koj textarea {
  text-align: right;
}
.SignIn .login-form .login-control-koj .form-control-feedback {
  opacity: 1;
}
.SignIn .login-form .login-control-koj .form-control-feedback .fa-eye,
.SignIn .login-form .login-control-koj .form-control-feedback .fa-eye-slash {
  color: #2980b9;
  cursor: pointer;
}
.SignIn .login-form .login-forgot-pw {
  text-decoration: none;
  cursor: pointer;
  color: #2980b9 !important;
  margin: 10px 10% 10px auto;
}
.SignIn .login-form .login-btn {
  background: rgb(50, 0, 195) !important;
  background: -moz-linear-gradient(-45deg, rgb(50, 0, 195) 0%, rgb(41, 128, 185) 100%) !important;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(50, 0, 195)), color-stop(100%, rgb(41, 128, 185))) !important;
  background: -webkit-linear-gradient(-45deg, rgb(50, 0, 195) 0%, rgb(41, 128, 185) 100%) !important;
  background: -o-linear-gradient(-45deg, rgb(50, 0, 195) 0%, rgb(41, 128, 185) 100%) !important;
  background: -ms-linear-gradient(-45deg, rgb(50, 0, 195) 0%, rgb(41, 128, 185) 100%) !important;
  background: linear-gradient(135deg, rgb(50, 0, 195) 0%, rgb(41, 128, 185) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3200c3", endColorstr="#2980b9", GradientType=1 ) !important;
  width: 80%;
  font-size: 16px;
  margin-top: 10px;
  height: 44px;
  border: none;
  box-shadow: none;
}
.SignIn .login-form input, .SignIn .login-form textarea {
  text-align: right;
}
.SignIn .login-form.wb {
  width: 80%;
}
.SignIn .login-form.wb .login-control-koj, .SignIn .login-form.wb .login-btn {
  margin-bottom: 0;
  width: 100%;
}
.SignIn .login-footer {
  display: flex;
  margin-top: auto;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.SignIn .login-footer .copyright {
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
.SignIn .login-footer .lf-item-grp {
  width: 80%;
  margin-bottom: 20px;
  justify-content: center;
  padding-top: 20px;
}
.SignIn .login-footer .lf-item {
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 5px;
  opacity: 1 !important;
  background-repeat: no-repeat;
}

.otp-cookies-form .otp-cookie-thumb {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #104db7;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.otp-cookies-form .otp-cookie-thumb .otp-cookie-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.otp-cookies-form .otp-cookie-thumb .otp-cookie-icon i, .otp-cookies-form .otp-cookie-thumb .otp-cookie-icon svg {
  font-size: 30px;
}
.otp-cookies-form h5 {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  color: #333;
}
.otp-cookies-form label {
  text-align: center;
  font-size: 18px;
}
.otp-cookies-form .cookie-accept-btn {
  margin-top: 30px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .SignIn .MainSlider .carousel-item .quote-main {
    font-size: 40px !important;
  }
  .SignIn .MainSlider .image_full {
    height: 100vh !important;
  }
}
@media screen and (max-width: 1199px) {
  .SignIn .MainSlider .carousel-item .quote-main {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 992px) {
  .SignIn .login-content {
    max-width: 100% !important;
    margin-right: -15px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    max-height: 100vh !important;
    height: 100vh !important;
  }
  .SignIn .crsl-desc .quote-desc {
    width: 80% !important;
    right: 0 !important;
  }
  .SignIn .MainSlider .carousel-item .quote-main {
    font-size: 25px !important;
  }
  .SignIn .MainSlider .carousel-item .quote-sub {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .SignIn .login-container .col-lg-5.col-md-6 {
    height: 100% !important;
    display: flex !important;
    padding: 0 !important;
    max-width: 100% !important;
    flex: 100% !important;
  }
  .SignIn .login-content {
    margin-right: 0 !important;
    box-shadow: none !important;
    height: 70vh !important;
    margin-top: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: height 0.3s;
  }
  .SignIn .login-content.whistle {
    height: 100vh !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    transition: height 0.3s;
  }
  .SignIn .login-form .signin-logo {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 10px !important;
  }
  .SignIn .login-form .signin-title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
  }
  .SignIn .login-form .login-control-koj {
    margin-bottom: 10px !important;
  }
  .SignIn .login-form .login-forgot-pw {
    margin: 0px 10% 0px auto !important;
    font-size: 12px !important;
  }
  .SignIn .login-form .login-btn {
    margin-top: 10px !important;
    height: 34px !important;
    padding: 0 !important;
  }
  .SignIn .login-footer .lf-item-grp {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .SignIn .login-footer .lf-item {
    width: 30px !important;
    height: 30px !important;
    margin: 5px !important;
  }
  .SignIn .crsl-desc .quote-desc {
    top: 0 !important;
    width: 100% !important;
    height: calc(30vh + 15px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .SignIn .MainSlider .carousel-item .quote-main {
    font-size: 16px !important;
    text-align: center;
  }
  .SignIn .MainSlider .carousel-item .quote-sub {
    font-size: 13px !important;
    text-align: center !important;
  }
  .SignIn .MainSlider .carousel-item .quote-left {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    margin-right: 5px !important;
  }
  .SignIn .MainSlider .carousel-item .quote-right {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    margin-left: 5px !important;
  }
  .SignIn .MainSlider .carousel-item img {
    height: calc(30vh + 15px) !important;
    object-position: bottom !important;
  }
}
@media screen and (max-width: 576px) {
  .SignIn .login-content .lc-down .lf-bring-it-on {
    height: 60px;
    margin-top: 20px;
  }
  .otp-cookies-form h5 {
    font-size: 20px !important;
  }
  .otp-cookies-form label {
    font-size: 15px !important;
  }
  .otp-cookies-form .otp-cookie-thumb {
    width: 60px !important;
    height: 60px !important;
  }
  .otp-cookies-form .otp-cookie-thumb .otp-cookie-icon {
    width: 45px !important;
    height: 45px !important;
  }
  .otp-cookies-form .otp-cookie-thumb .otp-cookie-icon i, .otp-cookies-form .otp-cookie-thumb .otp-cookie-icon svg {
    font-size: 25px !important;
  }
}
.main-header {
  z-index: 18;
  position: fixed;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  background: #1A1A1A;
}
.main-header .arrow-indicator {
  display: none;
  position: absolute !important;
  bottom: -20px;
  margin: 0 !important;
  left: calc(50% - 7.5px);
  color: red;
  top: auto !important;
  -webkit-animation: UpDown 1s infinite;
  animation: UpDown 1s infinite;
}
.main-header .indicate + .arrow-indicator {
  display: block;
}
@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.main-header .alarm-clock {
  width: 23px;
  height: 23px;
  object-fit: contain;
  margin-left: 5px;
  position: relative;
}
.main-header .alarm-clock + svg {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 8px;
  -webkit-animation: fadeOutDown 2s infinite;
  animation: fadeOutDown 2s infinite;
}
.main-header .alarm-clock + svg.ios {
  margin-left: 12px;
}
.main-header .alarm-clock.alarm {
  -webkit-animation: alarm 1ms infinite;
  animation: alarm 1ms infinite;
}
.main-header .alarm-clock.alarm + svg {
  display: block;
}
@-webkit-keyframes alarm {
  from {
    -webkit-transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
  }
}
.main-header .mh-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .mh-left,
.main-header .mh-right {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .mh-menu-itm {
  white-space: nowrap;
  opacity: 0.7;
}
.main-header .mh-menu-itm:hover {
  opacity: 1;
}
.main-header .mh-right .prof-dm {
  min-width: 250px;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.main-header .mh-right .prof-dm .dropdown-item {
  padding: 10px 5px;
}
.main-header .mh-right button,
.main-header .mh-right .mh-menu-itm {
  margin-right: 0;
  margin-left: 5px;
  white-space: nowrap;
}
.main-header .mh-right .KamalPrize {
  background: url(../../../../../resources/images/kamalprize_icon.svg);
}
.main-header .mh-right .Gazelle {
  background: url(../../../../../../../resources/images/gazelle_icon.png);
}
.main-header .mh-right .KamalPrize,
.main-header .mh-right .Gazelle {
  border-radius: 0;
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}
.main-header .mh-right .prof-dm {
  left: 0 !important;
  right: auto !important;
  transform-origin: 0 0;
}
.main-header .mh-right .attendance-btn {
  display: flex;
  margin-left: -5px;
  margin-left: 0;
}
.main-header .mh-right .attendance-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.main-header .mh-right .attendance-btn:after {
  display: none;
}
.main-header .mh-right .ta-main-bg {
  right: auto !important;
  left: 0 !important;
  margin-top: 0;
  background-color: #fff;
  transform-origin: 0 0;
}
.main-header .mh-right .ta-main-bg .ta-top-title {
  color: #777;
  font-weight: normal;
  margin-bottom: 30px;
}
.main-header .mh-right .ta-main-bg .ta-time-class {
  color: #333;
  white-space: nowrap;
  font-size: 20px;
}
.main-header .mh-right .ta-main-bg .ta-detail-title {
  color: #aaa;
}
.main-header .mh-right .ta-main-bg .ta-bot-view {
  font-size: 13px;
  color: #2980b9;
  text-decoration: none;
}
.main-header .mh-right .search-btn {
  display: flex;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header .mh-right .search-btn svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.main-header .mh-right .approval-count {
  z-index: 1;
  right: -10px;
}
.main-header .mh-right .mh-approval button:after,
.main-header .mh-right .mh-remove button:after {
  display: none;
}
.main-header .mh-right .others {
  align-items: center;
}
.main-header .mh-right .others .Gazelle,
.main-header .mh-right .others .KamalPrize {
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 25px;
}
.main-header .mh-right .others span {
  font-size: 0.875rem;
}
.main-header .dd-language {
  display: flex;
}
.main-header .dd-language .language-img {
  border-radius: 0;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-header .dd-language:after {
  display: none;
}
.main-header .mh-left {
  padding-right: 70px;
}
.main-header button, .main-header .mh-menu-itm {
  position: relative;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: lighter;
  font-size: 13px;
  margin-right: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-header button .icon-lg, .main-header .mh-menu-itm .icon-lg {
  width: 20px;
  height: 20px;
}
.main-header .dropdown-menu {
  padding: 10px;
  width: max-content;
  top: 50px !important;
  transform-origin: 100% 0;
}
.main-header .LearningIcon img {
  height: 18px;
  width: 18px;
  margin-left: 10px;
  filter: invert(50%) sepia(13%) saturate(226%) hue-rotate(136deg) brightness(92%) contrast(91%);
}
.main-header .language-container {
  left: auto !important;
  right: 3px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  padding: 0 !important;
  top: 35px !important;
}
.main-header .language-container.ios {
  right: 10px;
}
.main-header .language-container .ChangeLang {
  height: 25px;
  width: 25px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
}
.main-header .profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.main-header .menu-grp {
  display: flex;
}
.main-header .menu-grp .SS-ICON-Gazelle {
  width: 18px;
  height: 18px;
  margin-left: 25px;
}
.main-header .dm-report {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.main-header .dm-approval {
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.main-header .dm-approval .dropdown-item {
  margin: 0;
  padding: 10px 5px;
}
.main-header .dm-approval .dropdown-item .menu-box-number {
  background-color: #c0392b;
  color: #fff;
}
.main-header .dm-approval .dropdown-item l {
  color: #333 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-header .dropdown-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  box-shadow: none !important;
}
.main-header .dropdown-item svg {
  width: 18px;
  height: 18px;
  color: #7f8c8d;
  margin-left: 10px;
}
.main-header .dropdown-item label {
  margin: 0;
  color: #333 !important;
  cursor: pointer;
}
.main-header .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.main-header .a-logo {
  position: absolute;
  right: 0;
  top: -20px;
}
.main-header .mh-logo {
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  padding-top: 5px;
  object-fit: contain;
}
.main-header .approval-count {
  position: absolute;
  background-color: #c0392b;
  padding: 1px 7px;
  right: 0;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 500;
  line-height: 15px;
  color: #fff;
  top: -10px;
}
.main-header.hidden {
  display: none !important;
}

.download-guide {
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  border: 2px solid #c4ab21;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  background: rgb(252, 234, 187);
  background: -moz-linear-gradient(top, rgb(252, 234, 187) 0%, rgb(196, 171, 33) 43%, rgb(196, 171, 33) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(252, 234, 187)), color-stop(43%, rgb(196, 171, 33)), color-stop(100%, rgb(196, 171, 33)));
  background: -webkit-linear-gradient(top, rgb(252, 234, 187) 0%, rgb(196, 171, 33) 43%, rgb(196, 171, 33) 100%);
  background: -o-linear-gradient(top, rgb(252, 234, 187) 0%, rgb(196, 171, 33) 43%, rgb(196, 171, 33) 100%);
  background: -ms-linear-gradient(top, rgb(252, 234, 187) 0%, rgb(196, 171, 33) 43%, rgb(196, 171, 33) 100%);
  background: linear-gradient(to bottom, rgb(252, 234, 187) 0%, rgb(196, 171, 33) 43%, rgb(196, 171, 33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fceabb", endColorstr="#c4ab21", GradientType=0 );
}

.KOJMainPage {
  top: 0;
  min-height: calc(100vh - 90px);
}
.KOJMainPage #overlay-container2 {
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.KOJMainPage #overlay-container #overlay-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MainNav .kojsearch {
  position: fixed !important;
  height: 100% !important;
  background-color: #f1f1f1;
  left: auto;
  right: 0;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  transition: all 0.15s ease-in-out;
}
.MainNav .kojsearch .kojsearch-form input {
  font-size: 2em;
}
.MainNav .kojsearch .kojsearch-content {
  position: relative;
  height: 100% !important;
  margin: 0;
  background: #fff;
  padding-bottom: 20px;
}
.MainNav .kojsearch .kojsearch-content h2 {
  text-align: right;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object h3 {
  text-align: right;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object {
  display: flex;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object .dummy-round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object .dummy-round svg {
  font-size: 18px;
  margin: 0;
  color: #aaa;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object:hover {
  background: #0374FC;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object:hover h3 {
  color: #fff;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object:hover .dummy-round {
  background-color: #fff;
}
.MainNav .kojsearch .kojsearch-content .dummy-media-object:hover .dummy-round svg {
  color: #0374FC;
}
.MainNav .kojsearch .kojsearch-content .dummy-column {
  width: 100%;
  padding: 0 10px;
}
.MainNav .kojsearch .kojsearch-content .dummy-column:nth-child(2) {
  margin: 0;
}

body.search-active .search-btn {
  transform: scale(50);
  z-index: 1;
  transform-origin: 50%;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu-drawer {
  transform: scale(0);
  transform-origin: 0 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 17;
  right: 0;
  overflow-y: auto;
  padding: 70px 30px 20px 30px;
  transition: all 0.3s;
}
.main-menu-drawer h3 {
  text-align: right;
}
.main-menu-drawer .SS-ICON-Gazelle {
  width: 18px;
  height: 18px;
  margin-right: 25px;
}
.main-menu-drawer .dropdown-item {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.main-menu-drawer .dropdown-item svg {
  width: 18px;
  height: 18px;
  color: #7f8c8d;
  margin-right: 25px;
}
.main-menu-drawer .dropdown-item label {
  margin: 0;
  color: #333;
}
.main-menu-drawer.toggled {
  transform: scale(1);
  transition: all 0.3s;
}

.Main-Footer {
  top: 0;
  position: relative;
  background-color: #333;
  display: flex;
  padding: 20px;
}
.Main-Footer .main-footer-overlay {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url(../../../FormBackground/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
}
.Main-Footer .footer-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}
.Main-Footer .footer-content .fc-bring-it-on {
  width: 170px;
  height: 100px;
  margin-bottom: 10px;
  object-fit: contain;
}
.Main-Footer .footer-content h5 {
  color: #fff;
  font-family: unset;
}
.Main-Footer .footer-content a:hover {
  color: rgb(255, 255, 255);
}
.Main-Footer .footer-content .Social-Icons {
  display: flex;
  color: #fff;
}
.Main-Footer .footer-content .Social-Icons .list-inline-item {
  margin-right: 0;
  margin-left: 5px;
}
.Main-Footer .footer-content .footer-mobile-icon {
  font-size: 40px;
  color: #fff;
}
.Main-Footer .imageviewmap {
  width: 100%;
}
.Main-Footer.hidden {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .MainNav .kojsearch .kojsearch-form .search-button-mag {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-header .mh-logo {
    top: -15px;
    height: 80px;
    width: 55px;
    z-index: 1;
  }
  .Main-Footer .main-footer-overlay {
    width: 100% !important;
  }
  .main-header .mh-right .search-btn svg,
  .main-header .mh-right .attendance-btn svg,
  .main-header button .icon-lg,
  .main-header .mh-menu-itm .icon-lg {
    width: 18px !important;
    height: 18px !important;
  }
  .main-header .approval-count {
    right: -10px !important;
    top: -15px !important;
  }
  .main-header .dm-report {
    left: 0 !important;
    right: auto !important;
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 576px) {
  .main-header .prof-dm {
    left: auto !important;
    border-radius: 0 !important;
    top: 58px !important;
    height: calc(100vh - 60px) !important;
    max-height: unset !important;
    overflow-y: auto !important;
    width: 100vw !important;
    right: 0px !important;
    position: fixed !important;
  }
  .main-header .prof-dm h3 {
    margin: 10px !important;
    font-size: 22px !important;
    text-align: right;
  }
  .main-header {
    padding: 0 10px !important;
  }
  .main-header .dm-approval {
    top: 58px !important;
    height: calc(100vh - 60px) !important;
    max-height: unset !important;
  }
  .main-header .mh-right {
    width: 100%;
    left: -10px !important;
    justify-content: space-evenly !important;
  }
  .ta-main-bg .timeattendancecontainer {
    width: 100% !important;
  }
  .main-header .mh-right .ta-main-bg {
    z-index: 0 !important;
    position: fixed !important;
    width: 100vw;
    top: 60px !important;
    border-radius: 0 !important;
  }
  body.search-active .kojsearch .kojsearch-form {
    height: 30px !important;
    margin-top: 70px !important;
    margin-bottom: 30px !important;
  }
  .MainNav .kojsearch .kojsearch-form input {
    font-size: 20px !important;
  }
  .MainNav .icon-close {
    font-size: 30px !important;
  }
  .main-header .mh-logo {
    top: -25px !important;
    width: 45px !important;
    right: -5px !important;
  }
  .main-header .mh-left {
    padding-right: 35px !important;
  }
  .main-header .dm-report,
  .mh-right .mh-approval .dropdown-menu {
    position: fixed !important;
    top: 58px !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    max-height: calc(100vh - 60px) !important;
  }
  .main-header .dm-report h3 {
    margin: 10px 25px !important;
    font-size: 22px !important;
    text-align: right;
  }
}
.HomePage #KOJHRCarousel {
  height: 100vh;
}
.HomePage #KOJHRCarousel .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.HomePage #KOJHRCarousel .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
.HomePage #KOJHRCarousel .carousel-indicators li.active {
  background-color: #fff;
}
.HomePage #KOJHRCarousel .carousel-indicators {
  padding-left: initial;
  padding-right: 0;
}
.HomePage #KOJHRCarousel .carousel-control-custom {
  font-size: 50px;
  color: #fff !important;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .image_full {
    display: block !important;
  }
  .image_mobile {
    display: none !important;
  }
  .image_old {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .image_full {
    display: none !important;
  }
  .image_mobile {
    display: block !important;
  }
  .image_old {
    display: none !important;
  }
}
.dashboard {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f6f8fc;
  position: relative;
}
.dashboard .pcr-pagination {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin: 10px auto 10px 10px;
}
.dashboard .pcr-pagination select {
  padding: 0 5px !important;
  min-width: 40px;
  text-align: center;
  height: 30px !important;
  color: #fff;
  background-color: #2980b9;
  font-weight: bold;
  margin: 0 5px;
  background-image: none;
  border: 1px solid #2980b9;
  border-radius: 4px;
}
.dashboard .pcr-pagination .selectize-custom {
  min-width: 70px;
  margin-left: 5px;
  margin-right: 5px;
}
.dashboard .dashboard-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  overflow: hidden;
  background: #1A1A1A;
}
.dashboard .wave {
  background: url("../../../../Resources/Images/wave.svg") repeat-x;
  position: absolute;
  bottom: -35px;
  width: 6400px;
  height: 198px;
  opacity: 0.2;
  animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.dashboard .wave:nth-of-type(2) {
  bottom: -35px;
  animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
}
.dashboard .custom-container, .dashboard .grid-widget {
  border-radius: 10px;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 3px 3px 15px rgba(124, 127, 217, 0.2);
}
.dashboard .grid-widget {
  display: flex;
  padding: 20px;
  flex-direction: column;
  position: relative;
  text-align: right;
}
.dashboard .grid-widget-icon {
  color: #fff;
  background-color: #aaa;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.dashboard .grid-widget-desc {
  line-height: 14px;
}
.dashboard .grid-widget-desc h5 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.dashboard .grid-widget-desc label {
  margin: 0;
  font-size: 16px;
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.dashboard .grid-widget-silhouette {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 90px;
  opacity: 0.2;
  display: none;
}
.dashboard .dash-profile-widget {
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  text-align: right;
}
.dashboard .dash-profile-widget .dash-profile {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
}
.dashboard .dash-profile-widget .dash-profile .profile-dd-desc {
  line-height: 10px;
  margin: 0 10px;
  max-width: calc(100% - 140px);
}
.dashboard .dash-profile-widget .dash-profile .dash-profile-icon {
  width: 35px;
  height: 35px;
  background-color: #005fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .dash-profile-widget .dash-profile .dash-profile-pic {
  width: 40px;
  height: 40px;
  background-color: #005fff;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #005fff;
}
.dashboard .dash-profile-widget .dash-profile svg, .dashboard .dash-profile-widget .dash-profile i {
  font-size: 20px;
  color: #fff;
}
.dashboard .dash-profile-widget .dash-profile label {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #333 !important;
}
.dashboard .dash-profile-widget .dash-profile h5 {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.dashboard .dash-profile-widget .view-profile {
  z-index: 1;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -20px;
  color: #005fff !important;
}
.dashboard .dashboard-content {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 30px;
}
.dashboard .dashboard-title {
  text-align: center;
  color: #fff;
  font-size: 35px;
}
.dashboard #dashboard-carousel {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 15px rgba(124, 127, 217, 0.2);
}
.dashboard .dashboard-top-widget {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 3px 3px 15px rgba(124, 127, 217, 0.2);
}
.dashboard .dashboard-top-widget button {
  height: 38px;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
.dashboard .dashboard-h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard .dashboard-h5 h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.dashboard .dashboard-h5 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
}
.dashboard .announcement-title {
  color: #333;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 30px 10px 20px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  text-align: right;
}
.dashboard .announcement-count {
  text-align: right;
}
.dashboard .announcement-filter {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(124, 127, 217, 0.2);
}
.dashboard .announcement-filter .search i, .dashboard .announcement-filter .search svg {
  color: #BDC3C7;
  font-size: 20px;
  top: 10px;
  right: 13px;
}
.dashboard .announcement-filter .search input {
  width: 100%;
  border: none;
  padding-right: 45px !important;
  padding-left: 80px !important;
}
.dashboard .announcement-filter .search input::placeholder {
  color: #aaa;
}
.dashboard .announcement-filter .search button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 4px;
  border: none;
  font-size: 13px;
  height: 32px;
  border-radius: 16px;
  padding: 0 15px;
  color: #FFF;
  background-color: #1273eb;
}
.dashboard .announcement-filter .announcement-select {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  direction: rtl;
  text-align: right;
}
.dashboard .announcement-filter .announcement-select i, .dashboard .announcement-filter .announcement-select svg {
  color: #BDC3C7;
  font-size: 20px;
  top: 10px;
}
.dashboard .announcement-filter .announcement-select select {
  padding: 3px 10px 0 10px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 8px;
}
.dashboard .announcement-filter .announcement-select .selectize-control {
  width: 100%;
  margin: 0 10px;
}
.dashboard .announcement-filter .announcement-select .selectize-control .selectize-input {
  background-image: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.dashboard .announcement-filter .announcement-select .selectize-control .selectize-dropdown {
  border: none;
}
.dashboard .announcement-item {
  height: 100%;
  position: relative;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(124, 127, 217, 0.2);
}
.dashboard .announcement-item:hover .announcement-item-desc h5 {
  color: #3372DB !important;
}
.dashboard .announcement-item-new {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 15px;
  color: #c0392b !important;
}
.dashboard .announcement-item-pic {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.dashboard .announcement-item-desc {
  margin: 0 15px;
  text-align: right;
}
.dashboard .announcement-item-desc h5, .dashboard .announcement-item-desc label {
  margin: 0;
}
.dashboard .announcement-item-desc h5 {
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.dashboard .announcement-item-category {
  text-align: center;
  color: #333;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 14px;
  margin: auto;
  font-weight: 500;
  border-radius: 17px;
}
.dashboard .announcement-item-category.category-blue {
  background-color: rgba(50, 1, 194, 0.1);
  color: #3201C2;
}
.dashboard .announcement-item-category.category-red {
  background-color: rgba(201, 56, 56, 0.1);
  color: #C93838;
}
.dashboard .announcement-item-category.category-violet {
  background-color: rgba(155, 89, 182, 0.1);
  color: #9B59B6;
}
.dashboard .announcement-item-category.category-green {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27AE60;
}
.dashboard .announcement-item-category.category-teal {
  background-color: rgba(26, 188, 156, 0.1);
  color: #1ABC9C;
}
.dashboard .announcement-item-category.category-lightblue {
  background-color: rgba(52, 152, 219, 0.1);
  color: #3498DB;
}
.dashboard .announcement-item-date {
  margin-right: auto;
  font-size: 15px;
  color: #aaa;
}

.weekly-log-dd button {
  color: #005fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
}
.weekly-log-dd .dropdown-menu {
  width: 100vw;
  max-width: 400px;
  padding: 10px;
  direction: rtl;
  text-align: right;
}
.weekly-log-dd .dropdown-menu h6 {
  font-weight: 500;
  margin: 8px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.weekly-log-dd .weekly-log-item {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.weekly-log-dd .weekly-log-item:last-child {
  border-bottom: none;
}
.weekly-log-dd .weekly-log-desc h5 {
  font-size: 14px;
  line-height: 8px;
  font-weight: 500;
}
.weekly-log-dd .weekly-log-desc label {
  margin: 0;
}

.icon-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50% !important;
  background-color: #2980b9;
  color: #fff !important;
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.icon-initials.bg-red {
  background-color: #c0392b;
}
.icon-initials.bg-green {
  background-color: #27ae60;
}
.icon-initials.bg-blue {
  background-color: #3498db;
}
.icon-initials.bg-orange {
  background-color: #e67e22;
}
.icon-initials.bg-yellow {
  background-color: #f1c40f;
}
.icon-initials.bg-purple {
  background-color: #8e44ad;
}
.icon-initials.category-violet {
  background-color: rgb(155, 89, 182) !important;
}
.icon-initials.category-red {
  background-color: rgb(201, 56, 56) !important;
}
.icon-initials.category-blue {
  background-color: rgb(50, 1, 194) !important;
}
.icon-initials.category-green {
  background-color: rgb(39, 174, 96) !important;
}
.icon-initials.category-lightblue {
  background-color: #3498DB !important;
}

.dash-clockin-widget {
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
}
.dash-clockin-widget h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.dash-clockin-widget label {
  font-size: 12px;
  color: #777;
}
.dash-clockin-widget .clockin-button-grp {
  margin: auto 0;
  display: flex;
}
.dash-clockin-widget .clockin-button {
  flex: 1;
  cursor: pointer;
  margin: 5px;
  border: 2px solid #1273EB;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  position: relative;
  outline: 0px solid #1273EB;
  outline-offset: 0px;
}
.dash-clockin-widget .clockin-button i, .dash-clockin-widget .clockin-button svg {
  font-size: 30px;
  margin-bottom: 5px;
}
.dash-clockin-widget .clockin-button h5 {
  font-size: 30px;
}
.dash-clockin-widget .clockin-button label {
  color: #1273EB;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}
.dash-clockin-widget .clockin-button label:after {
  position: absolute;
  content: "";
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dash-clockin-widget .clockin-button.clock-in i, .dash-clockin-widget .clockin-button.clock-in svg {
  color: #27ae60;
}
.dash-clockin-widget .clockin-button.clock-out i, .dash-clockin-widget .clockin-button.clock-out svg {
  color: #c0392b;
}
.dash-clockin-widget .clockin-button.clocked {
  cursor: not-allowed;
  border: 2px solid #ddd;
  outline: none;
  outline-offset: 0;
}
.dash-clockin-widget .clockin-button.clocked i, .dash-clockin-widget .clockin-button.clocked svg, .dash-clockin-widget .clockin-button.clocked label {
  color: #AAA;
  cursor: not-allowed;
}
.dash-clockin-widget .clockin-button.clocked label:after {
  cursor: not-allowed;
}
.dash-clockin-widget .clockin-button.alarm {
  -webkit-animation: alarm 1s infinite;
  animation: alarm-box 1s infinite;
}
@-webkit-keyframes alarm-box {
  from {
    outline: 3px solid #1273EB;
    outline-offset: 0px;
  }
  to {
    outline: 4px solid rgba(18, 115, 235, 0);
    outline-offset: 15px;
  }
}

.float-button-dd {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}
.float-button-dd .dropdown-menu {
  min-width: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  background-color: transparent;
}
.float-button-dd .dropdown-menu.show {
  display: flex;
}

.float-button-toggle {
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background-color: #1A1A1A;
  box-shadow: none;
}
.float-button-toggle::after {
  display: none;
}

.float-button-itm {
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  margin: 5px 0;
  background-color: #3200c3;
}
.float-button-itm.helpcontact {
  background-color: #27ae60;
}
.float-button-itm.calendar {
  background-color: #3498db;
}

.annual-leave-dd {
  position: absolute;
  z-index: 2;
  right: auto;
  left: 0;
  top: 0;
}
.annual-leave-dd .dropdown-menu {
  padding: 20px;
  width: 100vw;
  max-width: 360px;
  text-align: right;
}
.annual-leave-dd .dropdown-menu .dd-header {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.annual-leave-dd .dropdown-menu .leave-info-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.annual-leave-dd .dropdown-menu .leave-info-item h5 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.annual-leave-dd .dropdown-menu .leave-info-item label {
  font-size: 12px;
  font-style: italic;
  color: #777;
  margin: 0;
}
.annual-leave-dd .dropdown-menu .leave-info-item:last-child {
  border-bottom: none;
}
.annual-leave-dd .dropdown-menu .leave-info-desc {
  line-height: 10px;
}
.annual-leave-dd .dropdown-menu .leave-info-count {
  font-weight: 500;
  padding: 0 10px;
  text-align: left;
}

.annual-leave-toggle {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 18px;
  color: #005fff;
  background-color: transparent;
  padding: 20px;
}
.annual-leave-toggle::after {
  display: none;
}

.olpa-container {
  direction: rtl;
  text-align: right;
}
.olpa-container h5 {
  font-weight: 500;
  font-size: 16px;
}
.olpa-container .olpa-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.olpa-container .olpa-header label {
  text-align: right;
  width: 100%;
}
.olpa-container .op-points-pill {
  background-color: rgba(18, 115, 235, 0.1);
  border: 1px solid #1273EB;
  border-radius: 5px;
  color: #1273EB;
  padding: 20px;
}
.olpa-container .op-points-pill h5, .olpa-container .op-points-pill label {
  margin: 0;
}
.olpa-container .op-points-pill h5 {
  font-weight: bold;
  font-size: 30px;
}
.olpa-container .op-points-pill label {
  color: #1273EB;
  font-size: 13px;
  text-transform: uppercase;
}
.olpa-container .op-points-pill.emphasized {
  background-color: #1273EB;
  color: #fff;
}
.olpa-container .op-points-pill.emphasized label {
  color: #fff;
}
.olpa-container .op-points-pill.mini {
  padding: 20px 15px;
}
.olpa-container .op-points-pill.mini h5 {
  font-size: 20px;
}
.olpa-container .op-points-pill.mini label {
  font-size: 12px;
}
.olpa-container .op-points-pill.pending {
  background-color: rgba(119, 119, 119, 0.1);
  border: 1px solid #777;
  color: #777;
}
.olpa-container .op-points-pill.pending label {
  color: #777;
}
.olpa-container .op-points-pill.for-evaluation {
  background-color: rgba(230, 126, 34, 0.1);
  border: 1px solid #e67e22;
  color: #e67e22;
}
.olpa-container .op-points-pill.for-evaluation label {
  color: #e67e22;
}
.olpa-container .op-points-pill.for-review {
  background-color: rgba(18, 115, 235, 0.1);
  border: 1px solid #1273EB;
  color: #1273EB;
}
.olpa-container .op-points-pill.for-review label {
  color: #1273EB;
}
.olpa-container .op-points-pill.reviewed {
  background-color: rgba(39, 174, 96, 0.1);
  border: 1px solid #27ae60;
  color: #27ae60;
}
.olpa-container .op-points-pill.reviewed label {
  color: #27ae60;
}
.olpa-container .op-info-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.olpa-container .op-info-item h5 {
  margin: 0;
  font-size: 14px;
}
.olpa-container .op-info-item label {
  margin: 0;
  font-size: 15px;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.endWave {
  display: none;
}

@media screen and (max-width: 991px) {
  .dashboard .announcement-item-desc {
    margin: 0 10px 0 !important;
  }
  .dashboard .announcement-item-category {
    margin-right: 45px !important;
  }
  .dashboard .icon-initials {
    margin: 0 !important;
  }
  .dashboard .announcement-item-date {
    font-size: 12px !important;
  }
  .dashboard .announcement-filter .search {
    padding-bottom: 8px !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 3px !important;
  }
  .dashboard .announcement-item-pic {
    width: 35px !important;
    height: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .dashboard .dashboard-title {
    font-size: 25px !important;
  }
  .dashboard .dashboard-gradient {
    height: 295px !important;
  }
  .dashboard .announcement-item-new {
    top: 5px !important;
    right: 5px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 575px) {
  .dashboard .dashboard-title {
    font-size: 22px !important;
  }
  .dashboard .announcement-item-category {
    padding: 2px 10px !important;
    font-size: 12px !important;
  }
  .olpa-container .olpa-header {
    flex-direction: column-reverse !important;
  }
  .olpa-container .olpa-header .op-points-pill {
    margin-bottom: 15px !important;
  }
  .dashboard .grid-widget-desc h5 {
    font-size: 16px !important;
  }
  .dash-clockin-widget .clockin-button h5,
  .dashboard .announcement-item-desc h5 {
    font-size: 20px !important;
  }
  .dashboard .grid-widget-desc label {
    font-size: 13px !important;
  }
}
.SelfService {
  display: flex;
  position: relative;
  padding: 80px 20px 20px 20px;
}
.SelfService .ss-overlay-container {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.SelfService .ss-overlay {
  background-position: center;
  background-size: cover;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  filter: blur(5px);
  margin: -40px;
}
.SelfService .ss-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  position: relative;
}
.SelfService .ss-sidemenu {
  min-width: 300px;
  max-width: 300px;
  padding-bottom: 20px;
  background-color: #F5F5F5;
}
.SelfService .ss-sidemenu h3 {
  text-transform: uppercase;
  color: #aaa;
  font-weight: 500;
  padding: 20px;
  font-size: 13px;
  margin: 0;
  text-align: right;
}
.SelfService .ss-sidemenu .ss-sidemenu-itm {
  padding: 15px 25px;
  cursor: pointer;
  border-right: 4px solid transparent;
}
.SelfService .ss-sidemenu .ss-sidemenu-itm a {
  display: flex;
  align-items: center;
}
.SelfService .ss-sidemenu .ss-sidemenu-itm svg {
  width: 15px;
  height: 15px;
  color: #333;
  margin-left: 10px;
}
.SelfService .ss-sidemenu .ss-sidemenu-itm label {
  margin: 0;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SelfService .ss-sidemenu .sss-holder.active .ss-sidemenu-itm, .SelfService .ss-sidemenu .sss-holder:hover .ss-sidemenu-itm {
  background-color: rgba(0, 0, 0, 0.15);
}
.SelfService .ss-sidemenu .sss-holder.active .ss-sidemenu-itm {
  border-right: 4px solid #2980B9;
}
.SelfService .ss-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.SelfService .ss-banner {
  padding: 20px;
  padding-left: 50px;
  min-height: 220px;
  background-size: cover;
  display: flex;
  background-position: center;
  flex-direction: column;
  position: relative;
  text-align: right;
}
.SelfService .ss-banner .ss-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.85);
}
.SelfService .ss-banner .ss-banner-desc {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.SelfService .ss-banner .ss-banner-desc h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #fff;
}
.SelfService .ss-banner .ss-banner-desc p {
  color: #fff;
}
.SelfService .ss-banner .ss-back-btn {
  position: relative;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 3px 15px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  flex-flow: row-reverse;
}
.SelfService .ss-banner .ss-back-btn svg {
  margin-right: 5px;
}
.SelfService .ss-menu-itm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 100%;
  min-height: 200px;
}
.SelfService .ss-menu-itm svg {
  flex: 1;
  width: 35%;
  margin: auto;
  height: 70px;
  transition: all 0.3s;
}
.SelfService .ss-menu-itm .flag-icon {
  font-size: 55px;
  margin: auto;
  height: 70px;
}
.SelfService .ss-menu-itm h6 {
  font-weight: 500 !important;
  text-align: center;
  padding: 5px 10px;
}
.SelfService .ss-menu-itm:hover {
  border-color: #2980b9;
}
.SelfService .ss-menu-itm:hover svg {
  color: #2980b9;
  transition: all 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cu-icon-temp {
  display: none;
}

.cu-warning-letter {
  display: flex !important;
  position: absolute;
  width: 30px !important;
  color: #fff !important;
}

.cu-country-transfer {
  display: flex !important;
  position: absolute;
  width: 30px !important;
  padding-bottom: 5px;
  color: #fff !important;
}

.cu-annual-increase {
  display: flex !important;
  position: absolute;
  width: 24px !important;
  padding-bottom: 5px;
  color: #3d4959 !important;
  margin-top: 50px !important;
  margin-left: 70px !important;
}

.cu-mystery-shopper,
.cu-mystery-shopper-review {
  display: flex !important;
  position: absolute;
  width: 24px !important;
  height: 30px !important;
  padding-bottom: 5px;
  color: #fff !important;
  margin-top: -12px !important;
  margin-left: 18px !important;
}

.annual-salary-icon {
  padding: 0 10px;
  position: relative;
  outline: none;
  cursor: pointer;
}
.annual-salary-icon .fa-coins {
  font-size: 20px;
}
.annual-salary-icon .fa-arrow-up {
  position: absolute;
  bottom: 0;
  right: 3px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .SelfService .ss-banner {
    padding: 10px 20px !important;
    padding-top: 20px !important;
    min-height: unset !important;
  }
  .SelfService .ss-banner .ss-banner-desc h3 {
    font-size: 16px !important;
  }
  .SelfService .ss-banner .ss-banner-desc p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  [repeat-holder] > .col-lg-3.col-md-4.col-6 {
    padding: 5px !important;
  }
  .SelfService .ss-menu-itm svg {
    flex: unset !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
  .SelfService .ss-menu-itm .cu-warning-letter {
    width: 20px !important;
  }
  .SelfService .ss-menu-itm .cu-country-transfer {
    width: 15px !important;
  }
  .SelfService .ss-menu-itm .cu-annual-increase {
    width: 15px !important;
    margin-top: 50px !important;
    margin-left: 40px !important;
  }
  .SelfService .ss-menu-itm .cu-mystery-shopper,
  .SelfService .ss-menu-itm .cu-mystery-shopper-review {
    width: 14px !important;
    margin-top: 9px !important;
    margin-left: 9px !important;
  }
  .SelfService .ss-menu-itm .flag-icon {
    font-size: 40px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
  .SelfService .ss-menu-itm h6 {
    margin: 0 !important;
    white-space: unset !important;
    font-size: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .SelfService .ss-menu-itm {
    height: 100% !important;
    min-height: unset !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }
  .SelfService .ss-banner .ss-back-btn {
    margin-right: 0 !important;
    margin-left: auto !important;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .SelfService {
    padding: 50px 10px 10px 10px !important;
  }
  .SelfService .ss-container {
    margin-bottom: 0 !important;
  }
}
.profile-style-page {
  display: flex;
  position: relative;
  direction: rtl;
  text-align: right;
  padding: 80px 20px 20px 20px;
}
.profile-style-page .form-group label {
  color: #333;
}
.profile-style-page .profile-pagebackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../../Images/profile_bg.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(5px);
}
.profile-style-page .profile-panel {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.profile-style-page .profile-panel-title {
  font-size: 22px;
  font-weight: 500;
}
.profile-style-page .profile-tab-content {
  padding-top: 80px;
}
.profile-style-page .profile-tab-more {
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
  padding: 0 15px;
}
.profile-style-page .profile-tab-item {
  cursor: pointer;
  padding: 5px 0;
  font-weight: 500;
  font-size: 15px;
  color: #777;
}
.profile-style-page .profile-tab-item:hover {
  color: #2980b9;
}
.profile-style-page .profile-tab-item.active {
  color: #fff !important;
  background-color: #005FFF !important;
}
.profile-style-page .prof-content {
  position: relative;
  margin: 20px auto;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 1500px;
  min-height: 755px;
  display: flex;
  flex-direction: column;
}
.profile-style-page .prof-banner {
  width: 100%;
  height: 210px;
  display: flex;
  position: relative;
}
.profile-style-page .prof-banner .prof-banner-bg,
.profile-style-page .prof-banner .prof-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.profile-style-page .prof-banner .prof-banner-bg {
  background: url("../../../../../Resources/Images/profile_bg.jpg") center center no-repeat;
  background-size: cover;
}
.profile-style-page .prof-banner .prof-banner-overlay {
  background-color: rgba(26, 26, 26, 0.85);
}
.profile-style-page .prof-banner .img {
  position: absolute;
  top: 130px;
  width: 150px;
  height: 150px;
  object-fit: contain;
  background-color: #fff;
  right: 60px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.profile-style-page .prof-banner .prof-banner-desc {
  position: absolute;
  color: #fff;
  top: 50px;
  right: 280px;
  height: 140px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-fullname {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 500;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-position {
  font-size: 14px;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-location {
  font-size: 12px;
  opacity: 0.8;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-location svg {
  margin-left: 5px;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-other-info {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-other-info .pc-other {
  font-size: 14px;
  margin-left: 50px;
}
.profile-style-page .prof-banner .prof-banner-desc .pc-other-info .pc-other svg {
  margin-left: 5px;
}
.profile-style-page .prof-banner .prof-banner-btn {
  position: absolute;
  left: 20px;
  top: 10px;
  display: flex;
  align-items: center;
}
.profile-style-page .prof-banner .prof-banner-btn .pbb-item {
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fff;
  font-weight: bold;
  margin-right: 10px;
}
.profile-style-page .prof-banner .prof-banner-btn .pbb-item:hover {
  background-color: #3498db;
  border-color: #3498db;
}
.profile-style-page .prof-tab-container {
  padding: 20px;
}
.profile-style-page .prof-tab-container .prof-tab {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.profile-style-page .prof-tab-container .prof-tab-itm {
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  margin-bottom: -12px;
  cursor: pointer;
}
.profile-style-page .prof-tab-container .prof-tab-itm svg {
  color: #2980b9;
  margin-left: 8px;
}
.profile-style-page .prof-tab-container .prof-tab-itm label {
  margin: 0;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}
.profile-style-page .prof-tab-container .prof-tab-itm.active {
  border-bottom: 3px solid #2980b9;
}
.profile-style-page .prof-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  background-color: #eee;
  border-radius: 5px;
  text-align: right;
}
.profile-style-page .custom-fg {
  margin-bottom: 10px !important;
}
.profile-style-page .custom-fg label {
  margin: 0;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}
.profile-style-page .custom-fg .form-control {
  border-radius: 0;
  padding: 0 !important;
  background-color: transparent !important;
}
.profile-style-page .custom-fg .form-control-feedback {
  top: 0;
}
.profile-style-page .prof-btn-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.profile-style-page .prof-btn-group button {
  margin: 0;
  padding: 14px 20px 10px 20px;
}
.profile-style-page .pw-specs {
  padding: 0 20px 20px 20px;
  font-size: 13px;
  margin-bottom: 10px;
}
.profile-style-page .pw-specs .PwHint {
  line-height: normal;
  font-weight: 500 !important;
  padding: 5px 25px 5px 5px;
  color: #e74c3c;
  position: relative;
}
.profile-style-page .pw-specs .PwHint:before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 15px;
  right: 6px;
  top: 7px;
  color: #aaa;
}
.profile-style-page .pw-specs .PwHint.done span {
  text-decoration: line-through;
  color: #aaa;
}
.profile-style-page .pw-specs .PwHint.done:before {
  color: #2ecc71;
  content: "\f058";
}

#ProfileUpdate {
  margin-bottom: 0;
}

.ob-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.ob-list-item h5, .ob-list-item label {
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ob-list-item h5 {
  font-weight: bold;
  color: #333;
  font-size: 15px;
}
.ob-list-item:last-child {
  border-bottom: none;
}

.ob-list-desc {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.ob-list-icon {
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #95a5a6;
  margin-left: 15px;
  border-radius: 5px;
}

.ob-list-btn {
  cursor: pointer;
  outline: none;
  color: #005fff;
  font-weight: bold;
  font-size: 13px;
}

.my-documents .md-header {
  display: flex;
  align-items: center;
  padding: 10px;
}
.my-documents .md-header .mdh-item {
  cursor: pointer;
  margin-left: 15px;
  opacity: 0.5;
}
.my-documents .md-header .mdh-item.active {
  opacity: 1;
}
.my-documents .md-header .mdh-item.txt {
  cursor: default;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  color: #aaa;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.my-documents .custom-th {
  color: #777;
  font-size: 12px;
  padding: 5px 10px !important;
  font-weight: bold !important;
  text-align: right;
}
.my-documents td.filename {
  padding: 10px !important;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  max-width: 50vw;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
}
.my-documents td.filename svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.my-documents td.action {
  text-align: center;
}
.my-documents td.action svg {
  color: #2980b9 !important;
  cursor: pointer;
}
.my-documents .md-item-holder {
  padding-bottom: 20px;
  padding-top: 10px;
}
.my-documents .md-item-holder svg {
  color: #2980b9 !important;
  cursor: pointer;
}
.my-documents .md-item {
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
.my-documents .md-item svg {
  margin-bottom: auto;
  height: 50px;
  width: 30px;
  margin-top: 10px;
}
.my-documents .md-item label {
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  color: #333;
}
.my-documents .md-no-file {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f5f5f5;
}
.my-documents .md-no-file svg {
  font-size: 40px;
  margin-bottom: 10px;
  color: #aaa;
}

.Attendance-View {
  background: transparent;
  position: relative;
  color: #333;
}
.Attendance-View .att-twh {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(32, 101, 146);
  background: -moz-linear-gradient(-45deg, rgb(32, 101, 146) 0%, rgb(88, 166, 218) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 101, 146)), color-stop(100%, rgb(88, 166, 218)));
  background: -webkit-linear-gradient(-45deg, rgb(32, 101, 146) 0%, rgb(88, 166, 218) 100%);
  background: -o-linear-gradient(-45deg, rgb(32, 101, 146) 0%, rgb(88, 166, 218) 100%);
  background: -ms-linear-gradient(-45deg, rgb(32, 101, 146) 0%, rgb(88, 166, 218) 100%);
  background: linear-gradient(135deg, rgb(32, 101, 146) 0%, rgb(88, 166, 218) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#206592", endColorstr="#58a6da", GradientType=1 );
}
.Attendance-View .att-twh .Time-Attendance-Title {
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 10px;
}
.Attendance-View .att-twh .ScheduleClass {
  margin-top: 10px;
  font-size: 14px;
}
.Attendance-View .att-twh .TA-Sched-Title {
  opacity: 0.8;
}
.Attendance-View .att-clock {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(to right, #a99e74 0%, #d4bb59 100%);
}
.Attendance-View .att-clock > .row.m-0 {
  flex-flow: row-reverse;
}
.Attendance-View .LCTitle {
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 10px;
}
.Attendance-View .LL-Time {
  font-weight: 500;
  font-size: 40px;
}
.Attendance-View .LC-Log {
  display: flex;
  align-items: baseline;
  flex-flow: row-reverse;
}
.Attendance-View .LC-Log .LL-Status-Type {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: lighter;
}
.Attendance-View .LCDate {
  font-size: 11px;
  line-height: 11px;
  opacity: 0.8;
  text-transform: uppercase;
}
.Attendance-View .LCLoc {
  cursor: pointer;
  font-size: 11px;
  margin-top: 10px;
  line-height: 16px;
  display: flex;
  flex-flow: row-reverse;
}
.Attendance-View .LCLoc svg {
  margin-right: 5px;
  margin-top: 2px;
}
.Attendance-View .lc-info-holder {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.Attendance-View .LCInfo {
  display: flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: space-between;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.Attendance-View .LCInfo .LCCount {
  min-width: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.Attendance-View .LCInfo:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.Attendance-View .LCInfo:hover .LCCount {
  background-color: transparent;
}
.Attendance-View .today-logs-btn {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 12px;
  padding: 1px 5px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.Attendance-View .today-logs-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.Attendance-View .calendar-holder {
  position: relative;
}
.Attendance-View #ViewCalendar {
  margin-top: 20px;
}
.Attendance-View #ViewCalendar .fc-left h2 {
  font-size: 20px;
  font-weight: normal;
  color: #3498db;
}
.Attendance-View #ViewCalendar .fc-right button {
  border: none;
  background-color: #2980b9;
  font-size: 12px;
}
.Attendance-View #ViewCalendar .fc-right button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.Attendance-View #ViewCalendar .fc-widget-header {
  background-color: #f5f5f5;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: none;
}
.Attendance-View #ViewCalendar .fc-widget-content {
  background-color: transparent;
  border-color: transparent;
}
.Attendance-View #ViewCalendar .fc-header-toolbar {
  margin-bottom: 20px;
}
.Attendance-View #ViewCalendar .fc-day-grid .fc-row {
  height: 40px !important;
}
.Attendance-View #ViewCalendar .fc-day-grid .fc-day-top {
  position: relative;
}
.Attendance-View #ViewCalendar .fc-day-grid .fc-day-top .fc-day-number {
  float: unset;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(50% - 15px);
  top: 3px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}
.Attendance-View #ViewCalendar .fc-day-grid .fc-day-top .fc-day-number.selected {
  background-color: #eee;
}
.Attendance-View #ViewCalendar .fc-day-grid .fc-day-top .fc-day-number:hover {
  background-color: #eee;
}
.Attendance-View #ViewCalendar .fc-today .fc-day-number {
  background-color: #2980b9 !important;
  color: #fff;
}
.Attendance-View .at_daymodal {
  top: 0;
  position: relative;
  right: 0 !important;
  background-color: transparent;
  width: 100%;
  border: 1px solid #ccc;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  box-shadow: none;
  visibility: visible !important;
}
.Attendance-View .at_daymodal .at_daycontent {
  height: auto;
  width: 100%;
  box-shadow: none;
  padding: 10px;
  border-radius: 0;
  background: transparent;
}
.Attendance-View .at_daymodal .at-day-details .add-pill {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
}
.Attendance-View .at_daymodal .at-day-details .add-pill h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.Attendance-View .at_daymodal .at-day-details .add-pill label {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
.Attendance-View .at_daymodal .at-day-details .add-pill.late {
  background-color: #b3645c;
}
.Attendance-View .at_daymodal .at-day-details .add-pill.early {
  background-color: #c78e5b;
}
.Attendance-View .at_daymodal .at-day-details .add-pill.absent {
  background-color: #7f8c8d;
}
.Attendance-View .at_daymodal .at-day-details .add-grp {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
}
.Attendance-View .at_daymodal .at-day-details .add-grp h5 {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  color: #555;
}
.Attendance-View .at_daymodal .at-day-details .add-grp label {
  margin: 0;
  color: #777;
  padding-right: 15px;
}
.Attendance-View .at_daymodal .at-dc-header {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  font-size: 17px;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-weight: normal;
  color: #3498db;
}
.Attendance-View .at-tabular {
  z-index: 3;
  position: relative;
  visibility: visible !important;
}
.Attendance-View .at-tabular .at-md-content {
  color: #333;
  background: transparent;
  display: flex;
  flex-direction: column;
  max-height: unset;
}
.Attendance-View .at-tabular .at-header {
  background: none;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 0;
  opacity: 1;
  border-top: 1px solid #ccc;
}
.Attendance-View .at-tabular .at-header h3 {
  margin: 0;
  text-align: right;
  margin-bottom: 5px;
  font-weight: normal;
}
.Attendance-View .at-tabular .at-header .att-info-holder {
  display: none;
  align-items: center;
}
.Attendance-View .at-tabular .at-header .att-info-holder.att-show {
  display: flex;
}
.Attendance-View .at-tabular .at-header .att-info {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 20px;
}
.Attendance-View .at-tabular .at-header .att-info .fa-running {
  color: #978bea;
}
.Attendance-View .at-tabular .at-header .att-info .fa-clock {
  color: #1abc9c;
}
.Attendance-View .at-tabular .at-header .att-info .fa-exclamation-circle {
  color: #e74c3c;
}
.Attendance-View .at-tabular .at-header .att-info .fa-user-times {
  color: #95a5a6;
}
.Attendance-View .at-tabular .at-header .att-info svg {
  position: relative;
  top: inherit;
  left: inherit;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #aaa;
  opacity: 0.7;
  right: 0;
}
.Attendance-View .at-tabular .at-header .att-info b {
  font-size: 18px;
  margin-right: 5px;
}
.Attendance-View .at-tabular .at-header .att-info label {
  margin: 0;
  color: #333;
}
.Attendance-View .att-log-filter {
  padding: 10px 15px !important;
}
.Attendance-View .att-log-filter > .row {
  flex-flow: row-reverse;
}
.Attendance-View .att-log-filter input {
  color: #333;
}
.Attendance-View .att-log-filter button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Attendance-View .att-log-filter button svg {
  margin-right: 5px;
  margin-left: 5px;
}
.Attendance-View .at-tablecontainer {
  padding: 0 15px !important;
  overflow: hidden;
}
.Attendance-View .at-tablecontainer .container-table100 {
  max-height: 500px;
  overflow: auto;
}
.Attendance-View .at-tablecontainer .rwd-table {
  margin: 0;
}
.Attendance-View .at-tablecontainer .rwd-table .table100-head {
  background: #fff;
}
.Attendance-View .at-tablecontainer .rwd-table .table100-head th {
  padding: 5px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  white-space: nowrap;
  min-width: 110px;
  border-bottom: 1px solid #ddd;
}
.Attendance-View .at-tablecontainer .rwd-table td {
  padding: 5px;
  white-space: nowrap;
}
.Attendance-View .at-tablecontainer .rwd-table tbody tr {
  background-color: #fff !important;
}
.Attendance-View .at-tablecontainer .rwd-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01) !important;
}
.Attendance-View .TA-History {
  height: 100%;
  width: 0 !important;
  box-shadow: none;
  z-index: 3;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.5s;
}
.Attendance-View .TA-History .TA-Header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.Attendance-View .TA-History .TA-Header .TA-Title-History {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.Attendance-View .TA-History .TA-Header svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.5;
  margin-right: 15px;
}
.Attendance-View .TA-History .TA-Header svg:hover {
  opacity: 1;
}
.Attendance-View .TA-History .TA-ListContainer {
  flex: 1;
  overflow-y: auto;
}
.Attendance-View .TA-History #HistoryTime,
.Attendance-View .TA-History #HistoryLocation {
  color: #333;
  margin: 0;
}
.Attendance-View .TA-History #HistoryLocation {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Attendance-View .TA-History .TA-GoogleLoc {
  height: 100%;
  color: #2980b9;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.Attendance-View .TA-History .TA-GoogleLoc svg {
  margin-right: 5px;
}
.Attendance-View .TA-History.TA-AddShadow {
  width: 100% !important;
  transition: width 0.5s;
}
.Attendance-View .TA-History .tbl-report th, .Attendance-View .TA-History .tbl-report td {
  font-size: 13px;
}
.Attendance-View .TA-History .tbl-report th {
  font-weight: bold !important;
  color: #333;
}
.Attendance-View .prof-banner-btn {
  padding: 10px 5px 0;
  align-items: center;
  margin-bottom: -10px;
  justify-content: space-between;
}
.Attendance-View .prof-banner-btn .pbb-item {
  background-color: #2980b9;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.Attendance-View .prof-banner-btn .pbb-item:last-child {
  margin-right: 0;
}

.my-assigments .ma-container {
  overflow-y: auto;
  max-height: 500px;
}
.my-assigments .control-td svg {
  color: #2980b9;
  cursor: pointer;
}
.my-assigments .desc-td {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 500px;
  min-width: 500px;
}

.business-card {
  width: 100%;
  padding: 20px;
  display: flex;
  max-width: 450px;
  text-align: center;
  align-items: center;
  border: 2px solid #111;
  flex-direction: column;
}
.business-card h5 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.business-card h6 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.qr-container {
  width: 200px;
  height: 200px;
  background-color: #eee;
}
.qr-container img, .qr-container canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #FFF;
}

@media screen and (max-width: 992px) {
  .business-card {
    max-width: 100% !important;
  }
  .profile-style-page .prof-tab-container {
    padding: 10px !important;
  }
  .profile-style-page .prof-banner .img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    border: none !important;
    right: 20px !important;
    top: 20px !important;
  }
  .profile-style-page .prof-banner .prof-banner-btn .pbb-item {
    font-size: 10px !important;
    padding: 0px 10px !important;
  }
  .profile-style-page .prof-banner .prof-banner-desc {
    right: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .Attendance-View .att-clock > .row.m-0 {
    flex-flow: column !important;
  }
  .profile-style-page .prof-content {
    min-height: initial !important;
  }
  .profile-style-page .prof-banner .prof-banner-desc .pc-other-info {
    justify-content: center !important;
  }
  .profile-style-page .prof-tab-container .prof-tab {
    justify-content: center !important;
  }
  .profile-style-page .prof-banner {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
  }
  .profile-style-page .prof-banner .img {
    margin: auto !important;
    margin-bottom: 20px !important;
    width: 80px !important;
    height: 80px !important;
    right: 0 !important;
    top: auto !important;
    position: relative !important;
  }
  .profile-style-page .prof-banner .prof-banner-desc {
    position: relative !important;
    right: 0 !important;
    height: auto !important;
    top: unset !important;
    text-align: center !important;
  }
  .profile-style-page .prof-banner .prof-banner-desc .pc-fullname {
    font-size: 22px !important;
  }
  .profile-style-page .prof-tab-container .prof-tab-itm {
    margin-left: 20px !important;
    font-size: 10px !important;
  }
  .Attendance-View .lc-info-holder {
    border-left: 0 !important;
  }
  .Attendance-View .at-tabular .at-header {
    padding: 10px !important;
  }
  .Attendance-View .at-tabular .at-header .att-info {
    margin-right: 10px !important;
  }
  .Attendance-View .at-tabular .at-header h3 {
    font-size: 20px !important;
  }
  .Attendance-View .at-tabular .at-header .att-info b {
    font-size: 14px !important;
  }
  .Attendance-View .at-tabular .at-header .att-info label {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 576px) {
  .Attendance-View #ViewCalendar .fc-left h2,
  .Attendance-View .at_daymodal .at-dc-header {
    font-size: 16px !important;
  }
  .profile-style-page {
    padding: 50px 10px 10px 10px !important;
  }
  .profile-style-page .prof-tab-container .prof-tab {
    justify-content: space-around !important;
    margin-bottom: 0px !important;
  }
  .profile-style-page .prof-banner .prof-banner-desc .pc-fullname {
    font-size: 16px !important;
  }
  .profile-style-page .prof-banner .prof-banner-desc .pc-position {
    font-size: 10px !important;
    line-height: 10px !important;
    opacity: 0.7 !important;
  }
  .profile-style-page .prof-tab-container .prof-tab-itm {
    font-size: 20px !important;
    min-width: 40px !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }
  .profile-style-page .prof-tab-container .prof-tab-itm svg {
    color: #777 !important;
    margin-left: 0 !important;
  }
  .profile-style-page .prof-tab-container .prof-tab-itm.active svg {
    color: #2980b9 !important;
  }
  .profile-style-page .prof-title {
    font-size: 15px !important;
  }
  .Attendance-View {
    margin: 10px -15px !important;
  }
  .Attendance-View .padding-center-time .TA-Sched-Time {
    font-size: 24px !important;
  }
  .att-log-filter .col-2, .att-log-filter .col-5 {
    padding: 0 5px !important;
  }
  .Attendance-View .at-tabular .at-header .att-info {
    flex-direction: column !important;
    padding: 5px !important;
    padding-bottom: 10px !important;
    background-color: #f5f5f5 !important;
    flex: 1 !important;
    margin: 0 2px !important;
  }
  .Attendance-View .at-tabular .at-header .att-info b {
    margin-right: 0 !important;
  }
  .Attendance-View .at-tabular .at-header .att-info-holder.att-show {
    justify-content: space-around !important;
  }
  .Attendance-View .prof-banner-btn .pbb-item {
    padding: 3px !important;
    font-size: 10px !important;
  }
  .Attendance-View .TA-History.TA-AddShadow {
    padding: 10px !important;
  }
  .Attendance-View .TA-History .TA-Header .TA-Title-History {
    font-size: 15px !important;
  }
}
.Document {
  display: flex;
  position: relative;
  padding: 80px 20px 20px 20px;
}
.Document .doc-overlay-container {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Document .doc-overlay {
  background: url(../../../FormBackground/Policy.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  filter: blur(5px);
  margin: -40px;
}
.Document .doc-overlay.JD {
  background: url(../../../FormBackground/JobDescription.jpg);
}
.Document .doc-overlay.MF {
  background: url(../../../FormBackground/ManualForms.jpg);
}
.Document .doc-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: relative;
}
.Document .doc-banner {
  padding: 20px 30px;
  background: url(../../../FormBackground/Policy.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  text-align: right;
}
.Document .doc-banner.JD {
  background: url(../../../FormBackground/JobDescription.jpg);
}
.Document .doc-banner.MF {
  background: url(../../../FormBackground/ManualForms.jpg);
}
.Document .doc-banner .doc-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.85);
}
.Document .doc-banner h4 {
  font-size: 28px;
  position: relative;
  margin: 0;
}
.Document .doc-banner p {
  margin-top: 5px;
  position: relative;
  font-size: 15px;
  opacity: 0.9;
}
.Document .doc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.Document .doc-title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.Document .dataTable {
  width: 100% !important;
}
.Document .alphabet {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.Document .alphabet a {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #2980b9 !important;
  min-width: 30px;
  font-weight: bold;
}
.Document .alphabet a.empty {
  color: #777 !important;
  opacity: 0.5 !important;
  font-weight: normal !important;
}
.Document .alphabet a:hover {
  color: #333 !important;
  font-weight: bold;
}
.Document .alphabet a.active {
  color: #fff !important;
  background-color: #2980b9 !important;
  font-weight: normal !important;
}
.Document .alphabet-group {
  background-color: #eee !important;
  color: #aaa !important;
  font-weight: bold !important;
}
.Document .alphabet-group:hover {
  background-color: #eee !important;
}
.Document .dataTable a {
  color: #2980b9 !important;
}
.Document .dataTable a:hover {
  font-weight: bold;
  color: #333 !important;
}
.Document td, .Document th {
  border-color: transparent !important;
}
.Document .dataTables_filter {
  display: flex;
  align-items: center;
}
.Document .dataTables_filter label {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: bold !important;
  color: #333;
}
.Document .dataTables_filter input {
  border: 1px solid #ddd !important;
  background: none;
  width: 100% !important;
  border-radius: 5px;
  margin-left: 0 !important;
  margin-right: 0.5em;
}
.Document .dataTables_length {
  display: flex;
  justify-content: flex-end;
}
.Document .dataTables_length label {
  font-weight: bold !important;
  color: #333;
}
.Document .dataTables_length select {
  width: auto;
}
.Document .dataTables_info {
  display: none;
}
.Document .dataTables_paginate .pagination {
  flex-flow: row-reverse;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .Document {
    padding: 50px 10px 10px 10px !important;
  }
  .Document .doc-banner h4 {
    margin: 0 0 5px 0 !important;
    font-size: 18px !important;
  }
  .Document .doc-banner p {
    font-size: 12px !important;
    line-height: 20px;
  }
  .Document .doc-content {
    padding: 10px !important;
  }
  .Document .doc-title {
    font-size: 18px !important;
    margin-top: 5px !important;
  }
  .Document .alphabet {
    padding: 0 !important;
  }
  .Document .alphabet a {
    min-width: 25px !important;
    font-size: 12px !important;
  }
  .dataTables_paginate {
    display: flex !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    justify-content: center !important;
  }
  .dataTables_paginate .pagination {
    white-space: normal !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}
.Listing {
  display: flex;
  position: relative;
  padding: 80px 20px 20px 20px;
}
.Listing .listing-overlay-container {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Listing .listing-overlay {
  background-position: center;
  background-size: cover;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  filter: blur(5px);
  margin: -40px;
}
.Listing .listing-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: relative;
}
.Listing .listing-banner {
  padding: 20px 30px;
  color: #fff;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  background: rgb(51, 51, 51);
}
.Listing .listing-banner .delegate-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.Listing .listing-banner .delegate-btn svg {
  width: 13px;
  height: 13px;
  margin: 0 2px 0 5px;
}
.Listing .listing-banner .delegate-btn .del-name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.Listing .listing-banner .delegate-btn .delbtn {
  display: flex;
  cursor: pointer;
}
.Listing .listing-banner .delegate-btn .delbtn:hover {
  text-decoration: underline;
}
.Listing .listing-banner .delegate-label {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.7;
}
.Listing .listing-banner .delegate-label .DelNames {
  margin-left: 3px;
}
.Listing .listing-banner h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-align: right;
}
.Listing .listing-banner label {
  color: #fff;
  opacity: 0.75;
  text-align: right;
}
.Listing .listing-banner .listing-btn-grp {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.Listing .listing-banner .listing-btn-grp button {
  min-width: 70px;
  min-height: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 15px;
}
.Listing .listing-banner .listing-btn-grp button svg {
  margin-left: 5px;
}
.Listing .listing-banner .listing-btn-grp button:hover {
  background-color: #fff;
  color: #1c567d;
}
.Listing .dataTables_wrapper {
  padding: 20px;
}
.Listing .dataTables_wrapper .row:first-child {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.Listing .dataTables_wrapper .row:first-child .col-sm-12 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
.Listing .dataTables_wrapper .row:first-child .col-sm-12:last-child {
  max-width: 60% !important;
  flex: 0 0 60% !important;
}
.Listing .dataTables_wrapper .row:nth-child(2) {
  margin: 0;
}
.Listing .dataTables_wrapper .row:nth-child(2) .col-sm-12:first-child {
  overflow-x: auto;
  min-height: 350px;
}
.Listing .dataTables_info {
  display: none;
}
.Listing .dataTables_length {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.Listing .dataTables_length label {
  font-size: 13px;
  font-weight: bold !important;
  color: #707070;
  margin: 0;
}
.Listing .dataTables_length select {
  width: auto !important;
  background: none;
  background-color: #eee;
  text-align: center;
  border-radius: 4px;
}
.Listing .dataTables_filter {
  text-align: left;
  margin-bottom: 10px;
}
.Listing .dataTables_filter label {
  width: 100%;
  margin: 0;
  font-weight: bold !important;
  color: #707070;
  display: flex;
  align-items: center;
}
.Listing .dataTables_filter input {
  background: none;
  background-color: #eee;
  border-radius: 4px;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0.5em;
}
.Listing .dataTable {
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 20px 0 !important;
  text-align: right;
}
.Listing .dataTable .First-Column {
  width: auto;
  padding-left: 0 !important;
  padding-right: 30px !important;
}
.Listing .dataTable .First-Column:before, .Listing .dataTable .First-Column:after {
  display: none;
}
.Listing .dataTable .First-Column .btn-group {
  margin: 0;
}
.Listing .dataTable .First-Column .btn-group button {
  padding: 0 !important;
  margin-left: 10px;
  color: #555 !important;
}
.Listing .dataTable .First-Column .btn-group button svg {
  width: 15px;
  height: 15px;
}
.Listing .dataTable .First-Column .btn-group button svg.fa-check {
  color: #27ae60 !important;
}
.Listing .dataTable .First-Column .btn-group button:first-child {
  margin-left: 10px;
}
.Listing .dataTable .First-Column .btn-group button:hover {
  color: #007bff !important;
}
.Listing .dataTable .First-Column .btn-group button[disabled] {
  opacity: 0.5;
  color: #555 !important;
  cursor: not-allowed;
}
.Listing .dataTable td, .Listing .dataTable th {
  padding: 5px !important;
  white-space: nowrap;
}
.Listing .dataTable th {
  font-size: 14px;
  padding-right: 30px !important;
  font-weight: bold !important;
}
.Listing .dataTable th.sorting:before, .Listing .dataTable th.sorting:after, .Listing .dataTable th.sorting_asc:before, .Listing .dataTable th.sorting_asc:after, .Listing .dataTable th.sorting_desc:before, .Listing .dataTable th.sorting_desc:after {
  bottom: 6px !important;
  opacity: 1;
}
.Listing .dataTable td {
  border-color: transparent !important;
}
.Listing .dataTable td:first-child:before {
  border: none !important;
  box-shadow: none !important;
  background-color: #f39c12 !important;
  width: 17px !important;
  height: 17px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1px !important;
  top: calc(50% - 8.5px) !important;
  font-size: 13px;
  left: auto !important;
  right: 4px;
  border-radius: 50% !important;
}
.Listing .dataTable tr.child ul {
  width: 100%;
}
.Listing .dataTable tr.child ul li {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .Listing {
    padding: 50px 10px 10px 10px !important;
  }
  .Listing .listing-banner h5 {
    font-size: 18px !important;
  }
  .Listing .listing-banner label {
    font-size: 12px !important;
  }
  .Listing .listing-banner {
    min-height: 130px !important;
  }
  .Listing .listing-banner .listing-btn-grp button {
    font-size: 12px !important;
    min-height: 25px !important;
    padding: 0 10px !important;
  }
  .Listing .dataTables_wrapper {
    padding: 10px !important;
  }
  .Listing .dataTable td, .Listing .dataTable th {
    font-size: 12px !important;
  }
  .Listing .dataTable {
    margin: 10px 0 !important;
  }
  .Listing .dataTables_filter label {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 576px) {
  .Listing .pagination > .page-item > .Listing .page-link, .pagination > .page-item > span {
    font-size: 10px !important;
  }
  .Listing .listing-banner .delegate-btn {
    align-items: flex-start !important;
    font-size: 12px !important;
  }
  .Listing .listing-banner h5 {
    font-size: 16px !important;
  }
}
.FormStyle {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 80px 20px 20px 20px;
  text-align: right;
}
.FormStyle .fs-overlay-container {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.FormStyle .fs-overlay {
  background-position: center;
  background-size: cover;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  filter: blur(5px);
  margin: -40px;
}
.FormStyle .fs-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #f2f5f6;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: relative;
}
.FormStyle .fs-header {
  padding: 20px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #1A1A1A;
}
.FormStyle .fs-header h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.FormStyle .fs-header .fs-status {
  margin-top: 10px;
}
.FormStyle .fs-header .fs-status label {
  margin: 0 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-weight: 500;
}
.FormStyle .fs-header .fs-header-btn {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.FormStyle .fs-header .fs-header-btn button {
  min-width: 70px;
  min-height: 30px;
  margin-left: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 15px;
}
.FormStyle .fs-header .fs-header-btn button svg {
  margin-left: 5px;
}
.FormStyle .fs-header .fs-header-btn button:hover {
  background-color: #fff;
  color: #1c567d;
}
.FormStyle .fs-header .fs-header-btn .dropdown button {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.FormStyle .fs-header .fs-header-btn .dropdown .dropdown-menu {
  z-index: 1;
  top: 45px !important;
  min-width: 250px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.FormStyle .fs-header .fs-header-btn .dropdown .dropdown-menu .dropdown-item .material-icons {
  width: 25px;
  margin-left: 10px;
  text-align: center;
}
.FormStyle .fs-header .fs-header-btn .dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent !important;
  color: #2980b9 !important;
}
.FormStyle .fs-note {
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  margin: 0;
  max-width: 100%;
}
.FormStyle .fs-note.info {
  color: #2980b9;
}
.FormStyle .fs-note.warning {
  color: #e74c3c;
}
.FormStyle .fs-ordered-list {
  padding-right: 20px;
}
.FormStyle .fs-attachment-container {
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.FormStyle .fs-attachment-container .fs-attachment-itm {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  justify-content: space-between;
  height: 40px;
  padding: 5px 15px;
  min-width: 120px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 20px;
  background-color: #eee;
  margin: 5px;
}
.FormStyle .fs-attachment-container .fs-attachment-itm a {
  color: #333 !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FormStyle .fs-attachment-container .fs-attachment-itm svg {
  color: #aaa;
  cursor: pointer;
  margin-left: 10px;
}
.FormStyle .fs-attachment-container .fs-attachment-itm svg:hover {
  color: #777;
}
.FormStyle .fs-attachment-container .fs-attachment-none {
  width: 100%;
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #aaa;
}
.FormStyle .fs-attachment-count {
  font-size: 13px;
  color: #333;
  text-align: right;
  font-weight: 400;
  margin-top: 10px;
}
.FormStyle .fs-footer-btn,
.FormStyle .fs-table-btn {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: flex-end;
}
.FormStyle .fs-footer-btn .btn,
.FormStyle .fs-table-btn .btn {
  min-width: 70px;
  min-height: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #e1e1e1;
  color: #555;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 15px;
}
.FormStyle .fs-footer-btn .btn svg,
.FormStyle .fs-table-btn .btn svg {
  margin-left: 5px;
}
.FormStyle .fs-footer-btn .btn.emphasized,
.FormStyle .fs-table-btn .btn.emphasized {
  background-color: #2980b9 !important;
  color: #fff !important;
}
.FormStyle .fs-footer-btn button,
.FormStyle .fs-table-btn button {
  min-width: 70px;
  min-height: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #e1e1e1;
  color: #555;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 15px;
}
.FormStyle .fs-footer-btn button svg,
.FormStyle .fs-table-btn button svg {
  margin-left: 5px;
}
.FormStyle .fs-footer-btn button.emphasized,
.FormStyle .fs-table-btn button.emphasized {
  background-color: #e1e1e1 !important;
  color: #2980b9 !important;
  border: 1px solid #2980b9;
}
.FormStyle .fs-footer-btn button.emphasized:hover,
.FormStyle .fs-table-btn button.emphasized:hover {
  color: #fff !important;
  background-color: #2980b9 !important;
  transition: background-color 0.3s;
}
.FormStyle .fs-footer-btn button.danger,
.FormStyle .fs-table-btn button.danger {
  background-color: #e1e1e1 !important;
  color: red !important;
  border: 1px solid red;
}
.FormStyle .fs-footer-btn button.danger:hover,
.FormStyle .fs-table-btn button.danger:hover {
  color: #fff !important;
  background-color: red !important;
  transition: background-color 0.3s;
}
.FormStyle .fs-table th, .FormStyle .fs-table td {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 15px !important;
  border-top: none;
}
.FormStyle .fs-table .fs-table-action {
  display: flex;
  align-items: center;
}
.FormStyle .fs-table .fs-action-btn {
  color: #777;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  background-color: transparent;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 16px !important;
}
.FormStyle .fs-table .fs-action-btn svg {
  font-size: 16px !important;
}
.FormStyle .fs-content {
  padding: 20px;
}
.FormStyle .fs-chat-container {
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 300px;
}
.FormStyle .fs-chat-container .fs-chat-item {
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 75%;
  margin-bottom: 40px;
}
.FormStyle .fs-chat-container .fs-chat-item .chat-name {
  position: absolute;
  font-size: 10px;
  color: #aaa;
  top: -20px;
  white-space: nowrap;
}
.FormStyle .fs-chat-container .fs-chat-item.chat-member {
  margin-right: auto;
  background-color: #eee;
  color: #333;
}
.FormStyle .fs-chat-container .fs-chat-item.chat-member .chat-name {
  left: 0;
}
.FormStyle .fs-chat-container .fs-chat-item.chat-member:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #eee;
  bottom: -15px;
  left: 0;
}
.FormStyle .fs-chat-container .fs-chat-item.chat-owner {
  margin-left: auto;
  background-color: #4978f8;
  color: #fff;
}
.FormStyle .fs-chat-container .fs-chat-item.chat-owner .chat-name {
  right: 0;
}
.FormStyle .fs-chat-container .fs-chat-item.chat-owner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0;
  border-top: 20px solid #4978f8;
  bottom: -15px;
  right: 0;
}
.FormStyle .fs-info-section,
.FormStyle .fs-field-section {
  margin-bottom: 10px;
}
.FormStyle .fs-info-section h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.FormStyle .fs-info-section .fs-uppercased {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.FormStyle .fs-info-section p {
  font-size: 13px;
  color: #707070;
}
.FormStyle .fs-info-section .simple-btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  color: #2980b9;
  padding: 5px 0;
  width: 100%;
  text-align: right;
}
.FormStyle .fs-info-section .form-group {
  margin-bottom: 15px;
  width: 100%;
}
.FormStyle .fs-info-section .form-group label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.FormStyle .fs-divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 10px 15px;
}
.FormStyle .fs-title {
  margin: 15px;
  width: 100%;
  font-weight: 500;
  color: #333;
  font-size: 18px;
}
.FormStyle .fs-title.with-sub {
  margin-bottom: 0;
}
.FormStyle .fs-subtitle {
  font-size: 12px;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #707070;
}
.FormStyle .fs-field-section {
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.FormStyle .fs-field-section .form-group {
  margin-bottom: 15px;
  width: 100%;
}
.FormStyle .fs-field-section .form-group label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.FormStyle .btn {
  padding: 8px 20px;
  font-size: 13px;
}
.FormStyle .btn.btn-primary {
  border-color: #2980b9 !important;
  background-color: #2980b9 !important;
}
.FormStyle .fs-pill-item {
  padding: 10px;
  border: 1px solid #2980b9;
  background-color: rgba(41, 128, 185, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  color: #2980b9;
  font-weight: 500;
}
.FormStyle .pill-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.FormStyle .pill-header .pill-desc {
  display: flex;
  flex-direction: column;
}
.FormStyle .pill-header .pill-desc .pill-title {
  font-size: 14px;
  font-weight: bold;
}
.FormStyle .pill-header .pill-desc .pill-subtitle {
  font-size: 12px;
}
.FormStyle .pill-header .pill-download {
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  color: #2980b9;
}
.FormStyle .Flight-Banner {
  background: #4a7fe6;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
}
.FormStyle .Flight-Banner label {
  color: #fff;
  font-weight: 600;
}
.FormStyle .assignee-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.FormStyle .assignee-item .icon-assignee {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #0556f3;
  margin-left: 10px;
}
.FormStyle .assignee-item label {
  color: #333;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
}
.FormStyle .assignee-item .font-normal {
  color: #333;
  margin: auto;
  font-weight: unset;
  font-size: unset;
}
.FormStyle .assignee-item .selectize-control {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .FormStyle {
    padding: 50px 10px 10px 10px !important;
  }
  .FormStyle .form-control {
    font-size: 13px !important;
  }
  .FormStyle .fs-info-section h5 {
    font-size: 14px !important;
  }
  .FormStyle .fs-info-section p {
    font-size: 12px !important;
  }
  .FormStyle .fs-header,
  .FormStyle .fs-content {
    padding: 10px !important;
  }
  .FormStyle .fs-field-section {
    padding: 5px 0px !important;
  }
  .FormStyle .fs-header h5 {
    font-size: 18px !important;
  }
  .FormStyle .fs-header .fs-header-btn {
    margin-top: 20px !important;
  }
  .FormStyle .fs-header .fs-header-btn button {
    min-width: 35px !important;
    max-width: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    border-radius: 50% !important;
  }
  .FormStyle .fs-header .fs-header-btn button svg {
    margin-left: 0 !important;
    font-size: 16px !important;
  }
  .FormStyle .fs-header .fs-header-btn .dropdown button {
    min-width: 0 !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 576px) {
  .FormStyle .fs-header h5 {
    font-size: 16px !important;
  }
  .FormStyle .fs-header .fs-status label,
  .FormStyle .fs-header .fs-status {
    font-size: 13px !important;
  }
}
.online-passport {
  min-width: 100vw;
  min-height: 100vh;
  background-color: #f6f8fc;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.online-passport .op-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  z-index: 2;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 10px;
}
.online-passport .op-header-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.online-passport .ohc-system {
  display: flex;
  align-items: center;
}
.online-passport .ohc-system img {
  width: 55px;
  height: 70px;
  object-fit: cover;
  margin-left: 15px;
  margin-bottom: -10px;
}
.online-passport .ohc-system h5 {
  font-weight: 500;
  color: #333;
  margin: 0;
  font-size: 18px;
}
.online-passport .ohc-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.online-passport .ohc-control-itm {
  outline: none;
  cursor: pointer;
  color: #333;
  margin-left: 30px;
}
.online-passport .ohc-dd-language .flag-icon {
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.online-passport .ohc-dd-language .dropdown-menu {
  top: 40px !important;
  padding: 0;
}
.online-passport .ohc-dd-language .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  color: #777 !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  box-shadow: none;
  background-color: transparent;
}
.online-passport .ohc-dd-language .dropdown-menu .dropdown-item i {
  margin-right: 30px;
}
.online-passport .ohc-dd-language .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.online-passport .op-container {
  flex: 1;
  padding-top: 60px;
}
.online-passport .op-banner {
  width: 100%;
  height: 250px;
  background-color: #eee;
  position: relative;
  height: 280px;
  display: flex;
  padding: 0 10px;
}
.online-passport .op-banner.SApassport {
  background-image: url("../../../../../Resources/Images/blue_pattern.jpg");
}
.online-passport .op-banner.SMpassport {
  background-image: url("../../../../../Resources/Images/red_pattern.jpg");
}
.online-passport .op-banner.AMpassport {
  background-image: url("../../../../../Resources/Images/green_pattern.jpg");
}
.online-passport .op-banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(84, 84, 84);
  background: -moz-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(84, 84, 84)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#545454", endColorstr="#000000", GradientType=0 );
  opacity: 0;
}
.online-passport .op-banner-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 80px auto -90px;
  display: flex;
  flex-direction: column;
}
.online-passport .banner-title {
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
}
.online-passport .op-profile {
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 0 20px;
}
.online-passport .op-name {
  font-weight: bold;
}
.online-passport .op-avatar-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  max-width: 250px;
}
.online-passport .op-avatar, .online-passport .page-view-avatar {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: 36px;
}
.online-passport .op-avatar.SApassport, .online-passport .SApassport.page-view-avatar {
  background-color: #7B88BC;
}
.online-passport .op-avatar.SMpassport, .online-passport .SMpassport.page-view-avatar {
  background-color: #CC3C64;
}
.online-passport .op-avatar.AMpassport, .online-passport .AMpassport.page-view-avatar {
  background-color: #2DB780;
}
.online-passport .op-info-holder {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.online-passport .op-info-holder.widget .op-info label, .online-passport .op-info-holder.widget .op-info p {
  font-size: 14px !important;
}
.online-passport .op-info label {
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  color: #333;
}
.online-passport .op-info p {
  color: #777;
  margin: 0;
  font-size: 14px;
}
.online-passport .op-content-holder {
  padding: 120px 10px 30px;
  display: flex;
}
.online-passport .op-content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.online-passport .op-navtabs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.online-passport .op-navtabs .nav-item {
  text-align: center;
}
.online-passport .op-navtabs .nav-link {
  color: #aaa !important;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 25px;
}
.online-passport .op-navtabs .nav-link:hover {
  color: #aaa !important;
}
.online-passport .op-navtabs .nav-link.active {
  color: #333 !important;
  font-weight: bold;
  border-bottom: 3px solid #1273EB !important;
}
.online-passport .op-navtabs .nav-link.active svg {
  color: #777;
}
.online-passport .op-navtabs .nav-link.active:hover {
  color: #333 !important;
}
.online-passport .tab-pane {
  max-width: 100% !important;
}
.online-passport .op-panel {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.online-passport .op-panel-label {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.online-passport .op-panel-label.bordered {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.online-passport .op-points-pill {
  background-color: rgba(18, 115, 235, 0.1);
  border: 1px solid #1273EB;
  border-radius: 5px;
  color: #1273EB;
  padding: 20px;
}
.online-passport .op-points-pill h5, .online-passport .op-points-pill label {
  margin: 0;
}
.online-passport .op-points-pill h5 {
  font-weight: bold;
  font-size: 30px;
}
.online-passport .op-points-pill label {
  color: #1273EB;
  font-size: 13px;
  text-transform: uppercase;
}
.online-passport .op-points-pill.emphasized {
  background-color: #1273EB;
  color: #fff;
}
.online-passport .op-points-pill.emphasized label {
  color: #fff;
}
.online-passport .op-points-pill.mini {
  padding: 10px 15px;
}
.online-passport .op-points-pill.mini h5 {
  font-size: 20px;
}
.online-passport .op-points-pill.mini label {
  font-size: 12px;
}
.online-passport .op-points-pill.pending {
  background-color: rgba(119, 119, 119, 0.1);
  border: 1px solid #777;
  color: #777;
}
.online-passport .op-points-pill.pending label {
  color: #777;
}
.online-passport .op-points-pill.for-evaluation {
  background-color: rgba(230, 126, 34, 0.1);
  border: 1px solid #e67e22;
  color: #e67e22;
}
.online-passport .op-points-pill.for-evaluation label {
  color: #e67e22;
}
.online-passport .op-points-pill.for-review {
  background-color: rgba(18, 115, 235, 0.1);
  border: 1px solid #1273EB;
  color: #1273EB;
}
.online-passport .op-points-pill.for-review label {
  color: #1273EB;
}
.online-passport .op-points-pill.reviewed {
  background-color: rgba(39, 174, 96, 0.1);
  border: 1px solid #27ae60;
  color: #27ae60;
}
.online-passport .op-points-pill.reviewed label {
  color: #27ae60;
}
.online-passport .pd-panel {
  background-color: #F6F8FC;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.online-passport .pd-score {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.online-passport .pd-criteria {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.online-passport .pd-desc {
  font-size: 14px;
  color: #777;
}
.online-passport .pd-details {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.online-passport .pd-details-itm h5, .online-passport .pd-details-itm label {
  margin: 0;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.online-passport .pd-details-itm h5 {
  font-weight: 500;
  color: #333;
}
.online-passport .pd-details-itm label {
  font-size: 13px;
}
.online-passport .op-lbl {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.online-passport .op-txtarea {
  min-height: 150px;
  background-image: none;
  border: 1px solid #ccc;
}
.online-passport .op-txtarea[disabled] {
  border: none;
  background-color: #f6f8fc;
}
.online-passport .op-btn {
  background-color: #1273EB;
  text-transform: none;
  font-size: 14px;
  padding: 10px 20px;
}
.online-passport .op-btn svg {
  margin: 0 5px;
}
.online-passport .op-panel-txt {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.online-passport .panel-sticky {
  position: sticky;
  top: 70px;
}
.online-passport .op-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.online-passport .op-info h5, .online-passport .op-info label {
  margin: 0;
  font-size: 15px;
}
.online-passport .op-info label {
  font-weight: bold;
  color: #333;
}
.online-passport .page-view-itm {
  display: flex;
}
.online-passport .page-view-itm:last-child .page-view-desc {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.online-passport .page-view-avatar {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  font-size: 12px;
  margin: 0 0 0 10px;
}
.online-passport .page-view-desc {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.online-passport .page-view-desc h5, .online-passport .page-view-desc p, .online-passport .page-view-desc label {
  margin: 0;
}
.online-passport .page-view-desc h5 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.online-passport .page-view-desc p {
  font-size: 14px;
}
.online-passport .page-view-desc label {
  font-size: 13px;
  color: #aaa;
}
.online-passport .op-footer {
  background-color: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.online-passport .op-footer p {
  margin: 0;
  font-weight: 500;
}
.online-passport .op-accordion .op-accordion-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.online-passport .op-accordion .op-accordion-header a {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333;
}
.online-passport .op-accordion .op-accordion-header a .op-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1273EB;
  color: #1273EB;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  transform: rotateZ(0deg) !important;
  transition: transform 0.3s;
}
.online-passport .op-accordion .op-accordion-header a.collapsed .op-toggle {
  transform: rotateZ(-90deg) !important;
  transition: transform 0.3s;
}
.online-passport .op-accordion .op-accordion-body {
  padding: 10px 25px 25px;
}
.online-passport .op-accordion .op-accordion-body .op-acc-lbl {
  font-weight: bold;
  font-size: 13px;
  align-items: center;
  display: flex;
  color: #777;
}
.online-passport .op-accordion .op-accordion-body select {
  border: 1px solid #ccc;
  background-image: none;
}

@media screen and (max-width: 991px) {
  .online-passport .op-navtabs .nav-item {
    flex: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .online-passport .op-banner {
    height: 240px !important;
  }
  .online-passport .banner-title {
    font-size: 18px !important;
    margin: 0 0 50px 0 !important;
  }
  .online-passport .op-banner-content {
    margin: 20px auto -30px !important;
  }
  .online-passport .op-avatar, .online-passport .page-view-avatar {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    font-size: 24px !important;
    border: 2px solid #fff !important;
    margin-bottom: 5px !important;
  }
  .online-passport .op-avatar-holder {
    margin-top: -45px !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
  }
  .online-passport .op-avatar-holder .op-id {
    font-size: 13px !important;
  }
  .online-passport .ohc-system h5 {
    font-size: 15px !important;
  }
  .online-passport .ohc-control-itm {
    font-size: 14px !important;
  }
  .online-passport .op-content-holder {
    padding: 50px 10px 30px !important;
  }
}
.custom-btn-default, .custom-btn-error, .custom-btn-success, .custom-btn-warning, .custom-btn-primary {
  height: auto;
  white-space: nowrap;
  color: #333;
  background-color: #eee;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 14px;
}
.custom-btn-default.curve, .curve.custom-btn-error, .curve.custom-btn-success, .curve.custom-btn-warning, .curve.custom-btn-primary {
  border-radius: 20px;
}
.custom-btn-default.outlined, .outlined.custom-btn-error, .outlined.custom-btn-success, .outlined.custom-btn-warning, .outlined.custom-btn-primary {
  border: 1px solid #eee;
  background-color: transparent;
  height: 31px;
  padding: 4px 20px;
}

.custom-btn-primary {
  background-color: #0556f3;
  color: #fff;
}
.custom-btn-primary.outlined {
  border: 1px solid #0556f3;
  color: #0556f3;
}

.custom-btn-warning {
  background-color: #e67e22;
  color: #fff;
}
.custom-btn-warning.outlined {
  border: 1px solid #e67e22;
  color: #e67e22;
}

.custom-btn-success {
  background-color: #27ae60;
  color: #fff;
}
.custom-btn-success.outlined {
  border: 1px solid #27ae60;
  color: #27ae60;
}

.custom-btn-error {
  background-color: #c0392b;
  color: #fff;
}
.custom-btn-error.outlined {
  border: 1px solid #c0392b;
  color: #c0392b;
}

.job-description-page {
  display: flex;
  direction: rtl;
  text-align: right;
  background-color: #f6f8fc;
  min-height: calc(100vh - 200px);
}
.job-description-page .pcr-pagination .selectize-control {
  min-width: 70px;
  margin: 0 5px;
}

.max-setter-content {
  width: 100%;
  margin: 50px auto;
  padding: 0 15px;
  max-width: 1230px;
}

.jd-header {
  padding: 20px;
  border-radius: 10px;
  background-color: #e8f2ff;
}
.jd-header h5 {
  margin: 0;
  color: #333;
  font-weight: bold;
}
.jd-header p {
  font-size: 13px;
  line-height: 20px;
}

.jd-separator-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.jd-separator-title.collapsed i, .jd-separator-title.collapsed svg {
  transform: rotateZ(180deg);
}

.search input {
  border: none;
  border-radius: 5px;
  background-color: #fff !important;
}

.jd-widget-item {
  display: flex;
  padding: 20px;
  border-radius: 5px;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 3px 3px 15px rgba(124, 127, 217, 0.15);
}
.jd-widget-item .icon-initials {
  font-size: 18px !important;
  border-radius: 5px !important;
}
.jd-widget-item h5 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.jd-widget-item p {
  color: #707070;
  font-size: 12px;
  line-height: 16px;
}

.jd-category-pill {
  padding: 3px 10px;
  border-radius: 5px;
  color: #2980b9;
  font-weight: 500;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(41, 128, 185, 0.1);
}

.jd-details-dlg .modal-content {
  max-width: 1000px !important;
}
.jd-details-dlg .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 230px);
}

.Policy-Description-EN .modal-content,
.Policy-Description-AR .modal-content,
.Job-Description-EN .modal-content,
.Job-Description-AR .modal-content {
  margin-top: 70px !important;
  max-width: 1000px !important;
}
.Policy-Description-EN .modal-body,
.Policy-Description-AR .modal-body,
.Job-Description-EN .modal-body,
.Job-Description-AR .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 230px);
}

.onboarding {
  width: 100vw;
  height: 100vh;
  background-color: #f5f5f5;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background: url("../../../../../Resources/Images/onboarding_resized.jpg") center center no-repeat;
  background-size: cover;
  text-align: right;
}
.onboarding .valid-Value {
  border: 1px solid #53cc57 !important;
}
.onboarding .Invalid-Value {
  border: 1px solid #f52727 !important;
}
.onboarding .Invalid-Radio-Value:before {
  border: 1px solid #f52727 !important;
  border-radius: 8px;
}
.onboarding .Invalid-CheckBox-Value:before {
  border: 1px solid #f52727 !important;
}
.onboarding .ob-modal-content {
  position: relative;
  max-width: 1200px;
  max-height: 90vh;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  background-color: #f6f8fc;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}
.onboarding .ob-left-panel {
  width: 100%;
  max-width: 340px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.onboarding .ob-left-panel.home-active .ob-tab {
  display: none;
}
.onboarding .ob-left-panel.home-active .ob-left-panel-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.onboarding .ob-left-panel.home-active .ob-left-panel-footer .ob-logout {
  color: #fff;
}
.onboarding .ob-left-panel.home-active .ob-banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.onboarding .ob-left-panel.home-active .ob-banner label {
  margin-bottom: 75%;
}
.onboarding .ob-left-panel.home-active .ob-banner h5 {
  font-size: 38px;
  line-height: 45px;
}
.onboarding .ob-left-panel.opened {
  position: absolute;
  display: flex !important;
  height: 100%;
  z-index: 2;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.onboarding .ob-panel-close {
  position: relative;
  text-align: right;
  color: #fff;
  cursor: pointer;
  outline: none;
  justify-content: flex-end;
}
.onboarding .ob-left-panel-footer {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onboarding .ob-logout {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  color: #005fff;
}
.onboarding .ob-logout svg {
  margin-right: 10px;
}
.onboarding .ob-banner {
  background-color: #005fff;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.onboarding .ob-banner h5, .onboarding .ob-banner label {
  margin: 0;
  color: #fff;
  position: relative;
}
.onboarding .ob-banner h5 {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}
.onboarding .ob-banner label {
  font-size: 15px;
  margin-top: 10px;
  opacity: 0.85;
}
.onboarding .ob-banner-img {
  object-fit: cover;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.onboarding .ob-tab {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.onboarding .ob-tab-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #aaa;
  font-size: 13px;
  padding-top: 2px;
  border-radius: 50%;
  margin-left: 10px;
}
.onboarding .ob-tab-validated {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  padding-top: 2px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #005fff;
  color: #fff;
}
.onboarding .ob-tab-item {
  outline: none;
  margin-bottom: 10px;
  display: flex;
  color: #777;
  align-items: center;
  cursor: pointer;
}
.onboarding .ob-tab-item span {
  text-transform: uppercase;
  font-size: 13px;
}
.onboarding .ob-tab-item.active {
  color: #005fff !important;
  font-weight: 500;
}
.onboarding .ob-tab-item.active .ob-tab-count {
  color: #005fff;
  border: 2px solid #005fff;
}
.onboarding .ob-main-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.onboarding .ob-field-holder {
  flex: 1;
  overflow-y: auto;
}
.onboarding .ob-field-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  direction: ltr;
}
.onboarding .ob-field-footer button {
  margin-left: 10px;
  direction: ltr;
}
.onboarding .ob-label-separator {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #777;
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}
.onboarding .ob-right-panel,
.onboarding div[ui-view=CandidateSubPage],
.onboarding .LegalOnboardingSubPage {
  padding: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.onboarding .ob-right-panel .btn-primary,
.onboarding div[ui-view=CandidateSubPage] .btn-primary,
.onboarding .LegalOnboardingSubPage .btn-primary {
  background-color: #005fff !important;
}
.onboarding .ob-right-panel .btn-not-emphasized,
.onboarding div[ui-view=CandidateSubPage] .btn-not-emphasized,
.onboarding .LegalOnboardingSubPage .btn-not-emphasized {
  background-color: transparent !important;
  color: #777 !important;
  box-shadow: none !important;
  font-weight: 500;
}
.onboarding .ob-right-panel .form-group,
.onboarding div[ui-view=CandidateSubPage] .form-group,
.onboarding .LegalOnboardingSubPage .form-group {
  margin-bottom: 10px;
}
.onboarding .ob-right-panel .form-group label,
.onboarding div[ui-view=CandidateSubPage] .form-group label,
.onboarding .LegalOnboardingSubPage .form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.onboarding .ob-right-panel textarea,
.onboarding div[ui-view=CandidateSubPage] textarea,
.onboarding .LegalOnboardingSubPage textarea {
  min-height: 100px;
}
.onboarding .ob-right-panel .form-control,
.onboarding div[ui-view=CandidateSubPage] .form-control,
.onboarding .LegalOnboardingSubPage .form-control {
  background-image: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.onboarding .ob-right-panel .custom-control-label,
.onboarding div[ui-view=CandidateSubPage] .custom-control-label,
.onboarding .LegalOnboardingSubPage .custom-control-label {
  font-weight: normal;
  font-size: 14px;
}
.onboarding .ob-right-panel {
  padding: 0;
  position: relative;
}
.onboarding .ob-right-panel .dd-language {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.onboarding .ob-right-panel .dd-language .dropdown-menu {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 5px;
}
.onboarding .ob-right-panel .dd-language .dropdown-menu .Margin-Language {
  margin-bottom: 10px;
}
.onboarding .ob-right-panel .dd-language:after {
  color: #333;
}
.onboarding .ob-mobile-control {
  padding: 20px 30px 0px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.onboarding .omc-others {
  display: flex;
  align-items: center;
}
.onboarding .omc-control {
  cursor: pointer;
  outline: none;
}
.onboarding .ob-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}
.onboarding .ob-subtitle {
  margin: 10px 0 0 0;
  color: #777;
  font-size: 16px;
  font-weight: normal;
}
.onboarding .ob-white-panel {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.onboarding .ob-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.onboarding .ob-list-item h5, .onboarding .ob-list-item label {
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onboarding .ob-list-item h5 {
  font-weight: bold;
  color: #333;
  font-size: 15px;
}
.onboarding .ob-list-desc {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.onboarding .ob-list-icon {
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #95a5a6;
  margin-left: 15px;
  border-radius: 5px;
}
.onboarding .ob-list-btn {
  cursor: pointer;
  outline: none;
  color: #005fff;
  font-weight: bold;
  font-size: 13px;
}
.onboarding .ob-modal-md .modal-content {
  overflow: hidden;
  max-height: 95vh;
  max-width: 600px !important;
}
.onboarding .ob-modal-md .modal-body {
  overflow-y: auto;
}
.onboarding .ob-home {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.onboarding .ob-home h4, .onboarding .ob-home h5, .onboarding .ob-home p {
  margin: 0;
  max-width: 500px;
}
.onboarding .ob-home h4 {
  font-size: 30px;
  font-weight: bold;
}
.onboarding .ob-home h5 {
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
}
.onboarding .ob-home p {
  color: #777;
  margin: 10px 0 30px 0;
  font-size: 16px;
  text-align: center;
}
.onboarding .ob-home .ob-home-img {
  object-fit: contain;
  height: 250px;
  margin-bottom: 30px;
}
.onboarding .ob-home .ob-home-bg {
  object-fit: contain;
  position: absolute;
  bottom: -30px;
  height: 250px;
}
.onboarding .ob-home .ob-get-started {
  margin-bottom: 100px;
  flex-flow: row-reverse;
  display: flex;
}
.onboarding .ob-home .ob-get-started svg {
  margin-top: 2px;
}
.onboarding .ob-legal-container, .onboarding .ob-status-item {
  display: flex;
  padding: 10px;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  border: 1px solid transparent;
}
.onboarding .ob-legal-container .legal-attached-file, .onboarding .ob-status-item .legal-attached-file {
  border: 1px solid #3498db;
  background-color: rgba(52, 152, 219, 0.1);
  color: #3498db;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  padding: 0 8px;
  margin: 2px;
  min-height: 30px;
  border-radius: 15px;
}
.onboarding .ob-legal-container .legal-attached-file label, .onboarding .ob-status-item .legal-attached-file label {
  margin: 0 3px !important;
  width: 100%;
  overflow: hidden;
  color: #3498db !important;
  text-overflow: ellipsis;
}
.onboarding .ob-legal-container .legal-attached-file-remove, .onboarding .ob-status-item .legal-attached-file-remove {
  margin: 0 3px;
}
.onboarding .ob-legal-container.upload-file, .onboarding .upload-file.ob-status-item {
  border: none;
  background-color: #005FFF;
}
.onboarding .ob-legal-container.upload-file .legal-item-thumb, .onboarding .upload-file.ob-status-item .legal-item-thumb {
  color: #fff;
  font-size: 35px;
  margin-right: 15px;
  margin-left: 10px;
}
.onboarding .ob-legal-container.upload-file .legal-item-desc h5, .onboarding .upload-file.ob-status-item .legal-item-desc h5, .onboarding .ob-legal-container.upload-file .legal-item-desc label, .onboarding .upload-file.ob-status-item .legal-item-desc label {
  color: #fff;
}
.onboarding #Currency .selectize-input {
  direction: ltr;
}
.onboarding #Currency .selectize-dropdown-content {
  direction: ltr;
}
.onboarding .upload-file-button {
  cursor: pointer;
  outline: none;
  height: 40px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  font-size: 14px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ob-legal-desc h5 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.ob-status-item h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.ob-status-pill {
  display: flex;
  align-items: center;
  outline: none;
  border: 1px solid #aaa;
  background-color: #f5f5f5;
  color: #aaa;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px;
  white-space: nowrap;
}
.ob-status-pill.success {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: rgba(46, 204, 113, 0.15);
}
.ob-status-pill.error {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: rgba(231, 76, 60, 0.15);
}
.ob-status-pill.info {
  color: #3498db;
  border-color: #3498db;
  background-color: rgba(52, 152, 219, 0.15);
}

.ob-download-container {
  background-color: #005FFF;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  display: flex;
}
.ob-download-container .ob-download-thumb {
  font-size: 25px;
  margin-left: 15px;
}
.ob-download-container .ob-download-desc p {
  font-size: 15px;
  font-weight: 500;
  max-width: 700px;
}
.ob-download-container .ob-download-desc button {
  background-color: #fff !important;
  color: #005fff !important;
}

@media screen and (max-width: 991px) {
  .onboarding .ob-left-panel {
    display: none !important;
  }
  .onboarding .ob-home .ob-home-img {
    height: 200px !important;
  }
  .onboarding .ob-home .ob-home-bg {
    height: 220px !important;
  }
  .onboarding .ob-mobile-control {
    display: flex !important;
  }
  .onboarding .ob-right-panel .dd-language {
    left: 25px !important;
    top: 7px !important;
  }
}
@media screen and (max-width: 575px) {
  .onboarding {
    padding: 0 !important;
  }
  .onboarding div[ui-view=CandidateSubPage],
  .onboarding .LegalOnboardingSubPage {
    padding: 20px !important;
  }
  .onboarding .ob-list-item {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .onboarding .ob-title {
    font-size: 20px !important;
  }
  .onboarding .ob-subtitle {
    font-size: 14px !important;
    margin-bottom: 30px !important;
  }
  .onboarding .ob-mobile-control {
    padding: 20px 20px 0px !important;
  }
  .onboarding .ob-modal-content {
    max-height: 100vh !important;
  }
  .onboarding .ob-list-desc {
    margin-bottom: 20px !important;
  }
  .onboarding .ob-legal-container, .onboarding .ob-status-item {
    flex-direction: column !important;
    align-items: end !important;
  }
}
.external-page {
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  background-color: #f6f8fc;
}

.exp-header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  justify-content: space-between;
}

.exp-header-content {
  width: 100%;
  margin: auto;
  display: flex;
  max-width: 1300px;
  align-items: center;
  justify-content: space-between;
}

.exp-logo {
  height: 60px;
  object-fit: contain;
}

.exp-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 60px;
}

.exp-banner {
  min-height: 40vh;
  max-height: 370px;
  display: flex;
  padding: 10px;
  overflow: hidden;
  flex-direction: column;
  background: linear-gradient(-45deg, #3B0E91, #2980b9, #3B0E91, #2980b9);
  background-size: 800% 800%;
  animation: gradient 15s ease infinite;
}
.exp-banner span {
  opacity: 0.2;
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.exp-banner span:nth-child(1) {
  color: #FFFFFF;
  top: 92%;
  left: 58%;
  animation-duration: 12.3s;
  animation-delay: -5.4s;
  transform-origin: -21vw 17vh;
  box-shadow: 40vmin 0 13.8629116412vmin currentColor;
}
.exp-banner span:nth-child(2) {
  color: #FFFFFF;
  top: 68%;
  left: 1%;
  animation-duration: 10.2s;
  animation-delay: -14.5s;
  transform-origin: 21vw 4vh;
  box-shadow: 40vmin 0 14.7573644039vmin currentColor;
}
.exp-banner span:nth-child(3) {
  color: #FFFFFF;
  top: 66%;
  left: 92%;
  animation-duration: 14.9s;
  animation-delay: -15.1s;
  transform-origin: -9vw 6vh;
  box-shadow: 40vmin 0 8.3211559295vmin currentColor;
}
.exp-banner span:nth-child(4) {
  color: #FFFFFF;
  top: 24%;
  left: 89%;
  animation-duration: 14.5s;
  animation-delay: -8s;
  transform-origin: 24vw 7vh;
  box-shadow: 40vmin 0 9.1439142762vmin currentColor;
}
.exp-banner span:nth-child(5) {
  color: #FFFFFF;
  top: 3%;
  left: 74%;
  animation-duration: 13.7s;
  animation-delay: -3.1s;
  transform-origin: -22vw -4vh;
  box-shadow: -40vmin 0 12.5472922979vmin currentColor;
}
.exp-banner span:nth-child(6) {
  color: #FFFFFF;
  top: 19%;
  left: 47%;
  animation-duration: 14s;
  animation-delay: -6.5s;
  transform-origin: -22vw 12vh;
  box-shadow: -40vmin 0 8.5356866361vmin currentColor;
}
.exp-banner span:nth-child(7) {
  color: #FFFFFF;
  top: 32%;
  left: 29%;
  animation-duration: 10.2s;
  animation-delay: -10.7s;
  transform-origin: -1vw 17vh;
  box-shadow: 40vmin 0 11.1644425534vmin currentColor;
}
.exp-banner span:nth-child(8) {
  color: #FFFFFF;
  top: 25%;
  left: 65%;
  animation-duration: 13.6s;
  animation-delay: -15.6s;
  transform-origin: -7vw -21vh;
  box-shadow: 40vmin 0 10.9939732269vmin currentColor;
}
.exp-banner span:nth-child(9) {
  color: #FFFFFF;
  top: 15%;
  left: 43%;
  animation-duration: 14.7s;
  animation-delay: -1.9s;
  transform-origin: -18vw 17vh;
  box-shadow: 40vmin 0 13.8045872202vmin currentColor;
}
.exp-banner span:nth-child(10) {
  color: #FFFFFF;
  top: 49%;
  left: 64%;
  animation-duration: 13.6s;
  animation-delay: -14.8s;
  transform-origin: 0vw 3vh;
  box-shadow: 40vmin 0 9.3159897522vmin currentColor;
}
.exp-banner span:nth-child(11) {
  color: #FFFFFF;
  top: 42%;
  left: 35%;
  animation-duration: 11.4s;
  animation-delay: -8.6s;
  transform-origin: -18vw 11vh;
  box-shadow: -40vmin 0 12.6190976354vmin currentColor;
}
.exp-banner span:nth-child(12) {
  color: #FFFFFF;
  top: 55%;
  left: 26%;
  animation-duration: 10.9s;
  animation-delay: -2.9s;
  transform-origin: -14vw -4vh;
  box-shadow: 40vmin 0 12.1610723758vmin currentColor;
}
.exp-banner span:nth-child(13) {
  color: #FFFFFF;
  top: 55%;
  left: 14%;
  animation-duration: 13.5s;
  animation-delay: -10.5s;
  transform-origin: -5vw 25vh;
  box-shadow: 40vmin 0 12.4356223968vmin currentColor;
}
.exp-banner span:nth-child(14) {
  color: #FFFFFF;
  top: 56%;
  left: 74%;
  animation-duration: 16s;
  animation-delay: -14.3s;
  transform-origin: -15vw 25vh;
  box-shadow: -40vmin 0 13.2501114586vmin currentColor;
}
.exp-banner span:nth-child(15) {
  color: #FFFFFF;
  top: 10%;
  left: 20%;
  animation-duration: 15.4s;
  animation-delay: -11.3s;
  transform-origin: 1vw 3vh;
  box-shadow: 40vmin 0 11.0206086397vmin currentColor;
}
.exp-banner span:nth-child(16) {
  color: #FFFFFF;
  top: 6%;
  left: 40%;
  animation-duration: 10.8s;
  animation-delay: -11.3s;
  transform-origin: -15vw 18vh;
  box-shadow: 40vmin 0 7.2879955933vmin currentColor;
}
.exp-banner span:nth-child(17) {
  color: #FFFFFF;
  top: 39%;
  left: 55%;
  animation-duration: 14.6s;
  animation-delay: -0.2s;
  transform-origin: 0vw -6vh;
  box-shadow: -40vmin 0 13.7621352233vmin currentColor;
}
.exp-banner span:nth-child(18) {
  color: #FFFFFF;
  top: 61%;
  left: 29%;
  animation-duration: 10.9s;
  animation-delay: -14.6s;
  transform-origin: -11vw 5vh;
  box-shadow: -40vmin 0 5.8088323842vmin currentColor;
}
.exp-banner span:nth-child(19) {
  color: #FFFFFF;
  top: 34%;
  left: 36%;
  animation-duration: 14.8s;
  animation-delay: -7s;
  transform-origin: 8vw -18vh;
  box-shadow: -40vmin 0 5.7726926543vmin currentColor;
}
.exp-banner span:nth-child(20) {
  color: #FFFFFF;
  top: 94%;
  left: 27%;
  animation-duration: 14.2s;
  animation-delay: -1.7s;
  transform-origin: -22vw 5vh;
  box-shadow: 40vmin 0 13.2487944417vmin currentColor;
}

.exp-banner-vector {
  right: 0;
  bottom: -20px;
  width: 380px;
  opacity: 0.7;
  object-fit: contain;
  position: absolute;
}

.exp-banner-content {
  flex: 1;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 1300px;
}

.exp-banner-desc {
  color: #FFF;
  width: 100%;
  max-width: 600px;
}
.exp-banner-desc h5 {
  font-size: 30px;
  font-weight: 500;
}
.exp-banner-desc p {
  font-size: 16px;
}

.exp-container {
  width: 100%;
  margin: auto;
  max-width: 1300px;
}

.exp-menu-item {
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF;
  display: flex;
  min-height: 160px;
  flex-direction: column;
  border: 2px solid #3052a9;
  box-shadow: 0 0 #3052a9;
  transition: box-shadow 0.3s;
}
.exp-menu-item h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.exp-menu-item p {
  margin: 0;
  color: #777;
}
.exp-menu-item .m-link {
  color: #3372db;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
  display: flex;
  align-items: center;
}
.exp-menu-item:hover {
  box-shadow: 6px 7px #3052a9;
  transition: box-shadow 0.3s;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 991px) {
  .exp-banner-vector {
    display: none !important;
  }
}
.btn-disabled {
  cursor: not-allowed !important;
  opacity: 0.3 !important;
}

.msp-total {
  background-color: #005fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: start;
}

.msp-total-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  direction: ltr;
}
.msp-total-score label {
  margin: 0;
  color: #FFF;
  opacity: 0.8;
  font-size: 12px;
}
.msp-total-score h5 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
  line-height: 30px;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msp-total-score h6 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.msp-criteria-total {
  width: 100%;
  padding: 0 20px;
}
.msp-criteria-total h5 {
  margin: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}
.msp-criteria-total .progress {
  border-radius: 5px;
}

.msp-criteria-info {
  height: 100%;
  display: flex;
  align-items: start;
  padding: 10px 10px 15px 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
}
.msp-criteria-info .criteria-color {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
}
.msp-criteria-info .criteria-desc h5 {
  margin: 0;
}
.msp-criteria-info .criteria-desc h5 .out-of {
  color: #FFF;
  opacity: 0.8;
  font-size: 11px;
}
.msp-criteria-info .criteria-desc h6 {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
}

.criteria-question-item h5 {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}
.criteria-question-item .fs-table td {
  white-space: normal !important;
  padding: 5px !important;
}

.tito-line-select {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.tito-line-select svg {
  margin-left: 5px;
}

.btf-select {
  color: #fff !important;
}
.btf-select option {
  color: #000;
}

.audit .audit-banner {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.audit .audit-title {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.audit .audit-subtitle {
  text-align: center;
  font-size: 15px;
  max-width: 700px;
}
.audit .audit-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.audit .audit-panel h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.audit .audit-panel a {
  color: #0a6ebd !important;
  font-weight: 500;
  font-size: 14px;
}

.PayrollPrePaymentReport .fs-container {
  max-width: 90%;
}
.PayrollPrePaymentReport .accordion-title {
  font-weight: 500;
  color: #777;
  padding: 10px 0;
}
.PayrollPrePaymentReport .custom-navtab .nav-item {
  flex: unset;
}
.PayrollPrePaymentReport .pp-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
.PayrollPrePaymentReport .pp-panel h5 {
  padding: 0 10px;
  font-weight: bold;
  margin: 0 0 15px;
}
.PayrollPrePaymentReport .pp-panel label, .PayrollPrePaymentReport .pp-panel p {
  margin: 0;
}
.PayrollPrePaymentReport .pp-panel label {
  color: #333;
  font-weight: 500;
}

.DOBC-CCS-Finance .pp-panel,
.DOBC-CEA-Finance .pp-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
.DOBC-CCS-Finance .pp-panel h5,
.DOBC-CEA-Finance .pp-panel h5 {
  padding: 0 10px;
  font-weight: bold;
  margin: 0 0 15px;
}
.DOBC-CCS-Finance .pp-panel label, .DOBC-CCS-Finance .pp-panel p,
.DOBC-CEA-Finance .pp-panel label,
.DOBC-CEA-Finance .pp-panel p {
  margin: 0;
}
.DOBC-CCS-Finance .pp-panel label,
.DOBC-CEA-Finance .pp-panel label {
  color: #333;
  font-weight: 500;
}

.AttendanceForm .fs-overlay {
  background: url(../../../FormBackground/timeinattendnace.jpg);
}
.AttendanceForm .tito-item {
  padding: 10px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.AttendanceForm .tito-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.AttendanceForm .tito-header .tito-desc {
  display: flex;
  flex-direction: column;
}
.AttendanceForm .tito-header .tito-date {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}
.AttendanceForm .tito-header .tito-date svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #16a085;
}
.AttendanceForm .tito-header .tito-remove {
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.5;
}
.AttendanceForm .tito-header .tito-remove:hover {
  opacity: 1;
}
.AttendanceForm .tito-header .tito-time {
  display: flex;
  align-items: center;
}
.AttendanceForm .tito-header .tito-time label {
  color: #777;
  font-size: 12px;
  margin: 0;
}
.AttendanceForm .tito-header .tito-time label svg {
  color: #16a085;
}

.SalaryAdjustmentFormSection .fs-overlay {
  background: url(../../../FormBackground/SalaryAdjustment.jpg);
}

.travelSection .fs-overlay {
  background-image: url("../../../FormBackground/travel.jpg");
}

.RecruitmentSection .fs-overlay {
  background-image: url(../../../FormBackground/recruitment.jpg);
}
.RecruitmentSection .custom-file {
  padding-left: 30px;
}
.RecruitmentSection .thumb-file {
  padding: 5px 15px;
  font-weight: 500 !important;
  background-color: #eee;
  cursor: pointer;
}
.RecruitmentSection .custom-file-label {
  padding: 0;
  width: 25px;
}
.RecruitmentSection .custom-file-label:after {
  content: "+" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  max-height: 25px;
  min-width: 25px;
  max-width: 25px;
  border-radius: 50%;
  background-color: #2980b9;
  color: #fff;
  font-size: 15px;
  padding: 1px 0 0 0;
  left: 0;
  right: auto;
  line-height: 0;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.open-store.PCRForm .custom-accordion .ca-header-column.dtro-input {
  position: relative;
  overflow: unset;
}
.open-store.PCRForm .custom-accordion .ca-header-column.dtro-input input[disabled] {
  background-color: transparent !important;
  background-image: none !important;
}
.open-store.PCRForm .custom-accordion .ca-header-column.dtro-input.closed {
  opacity: 0;
}
.open-store.PCRForm .pcr-content {
  overflow: unset;
}

.PCRForm .selectize-country {
  min-width: 250px;
}

.DetailsOut {
  padding: 10px;
}
.DetailsOut .TKReport {
  font-size: 14px;
}
.DetailsOut .TKReport .TKUser {
  font-size: 12px;
  padding: 10px;
  background-color: #f5f5f5;
}
.DetailsOut .TKReport .TKUser .TKUser-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DetailsOut .TKReport .TKTableReport th, .DetailsOut .TKReport .TKTableReport td,
.DetailsOut .TKReport .TKSummaryTable th,
.DetailsOut .TKReport .TKSummaryTable td,
.DetailsOut .TKReport .LeaveSummaryTable th,
.DetailsOut .TKReport .LeaveSummaryTable td {
  font-size: 13px;
  white-space: nowrap;
}
.DetailsOut .TKReport .TKTableReport td, .DetailsOut .TKReport .TKTableReport th {
  min-width: 80px;
}
.DetailsOut .TKReport .TKSummaryTable .TKColumn {
  text-decoration: none;
}
.DetailsOut .TKReport .TKSummaryTable .TKColumn th {
  font-weight: 500;
}
.DetailsOut .TKReport .LeaveSummaryTable .TKColumn {
  text-decoration: none;
}
.DetailsOut .TKReport .LeaveSummaryTable .TKColumn .tk-col-1 {
  font-weight: 500;
}
.DetailsOut .TKReport .LeaveSummaryTable td {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px;
}
.DetailsOut .TKReport .LeaveSummaryTable b {
  font-weight: normal;
}

.PCRForm .selectize-custom {
  min-width: 70px;
  margin: 0 5px;
}
.PCRForm .fs-container {
  background-color: #fff;
}
.PCRForm .fs-content {
  display: flex;
  padding: 0;
}
.PCRForm .pcr-sidemenu {
  min-width: 280px;
  max-width: 280px;
  padding: 10px;
}
.PCRForm .pcr-sidemenu-itm {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  color: #777;
}
.PCRForm .pcr-sidemenu-itm .material-icons {
  font-size: 22px;
  margin-bottom: 0;
  margin-right: 20px;
}
.PCRForm .pcr-sidemenu-itm l {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.PCRForm .pcr-sidemenu-itm:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.PCRForm .pcr-sidemenu-itm.active {
  color: #fff !important;
  background-color: #1053EB !important;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.PCRForm .pcr-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.PCRForm .pcr-content-itm {
  display: none;
}
.PCRForm .pcr-content-itm.active {
  display: block;
}
.PCRForm .pcr-content-title {
  margin: 0 0 5px 0;
  font-size: 25px;
  font-weight: 500;
  color: #333;
}
.PCRForm .pcr-content-filter {
  display: flex;
  align-items: center;
}
.PCRForm .pcr-pagination {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin: 10px;
}
.PCRForm .pcr-pagination select {
  padding: 0 5px !important;
  min-width: 40px;
  text-align: center;
  height: 30px;
  color: #2980b9;
  font-weight: bold;
  margin: 0 5px;
  background-image: none;
  border: 1px solid #ddd;
  height: 36px;
  border-radius: 4px;
}
.PCRForm .pcr-content-btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.PCRForm .pcr-content-btn button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  color: #2980b9;
  border-left: 1px solid #aaa;
  margin-left: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.PCRForm .pcr-content-btn button:last-child {
  border-left: none;
}
.PCRForm .pcr-content-btn button svg {
  margin-left: 5px;
}
.PCRForm .pcr-content-btn button span {
  font-weight: bold;
  margin-left: 5px;
  color: #333;
}
.PCRForm .pcr-content-btn button.count-only {
  cursor: default;
  color: #777;
  padding-right: 0;
}
.PCRForm .pcr-content-btn button.count-only b {
  color: #333;
  margin-left: 5px;
}
.PCRForm .custom-accordion {
  font-size: 13px;
  padding: 20px;
}
.PCRForm .custom-accordion .ca-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.PCRForm .custom-accordion .ca-header-control {
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex: 0.4;
  min-width: 75px;
}
.PCRForm .custom-accordion .ca-header-ctrl-itm {
  min-width: 15px;
  max-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2980b9;
  margin-left: 10px;
  font-size: 15px;
}
.PCRForm .custom-accordion .ca-header-ctrl-itm:last-child {
  margin-left: 0;
}
.PCRForm .custom-accordion .ca-header-ctrl-itm.ca-header-toggle {
  color: #f39c12;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.PCRForm .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.PCRForm .custom-accordion .ca-header-column {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 1px;
}
.PCRForm .custom-accordion .ca-header-column h5, .PCRForm .custom-accordion .ca-header-column label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PCRForm .custom-accordion .ca-header-column h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.PCRForm .custom-accordion .ca-header-column label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.PCRForm .custom-accordion .ca-more-column {
  font-size: 13px;
}
.PCRForm .custom-accordion .ca-more-column label, .PCRForm .custom-accordion .ca-more-column p {
  margin: 0;
}
.PCRForm .custom-accordion .ca-more-column label {
  color: #333;
  font-weight: 500;
  padding-top: 5px;
}

.Coronavirus .fs-overlay {
  background: url(../../../FormBackground/Coronavirus.jpg);
}
.Coronavirus .fs-header {
  background: url(../../../FormBackground/Coronavirus.jpg) center center no-repeat;
  background-size: cover;
  min-height: 230px;
  justify-content: flex-end;
  position: relative;
}
.Coronavirus .fs-header h5, .Coronavirus .fs-header p {
  position: relative;
}
.Coronavirus .fs-header h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.Coronavirus .fs-header p {
  font-size: 15px;
  max-width: 72%;
  margin-bottom: 20px;
}
.Coronavirus .fs-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: rgb(84, 84, 84);
  background: -moz-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(84, 84, 84)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(84, 84, 84) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#545454", endColorstr="#000000", GradientType=0 );
}
.Coronavirus .fs-content {
  padding: 0;
  display: flex;
}
.Coronavirus .news-container {
  flex: 1;
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
}
.Coronavirus .news-sidemenu {
  position: relative;
  min-width: 320px;
  max-width: 320px;
  padding: 20px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
.Coronavirus #main-info {
  display: flex;
  flex-direction: column;
}
.Coronavirus #main-info a[data-toggle=collapse] {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  padding: 20px 0px;
  display: flex;
  font-weight: 500;
  color: #333;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.Coronavirus #main-info a[data-toggle=collapse] svg {
  color: #777;
  font-size: 16px;
  margin-top: 5px;
  margin-right: 5px;
  transition: all 0.3s;
}
.Coronavirus #main-info a[data-toggle=collapse]:not(.collapsed) svg {
  transform: rotateZ(-180deg);
  transition: all 0.3s;
}
.Coronavirus #main-info .news-paragraph {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.Coronavirus .ns-title {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.Coronavirus .update-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
}
.Coronavirus .update-item .ui-date {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #F39C12;
  border-radius: 5px;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
}
.Coronavirus .update-item .ui-date h5, .Coronavirus .update-item .ui-date label {
  margin: 0;
  text-align: center;
}
.Coronavirus .update-item .ui-date h5 {
  font-weight: bold;
  line-height: 18px;
}
.Coronavirus .update-item .ui-date label {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}
.Coronavirus .update-item .ui-desc {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-right: 10px;
}
.Coronavirus .update-item .ui-desc h5, .Coronavirus .update-item .ui-desc label {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Coronavirus .update-item .ui-desc h5 {
  font-weight: 400;
  font-size: 14px;
}
.Coronavirus .update-item .ui-desc label {
  font-size: 12px;
  color: #777;
}
.Coronavirus .see-also-item {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  color: #2980b9;
  outline: none;
  font-weight: 400;
}
.Coronavirus .office-item {
  cursor: pointer;
  outline: none;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 500;
  color: #333;
}
.Coronavirus .news-title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  max-width: 80%;
  line-height: 36px;
  margin-bottom: 5px;
}
.Coronavirus .news-date {
  color: #777;
  margin-bottom: 30px;
}
.Coronavirus .news-content p {
  font-size: 16px;
  line-height: 28px;
}
.Coronavirus .news-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
.Coronavirus .news-nav-btn {
  cursor: pointer;
  font-size: 13px;
  color: #2980b9;
  font-weight: 400;
  direction: ltr;
}
.Coronavirus .latestnews-item {
  overflow: hidden;
  border-radius: 10px;
  min-height: 250px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.Coronavirus .latestnews-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.Coronavirus .latestnews-item .li-description {
  padding: 20px;
}
.Coronavirus .latestnews-item .li-description h5 {
  font-weight: 500;
  margin: 0;
  line-height: 15px;
}
.Coronavirus .latestnews-item .li-description label {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.Coronavirus .latestnews-item .li-description .li-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 72px;
}
.Coronavirus .latestnews-item .li-description .li-content p {
  margin: 0;
  display: none;
}
.Coronavirus .latestnews-item .li-description .li-content p:first-child {
  display: block;
}
.Coronavirus .latestnews-item .li-readmore {
  text-transform: uppercase;
  color: #2980b9;
  cursor: pointer;
  font-size: 12px;
  margin-left: auto;
  padding: 0 20px 15px 20px;
}
.Coronavirus .latestnews-item-none {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}

.HelpContacts .fs-overlay {
  background: url(../../../FormBackground/help_contacts_bg.jpg);
}
.HelpContacts .country-item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  padding: 10px;
}
.HelpContacts .country-item img {
  width: 100%;
  height: 124px;
  object-fit: contain;
  margin-bottom: 10px;
}
.HelpContacts .country-item label {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.HelpContacts .back-view {
  color: #2980b9;
  cursor: pointer;
  margin-bottom: 20px;
}
.HelpContacts .dept-title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.HelpContacts .dept-item {
  font-weight: 400;
  margin-bottom: 5px;
}

.travel-question-form {
  display: flex;
  width: 100vw;
  padding: 80px 10px 20px;
  background-color: #696969;
}
.travel-question-form .fs-title {
  margin: 10px 0;
}
.travel-question-form .fs-title.underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.travel-question-form .dd-language {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.travel-question-form .dd-language .dropdown-menu {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 5px;
}
.travel-question-form .dd-language .dropdown-menu .Margin-Language {
  margin-bottom: 10px;
}
.travel-question-form .travel-no {
  margin: auto;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 10px;
  max-width: 580px;
}
.travel-question-form .travel-no h5 {
  font-size: 30px;
  text-align: center;
}
.travel-question-form .travel-no .travel-no-btn {
  display: flex;
  align-items: center;
}
.travel-question-form .travel-no .travel-no-btn button {
  flex: 1;
  color: #fff;
  outline: none;
  margin: 0 5px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: transparent;
}
.travel-question-form .travel-no .travel-no-btn button.emphasized {
  background-color: #fff;
  color: #3200c3;
  font-weight: 500;
}
.travel-question-form .travel-no .travel-no-logout {
  position: absolute;
  bottom: 20px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  opacity: 0.85;
  text-decoration: underline;
  left: calc(50vw - 50px);
}
.travel-question-form .travel-yes {
  padding: 20px;
  margin: auto;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.travel-question-form .travel-yes .form-group {
  margin-bottom: 5px;
  width: 100%;
}
.travel-question-form .travel-yes .form-group label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.travel-question-form .travel-yes .custom-lbl {
  font-size: 15px !important;
}
.travel-question-form .travel-yes .travel-yes-content {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.EmployeeConfirmation .answer-itm {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(52, 152, 219, 0.1);
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid rgb(52, 152, 219);
}
.EmployeeConfirmation .answer-itm .answer-desc {
  display: flex;
}
.EmployeeConfirmation .answer-itm .answer-desc label {
  margin: 0;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 5px;
}
.EmployeeConfirmation .answer-itm .answer-desc p {
  margin: 0;
}
.EmployeeConfirmation .answer-itm .answer-delete {
  cursor: pointer;
  border: none;
  margin-right: 10px;
  background-color: transparent;
  outline: none;
  color: rgb(52, 152, 219);
}

.Rating-Container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.Rating-Container .rating-emoticon {
  font-size: 35px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px;
}
.Rating-Container .rating-emoticon:hover {
  color: #5a4fff;
  border-radius: 5px;
  background-color: #ded1d1;
}
.Rating-Container .rate-sad.active-rate {
  color: #c53131;
  border-radius: 5px;
  background-color: #efa2a2;
}
.Rating-Container .rate-notsatisfied.active-rate {
  color: #077bbf;
  border-radius: 5px;
  background-color: #65c6ff;
}
.Rating-Container .rate-happy.active-rate {
  color: #10bb1e;
  border-radius: 5px;
  background-color: #78f582;
}
.Rating-Container .rate-excelent.active-rate {
  color: #bebf07;
  border-radius: 5px;
  background-color: #e6e689;
}

.Rating-Comment {
  color: #737171;
  font-weight: 500;
}

.ExternalLinkPage {
  background-image: url("../../../SignInCarousel/Carousel 1.jpg");
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.ExternalLinkPage .externalpage-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 10px;
  display: flex;
  z-index: 9991;
  align-items: center;
  justify-content: space-between;
  background-color: #2a106e;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.ExternalLinkPage .rating-kamal {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  max-width: 300px;
  display: flex;
  align-items: center;
}
.ExternalLinkPage .rating-kamal img {
  width: 50px;
  margin-left: 10px;
  object-fit: contain;
  margin-top: -5px;
  margin-bottom: -15px;
}
.ExternalLinkPage .dd-language {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}
.ExternalLinkPage .dd-language .dropdown-menu {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 25px;
}
.ExternalLinkPage .dd-language .dropdown-menu .Margin-Language {
  margin-bottom: 10px;
}
.ExternalLinkPage .btn {
  margin: 15px;
  height: 30px;
  line-height: 3px;
}
.ExternalLinkPage .new-joiner-cl {
  position: relative;
  background-color: transparent;
}
.ExternalLinkPage .new-joiner-cl .modal-dialog {
  position: relative;
}
.ExternalLinkPage .new-joiner-cl .modal-content {
  max-width: 1200px !important;
}
.ExternalLinkPage .new-joiner-cl .modal-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  flex: 1;
}
.ExternalLinkPage .new-joiner-cl .njc-tab {
  padding: 0;
  margin-bottom: 30px;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nav-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 20px;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nav-link.active {
  background-color: #f6f8fc !important;
  border-bottom: 2px solid #0066ff !important;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nav-link.active .nl-icon {
  background-color: #0066ff !important;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nav-link.active .nl-desc h6 {
  color: #333 !important;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nav-link.finished .nl-icon {
  background-color: #27ae60 !important;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background-color: #7b99b7;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nl-desc h6 {
  font-size: 16px;
  font-weight: 500;
  color: #7b99b7;
  text-transform: none;
  margin: 0;
  line-height: 15px;
}
.ExternalLinkPage .new-joiner-cl .njc-tab .nl-desc label {
  margin: 0;
  text-transform: none;
}
.ExternalLinkPage .new-joiner-cl .njc-check {
  color: #27ae60;
  font-size: 30px;
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.ExternalLinkPage .new-joiner-cl .njc-completed-note {
  color: #27ae60;
  font-weight: 500;
  text-align: center;
  max-width: 390px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: -10px;
}
.ExternalLinkPage .new-joiner-cl .njc-title {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-top: 20px;
}
.ExternalLinkPage .new-joiner-cl .njc-subtitle {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
}
.ExternalLinkPage .new-joiner-cl .njc-item {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  flex-direction: column;
  position: relative;
  background-color: #f6f8fc;
  cursor: pointer;
  height: 100%;
}
.ExternalLinkPage .new-joiner-cl .njc-item img, .ExternalLinkPage .new-joiner-cl .njc-item .njc-thumb-file {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.ExternalLinkPage .new-joiner-cl .njc-item .njc-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
}
.ExternalLinkPage .new-joiner-cl .njc-item label {
  text-align: center;
  max-width: 260px;
  margin: auto;
  color: #333;
  font-weight: 500;
}
.ExternalLinkPage .new-joiner-cl .list-cb {
  display: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 520px;
  max-width: 520px;
  background-color: #fff;
  border-radius: 6px;
  list-style: none;
  overflow-y: auto;
}
.ExternalLinkPage .new-joiner-cl .list-cb .list-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
}
.ExternalLinkPage .new-joiner-cl .list-cb .list-item:last-child {
  border: 0;
}
.ExternalLinkPage .new-joiner-cl .hidden-box {
  position: absolute;
  top: -9999px;
  left: -9999px;
  appearance: none;
  opacity: 0;
}
.ExternalLinkPage .new-joiner-cl .check--label {
  font-size: 20px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ExternalLinkPage .new-joiner-cl .check--label:hover {
  background-color: #a8c2d3 !important;
}
.ExternalLinkPage .new-joiner-cl .check--label:hover .check--label-text {
  color: #383333 !important;
}
.ExternalLinkPage .new-joiner-cl .check-success {
  background: #65dc65 !important;
}
.ExternalLinkPage .new-joiner-cl .check-success .check--label-text {
  color: #fff !important;
}
.ExternalLinkPage .new-joiner-cl .check--label-box {
  display: flex;
  align-self: center;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0 20px;
  border: 2px solid #3498db;
  border-radius: 2px;
  padding: 8px;
}
.ExternalLinkPage .new-joiner-cl .check--label-text {
  display: flex;
  align-self: center;
  position: relative;
  cursor: pointer;
  padding: 20px;
  border-left: 1px solid #ecf0f1;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  /* &:after {
      content: '';
      display: block;
      width: 0%;
      height: 1px;
      background-color: #333;
      position: absolute;
      top: 50%;
      left: 7.5%;
      transform: translateY(-50%);
      transition: width 100ms ease-in-out;
  }*/
}
.ExternalLinkPage .new-joiner-cl .hidden-box:checked + .check--label {
  background-color: #F9F9F9;
}
.ExternalLinkPage .new-joiner-cl .hidden-box:checked + .check--label .check--label-box {
  background-color: #3498db;
}
.ExternalLinkPage .new-joiner-cl .hidden-box:checked + .check--label .check--label-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ExternalLinkPage .new-joiner-cl .hidden-box:checked + .check--label .check--label-text:after {
  width: 85%;
}
.ExternalLinkPage #PlayVideo .modal-content {
  max-width: 900px !important;
}
.ExternalLinkPage #PlayVideo .modal-header {
  color: #fff;
  padding: 10px 20px;
  background-color: #000;
}
.ExternalLinkPage #PlayVideo .modal-body {
  padding: 0;
}

.custom-accordion {
  font-size: 13px;
}
.custom-accordion .ca-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.custom-accordion .ca-header-control {
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex: 0.4;
  min-width: 75px;
}
.custom-accordion .ca-header-ctrl-itm {
  min-width: 15px;
  max-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2980b9;
  margin-right: 10px;
  font-size: 15px;
}
.custom-accordion .ca-header-ctrl-itm:last-child {
  margin-right: 0;
}
.custom-accordion .ca-header-ctrl-itm.ca-header-toggle {
  color: #f39c12;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.custom-accordion .ca-header-column {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 1px;
}
.custom-accordion .ca-header-column h5, .custom-accordion .ca-header-column label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-accordion .ca-header-column h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.custom-accordion .ca-header-column label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.custom-accordion .ca-more-column {
  font-size: 13px;
}
.custom-accordion .ca-more-column label, .custom-accordion .ca-more-column p {
  margin: 0;
}
.custom-accordion .ca-more-column label {
  color: #333;
  font-weight: 500;
  padding-top: 5px;
}

.NewJoinerCB .Action-Button {
  display: flex;
  align-items: center;
  font-size: 12px;
  background-color: #27ae60;
  max-width: 110px;
  color: #fff;
  justify-content: space-around;
  padding: 2px 10px;
  border-radius: 17px;
  cursor: pointer;
}
.NewJoinerCB .Action-Button .fa-file-excel,
.NewJoinerCB .Action-Button .fa-image {
  margin-left: 3px;
}
.NewJoinerCB .Action-Button.CB-Excel {
  background-color: #27ae60;
}
.NewJoinerCB .Action-Button.CB-Picture {
  background-color: #339af0;
}
.NewJoinerCB .Action-Button.CB-Del {
  padding: 0;
  background-color: transparent;
}
.NewJoinerCB .CB-Label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MovementLetter-FirstColumn {
  text-align: center;
}

.BusinessTravel .custom-accordion,
.PayrollPrePaymentReport .custom-accordion,
.EmployeeEvaluationForm .custom-accordion,
.CurrencyExchangeForms .custom-accordion,
.annual-salary-increase .custom-accordion {
  font-size: 13px;
  padding: 0;
  overflow-x: auto;
}
.BusinessTravel .custom-accordion .ca-header,
.PayrollPrePaymentReport .custom-accordion .ca-header,
.EmployeeEvaluationForm .custom-accordion .ca-header,
.CurrencyExchangeForms .custom-accordion .ca-header,
.annual-salary-increase .custom-accordion .ca-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.BusinessTravel .custom-accordion .ca-header-control,
.PayrollPrePaymentReport .custom-accordion .ca-header-control,
.EmployeeEvaluationForm .custom-accordion .ca-header-control,
.CurrencyExchangeForms .custom-accordion .ca-header-control,
.annual-salary-increase .custom-accordion .ca-header-control {
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex: 0.4;
  min-width: 75px;
}
.BusinessTravel .custom-accordion .ca-header-ctrl-itm,
.PayrollPrePaymentReport .custom-accordion .ca-header-ctrl-itm,
.EmployeeEvaluationForm .custom-accordion .ca-header-ctrl-itm,
.CurrencyExchangeForms .custom-accordion .ca-header-ctrl-itm,
.annual-salary-increase .custom-accordion .ca-header-ctrl-itm {
  min-width: 15px;
  max-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2980b9;
  margin-right: 10px;
  font-size: 15px;
}
.BusinessTravel .custom-accordion .ca-header-ctrl-itm:last-child,
.PayrollPrePaymentReport .custom-accordion .ca-header-ctrl-itm:last-child,
.EmployeeEvaluationForm .custom-accordion .ca-header-ctrl-itm:last-child,
.CurrencyExchangeForms .custom-accordion .ca-header-ctrl-itm:last-child,
.annual-salary-increase .custom-accordion .ca-header-ctrl-itm:last-child {
  margin-right: 0;
}
.BusinessTravel .custom-accordion .ca-header-ctrl-itm.ca-header-toggle,
.PayrollPrePaymentReport .custom-accordion .ca-header-ctrl-itm.ca-header-toggle,
.EmployeeEvaluationForm .custom-accordion .ca-header-ctrl-itm.ca-header-toggle,
.CurrencyExchangeForms .custom-accordion .ca-header-ctrl-itm.ca-header-toggle,
.annual-salary-increase .custom-accordion .ca-header-ctrl-itm.ca-header-toggle {
  color: #f39c12;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.BusinessTravel .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed,
.PayrollPrePaymentReport .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed,
.EmployeeEvaluationForm .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed,
.CurrencyExchangeForms .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed,
.annual-salary-increase .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.BusinessTravel .custom-accordion .ca-header-column,
.PayrollPrePaymentReport .custom-accordion .ca-header-column,
.EmployeeEvaluationForm .custom-accordion .ca-header-column,
.CurrencyExchangeForms .custom-accordion .ca-header-column,
.annual-salary-increase .custom-accordion .ca-header-column {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 1px;
}
.BusinessTravel .custom-accordion .ca-header-column h5, .BusinessTravel .custom-accordion .ca-header-column label,
.PayrollPrePaymentReport .custom-accordion .ca-header-column h5,
.PayrollPrePaymentReport .custom-accordion .ca-header-column label,
.EmployeeEvaluationForm .custom-accordion .ca-header-column h5,
.EmployeeEvaluationForm .custom-accordion .ca-header-column label,
.CurrencyExchangeForms .custom-accordion .ca-header-column h5,
.CurrencyExchangeForms .custom-accordion .ca-header-column label,
.annual-salary-increase .custom-accordion .ca-header-column h5,
.annual-salary-increase .custom-accordion .ca-header-column label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BusinessTravel .custom-accordion .ca-header-column h5,
.PayrollPrePaymentReport .custom-accordion .ca-header-column h5,
.EmployeeEvaluationForm .custom-accordion .ca-header-column h5,
.CurrencyExchangeForms .custom-accordion .ca-header-column h5,
.annual-salary-increase .custom-accordion .ca-header-column h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.BusinessTravel .custom-accordion .ca-header-column label,
.PayrollPrePaymentReport .custom-accordion .ca-header-column label,
.EmployeeEvaluationForm .custom-accordion .ca-header-column label,
.CurrencyExchangeForms .custom-accordion .ca-header-column label,
.annual-salary-increase .custom-accordion .ca-header-column label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.BusinessTravel .custom-accordion .ca-header-column.btn-grp,
.PayrollPrePaymentReport .custom-accordion .ca-header-column.btn-grp,
.EmployeeEvaluationForm .custom-accordion .ca-header-column.btn-grp,
.CurrencyExchangeForms .custom-accordion .ca-header-column.btn-grp,
.annual-salary-increase .custom-accordion .ca-header-column.btn-grp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.BusinessTravel .custom-accordion .ca-header-column.btn-grp button,
.PayrollPrePaymentReport .custom-accordion .ca-header-column.btn-grp button,
.EmployeeEvaluationForm .custom-accordion .ca-header-column.btn-grp button,
.CurrencyExchangeForms .custom-accordion .ca-header-column.btn-grp button,
.annual-salary-increase .custom-accordion .ca-header-column.btn-grp button {
  padding: 5px 15px;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
  background-color: transparent;
  color: #2980b9;
  border: none;
  outline: none;
  cursor: pointer;
}
.BusinessTravel .custom-accordion .ca-more-column,
.PayrollPrePaymentReport .custom-accordion .ca-more-column,
.EmployeeEvaluationForm .custom-accordion .ca-more-column,
.CurrencyExchangeForms .custom-accordion .ca-more-column,
.annual-salary-increase .custom-accordion .ca-more-column {
  font-size: 13px;
}
.BusinessTravel .custom-accordion .ca-more-column label, .BusinessTravel .custom-accordion .ca-more-column p,
.PayrollPrePaymentReport .custom-accordion .ca-more-column label,
.PayrollPrePaymentReport .custom-accordion .ca-more-column p,
.EmployeeEvaluationForm .custom-accordion .ca-more-column label,
.EmployeeEvaluationForm .custom-accordion .ca-more-column p,
.CurrencyExchangeForms .custom-accordion .ca-more-column label,
.CurrencyExchangeForms .custom-accordion .ca-more-column p,
.annual-salary-increase .custom-accordion .ca-more-column label,
.annual-salary-increase .custom-accordion .ca-more-column p {
  margin: 0;
}
.BusinessTravel .custom-accordion .ca-more-column label,
.PayrollPrePaymentReport .custom-accordion .ca-more-column label,
.EmployeeEvaluationForm .custom-accordion .ca-more-column label,
.CurrencyExchangeForms .custom-accordion .ca-more-column label,
.annual-salary-increase .custom-accordion .ca-more-column label {
  color: #333;
  font-weight: 500;
  padding-top: 5px;
}
.BusinessTravel .custom-accordion.solid-bg-collapse .ca-header + .collapse.show, .BusinessTravel .custom-accordion.solid-bg-collapse .ca-header + .collapsing,
.PayrollPrePaymentReport .custom-accordion.solid-bg-collapse .ca-header + .collapse.show,
.PayrollPrePaymentReport .custom-accordion.solid-bg-collapse .ca-header + .collapsing,
.EmployeeEvaluationForm .custom-accordion.solid-bg-collapse .ca-header + .collapse.show,
.EmployeeEvaluationForm .custom-accordion.solid-bg-collapse .ca-header + .collapsing,
.CurrencyExchangeForms .custom-accordion.solid-bg-collapse .ca-header + .collapse.show,
.CurrencyExchangeForms .custom-accordion.solid-bg-collapse .ca-header + .collapsing,
.annual-salary-increase .custom-accordion.solid-bg-collapse .ca-header + .collapse.show,
.annual-salary-increase .custom-accordion.solid-bg-collapse .ca-header + .collapsing {
  margin-top: -8px;
  margin-bottom: 8px;
  background-color: #fff !important;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.BusinessTravel .custom-accordion .ca-header-title,
.PayrollPrePaymentReport .custom-accordion .ca-header-title,
.EmployeeEvaluationForm .custom-accordion .ca-header-title,
.CurrencyExchangeForms .custom-accordion .ca-header-title,
.annual-salary-increase .custom-accordion .ca-header-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 11px;
  background-color: #f5f5f5;
}

.BonusScheme .custom-accordion {
  font-size: 13px;
  padding: 0;
  overflow-x: auto;
}
.BonusScheme .custom-accordion .ca-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.BonusScheme .custom-accordion .ca-header-control {
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex: 0.4;
  min-width: 75px;
}
.BonusScheme .custom-accordion .ca-header-ctrl-itm {
  min-width: 15px;
  max-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2980b9;
  margin-right: 10px;
  font-size: 15px;
}
.BonusScheme .custom-accordion .ca-header-ctrl-itm:last-child {
  margin-right: 0;
}
.BonusScheme .custom-accordion .ca-header-ctrl-itm.ca-header-toggle {
  color: #f39c12;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.BonusScheme .custom-accordion .ca-header-ctrl-itm.ca-header-toggle.collapsed {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.BonusScheme .custom-accordion .ca-header-column {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 1px;
}
.BonusScheme .custom-accordion .ca-header-column h5, .BonusScheme .custom-accordion .ca-header-column label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BonusScheme .custom-accordion .ca-header-column h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.BonusScheme .custom-accordion .ca-header-column label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.BonusScheme .custom-accordion .ca-header-column.btn-grp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.BonusScheme .custom-accordion .ca-header-column.btn-grp button {
  padding: 5px 15px;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
  background-color: transparent;
  color: #2980b9;
  border: none;
  outline: none;
  cursor: pointer;
}
.BonusScheme .custom-accordion .ca-more-column {
  font-size: 13px;
}
.BonusScheme .custom-accordion .ca-more-column label, .BonusScheme .custom-accordion .ca-more-column p {
  margin: 0;
}
.BonusScheme .custom-accordion .ca-more-column label {
  color: #333;
  font-weight: 500;
  padding-top: 5px;
}
.BonusScheme .custom-accordion.solid-bg-collapse .ca-header + .collapse.show, .BonusScheme .custom-accordion.solid-bg-collapse .ca-header + .collapsing {
  margin-top: -8px;
  margin-bottom: 8px;
  background-color: #fff !important;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.BonusScheme .custom-accordion .ca-header-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 11px;
  background-color: #f5f5f5;
}
.BonusScheme .qbs-item {
  display: flex;
  align-items: center;
  background-color: #f6f8fc;
  padding: 5px;
  margin-bottom: 5px;
}
.BonusScheme .qbs-remove {
  min-width: 100px;
  text-align: center;
  text-decoration: none !important;
}
.BonusScheme .qir-group {
  margin-bottom: 30px;
  padding: 5px 10px;
  background-color: #f6f8fc;
  min-width: fit-content;
}
.BonusScheme .qir-group .qir-status {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  text-align: center;
  background-color: #aaa;
}
.BonusScheme .qir-group .qir-status.approved {
  background-color: #27ae60;
}
.BonusScheme .qir-group .qir-status.disapproved {
  background-color: #e74c3c;
}
.BonusScheme .qir-group h6 {
  font-size: 16px;
}
.BonusScheme .qir-group .qir-item, .BonusScheme .qir-group .qir-total {
  padding-left: 15px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.BonusScheme .qir-group .qir-column {
  flex: 1;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
}
.BonusScheme .qir-group .qir-column h5 {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25em;
  margin: 0;
}
.BonusScheme .qir-group .qir-column label {
  margin: 0;
  font-size: 12px;
}
.BonusScheme .qir-group .qir-total {
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.BonusScheme .qir-group .qir-total .qir-column h5 {
  font-weight: bold;
}

.PayrollPrePaymentReport .ca-more-column {
  padding-right: 40px !important;
  padding-left: 0 !important;
}

.PayrollPrePaymentReport .fs-header h5 {
  font-size: 20px;
}
.PayrollPrePaymentReport .accordion-title {
  font-size: 14px;
}
.PayrollPrePaymentReport .pp-title {
  margin: 0;
  padding: 10px 15px 5px;
  font-weight: bold;
  text-align: center;
  background-color: #6633ff;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}
.PayrollPrePaymentReport .ca-header {
  border: none !important;
}
.PayrollPrePaymentReport .ca-header + .collapse, .PayrollPrePaymentReport .ca-header + .collapse.show, .PayrollPrePaymentReport .ca-header + .collapsing {
  border: none !important;
}
.PayrollPrePaymentReport .cah.active {
  background-color: #6633ff;
}
.PayrollPrePaymentReport .cah.active .ca-header-column h5, .PayrollPrePaymentReport .cah.active .ca-header-column label {
  color: #fff !important;
}
.PayrollPrePaymentReport .cah.active .ca-header-column.btn-grp button {
  color: #fff !important;
}
.PayrollPrePaymentReport .ac-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #f5f5f5;
  color: #aaa;
  min-height: 30px;
}
.PayrollPrePaymentReport .ac-item label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding: 0 5px;
}
.PayrollPrePaymentReport .ac-item .ac-item-status {
  font-size: 11px;
  color: #777;
}
.PayrollPrePaymentReport .ac-item i {
  color: #27ae60;
}
.PayrollPrePaymentReport .ac-item.submitted, .PayrollPrePaymentReport .ac-item.approved {
  background-color: rgba(39, 174, 96, 0.07);
  border: 1px solid #27ae60;
  color: #27ae60;
}
.PayrollPrePaymentReport .ac-item.submitted label, .PayrollPrePaymentReport .ac-item.approved label {
  color: #27ae60;
}
.PayrollPrePaymentReport .ac-item.submitted svg {
  opacity: 1 !important;
}
.PayrollPrePaymentReport .ac-item.not-ready, .PayrollPrePaymentReport .ac-item.disapproved {
  background-color: rgba(192, 57, 43, 0.07);
  border: 1px solid #c0392b;
  color: #c0392b;
}
.PayrollPrePaymentReport .ac-item.not-ready label, .PayrollPrePaymentReport .ac-item.disapproved label {
  color: #c0392b;
}
.PayrollPrePaymentReport .ac-item.for-approval {
  background-color: rgba(41, 128, 185, 0.07);
  border: 1px solid #2980b9;
  color: #2980b9;
}
.PayrollPrePaymentReport .ac-item.for-approval label {
  color: #2980b9;
}
.PayrollPrePaymentReport .ac-item.pending {
  background-color: rgba(230, 126, 34, 0.07);
  border: 1px solid #e67e22;
  color: #e67e22;
}
.PayrollPrePaymentReport .ac-item.pending label {
  color: #e67e22;
}
.PayrollPrePaymentReport .prepared-item {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  height: 100%;
}

.TILWOP #leave-navigator li, .TILWOP #leave-navigator-tab li,
.TILWOP #til-navigator li {
  margin-left: 0 !important;
}
.TILWOP #leave-navigator a, .TILWOP #leave-navigator-tab a,
.TILWOP #til-navigator a {
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  min-width: 0 !important;
}
.TILWOP #leave-navigator a span, .TILWOP #leave-navigator-tab a span,
.TILWOP #til-navigator a span {
  color: #fff !important;
  font-size: 30px !important;
}
.TILWOP #leave-navigator a small, .TILWOP #leave-navigator-tab a small,
.TILWOP #til-navigator a small {
  font-size: 12px;
}
.TILWOP #leave-navigator a.active, .TILWOP #leave-navigator-tab a.active,
.TILWOP #til-navigator a.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.TILWOP #leave-navigator-tab a {
  padding: 15px 10px 10px;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.TILWOP #leave-navigator-tab a span {
  color: #333 !important;
  font-size: 20px !important;
}
.TILWOP #leave-navigator-tab a small {
  color: #333 !important;
}
.TILWOP #leave-navigator-tab a.active {
  background-color: #1053EB !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
}
.TILWOP #leave-navigator-tab a.active span {
  color: #fff !important;
}
.TILWOP #leave-navigator-tab a.active small {
  color: #fff !important;
  opacity: 0.7;
}

.TILWP {
  text-align: right;
}

.E-Store .product-filter {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.E-Store .product-filter h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.E-Store .product-filter a {
  color: #0a6ebd !important;
  font-size: 15px;
  padding: 2px 0;
  cursor: pointer;
}
.E-Store .product-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.E-Store .product-header h5, .E-Store .product-header label {
  margin: 0;
}
.E-Store .product-header h5 {
  font-weight: bold;
  font-size: 20px;
}
.E-Store .search {
  position: relative;
}
.E-Store .search svg {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #aaa;
}
.E-Store .search input {
  min-height: 41px;
  background-image: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 35px !important;
}
.E-Store .search select.teamleave {
  min-height: 41px;
  background-image: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 35px !important;
}
.E-Store select {
  background-image: none !important;
  border: 1px solid #ddd;
  background-color: #fff;
}
.E-Store .product-item {
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.E-Store .product-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.E-Store .product-item h5 {
  margin: 5px 0;
  font-weight: 500;
  font-size: 16px;
}
.E-Store .product-item label {
  margin-bottom: 15px;
}
.E-Store .product-item .product-price {
  font-size: 18px;
  margin-top: auto;
  font-weight: bold;
  color: #27ae60;
}
.E-Store .product-item:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.E-Store .product-info-container {
  background-color: #fff;
  padding: 20px;
}
.E-Store .product-info-container .product-image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  background-color: #eee;
}
.E-Store .product-info-container .product-name {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.E-Store .product-info-container .product-info {
  font-size: 14px;
  color: #777;
}
.E-Store .product-info-container .product-price {
  font-size: 20px;
  margin-top: auto;
  font-weight: bold;
  color: #27ae60;
  margin: 10px 0;
}
.E-Store .product-info-container .carousel-img-thumbnail {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #ddd;
}
.E-Store .product-info-container .carousel-img-thumbnail .thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
  border: 3px solid transparent;
}
.E-Store .product-info-container .carousel-img-thumbnail .thumb.active {
  border: 3px solid #333;
}
.E-Store .product-info-container .seller-info-container {
  font-size: 14px;
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.E-Store .product-info-container .purchase-button {
  margin-top: auto;
  height: 40px;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #007BFF;
  border-radius: 5px;
  margin-left: auto;
  width: 100%;
  max-width: 200px;
}

.E-Store-Sell .preview-container {
  display: flex;
  flex-wrap: wrap;
}
.E-Store-Sell .preview-container .preview-itm {
  padding: 5px;
  position: relative;
}
.E-Store-Sell .preview-container .preview-itm .remove-itm {
  cursor: pointer;
  color: #c0392b;
  font-size: 18px;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.E-Store-Sell .preview-container .preview-itm img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.MyVideos .search,
.MyReport .search {
  position: relative;
}
.MyVideos .search svg,
.MyReport .search svg {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #aaa;
}
.MyVideos .search input,
.MyReport .search input {
  width: 100%;
  min-height: 41px;
  background-image: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-right: 35px !important;
}
.MyVideos .report-item,
.MyReport .report-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  height: 100%;
  cursor: pointer;
}
.MyVideos .report-item .thumb-report,
.MyReport .report-item .thumb-report {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  display: flex;
}
.MyVideos .report-item .thumb-report svg,
.MyReport .report-item .thumb-report svg {
  color: #95a5a6;
  margin-right: 15px;
  margin: auto;
  font-size: 50px;
}
.MyVideos .report-item .thumb-report.video,
.MyReport .report-item .thumb-report.video {
  background-color: #222;
  min-height: 120px;
}
.MyVideos .report-item .thumb-report.video svg,
.MyReport .report-item .thumb-report.video svg {
  color: #fff;
}
.MyVideos .report-item .report-desc,
.MyReport .report-item .report-desc {
  height: 100%;
  padding: 10px;
  display: flex;
  background-color: #fff;
  flex-direction: column;
}
.MyVideos .report-item .report-desc label,
.MyReport .report-item .report-desc label {
  margin: 0;
  color: #333;
  cursor: pointer;
  font-weight: 500;
}
.MyVideos .report-item .report-desc label.sub,
.MyReport .report-item .report-desc label.sub {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
  font-weight: normal;
}
.MyVideos .report-item:hover,
.MyReport .report-item:hover {
  border: 1px solid #6633ff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.OnlinePassport .summary-itm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.OnlinePassport .summary-itm h5, .OnlinePassport .summary-itm label {
  margin: 0;
  text-align: center;
}
.OnlinePassport .summary-itm h5 {
  color: #333;
  font-weight: bold;
  font-size: 25px;
}
.OnlinePassport .summary-itm label {
  color: #777;
  font-size: 13px;
}
.OnlinePassport .total-points {
  padding: 20px;
  background: rgb(140, 67, 173);
  background: -moz-linear-gradient(-45deg, rgb(140, 67, 173) 0%, rgb(55, 5, 185) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(140, 67, 173)), color-stop(100%, rgb(55, 5, 185)));
  background: -webkit-linear-gradient(-45deg, rgb(140, 67, 173) 0%, rgb(55, 5, 185) 100%);
  background: -o-linear-gradient(-45deg, rgb(140, 67, 173) 0%, rgb(55, 5, 185) 100%);
  background: -ms-linear-gradient(-45deg, rgb(140, 67, 173) 0%, rgb(55, 5, 185) 100%);
  background: linear-gradient(135deg, rgb(140, 67, 173) 0%, rgb(55, 5, 185) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8c43ad", endColorstr="#3705b9", GradientType=1 );
}
.OnlinePassport .total-points h5, .OnlinePassport .total-points label {
  margin: 0;
  color: #fff;
}
.OnlinePassport .total-points h5 {
  font-size: 25px;
  font-weight: bold;
}
.OnlinePassport .panel-head-title {
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
}
.OnlinePassport .criteria-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.OnlinePassport .criteria-row h5, .OnlinePassport .criteria-row label {
  margin: 0;
  font-size: 15px;
}
.OnlinePassport .criteria-row h5 {
  color: #777;
}
.OnlinePassport .criteria-row label {
  color: #333;
  font-weight: bold;
}

.VIPRequest .country-code {
  height: 100%;
  background-color: #2980b9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.VIPRequest #WA_CountryCode,
.VIPRequest #Mobile_CountryCode {
  position: absolute;
  right: 0;
  min-width: 240px;
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.VIPRequest #WA_CountryCode li,
.VIPRequest #Mobile_CountryCode li {
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
}
.VIPRequest #WA_CountryCode li:hover,
.VIPRequest #Mobile_CountryCode li:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.bonus-scheme-letter {
  color: #333;
}
.bonus-scheme-letter .private-confidential {
  color: #3200c3;
  font-family: "CastleT";
  font-weight: 700;
  width: 550px;
  position: absolute;
  font-size: 54px;
  top: calc(50% - 120px);
  left: calc(50% - 280px);
  opacity: 0.15;
  transform: rotate(-45deg);
}
.bonus-scheme-letter .koj-finance-logo {
  width: 300px;
  object-fit: contain;
  position: absolute;
  right: 80px;
  top: 70px;
  opacity: 0.1;
}
.bonus-scheme-letter .fs-container {
  padding: 100px;
}
.bonus-scheme-letter .underlined {
  text-decoration: underline;
}
.bonus-scheme-letter .semi-bold {
  font-weight: 500;
}
.bonus-scheme-letter .signature {
  height: 150px;
  width: 200px;
  object-fit: contain;
}
.bonus-scheme-letter p {
  font-size: 16px;
}

.UserGuides .fs-content {
  min-height: 400px;
}
.UserGuides .ug-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  height: 100%;
  max-height: 79.33px;
}
.UserGuides .ug-container h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.UserGuides .ug-icon {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(231, 76, 60, 0.3);
  color: rgb(231, 76, 60);
  border-radius: 50%;
  margin-left: 15px;
}
.UserGuides .ug-category {
  width: 100%;
  max-width: 250px;
}
.UserGuides .ug-category h6 {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  color: #777;
}
.UserGuides .ug-category-item {
  cursor: pointer;
  outline: none;
  padding: 8px 5px;
  font-weight: 500;
  font-size: 15px;
}
.UserGuides .ug-category-item.active {
  color: #3498db;
}

.prf-page .candidate-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px !important;
}
.prf-page .candidate-remove-btn {
  font-weight: bold;
  color: #0055ff;
  cursor: pointer;
  outline: none;
}
.prf-page .DI_attch_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prf-page .DI_attch_cont .DI_fle_cont {
  background-color: #005fff;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px 20px;
  max-width: 250px;
  color: #fff;
  min-width: 120px;
  margin: 5px;
}
.prf-page .DI_attch_cont .DI_fle_cont:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.prf-page .DI_attch_cont .DI_fle_cont a {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
}
.prf-page .DI_attch_cont .DI_fle_cont p {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  width: calc(100% - 15px);
}
.prf-page .DI_attch_cont .DI_fle_cont .DI_attch {
  opacity: 0.5;
  cursor: pointer;
}

.legal-onboarding-approval {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.legal-onboarding-approval .ob-modal-content {
  max-height: unset;
}
.legal-onboarding-approval .ob-back-button {
  margin-left: auto !important;
  display: flex;
  font-size: 15px;
  align-items: center;
  border: none;
  color: #005fff;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.DirectorsOnlineBenefitsClaim .upload-file-panel {
  background-color: #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
  border: 1px dashed #aaa;
}
.DirectorsOnlineBenefitsClaim .upload-file-panel .upload-file-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(50, 0, 195, 0.05);
  color: #3200c3;
  font-size: 25px;
}
.DirectorsOnlineBenefitsClaim .attachment-pill {
  background-color: rgba(43, 57, 144, 0.1);
  color: #2b3990;
  font-size: 14px;
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 3px 15px;
  min-height: 36px;
  border-radius: 18px;
}
.DirectorsOnlineBenefitsClaim .attachment-pill a {
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DirectorsOnlineBenefitsClaim .attachment-pill i, .DirectorsOnlineBenefitsClaim .attachment-pill svg {
  width: 15px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.travel-request-hr .alert-info {
  border-radius: 10px;
  background: #2980b9 !important;
}
.travel-request-hr .alert-info h5 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.travel-request-hr .alert-info label {
  margin: 0;
  font-size: 16px;
  color: #fff;
  opacity: 0.85;
}
.travel-request-hr .alert-info p {
  margin: 0;
  font-size: 15px;
}
.travel-request-hr .alert-info h4 {
  margin: 0;
  font-size: 16px;
}
.travel-request-hr .alert-info h4 b {
  text-transform: none;
  font-size: 16px;
}
.travel-request-hr .alert-info h4 span:first-child {
  font-weight: bold;
}
.travel-request-hr .alert-info button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 15px;
  min-height: 36px;
  font-size: 13px;
  color: #2980b9;
  background-color: #FFF;
  border-radius: 5px;
  font-weight: 500;
}
.travel-request-hr .alert-thumb {
  font-size: 25px;
  margin-right: unset;
  margin-left: 15px;
  margin-top: 5px;
}
.travel-request-hr .custom-container, .travel-request-hr .dashboard .grid-widget, .dashboard .travel-request-hr .grid-widget {
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
  box-shadow: 3px 3px 15px rgba(41, 128, 185, 0.1);
}
.travel-request-hr .custom-container h5, .travel-request-hr .dashboard .grid-widget h5, .dashboard .travel-request-hr .grid-widget h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.travel-request-hr .custom-container label, .travel-request-hr .dashboard .grid-widget label, .dashboard .travel-request-hr .grid-widget label {
  margin: 0;
  font-size: 14px;
}
.travel-request-hr .agency-pill {
  padding: 8px 25px;
  overflow: hidden;
  white-space: nowrap;
  min-height: 40px;
  border-radius: 5px;
  background-color: rgba(41, 128, 185, 0.1);
  color: #2980b9;
  font-weight: 500;
  text-overflow: ellipsis;
  width: auto;
  max-width: 400px;
  cursor: pointer;
}
.travel-request-hr .agency-pill.active {
  border: 3px solid #2980b9;
}
.travel-request-hr .agency-pill:hover {
  background-color: #2980b9;
  color: #fff;
}
.travel-request-hr .agency-pill:hover span {
  color: #fff !important;
}
.travel-request-hr .proposal-item-count {
  background-color: blue;
  color: #FFF;
  position: absolute;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: -3px;
}
.travel-request-hr .proposal-item-pill {
  cursor: default;
  border: 1.5px solid transparent !important;
  padding: 20px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #f6f8fc;
}
.travel-request-hr .proposal-item-pill h5 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
.travel-request-hr .proposal-item-pill label {
  font-size: 18px;
  color: #27ae60;
  font-weight: bold;
  margin-top: 5px;
}
.travel-request-hr .proposal-item-pill p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.travel-request-hr .proposal-item-pill .view-proposal-details {
  font-weight: 500;
  text-decoration: none !important;
}
.travel-request-hr .proposal-item-pill .proposal-item-count {
  top: 0px;
  left: 1px;
}
.travel-request-hr .proposal-item-pill.pending {
  border: 1.5px solid #bdc3c7 !important;
}
.travel-request-hr .proposal-item-pill.confirmed {
  border: 1.5px solid #4cd137 !important;
}
.travel-request-hr .proposal-item-pill.confirmation {
  border: 1.5px solid #f39c12 !important;
}
.travel-request-hr .proposal-item-pill.remove {
  border: 1.5px solid #ff6b6b !important;
}
.travel-request-hr .ticket-proposal-comments {
  z-index: 1;
  height: calc(100vh - 60px);
  width: 100%;
  background-color: #FFF;
  top: 60px;
  right: 0;
  max-width: 400px;
  padding: 15px;
  box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  overflow: hidden;
}
.travel-request-hr .tpc-body {
  flex: 1;
  overflow-y: auto;
}
.travel-request-hr .tpc-bubble-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 15px;
}
.travel-request-hr .tpc-bubble-container.own {
  align-items: end;
}
.travel-request-hr .tpc-bubble-container.own .tpc-bubble {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  background-color: #0067b8;
  color: #fff;
}
.travel-request-hr .tpc-bubble {
  padding: 10px;
  background-color: #f1f1f1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.travel-request-hr .tpc-name {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-bottom: 3px;
}
.travel-request-hr .tpc-date {
  font-size: 12px;
  color: #aaa;
  margin-top: 3px;
}
.travel-request-hr .travel-form-btn {
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 13px;
  height: 40px;
  border-radius: 5px;
  color: #FFF;
  background-color: #2980b9;
}

.medical-insurance-reimbursement-list th, .medical-insurance-reimbursement-list td {
  font-size: 14px !important;
  text-align: left !important;
}
.medical-insurance-reimbursement-list th .mir-tbl-counter, .medical-insurance-reimbursement-list td .mir-tbl-counter {
  position: absolute;
  top: 5px;
  left: 20px;
  padding: 5px;
}
.medical-insurance-reimbursement-list th.text-right, .medical-insurance-reimbursement-list td.text-right {
  text-align: right !important;
}

.chat-container {
  display: flex;
  flex-direction: column;
}

.chat-item {
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
}
.chat-item a {
  color: #333 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline !important;
}
.chat-item small {
  color: #777;
}
.chat-item.own {
  align-items: flex-end;
}
.chat-item.own .chat-bubble {
  color: #FFF;
  border-radius: 10px 0 10px 10px;
  background-color: #1273EB;
}
.chat-item.own .chat-attachment {
  color: #fff !important;
}
.chat-item.own .chat-attachment-desc label {
  color: #FFF !important;
  opacity: 0.7;
}
.chat-item.own a {
  color: #FFF !important;
}

.chat-attachment {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}

.chat-attachment-desc {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  overflow: hidden;
}

.chat-bubble {
  padding: 15px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  border-radius: 0 10px 10px 10px;
  background-color: #f1f1f1;
}

.chat-message-box {
  width: 100%;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #005fff;
}
.chat-message-box input {
  font-size: 16px;
  padding: 0 !important;
  border: 0 !important;
  background-image: none;
}
.chat-message-box i, .chat-message-box svg {
  width: 30px;
  height: 100%;
  display: flex;
  color: #005fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  align-items: center;
}

.tbl-action {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: #005fff;
}

.tbl-clickable {
  cursor: pointer;
  text-decoration: underline;
  color: #005fff;
}

.bc-websites .selectize-input.disabled {
  opacity: 1 !important;
}
.bc-websites .selectize-input.disabled [data-value] {
  color: #FFF !important;
  background: #0b60f2 !important;
  padding-right: 3px !important;
}
.bc-websites .selectize-input.disabled [data-value] .remove {
  display: none !important;
}

.bc-country-code {
  white-space: nowrap !important;
}
.bc-country-code .selectize-input::after {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .travel-request-hr .agency-pill {
    flex-direction: column !important;
    align-items: start !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 992px) {
  .PayrollPrePaymentReport .cah.active {
    background-color: #fff !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column .clickable {
    color: #2980b9 !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column h5 {
    color: #333 !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column label {
    color: #aaa !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column .ca-cm {
    color: #27ae60 !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column .ca-lm {
    color: #777 !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column.btn-grp .b-approve {
    color: #27ae60 !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column.btn-grp .b-disapprove {
    color: #c0392b !important;
  }
  .PayrollPrePaymentReport .cah.active .ca-header-column.btn-grp .b-details {
    color: #2980b9 !important;
  }
  .new-joiner-cl .modal-body {
    padding: 0 10px !important;
    max-height: calc(100vh - 200px) !important;
  }
  .new-joiner-cl .njc-title {
    font-size: 25px !important;
    margin-top: 10px !important;
  }
  .new-joiner-cl .njc-subtitle {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .new-joiner-cl .njc-tab {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .new-joiner-cl .njc-tab .nav-link {
    padding: 10px !important;
    flex-direction: column !important;
  }
  .new-joiner-cl .njc-tab .nav-link .nl-desc h6 {
    font-size: 10px !important;
    margin-top: 10px !important;
  }
}
.annual-salary-increase .has-warning-letter {
  border-color: red !important;
}
.annual-salary-increase .ca-header.has-warning-letter {
  background-color: rgba(255, 0, 0, 0.03) !important;
}
.annual-salary-increase .custom-tabs .nav-link span {
  text-transform: none !important;
  font-size: 15px;
  font-weight: bold;
}
.annual-salary-increase .ca-group-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.annual-salary-increase .ca-group-panel h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
}
.annual-salary-increase .table-responsive {
  min-height: 300px;
}
.annual-salary-increase .table thead tr th {
  color: #333;
  font-size: 14px;
  font-weight: bold !important;
}
.annual-salary-increase .table td .clickable {
  color: #3498DB;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-decoration: none !important;
  font-weight: 500;
}
.annual-salary-increase .salary-increment-overview {
  background-color: #0556F3;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.annual-salary-increase .salary-increment-overview .sio-column label {
  margin: 0;
  font-size: 13px;
  opacity: 0.8;
  color: #fff;
}
.annual-salary-increase .salary-increment-overview .sio-column h5 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
.annual-salary-increase .toggle-all {
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #0556F3 !important;
  text-decoration: underline !important;
}
.annual-salary-increase .ca-title {
  text-transform: none;
  font-size: 15px;
  font-weight: bold;
}
.annual-salary-increase .ca-title-small {
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
}
.annual-salary-increase .collapse .form-control {
  border: 1px solid #ddd;
  background-image: none;
  border-radius: 5px;
}
.annual-salary-increase .salary-breakdown {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.annual-salary-increase .salary-breakdown .salary-breakdown-diff {
  display: flex;
  flex-wrap: wrap;
}
.annual-salary-increase .salary-breakdown .salary-breakdown-diff label {
  font-size: 12px;
  font-weight: 500;
  color: #27AE60 !important;
  margin: 0;
}
.annual-salary-increase .salary-breakdown h5 {
  font-weight: bold;
  font-size: 15px;
}
.annual-salary-increase .salary-breakdown .salary-breakdown-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.annual-salary-increase .salary-breakdown .salary-breakdown-row label {
  color: #333;
  font-weight: 500;
}
.annual-salary-increase .salary-breakdown.current {
  background-color: #f2f6f8;
}
.annual-salary-increase .salary-breakdown.new-salary {
  border: 1px solid #0B5AF3;
}
.annual-salary-increase .salary-breakdown.new-salary h5 {
  color: #0B5AF3;
}
.annual-salary-increase .salary-breakdown.new-salary .salary-breakdown-row label {
  color: #0B5AF3;
}
.annual-salary-increase .band-container {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 15px;
}
.annual-salary-increase .band-container .band-details {
  line-height: 0;
}
.annual-salary-increase .band-container .band-details h5 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.annual-salary-increase .band-container .band-details label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .AttendanceForm .tito-line-select svg {
    margin-left: 0 !important;
  }
  .mystery-shopper-page .fs-field-section {
    padding: 15px !important;
  }
  .msp-total {
    flex-direction: column !important;
  }
  .msp-total-score {
    margin: auto !important;
    margin-bottom: 30px !important;
  }
  .PCRForm .pcr-content-title {
    font-size: 20px !important;
  }
  .Coronavirus .fs-content {
    flex-direction: column !important;
  }
  .Coronavirus .news-sidemenu {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .Coronavirus .news-sidemenu,
  .Coronavirus .news-container {
    padding: 10px !important;
  }
  .travel-question-form .travel-yes {
    padding: 20px !important;
  }
  .PayrollPrePaymentReport .custom-navtab .nav-item {
    flex: 1 !important;
  }
  .TILWOP #til-navigator a span {
    font-size: 22px !important;
  }
  .audit .audit-banner {
    height: auto !important;
    padding: 0 5px !important;
  }
}
@media screen and (max-width: 576px) {
  .msp-total {
    padding: 20px 10px !important;
  }
  .msp-criteria-total {
    padding: 0 !important;
  }
  .legal-onboarding-approval {
    padding-top: 60px !important;
  }
  .bonus-scheme-letter .private-confidential {
    width: 350px !important;
    font-size: 34px !important;
    left: calc(50% - 170px) !important;
  }
  .bonus-scheme-letter .koj-finance-logo {
    width: 100px !important;
    right: 0 !important;
    top: 0 !important;
  }
  .bonus-scheme-letter .fs-container {
    padding: 20px !important;
  }
  .PCRForm .pcr-content-title {
    font-size: 16px !important;
  }
  .PCRForm .pcr-content {
    padding: 0 !important;
  }
  .PCRForm .custom-accordion {
    padding: 10px !important;
  }
  .PCRForm .pcr-content-btn button svg {
    font-size: 18px !important;
  }
  .PCRForm .pcr-content-filter {
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  .Coronavirus .news-title {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
  }
  .Coronavirus .news-date {
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }
  .Coronavirus .news-content p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .Coronavirus .fs-header p {
    font-size: 13px !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    padding-left: 10px !important;
  }
  .Coronavirus .fs-header h5 {
    font-size: 22px !important;
    padding-left: 10px !important;
  }
  .Coronavirus #main-info a[data-toggle=collapse] {
    font-size: 16px !important;
    padding: 10px 0px !important;
  }
  .travel-question-form .travel-no h5 {
    font-size: 20px !important;
  }
  .travel-question-form .travel-no .travel-no-btn button {
    padding: 5px !important;
  }
  .travel-question-form .travel-no .travel-no-btn {
    max-width: 230px !important;
    width: 100% !important;
    margin: auto !important;
    font-size: 13px !important;
  }
  .HelpContacts .dept-title {
    font-size: 16px !important;
  }
  .HelpContacts .dept-item {
    font-size: 14px !important;
  }
  .ExternalLinkPage .rating-kamal {
    font-size: 18px !important;
  }
  .PayrollPrePaymentReport .custom-accordion .ca-more-column {
    padding-right: 0 !important;
  }
  .PayrollPrePaymentReport .fs-container {
    max-width: 100% !important;
  }
  .PayrollPrePaymentReport .total-column {
    max-width: 60px !important;
  }
  .OnlinePassport .fs-field-section {
    padding: 10px !important;
  }
  .BonusScheme .qbs-item {
    flex-wrap: wrap !important;
  }
  .BonusScheme .qbs-remove {
    text-align: left !important;
    margin: 15px 5px !important;
  }
}
@media screen and (max-width: 575px) {
  .legal-onboarding-approval .ob-modal-content {
    max-height: unset !important;
  }
}
.VIPRequest .country-code {
  height: 100%;
  background-color: #2980b9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.VIPRequest #WA_CountryCode,
.VIPRequest #Mobile_CountryCode {
  position: absolute;
  left: 0;
  min-width: 240px;
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.VIPRequest #WA_CountryCode li,
.VIPRequest #Mobile_CountryCode li {
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
}
.VIPRequest #WA_CountryCode li:hover,
.VIPRequest #Mobile_CountryCode li:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 376px) {
  .ExternalLinkPage .list-cb {
    width: 375px !important;
  }
  .ExternalLinkPage .check--label-text {
    font-size: 13px !important;
  }
}
.custom-tabs button.nav-link[disabled] {
  cursor: not-allowed !important;
  opacity: 0.3 !important;
}

.thumb-file {
  padding: 5px;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 15px;
}

.DocumentMaintenance-Modify .modal-content {
  max-width: 650px !important;
}
