@charset "UTF-8";
.datepicker {
  font-size: 13px;
}
.datepicker table tr td.day {
  font-size: 11px;
}

body {
  font-family: "Open Sans";
  font-size: 13px;
  color: #576a7e;
}

button:focus {
  outline: none;
  border: none;
}

.center-valign {
  display: flex;
  align-items: center;
}

.with-navpadding {
  padding-top: 100px;
}

.btn {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-orange {
  background-color: #fdcb2f;
  color: #fff;
}
.btn.btn-orange:hover {
  background-color: #f7bb02;
}
.btn.btn-blue {
  background-color: #3baadb;
  color: #fff;
}
.btn.btn-blue:hover {
  background-color: #2390c0;
}
.btn.btn-medium {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
}
.btn.btn-inline {
  padding: 3px 15px;
  font-size: 11px;
  border-radius: 3px;
  display: inline-block;
}

.outer {
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #132f92;
}
.outer .container {
  background-color: #f4f8fc;
  padding: 30px;
  border-radius: 15px;
}

header {
  line-height: normal;
}
header .list-inline-item {
  margin: 0px 5px;
  vertical-align: middle;
}
header .dropdown .dropdown-menu {
  font-family: "Open Sans";
  left: auto !important;
  right: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  top: 40px !important;
  font-size: 12px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 5px #eee;
}
header .title {
  font-family: "Montserrat";
  margin: -15px 0px 0px 0px;
  padding: 0px;
  font-size: 20px;
}
header .title a {
  font-weight: 600;
  text-decoration: none;
  color: #465174;
  display: inline-block;
}
header .user {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
}
header .user .dropdown-toggle {
  text-decoration: none;
  color: #576a7e;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
header .user .dropdown-toggle:after {
  position: absolute;
  right: 0px;
  top: 30%;
}
header .user .dropdown-toggle small {
  color: #aaa;
  font-family: "Open Sans";
  font-size: 10px;
}
header .notif .dropdown-toggle {
  text-decoration: none;
  color: #576a7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: 0px 4px 10px #efefef;
  border: 1px solid #f7f7f7;
}
header .notif .dropdown-toggle i {
  display: block;
  margin: auto;
  font-size: 15px;
}
header .notif .dropdown-toggle:before {
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #1ca;
  right: 0px;
  top: 3px;
}
header .notif .dropdown-toggle:after {
  display: none;
}
header .notif .dropdown-menu {
  margin-top: 10px;
  padding: 15px;
  min-width: 300px;
  font-size: 13px;
}
header .notif .dropdown-menu .list:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
header .notif .dropdown-menu .notif-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  color: #555;
}
header .notif .dropdown-menu .list {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #aaa;
}
header .notif .dropdown-menu .list .text {
  font-size: 12px;
}
header .notif .dropdown-menu .list .date {
  font-size: 10px;
  color: #aaa;
}
header .notif .dropdown-menu .list.new {
  color: #555;
}
header .notif .dropdown-menu .list.new .text {
  color: #576a7e;
  font-weight: 600;
}
header .notif .dropdown-menu .list.new .date {
  color: #666;
}

.social {
  position: absolute;
  z-index: 101;
  right: 30px;
  bottom: 30px;
}
.social .text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: rotate(90deg) translateX(-35px) translateY(-20px);
  -ms-transform: rotate(90deg) translateX(-35px) translateY(-20px);
  -o-transform: rotate(90deg) translateX(-35px) translateY(-20px);
  transform: rotate(90deg) translateX(-35px) translateY(-20px);
}
.social ul {
  margin: 0px;
  list-style: none;
  font-size: 17px;
}
.social ul li {
  text-align: center;
  margin: 5px 0px;
}
.social ul li a {
  font-weight: 300;
  color: #fff;
}
.social ul li a i {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social ul li a:hover i {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.dashboard-nav {
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 3px #eee;
  font-family: "Montserrat";
  padding: 15px 20px;
  border-radius: 5px;
}
.dashboard-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.dashboard-nav ul li {
  display: inline-table;
  margin: 0px 15px;
}
.dashboard-nav ul li:first-child {
  margin-left: 0px;
}
.dashboard-nav ul li:last-child {
  margin-right: 0px;
}
.dashboard-nav ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #465273;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dashboard-nav ul li a.disabled {
  color: #bdc5cd !important;
  cursor: no-drop;
}
.dashboard-nav ul li a.active {
  color: #bdc5cd;
  font-weight: 700;
  color: #fdcb2f;
}
.dashboard-nav ul li a:hover {
  color: #fdcb2f;
}
.dashboard-nav ul li a i {
  margin-right: 5px;
  font-size: 16px;
}

.home .fix-page {
  background-color: #576a7e;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.home .fix-page.tata-cara {
  background-image: url("../images/slide1-bg.png");
}
.home .fix-page .logo {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 15px;
  width: 80px;
  z-index: 100;
}
.home .fix-page .shortcut-buttons {
  z-index: 100;
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
}
.home .fix-page .shortcut-buttons .container {
  position: relative;
}
.home .fix-page .shortcut-buttons .btn {
  text-align: left;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  padding-left: 95px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #3baadb;
  font-size: 15px;
  text-transform: uppercase;
}
.home .fix-page .shortcut-buttons .btn:hover {
  -webkit-transform: scale(1.05) translateY(-5px);
  -ms-transform: scale(1.05) translateY(-5px);
  -o-transform: scale(1.05) translateY(-5px);
  transform: scale(1.05) translateY(-5px);
  color: #2083fc;
}
.home .fix-page .shortcut-buttons .btn img {
  position: absolute;
  width: auto;
  height: 60px;
  left: 25px;
  top: 20px;
}
.home .fix-page .credit {
  color: #fff;
  padding-top: 10px;
  font-size: 11px;
}
.home .fix-page .menu {
  z-index: 100;
  position: absolute;
  right: 30px;
  top: 40px;
}
.home .fix-page .menu li {
  margin: 0px 15px;
}
.home .fix-page .menu li a {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.home .fix-page .menu li a:hover, .home .fix-page .menu li a.active {
  color: #fdcb2f;
}
.home .fix-page .menu li button {
  cursor: pointer;
  line-height: 0px;
  color: #fff;
  padding: 0px;
  background-color: transparent;
  border: none;
}
.home .fix-page #main-slider .carousel-indicators {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 30px;
  right: auto;
  margin: 0px;
  padding: 0px;
  width: 15px;
  display: block;
}
.home .fix-page #main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #3baadb;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.home .fix-page #main-slider .carousel-indicators li.active {
  background-color: #3baadb;
}
.home .fix-page #main-slider .carousel-item {
  background-color: #fff;
}
.home .fix-page #main-slider .carousel-item .parallax-comp {
  opacity: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home .fix-page #main-slider .carousel-item .person {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  height: 95%;
  width: auto;
  left: 70px;
}
.home .fix-page #main-slider .carousel-item .slide-caption {
  color: #fff;
  position: absolute;
  right: 350px;
  top: 140px;
  width: 400px;
  z-index: 100;
}
.home .fix-page #main-slider .carousel-item .slide-caption .big {
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 15px;
}
.home .fix-page #main-slider .carousel-item .slide-caption .small {
  font-size: 13px;
  margin-bottom: 15px;
}
.home .fix-page #main-slider .carousel-item .slide-caption .btn {
  font-size: 17px;
  color: #fff !important;
  font-weight: 700;
  padding: 8px 20px;
  min-width: 170px;
}

.box {
  padding-bottom: 15px;
}
.box .box-header {
  padding-bottom: 10px;
}
.box .box-header .box-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  color: #465273;
}
.box .box-header .frm-filter .row {
  margin-left: -5px;
  margin-right: -5px;
}
.box .box-header .frm-filter .row div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.box .box-header .frm-filter .row div[class^=col-] .form-control {
  font-weight: 600;
  height: 35px;
  font-size: 13px;
  border: none;
  box-shadow: 0px 3px 5px #f5f5f5;
}
.box .box-header .frm-filter .row div[class^=col-] .btn {
  height: 35px;
  background-color: #fdcb2f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.box .box-header .frm-filter .row div[class^=col-] .btn:hover {
  background-color: #f7bb02;
}
.box .box-body {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 5px #f5f5f5;
}
.box .box-body .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.box .box-body .row div[class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.box .box-body .form-group label {
  font-weight: 600;
}
.box .box-body .form-control {
  color: #777;
  font-size: 12px;
  border: 1px solid #eee;
  padding: 5px 10px;
}
.box .box-body .form-control:not(textarea) {
  height: 35px !important;
}
.box .box-body .btn-xs {
  padding: 4px 20px;
  font-size: 11px;
  border-radius: 3px;
}

.slim-inputfile .inf__drop-area {
  height: 45px;
  padding: 0px 10px;
}

.modal .modal-header .modal-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  font-weight: 700;
  color: #555;
}
.modal .modal-header .close {
  width: 25px;
  height: 25px;
  background-color: #aaa;
  color: #fff;
  border-radius: 50%;
  padding: 0px;
  display: inline-block;
  font-size: 17px;
  margin: 0px;
  line-height: 0px;
}
.modal .modal-body {
  padding: 30px 30px;
}
.modal .modal-body .form-group {
  margin-bottom: 15px;
}
.modal .modal-body .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.modal .modal-body .row div[class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.modal .modal-body .notif-cont {
  display: none;
}
.modal .modal-body label {
  font-weight: 700;
}
.modal .modal-body .form-control {
  height: 40px;
  font-size: 13px;
  font-weight: 600;
}
.modal .modal-body .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
}

.alert {
  color: #fff;
  border: none;
  padding: 10px 15px;
}
.alert.alert-danger {
  background-color: #ec5564;
}
.alert.alert-success {
  background-color: #46cead;
}
.alert.alert-warning {
  background-color: #fecd57;
}
.alert.alert-info {
  background-color: #73b1f4;
}
.alert p:last-child {
  margin-bottom: 0px;
}
.alert .close {
  font-size: 20px;
}
.alert.has-timer {
  position: relative;
}
.alert.has-timer .timer {
  position: absolute;
  width: 100px;
  height: 90%;
  right: 5px;
  top: 5%;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  border-radius: 5px;
  background-color: #ec5564;
}
.alert.has-timer .timer .inner {
  margin: auto;
  padding-bottom: 30px;
  text-align: center;
}
.alert.has-timer .timer .inner label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: normal;
}
.alert.has-timer .timer .inner .time {
  line-height: 16px;
}

.fullpage-content {
  display: none;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 300;
}
.fullpage-content.show {
  display: block;
}
.fullpage-content .container {
  max-width: 1000px;
}
.fullpage-content .close {
  opacity: 1;
  z-index: 301;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 43px;
  height: 41px;
  background-color: #3baadb;
  line-height: 0px;
}
.fullpage-content .close:hover {
  background-color: red;
}
.fullpage-content .close:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 20px;
}
.fullpage-content .close:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  right: 20px;
}
.fullpage-content .logo2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 300;
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
}
.fullpage-content .inner {
  padding-top: 50px;
}
.fullpage-content .inner .scroll-section {
  position: relative;
  overflow: auto;
}
.fullpage-content .inner .scroll-section .row {
  margin-left: 0px;
  margin-right: 0px;
}
.fullpage-content .inner .content-title {
  text-align: center;
  font-weight: 300;
  padding: 0px 0px 30px;
  font-size: 28px;
  font-family: "Montserrat";
  margin: 0px;
  color: #333;
}
.fullpage-content .inner .content-title small {
  font-size: 20px;
  font-weight: 600;
}
.fullpage-content article {
  font-size: 13px;
  line-height: 20px;
}
.fullpage-content article a {
  color: #3baadb;
}
.fullpage-content article h2 {
  font-size: 17px;
  font-weight: 700;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.fullpage-content article h2:first-child {
  margin-top: 0px;
}
.fullpage-content article p, .fullpage-content article ul, .fullpage-content article ol {
  margin-bottom: 8px;
}
.fullpage-content article ol, .fullpage-content article ul {
  padding-left: 25px;
}
.fullpage-content article ol li, .fullpage-content article ul li {
  margin-bottom: 5px;
  padding-left: 8px;
}
.fullpage-content article table thead tr th {
  line-height: normal;
  border-bottom-width: 1px;
  padding: 5px 15px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-card {
  position: absolute;
  padding: 15px 20px;
  border-radius: 5px;
  left: 10px;
  bottom: 10px;
  background-color: #3baadb;
  color: #fff;
  font-size: 12px;
}
.contact-card .sosmed {
  text-decoration: none;
  display: inline-table;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 5px;
  color: #3baadb;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contact-card .sosmed:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.contact-card .sosmed i {
  margin: auto;
}

#materi .nav-pills .nav-link {
  font-size: 15px;
  color: #666;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-right: 2px solid #fff;
}
#materi .nav-pills .nav-link:hover {
  background-color: #eee;
}
#materi .nav-pills .nav-link.active {
  font-weight: 600;
  color: #fff;
  background-color: #3baadb;
}

.nav-pills {
  margin-bottom: 10px;
}
.nav-pills .nav-link {
  padding: 7px 30px;
  color: #666;
  font-weight: 600;
}
.nav-pills .nav-link.active {
  background-color: #3baadb;
}

.card-status {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  padding-left: 80px;
  min-height: 80px;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 5px #f5f5f5;
  margin-bottom: 15px;
}
.card-status:not(.checked) {
  color: #aab7c4;
}
.card-status.checked:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -2px;
  top: -2px;
  background-color: #fdcb2f;
  width: 30px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 50%;
  color: #132f92;
}
.card-status i {
  position: absolute;
  line-height: 0px;
  padding: 0px;
  font-size: 50px;
  left: 20px;
  top: 40px;
}

.tpa-questions .questions {
  padding-left: 30px;
}
.tpa-questions .questions > li {
  padding-left: 5px;
  padding-right: 30px;
}
.tpa-questions .questions .q {
  margin-bottom: 15px;
}
.tpa-questions .questions .q .options {
  padding-top: 5px;
  padding-left: 0px;
  font-size: 95%;
}
.tpa-questions .questions .q .options .option {
  position: relative;
  padding-left: 20px;
}
.tpa-questions .questions .q .options .option label {
  margin-bottom: 5px;
}
.tpa-questions .questions .q .options .option input[type=radio] {
  position: absolute;
  left: 0px;
  top: 3px;
}

.btn-mulaites {
  font-size: 12px;
  padding: 5px 15px;
  color: #fff !important;
  font-weight: 600;
}

#mod-timeout .modal-body {
  font-size: 28px;
  text-align: center;
  font-weight: 800;
  line-height: 35px;
}
#mod-timeout .modal-body small {
  font-size: 15px;
  font-weight: 600;
  color: #fdcb2f;
}

.frm-tpa .box-body, .frm-tpa .box-body, .frm-utul .box-body, .frm-utul .box-body {
  opacity: 0;
}

.image-cont {
  height: 250px;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#fasilitas .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#fasilitas .row div[class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

.download-list .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.download-list .row div[class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
.download-list .row div[class^=col-] .btn {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 250px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 3px dashed #ddd;
  display: flex;
  align-items: center;
  color: #ccc;
  vertical-align: inherit;
  position: relative;
  outline: none !important;
  box-shadow: none !important;
}
.download-list .row div[class^=col-] .btn.pdf:hover {
  border-color: #ff8383;
  color: #ff8383;
}
.download-list .row div[class^=col-] .btn .inner {
  margin: auto;
  padding-top: 0px;
}
.download-list .row div[class^=col-] .btn i {
  display: block;
  font-size: 85px;
  margin-bottom: 15px;
}
.download-list .row div[class^=col-] .btn .name {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.herreg h1 {
  font-size: 16px;
  margin: 0px 0px 30px;
  padding: 0px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: normal;
}

.text-orange {
  color: orange !important;
}

#slide-ukurpotensi .intro {
  text-align: center;
  font-size: 15px;
  min-height: 350px;
  display: flex;
  align-items: center;
}
#slide-ukurpotensi .intro .inner {
  margin: auto;
}
#slide-ukurpotensi .intro .big {
  font-size: 35px;
  font-weight: 700;
}

.qList {
  border-bottom: 1px dashed #ccc;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.qList div[class^=col-] {
  position: relative;
}
.qList div[class^=col-] .num {
  position: absolute;
  left: 0px;
  top: 5px;
  background-color: #555;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 2px 5px;
  width: 25px;
  text-align: center;
  border-radius: 2px;
}
.qList div[class^=col-] .btn {
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 700;
  width: 75px;
  border-radius: 3px;
}
.qList div[class^=col-] .up-q {
  padding-top: 5px;
  padding-left: 18px;
}
.qList div[class^=col-] .btn-group .btn {
  background-color: #fdcb2f;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.qList div[class^=col-] .btn-group .btn:hover, .qList div[class^=col-] .btn-group .btn.active {
  background-color: #c49502;
}

.tab-pane:not(.show) {
  height: 0px;
}

.input-group-prepend.small .dropdown-item {
  font-size: 12px;
}

.additional-option {
  display: none !important;
}
.additional-option.active {
  display: block !important;
}

/*# sourceMappingURL=style.css.map */
