:root {
    --region-color-n: #D441B4;
    --region-color-c: #4DC0CF;
    --region-color-ne: #4F64D1;
    --region-color-s: #C54C69;
    --region-color-w: #CA952E;
    --region-color-e: #9076F8;
}

body {
    font-family: 'Sarabun', sans-serif !important;
    padding-left: 0px;
    padding-right: 0px;
    color: white;
}

.progress-bar {
    width: 100%;
    height: 15px;
    background-color: white;
    border-radius: 3px;
}

.progress-bar-text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: -1px;
    color: rgb(66, 66, 66) !important;
    left: 0;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 white, 0.7px 0.7px 0 white;
}

.progress-bar-inner {
    max-width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: width 0.35s ease-out;
}

.text-progress-bar {
    font-size: 1.35rem !important;
}

.bg-progress-0 {
    background-color: rgb(226, 34, 8);
}

.text-progress-0 {
    color: rgb(255, 52, 37);
}

.text-progress-0.glow {
    text-decoration: underline;
    /* -webkit-animation: glow-0 2s ease-in-out infinite alternate;
    -moz-animation: glow-0 2s ease-in-out infinite alternate;
    animation: glow-0 2s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow-0 {
    from {
        text-shadow: 0 0 1px rgba(245, 179, 179, 0.781), 0 0 2px #e60073b7 0 0 3px #e60073c5, 0 0 4px #e60073c5;
    }

    to {
        text-shadow: 0 0 2px #ff4da6be, 0 0 3px #ff4da6b9, 0 0 4px #ff4da6bb, 0 0 5px #ff4da6b9;
    }
}

.bg-progress-1 {
    background-color: rgb(221, 132, 30);
}

.text-progress-1 {
    color: rgb(255, 154, 40);
}

.text-progress-1.glow {
    text-decoration: underline;
    /* -webkit-animation: glow-1 2s ease-in-out infinite alternate;
    -moz-animation: glow-1 2s ease-in-out infinite alternate;
    animation: glow-1 2s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow-1 {
    from {
        text-shadow: 0 0 1px rgba(245, 211, 179, 0.781), 0 0 2px #e68a00b7 0 0 3px #e66f00c5, 0 0 4px #e69d00c5;
    }

    to {
        text-shadow: 0 0 2px #ff9d4dbe, 0 0 3px #ffb24db9, 0 0 4px #ffac4dbb, 0 0 5px #ffb24db9;
    }
}

.bg-progress-2 {
    background-color: rgb(255, 233, 36);
}

.text-progress-2 {
    color: rgb(255, 233, 40);
}

.text-progress-2.glow {
    text-decoration: underline;
    /* -webkit-animation: glow-2 2s ease-in-out infinite alternate;
    -moz-animation: glow-2 2s ease-in-out infinite alternate;
    animation: glow-2 2s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow-2 {
    from {
        text-shadow: 0 0 1px rgba(245, 238, 179, 0.781), 0 0 2px #e6d700b7 0 0 3px #e6bc00c5, 0 0 4px #e6c400c5;
    }

    to {
        text-shadow: 0 0 2px #ffde4dbe, 0 0 3px #ffde4db9, 0 0 4px #ffd54dbb, 0 0 5px #ffe44db9;
    }
}

.bg-progress-3 {
    background-color: rgb(31, 255, 162);
}

.text-progress-3 {
    color: rgb(24, 255, 217);
}

.text-progress-3.glow {
    text-decoration: underline;
    /* -webkit-animation: glow-3 2s ease-in-out infinite alternate;
    -moz-animation: glow-3 2s ease-in-out infinite alternate;
    animation: glow-3 2s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow-3 {
    from {
        text-shadow: 0 0 1px rgba(179, 245, 236, 0.781), 0 0 2px #00e6b4b7 0 0 3px #00e6adc5, 0 0 4px #00e6e6c5;
    }

    to {
        text-shadow: 0 0 2px #4dffcabe, 0 0 3px #4dffc4b9, 0 0 4px #4dfff0bb, 0 0 5px #4de4ffb9;
    }
}

.bg-progress-4 {
    background-color: rgb(28, 230, 28);
}

.text-progress-4 {
    color: rgb(0, 255, 55);
}

.text-progress-4.glow {
    text-decoration: underline;
    /* -webkit-animation: glow-4 2s ease-in-out infinite alternate;
    -moz-animation: glow-4 2s ease-in-out infinite alternate;
    animation: glow-4 2s ease-in-out infinite alternate; */
}

@-webkit-keyframes glow-4 {
    from {
        text-shadow: 0 0 1px rgba(179, 245, 199, 0.781), 0 0 2px #00e658b7 0 0 3px #00e673c5, 0 0 4px #00e660c5;
    }

    to {
        text-shadow: 0 0 2px #4dff6bbe, 0 0 3px #4dff88b9, 0 0 4px #4dff88bb, 0 0 5px #4dff7ab9;
    }
}

.btn.btn-themed {
    background-color: rgb(80, 94, 136);
    color: white;
}

.legend-container {
    display: flex;
    margin-top: 0.5rem;
    /* color: #9FABDC; */
    color: white !important;
    font-size: 0.8rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.8rem;
}

.legend-container>div {
    cursor: pointer;
}

.legend-container span:first-child {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background-color: white;
    display: inline-block;
    margin: 0 0.5rem;
}

.th-head-text {
    color: white;
    font-size: 1.15rem;
}

.th-head-small {
    color: #C7D5FF;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.icon {
    width: 25px;
    height: 25px;
    margin-right: 0.75rem;
}

.text-dark {
    color: #b2bde4 !important;
}

.text-progress {
    color: #a2deff !important;
}

.background {
    background-color: #212942;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#topbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    box-shadow: 0 0 5px 5px rgba(25, 31, 39, 0.5);
    background-color: rgb(44, 53, 80);
}

#topbar>nav {
    justify-content: start !important;
    align-items: center !important;
}

.btn-menu {
    background-color: #212942;
    color: white;
}

/* #org-search-div {
    border-left: 1px solid black;
    position: relative;
}

#org-search-div::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgb(77, 77, 77);
    position: absolute;
    top: 0;
    left: 0;
} */

#photologo {
    width: 50px;
    margin-left: 5px;
}

#title-text {
    color: rgb(231, 231, 240);
}

#account-info {
    color: white;
    position: absolute !important;
    top: 1.3rem;
    right: 1rem;
}

#picprofile {
    width: 35px;
    height: 35px;
}

.content {
    /* padding-top: 70px; */
    width: 100% !important;
    color: white;
}

#map-mode-change,
#map-layer-change,
#map-mapinfo-change {
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#map-mapinfo-change i {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 3px;
    padding-top: 4px;
}

#map-mapinfo-change i::before {
    position: absolute;
    font-size: 1.3rem;
}

#map-layer-change::before {
    display: none;
}

#map-layer-change img {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 20px;
    height: 20px;
}

.dropdown-item.selected-data {
    background: #2ec7cb;
    background: -moz-linear-gradient(left, #2ec7cb 0%, #6c8bef 100%);
    background: -webkit-linear-gradient(left, #2ec7cb 0%, #6c8bef 100%);
    background: linear-gradient(to right, #2ec7cb 0%, #6c8bef 100%);
    color: #ffffff;
}


#map-mapinfo-div {
    font-family: 'Sarabun', sans-serif !important;
    position: absolute;
    top: 0px;
    right: 34px;
    margin-right: -250px;
    width: 250px;
    height: 560px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, margin-right 0.4s;
    cursor: auto;
}

#map-mapinfo-div.show {
    opacity: 1;
    margin-right: 0;
    pointer-events: auto;
}

#map-mapinfo-div .map-mapinfo-header {
    background-color: #3A4667;
}

#map-mapinfo-div .map-mapinfo-list {
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 480px;
    font-size: 0.73rem;
    overflow-y: auto;
    color: black !important;
}

#map-mapinfo-div .map-mapinfo-list div:last-child hr {
    display: none;
}

#map-mapinfo-div a {
    color: black !important;
}

#map-mapinfo-div hr {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

#map-mapinfo-div .map-mapinfo-page {
    background-color: #3A4667;
    display: flex;
    cursor: auto;
}

#map-mapinfo-div .map-mapinfo-page button {
    cursor: pointer;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

#map-mapinfo-div .map-mapinfo-page button:disabled {
    cursor: auto;
}

#map-mapinfo-div .map-mapinfo-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transition: all 0.1s;
}

#map-mapinfo-div .map-mapinfo-loader.show {
    pointer-events: auto;
    cursor: auto;
    opacity: 1;
    z-index: 1;
}

#map-mode-change::before {
    display: none;
}

#map-mode-change img {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 20px;
    height: 20px;
}

#map-mapinfo-div .map-mapinfo-search {
    position: relative;
}

#map-mapinfo-div .map-mapinfo-search input {
    position: relative;
    border: 1px solid #576181 !important;
    color: black !important;
    height: 30px !important;
    font-size: 0.8rem;
}

#map-mapinfo-div .map-mapinfo-search input::placeholder {
    color: rgb(161, 161, 161) !important;
    font-size: 0.8rem;
}

#map-mapinfo-div .map-mapinfo-search i {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    color: rgb(161, 161, 161) !important;
    cursor: pointer;
}

#report-div {
    min-width: 380px;
}

.info-block {
    min-height: 135px;
    height: 135px;
    border-radius: 1.5px;
    padding: 0.8rem;
}

.info-block h3 {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.315);
}

.info-block h4 {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.315);
}

.info-window {
    max-width: 300px;
}

.info-window .img-container {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgb(234, 234, 234);
}

.info-window .img-container img {
    max-height: 100px;
    max-width: 350px;
}

.info-window .info-window-header {
    padding: 0.35rem;
    margin-bottom: 0.25rem;
    background-color: rgb(95, 95, 95);
    color: white !important;
}

.info-window .info-window-text {
    font-size: 0.9rem !important;
}

.info-window .info-window-text.text-dark {
    color: rgb(63, 63, 63) !important;
}

.info-block-header {
    font-size: 1.15rem !important;
}

.info-block-data {
    font-size: 1.5rem;
    font-weight: 500;
}

.info-block.info-block-info {
    background: linear-gradient(to right, #2dc98d 0%, #21c176 30%, #252d47 100%);
    /* background: linear-gradient(90deg, rgba(108,204,237,0.9) 0%, rgba(134,187,231,0.7) 30%, rgba(108,204,237,0.5) 50%, rgba(108,204,237,0.05) 100%); */
}

.info-block.info-block-info::before {
    content: '';
    height: 5px;
    width: 70%;
    position: absolute;
    bottom: 0;
    /* left: 15px; */
    background: #51d890;
    border-bottom-left-radius: 1.5px;
    border-radius: 0 0 0 15px !important;
    left: 20px;
}

.info-block.info-block-danger {
    background: linear-gradient(to right, #ec5d77 0%, #ed5e65 30%, #252d47 100%);
    /* background: linear-gradient(90deg, rgba(250,136,103,1) 0%, rgba(247,108,130,0.7) 30%, rgba(237,108,119,0.6) 50%, rgba(241,66,66,0.05) 100%); */
}

.info-block.info-block-danger::before {
    content: '';
    height: 5px;
    width: 70%;
    position: absolute;
    bottom: 0;
    /* left: 15px; */
    background: #ec948f;
    border-bottom-left-radius: 5px;
    border-radius: 0 0 0 15px !important;
    left: 20px;
}

.info-block.info-block-disabled {
    background: linear-gradient(to right, #3f4455 0%, #2e3449 30%, #252d47 100%);
    /* background: linear-gradient(90deg, rgba(250,136,103,1) 0%, rgba(247,108,130,0.7) 30%, rgba(237,108,119,0.6) 50%, rgba(241,66,66,0.05) 100%); */
}

.info-block.info-block-disabled::before {
    content: '';
    height: 5px;
    width: 70%;
    position: absolute;
    bottom: 0;
    /* left: 15px; */
    background: #d9dade;
    border-bottom-left-radius: 5px;
    border-radius: 0 0 0 15px !important;
    left: 20px;
}

.info-block.info-block-warning {
    background: linear-gradient(to right, #ffba00 0%, #fc9244 30%, #252d47 100%);
    /* background: linear-gradient(90deg, rgba(255,203,44,1) 0%, rgba(255,152,62,0.9) 19%, rgba(255,145,67,0.83) 30%, rgba(255,145,35,0.6) 50%, rgba(255,152,35,0.05) 100%); */
}

.info-block.info-block-warning::before {
    content: '';
    height: 5px;
    width: 70%;
    position: absolute;
    bottom: 0;
    /* left: 15px; */
    background: #ffc833;
    border-bottom-left-radius: 5px;
    border-radius: 0 0 0 15px !important;
    left: 20px;
}

.info-block.info-block-secondary {
    background: linear-gradient(to right, #7a79fe 0%, #a758f5 30%, #252d47 100%);
    /* background: linear-gradient(90deg, rgba(132,109,247,1) 0%, rgba(197,95,247,0.83) 27%, rgba(163,94,233,0.6) 59%, rgba(117,70,221,0.05) 100%); */
}

.info-block.info-block-secondary::before {
    content: '';
    height: 5px;
    width: 70%;
    position: absolute;
    bottom: 0;
    /* left: 15px; */
    background: #acacfe;
    border-bottom-left-radius: 5px;
    border-radius: 0 0 0 15px !important;
    left: 20px;
}

.info-block>i.fa-2x {
    position: absolute;
    font-size: 24px;
    /* top:1rem; */
    right: 2rem;
}

.info-block>i.fa-7x {
    position: absolute;
    opacity: 0.1;
}

.info-block-type>img {
    position: absolute;
    right: 4rem;
    height: 20px;
}

.option-div {
    min-width: 230px;
    display: inline-block;
}

.highcharts-figure {
    overflow-y: hidden;
    overflow-x: auto;
}

#container {
    width: 100%;
    min-width: 100%;
}

.img-file {
    /* max-width: 100%; */
    width: 100%;
    cursor: pointer;
}

@media (max-width: 320px) {
    #account-info>div {
        display: none !important;
    }

    .nav-pills>li {
        font-size: 0.65rem !important;
    }
}

@media (max-width: 376px) and (min-width: 321px) {
    #account-info>div {
        display: none !important;
    }

    .nav-pills>li {
        font-size: 0.80rem !important;
    }
}

@media (max-width: 426px) and (min-width: 377px) {
    #account-info>div {
        display: none !important;
    }

    .nav-pills>li {
        font-size: 0.85rem;
    }
}

@media (max-width: 600px) {
    .info-block>i.fa-7x {
        left: 35% !important;
        top: 8% !important;
    }

    #account-info>div {
        display: none !important;
    }

    #container {
        width: 1000px;
    }
}

@media (min-width: 601px) {
    #container {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    #account-info {
        right: 65px;
    }

    .info-block>i.fa-7x {
        left: 44%;
        top: 8%;
    }

    .option-div {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .info-block>i.fa-7x {
        left: 36%;
        top: 8%;
    }
}

@media (min-width: 992px) {
    .info-block>i.fa-7x {
        left: 34%;
        top: 8%;
    }

    .content {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (min-width: 1566px) {
    .info-block>i.fa-7x {
        left: 34%;
        top: 8%;
    }

    .content {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
}

@media (max-width: 1199px) {
    #map-mapinfo-div .map-mapinfo-list {
        height: 230px;
    }

    #map-mapinfo-div {
        height: 310px;
    }
}

@media (max-width: 991px) {
    #report-div {
        min-width: 250px;
    }
}

@media (max-width: 1730px) and (min-width:1564px) {
    #account-info>div>div {
        display: none !important;
    }
}

@media (min-width: 2200px) {
    .info-block {
        min-height: 200px !important;
        height: 200px !important;
    }

    .info-block i.fa-7x {
        left: 38%;
        top: 17%;
        font-size: 8em;
    }

    .info-block .info-block-header {
        font-size: 1.7rem !important;
    }

    .info-block h3 {
        font-size: 2.5rem !important;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.404);
    }

    .info-block h4 {
        font-size: 2rem !important;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.404);
    }

    #benefit-div thead .th-head-text {
        font-size: 1.5rem !important;
    }

    #benefit-div thead .th-head-small {
        font-size: 1.2rem !important;
    }

    #benefit-table td {
        font-size: 2.2rem !important;
    }
}

/* @media only screen and (max-width :1024px) and (min-width :769px) {
    #report-div {
        display: block !important;
        margin-right: 1000px !important;
        padding: 10px 0 10px 0;
    }

    #data-map-block {
        padding-top: 15px !important;
        padding-left: 15px !important;
    }
} */

/* @media only screen and (max-width :768px) {
    #report-div {
        padding-top: 15px;
        display: block !important;
        margin-left: auto;
    }

} */

@media only screen and (max-width :1024px) and (min-width :769px) {
    .div-hide {
        margin-left: auto !important;
    }

    .btn-hide {
        display: inline-block !important;
    }

    #account-info {
        display: none;
    }

    #collapse-menu {
        margin-top: 10px;
    }

    #org-option-div {
        margin-top: 15px !important;
    }

    .option-div {
        margin-bottom: 10px !important;
        width: 100% !important;
        /* min-width: 600px; */
        display: inline-block;
        margin-right: 15px !important;
    }

    .select2 .select2-container .select2-container--default {
        width: 100% !important;
    }

    .select2-container {
        max-width: none !important;
    }

    #org-option {
        width: 100% !important;
    }

    #report-div {
        width: 100% !important;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-right: 15px !important;
    }

    .data-block-header {
        /* padding-left: 50px !important; */
    }

    #data-map-block {
        padding-top: 15px !important;
        padding-left: 15px !important;
    }

    #topbar {
        width: 100% !important;
    }

    .filter {
        display: none !important;
    }
}

@media only screen and (max-width :768px) and (min-width :451px) {
    .div-hide {
        margin-left: auto !important;
    }

    .btn-hide {
        display: inline-block !important;
    }

    #account-info {
        display: none;
    }

    #collapse-menu {
        margin-top: 10px;
    }

    #org-option-div {
        margin-top: 15px !important;
    }

    .option-div {
        margin-bottom: 10px !important;
        width: 100% !important;
        /* min-width: 600px; */
        display: inline-block;
        margin-right: 15px !important;
    }

    .select2 .select2-container .select2-container--default {
        width: 100% !important;
    }

    .select2-container {
        max-width: none !important;
    }

    #org-option {
        width: 100% !important;
    }

    #report-div {
        width: 100% !important;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-right: 15px !important;
    }

    .data-block-header {
        padding-left: 50px !important;
    }

    .data-block-header span {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width :414px) and (min-width :376px) {
    .option-div {
        margin-bottom: 10px !important;
        width: 100% !important;
        /* min-width: 600px; */
        display: inline-block;
        margin-right: 15px !important;
    }

    .select2 .select2-container .select2-container--default {
        width: 100% !important;
    }

    #report-div {
        width: 100% !important;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-right: 15px !important;
    }

    .select2-container {
        max-width: none !important;
    }

    #project-count-select {
        font-size: 1rem;
    }

    #project-count-all {
        font-size: 1rem;
    }

    #project-count-percent {
        font-size: 1rem;
    }

    .info-block-header {
        font-size: .9rem !important;
    }

    .text-progress-bar {
        font-size: 1rem !important;
    }

}

@media only screen and (max-width :375px) and (min-width :321px) {
    .option-div {
        margin-bottom: 10px !important;
        width: 100% !important;
        /* min-width: 600px; */
        display: inline-block;
        margin-right: 15px !important;
    }

    .select2 .select2-container .select2-container--default {
        width: 100% !important;
    }

    #report-div {
        width: 100% !important;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-right: 15px !important;
    }

    .select2-container {
        max-width: none !important;
    }

    #project-count-select {
        font-size: .77rem;
    }

    #project-count-all {
        font-size: .77rem;
    }

    #project-count-percent {
        font-size: .77rem;
    }

    .info-block-header {
        font-size: .8rem !important;
    }

    .text-progress-bar {
        font-size: 1rem !important;
    }

    .nav-link {
        padding: .4rem .7rem !important;
    }
}

@media only screen and (max-width :320px) {
    #project-count-select {
        font-size: .70rem;
    }

    #project-count-all {
        font-size: .70rem;
    }

    #project-count-percent {
        font-size: .70rem;
    }

    #project-count-select-name {
        font-size: .60rem;
    }

    #project-count-all-name {
        font-size: .60rem;
    }

    #project-count-percent-name {
        font-size: .60rem;
    }

    .info-block-header {
        font-size: .67rem !important;
    }

    .text-progress-bar {
        font-size: .8rem !important;
    }

    .nav-link {
        padding: .4rem .7rem !important;
    }
}

@media only screen and (max-width :450px) and (min-width :415px) {
    .option-div {
        margin-bottom: 10px !important;
        width: 100% !important;
        /* min-width: 600px; */
        display: inline-block;
        margin-right: 15px !important;
    }

    .select2 .select2-container .select2-container--default {
        width: 100% !important;
    }

    #report-div {
        width: 100% !important;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-right: 15px !important;
    }

    .select2-container {
        max-width: none !important;
    }

    #project-count-select {
        font-size: 1.1rem;
    }

    #project-count-all {
        font-size: 1.1rem;
    }

    #project-count-percent {
        font-size: 1.1rem;
    }

    #project-count-select-name {
        font-size: .7rem;
    }

    #project-count-all-name {
        font-size: .7rem;
    }

    #project-count-percent-name {
        font-size: .7rem;
    }

    .info-block-header {
        font-size: 0.95rem !important;
    }
}

.info-block-type {
    font-family: "-apple-system,BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial,sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.9rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 1rem;
}

#map {
    min-height: 400px;
    height: 100%;
}

.map-container {
    min-height: 400px;
    padding: 1rem;
}

.hr {
    min-height: 1px;
    height: 1px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.7455357142857143) 20%, rgba(255, 255, 255, 0.8995973389355743) 50%, rgba(255, 255, 255, 0.7483368347338936) 80%, rgba(255, 255, 255, 0.02) 100%);
}

#data-area-block,
#data-map-block {
    transition: all 0.3s;
}

.data-block-header {
    border-bottom: 1px solid black;
    position: relative;
}

.data-block-header::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgb(77, 77, 77);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.data-block {
    background-color: #29324e;
}

.data-block-content {
    padding: 1rem;
}

.nav-link.active {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: linear-gradient(90deg, rgba(111, 206, 255, 0.8) 0%, rgba(131, 155, 245, 0.8) 100%) !important;
}

.highcharts-drilldown-axis-label {
    /* fill: #9FABDC !important; */
    fill: white !important;
}

.region-tag {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.region-bg-0 {
    background-color: #25A8B5 !important;
}

.region-bg-1 {
    background-color: var(--region-color-n) !important;
}

.region-bg-2 {
    background-color: var(--region-color-c) !important;
}

.region-bg-3 {
    background-color: var(--region-color-ne) !important;
}

.region-bg-4 {
    background-color: var(--region-color-w) !important;
}

.region-bg-5 {
    background-color: var(--region-color-e) !important;
}

.region-bg-6 {
    background-color: var(--region-color-s) !important;
}

.tab-content {
    border: 1px solid rgb(102, 99, 109);
    border-radius: 4px;
}

#project-count-select {
    color: #00FFF0 !important;
}

#project-count-percent {
    color: #00FFF0 !important;
}

#project-count-all {
    color: rgb(179, 140, 245) !important;
}

.region-fill-1 {
    /* fill: var(--region-color-n) !important; */
    /* fill: #25A8B5  !important; */
    fill: #00FFF0 !important;
}

.region-fill-2 {
    /* fill: var(--region-color-c) !important; */
    /* fill: #25A8B5  !important; */
    fill: #00FFF0 !important;
}

.region-fill-3 {
    /* fill: var(--region-color-ne) !important; */
    /* fill: #25A8B5  !important; */
    fill: #00FFF0 !important;
}

.region-fill-4 {
    /* fill: var(--region-color-w) !important; */
    /* fill: #25A8B5  !important; */
    fill: #00FFF0 !important;
}

.region-fill-5 {
    /* fill: var(--region-color-e) !important; */
    /* fill: #25A8B5  !important; */
    fill: #00FFF0 !important;
}

.region-fill-6 {
    /* fill: var(--region-color-s) !important; */
    /* fill: #25A8B5  !important; */
    fill: #00FFF0 !important;
}

.region-fill-transparent-1 {
    fill: #7B2FFF !important;
    /* fill: #5F7BCE !important; */
    /* fill: #741D61 !important; */
    /* fill: var(--region-color-n) !important;
    fill-opacity: 0.4 !important; */
}

.region-fill-transparent-2 {
    fill: #7B2FFF !important;
    /* fill: #5F7BCE !important; */
    /* fill: #377F88 !important; */
    /* fill: var(--region-color-c) !important;
    fill-opacity: 0.4 !important; */
}

.region-fill-transparent-3 {
    fill: #7B2FFF !important;
    /* fill: #5F7BCE !important; */
    /* fill: #1F3397 !important; */
    /* fill: var(--region-color-ne) !important;
    fill-opacity: 0.4 !important; */
}

.region-fill-transparent-4 {
    fill: #7B2FFF !important;
    /* fill: #5F7BCE !important; */
    /* fill: rgb(145, 49, 158) !important; */
    /* fill: var(--region-color-w) !important;
    fill-opacity: 0.4 !important; */
}

.region-fill-transparent-5 {
    fill: #7B2FFF !important;
    /* fill: #5F7BCE !important; */
    /* fill: #521DC5 !important; */
    /* fill: var(--region-color-e) !important;
    fill-opacity: 0.4 !important; */
}

.region-fill-transparent-6 {
    fill: #7B2FFF !important;
    /* fill: #5F7BCE !important; */
    /* fill: #853246 !important; */
    /* fill: var(--region-color-s) !important;
    fill-opacity: 0.4 !important; */
}

.region-bg-transparent-0 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: #2767ac !important; */
    /* opacity: 0.4 !important; */
}

.region-bg-transparent-1 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: #741D61 !important; */
    /* background-color: var(--region-color-n) !important;
    opacity: 0.4 !important; */
}

.region-bg-transparent-2 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: #377F88 !important; */
    /* background-color: var(--region-color-c) !important;
    opacity: 0.4 !important; */
}

.region-bg-transparent-3 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: #1F3397 !important; */
    /* background-color: var(--region-color-ne) !important;
    opacity: 0.4 !important; */
}

.region-bg-transparent-4 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: rgb(145, 49, 158) !important; */
    /* background-color: var(--region-color-w) !important;
    opacity: 0.4 !important; */
}

.region-bg-transparent-5 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: #521DC5 !important; */
    /* background-color: var(--region-color-e) !important;
    opacity: 0.4 !important; */
}

.region-bg-transparent-6 {
    background-color: #7B2FFF !important;
    /* background-color: #5F7BCE !important; */
    /* background-color: #853246 !important; */
    /* background-color: var(--region-color-s) !important;
    opacity: 0.4 !important; */
}

.table-responsive-xl {
    overflow-y: auto !important;
    max-height: 800px !important;
    padding-bottom: 1rem !important;
}

#chart-div {
    overflow: auto;
}

#chart-div .select2 {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
    max-width: 300px;
}

.select2-container--default .select2-selection--single {
    background-color: #29324e !important;
}

.select2-search--dropdown {
    background-color: #29324e !important;
}

.select2-search__field {
    background-color: #29324e !important;
    color: white !important;
}

.select2-results {
    background-color: #29324e !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-bottom: 6px;
    padding-top: 6px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__rendered {
    color: white !important;
}

.select2-results__option[aria-selected="true"] {
    color: #6172A5 !important;
    background-color: rgb(219, 214, 238) !important;
}

table {
    width: 100%;
}

.gm-style .controls {
    font-size: 28px;
    /* this adjusts the size of all the controls */

    background-color: rgb(80, 94, 136);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 300;
    height: 1em;
    margin: 6px;
    text-align: center;
    user-select: none;
    padding: 4px;
    width: 1em;
    border-radius: 3px;
}

.gm-style .controls button {
    border: 0;
    background-color: rgb(80, 94, 136);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.gm-style .controls button:hover {
    color: rgba(255, 255, 255, 1);
}

.gm-style .controls.fullscreen-control button {
    display: block;
    font-size: 1em;
    height: 100%;
    width: 100%
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon {
    border-style: solid;
    height: 0.25em;
    position: absolute;
    width: 0.25em;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
    border-width: 3px 0 0 3px;
    left: 0.1em;
    top: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
    border-width: 0 3px 3px 0;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
    border-width: 3px 3px 0 0;
    right: 0.1em;
    top: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
    border-width: 0 0 3px 3px;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
    border-width: 0 0 3px 3px;
    left: 0.1em;
    bottom: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
    border-width: 3px 3px 0 0;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
    border-width: 0 3px 3px 0;
    right: 0.1em;
    bottom: 0.1em;
}

.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
    border-width: 3px 0 0 3px;
}

.gm-style .controls.zoom-control {
    display: flex;
    flex-direction: column;
    height: auto;
}

.gm-style .controls.zoom-control button {
    font: 0.85em Arial;
    margin: 1px;
    padding: 0;
}

.gm-style .controls.clear-control button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: 0.65em Arial;
    padding: 0;
    cursor: pointer;
}

.dt-body-right {
    text-align: right;
}

.dt-body-center {
    text-align: center;
}

.table td {
    padding: 0.6rem;
}

h5 {
    font-weight: 600;
}

.pointer {
    cursor: pointer;
}

#project-table a {
    color: #a9bdff;
    text-decoration: underline;
}

.tab-content {
    padding: 0px !important;
    margin-bottom: 0 !important;
}

.table-bordered {
    border-collapse: separate !important;
    border: 1px solid #536881 !important;
}

table .head-border {
    border-bottom: 1px solid #536881 !important;
}

.highcharts-data-label>text {
    fill: white !important;
    color: white !important;
}

.highcharts-drilldown-data-label text {
    text-decoration: none !important;
}

.dataTable th {
    vertical-align: middle !important;

}

.dataTable th:last-child {
    border-right: 1px solid #364269 !important;
}

#budget-table {
    font-size: 0.735rem !important;
}

.text-highlight {
    color: #41FFF4 !important;
}

#benefit-div {
    /* background-color:#3A4667; */
    background: linear-gradient(180deg, rgba(9, 85, 117, 1) 0%, rgba(16, 64, 137, 1) 100%);
    transition: all 0.1s;
}

#benefit-div>div {
    width: 100%;
    overflow-x: auto;
}

#benefit-div>div>div {
    min-width: 700px;
}

#benefit-div:before {
    top: 7px;
    left: 0;
    width: 4px;
    height: calc(100% - 14px);
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #38A4E0;
    border-radius: 10px 0 0 10px !important;
}

#benefit-div:after {
    top: 7px;
    right: -1px;
    width: 4px;
    height: calc(100% - 14px);
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #38A4E0;
    border-radius: 0 10px 10px 0 !important;
}

#benefit-div td,
#benefit-div th {
    padding: 0.25rem;
    border: none !important;
}

#benefit-div td {
    font-size: 1.45rem;
    font-weight: 600;
}

#drillup-btn {
    position: absolute;
    display: none;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

#drillup-btn button {
    font-size: 0.8rem !important;
    padding: 0.375rem !important;
}

.highcharts-credits {
    display: none !important;
}

#benefit-div th:not(.d-none):not(:last-child) {
    border-right: 1px solid #b8bed1 !important;
}

#benefit-div td:not(.d-none):not(:last-child) {
    border-right: 1px solid #b8bed1 !important;
}

.switcher-div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

span.switcher {
    position: relative;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

span.switcher.switcher-mode {
    position: relative;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

span.switcher input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 220px;
    height: 43px;
    border-radius: 25px;
    background-color: #464f71;
    outline: none;
    font-family: 'Oswald', sans-serif;
}

span.switcher.switcher-mode input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 200px;
    height: 43px;
    border-radius: 25px;
    background-color: #464f71;
    outline: none;
    font-family: 'Oswald', sans-serif;
    margin-top: 8px;
}

span.switcher.switcher-mode label {
    margin-top: 11px;
    margin-bottom: 0;
}

span.switcher input:before,
span.switcher input:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f5f5f5;
}

span.switcher input:before {
    content: 'แผนงาน';
    left: 20px;
}

span.switcher input:after {
    content: 'ได้รับจัดสรร';
    right: 20px;
}

span.switcher input.plan:before {
    content: 'แผนงาน' !important;
    left: 20px;
}

span.switcher input.plan:after {
    content: 'ได้รับจัดสรร' !important;
    right: 20px;
}

span.switcher.switcher-mode input:before {
    content: 'ตามจังหวัด';
    left: 17px;
}

span.switcher.switcher-mode input:after {
    content: 'ตามประเภท';
    right: 17px;
}

span.switcher label {
    z-index: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    border-radius: 20px;
}

span.switcher.switcher-1 input {
    -webkit-transition: .25s -.1s;
    transition: .25s -.1s;
}

span.switcher.switcher-1 input:checked {
    background-color: #22283f;
}

span.switcher.switcher-1 input:checked:before {
    text-align: center;
    color: #f5f5f5;
    -webkit-transition: color .5s .2s;
    transition: color .5s .2s;
}

span.switcher.switcher-1 input:checked:after {
    text-align: center;
    color: #CCCCCC;
    -webkit-transition: color .5s;
    transition: color .5s;
}

span.switcher.switcher-1 input:not(:checked) {
    background: #22283f;
    -webkit-transition: background .5s -.1s;
    transition: background .5s -.1s;
}

span.switcher.switcher-1 input:not(:checked):before {
    color: #CCCCCC;
    -webkit-transition: color .5s;
    transition: color .5s;
}

span.switcher.switcher-1 input:not(:checked):after {
    color: #464f71;
    -webkit-transition: color .5s .2s;
    transition: color .5s .2s;
}

span.switcher.switcher-1 input:checked+label {
    left: 10px;
    right: 110px;
    background: #464f71;
    -webkit-transition: left .5s, right .4s .2s;
    transition: left .5s, right .4s .2s;
}

span.switcher.switcher-1 input:not(:checked)+label {
    left: 110px;
    right: 10px;
    background: #f5f5f5;
    -webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
    transition: left .4s .2s, right .5s, background .35s -.1s;
}

span.switcher.switcher-1.switcher-mode input:checked+label {
    left: 10px;
    right: 102px;
    background: #464f71;
    -webkit-transition: left .5s, right .4s .2s;
    transition: left .5s, right .4s .2s;
}

span.switcher.switcher-1.switcher-mode input:not(:checked)+label {
    left: 98px;
    right: 10px;
    background: #f5f5f5;
    -webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
    transition: left .4s .2s, right .5s, background .35s -.1s;
}

@-webkit-keyframes turn-on {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@keyframes turn-on {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@-webkit-keyframes turn-off {
    0% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

@keyframes turn-off {
    0% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

#chart-tag-div {
    margin-top: -8px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #56626b;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

/* input:checked + .slider {
    background-color: #7e8a94;
  } */

input:checked+.slider::before {
    background-color: rgb(53, 208, 255);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.loader {
    border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #d94141;
    /* position: absolute; */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.pin:after {
    content: '';
    align-items: center;
    text-align: center;
    padding-top: 1px;
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #2f2f2f;
    position: absolute;
    border-radius: 50%;
    color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #161125;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.border-radius-10 {
    border-radius: 10px !important;
}

.org-chart-data {
    text-decoration: underline !important;
    cursor: pointer;
}

.form-control:focus {
    color: #ffffff;
    background-color: #252d47;
    border-color: #6978ab;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 81, 168, 0.25);
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #fffff5 0%,
            #cfb0e9 18%,
            #f48a7a 45%,
            #eb5194 60%,
            #f48a7a 75%,
            #cfb0e9 88%,
            #fffff5 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-size: 1.3rem !important;
    font-weight: 600;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
