@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 0.9rem;
  line-height: 1.6;
}

.form-control {
  font-size: inherit;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.3);
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.custom-select {
  font-size: inherit;
}

.btn:not([name="cancel"]):disabled {
  background-color: #ccc;
  color: #999;
  border-color: #999;
  font-size: inherit;
}
.dropdown-menu {
  font-size: inherit;
}

.modalForm button[name="cancel"]:disabled {
  color: #ccc !important;
}
#dataForm button[name="cancel"]:disabled {
  color: #ccc !important;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page > .floating-msg {
  position: fixed;
  width: 100%;
  z-index: 1060;
  display: none;
  justify-content: center;
}
#page > .floating-msg.show {
  display: flex;
}
#page > .floating-msg p {
  margin: 0 0 10px 0;
}
#page > .floating-msg p:last-child {
  margin: 0;
}
#page > .overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}
#page > .overlay.show {
  display: block;
}
#page > .overlay.show.menu {
  background-color: rgba(0,0,0,.3);
}

.page-container {
  height: 100%;
  margin: auto;
}
.login-wrapper .login-box {
  width: 450px;
  background-color: #ffffff;
}
.login-wrapper .login-box {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 30px 35px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.login-wrapper .login-box .title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  padding: 0;
}
.login-wrapper .login-box label {
  font-weight: 500;
  margin-bottom: 4px;
}
.login-wrapper .copyright,
.login-wrapper .logo {
  text-align: center;
}
.login-wrapper .logo {
  margin: 0 0 30px 0;
}
.login-wrapper .copyright {
  margin: 30px 0 0 0;
  font-size: 85%;
  color: rgba(0,0,0,.5);
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 99;
  background-color: #644c32;
  padding: 0 55px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.app-header .sidebar-nav,
.app-header .sidebar-mob {
  margin: 0 20px 0;
  cursor: pointer;
  color: rgba(255,255,255,1);
}
.app-header .sidebar-mob {
  display: none;
}
.app-header .top-nav {
  flex: 1;
  text-align: right;
  color: #fff;
}
.app-header .logo {
  width: auto;
}
.app-header .logo img {
  width: 100%;
}
.top-nav .account-nav {
  text-align: right;
  display: flex;
  justify-content: right;
}
.top-nav .account-nav.show .dropdown-toggle {
  color: rgba(255,255,255,.5);
}
.top-nav .account-nav.show .dropdown-menu {
  border-radius: 0;
  border: 0;
  border-left: 1px solid rgba(0,0,0,.15);
  border-right: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
  font-size: inherit;
  background-clip: inherit;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.17);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.17);
}
.top-nav .account-nav.show .dropdown-menu.show {
  top: 22px !important;
}
.top-nav .account-nav .dropdown-toggle {
  border: 0;
  background-color: transparent;
  display: flex;
  color: #fff;
  font-weight: 500;
}
.top-nav .account-nav .dropdown-toggle:after {
  margin-top: 10px;
  margin-left: 10px;
}
.top-nav .account-nav .dropdown-toggle .icon {
  margin: 0 10px 0 0;
}
.top-nav .account-nav .dropdown-toggle .fungsi {
  font-weight: 700;
}
.top-nav .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item {
  transition: all .5s ease;
}
.top-nav .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.top-nav .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  left: 7px;
  top: 8px;
  font-size: 80%;
  color: rgba(0,0,0,.5);
  content: "\f08d";
}
.top-nav .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item:hover {
  background-color: transparent;
  color: rgba(0,0,0,.5);
}

.site-wrapper {
  margin-left: 30px;
}
.site-nav {
  text-align: right;
  display: flex;
  justify-content: right;
}
.site-nav.show .dropdown-toggle {
  border-top: 1px solid #e0c5a8;
  border-left: 1px solid #e0c5a8;
  border-right: 1px solid #e0c5a8;
  border-bottom: 1px solid transparent;
  background-color: rgba(255,255,255,1);
  color: #222;
  z-index: 199;
}
.site-nav.show .dropdown-toggle:hover {
  border-top: 1px solid #e0c5a8;
  border-left: 1px solid #e0c5a8;
  border-right: 1px solid #e0c5a8;
  border-bottom: 1px solid transparent;
}
.site-nav.show .dropdown-menu {
  border-radius: 0;
  z-index: 99;
  min-width: 200px;
  border: 1px solid #e0c5a8;
  font-size: inherit;
  background-clip: inherit;
}
.site-nav.show .dropdown-menu.show {
  top: -2px !important;
}
.site-nav .dropdown-toggle {
  border: 1px solid rgba(255,255,255,.1);
  background-color: transparent;
  display: flex;
  padding: 4px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.site-nav .dropdown-toggle .caption span {
  color: rgba(255,255,255,.5);
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}
.site-nav.show .dropdown-toggle .caption span {
  color: rgba(0,0,0,.5);
}
.site-nav .dropdown-toggle:after {
  margin-top: 10px;
  margin-left: 10px;
}
.site-nav .dropdown-toggle:hover {
  border: 1px solid rgba(255,255,255,.2);
}
.site-nav .dropdown-toggle .dropdown-menu.show .dropdown-item {
  transition: all .5s ease;
}
.site-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.site-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  left: 7px;
  top: 8px;
  font-size: 80%;
  color: rgba(0,0,0,.5);
  content: "\f08d";
}
.site-nav .dropdown-toggle .dropdown-menu.show .dropdown-item:hover {
  background-color: transparent;
  color: rgba(0,0,0,.5);
}

.sidebar {
  position: fixed;
  top: 70px;
  left: 0;
  height: calc(100% - 70px);
  width: 240px;
  overflow-y: auto;
  z-index: 89;
  border-right: 2px solid #e8d4be;
  background-color: #eee;
  transition: left .3s ease;
}
.sidebar.hide {
  left: -240px;
}
.sidebar.mob-show {
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1010;
}

.content-wrapper {
  width: calc(100% - 240px);
  margin-left: 240px;
  margin-top: 70px;
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  transition: margin-left .3s ease, width .3s ease;
}
.content-wrapper.wide {
  margin-left: 0;
  width: 100%;
}

.content {
  padding: 20px 30px;
  flex: 1;
}

.breadcrumb {
  padding: 7px 15px;
  margin: 0 0 30px 0;
  font-size: 90%;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.5);
}

.page-title {
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
  font-size: 24px;
  font-weight: 900;
  border-bottom: 1px solid #eee;
}

.main-menu {
  list-style: none;
  padding: 0 15px 0 20px;
  margin: 20px 0 40px 0;
}
.main-menu > li a {
  color: #111;
  display: block;
  padding: 5px 0;
  /*transition: all 0.3s ease;*/
}
.main-menu > li a:hover {
  text-decoration: none;
}
.main-menu > li a[data-toggle="collapse"] {
  position: relative;
}
.main-menu > li a[data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 10px;
}
.main-menu > li a[data-toggle="collapse"][aria-expanded="true"]:after {
  content: "\f107";
}
.main-menu > li a[data-toggle="collapse"][aria-expanded="false"]:after {
  content: "\f105";
}
.main-menu > li ul {
  padding: 0;
  list-style: none;
}
.main-menu > li ul > li a {
  padding: 5px 20px 5px 38px;
  position: relative;
}
/*.main-menu > li ul > li a:hover,*/
/*.main-menu > li ul > li.active a {*/
/*  background-color: transparent;*/
/*}*/
.main-menu > li ul > li a:before {
  position: absolute;
  left: 12px;
  color: #999;
  top: 5px;
  content: "•";
}
.main-menu > li > a {
  font-weight: 500;
  padding: 8px 10px;
  display: flex;
}
.main-menu > li > a .icon {
  width: 30px;
  color: rgba(0,0,0,.5);
}
.main-menu > li > a:hover,
.main-menu > .active a,
.main-menu > li ul > li a:hover,
.main-menu > li ul > li.active a {
  /*background-color: transparent;*/
  /*color: rgba(0,0,0,.5);*/
  background-color: rgba(209, 112, 6,.08);
  border-radius: 5px;
}
.main-menu > li .show .active a {
  color: rgba(0,0,0,.5);
}

.modalForm .modal-footer {
  justify-content: space-between;
}
.modalForm .modal-body,
#dataDetail .modal-body {
  background-color: #f9f9f9;
  padding: 20px 30px;
}
.modalForm .modal-body label {
  font-weight: 500;
  margin-bottom: 4px;
}

#dataForm .modal-footer,
#dataAddressForm .modal-footer {
  justify-content: space-between;
}
#dataForm .modal-body,
#dataDetail .modal-body,
#dataAddressForm .modal-body {
  background-color: #f9f9f9;
  padding: 20px 30px;
}
#dataForm .modal-body label,
#dataAddressForm .modal-body label {
  font-weight: 500;
  margin-bottom: 4px;
}
#dataForm .modal-content.sisi-produk .modal-title .heading-sisi-produk,
#dataAddressForm .modal-content.sisi-produk .modal-title .heading-sisi-produk {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  color: rgba(0,0,0,.5);
}

/*#dataForm button[name="submit"]:disabled {
  background-color: #ccc;
  color: #999;
  border-color: #999;
}
#dataForm button[name="cancel"]:disabled {
  color: #ccc !important;
}*/

#dataDetail .item {
  margin: 0 0 20px 0;
}
#dataDetail .item label {
  text-transform: uppercase;
  color: rgba(0,0,0,.4);
  font-weight: 600;
  font-size: 80%;
  margin: 0 0 3px 0;
}


.spinner-icon {
  display: flex;
  align-items: center;
}
.spinner-icon span {
  display: inline-block;
}
.spinner-icon .caption {
  margin: 0 0 0 15px;
  font-weight: 500;
}

table#dataList2.dataTable tbody td {
  padding: 10px;
}

.btn-add:before,
.btn-save:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 700;
  font-size: 20px;
  top: 0;
  left: 10px;
}
.btn-add:before {
  content: "\f055";
}
.btn-add,
.btn-save {
  position: relative;
  text-transform: uppercase;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 500;
}
.btn-save:before {
  content: "\f0c7";
}

.app-footer {
  margin: 30px 0 0 0;
  padding: 0 30px;
}
.app-footer .copyright {
  border-top: 1px solid #eee;
  padding: 30px 0;
  font-size: 85%;
  color: rgba(0,0,0,.5);
}
.labelDet{
  font-weight: 600;
  margin-top: 10pt;
}

.tbl-data-product,
.csc-form {
  display: none;
}
.tbl-data-product.show,
.csc-form.show {
  display: block;
}
.csc-form.detail .row {
  margin-bottom: 10px;
}
.csc-form.detail .row .val,
#dataDetail .sisi-view,
#dataDetail .sisi-view-static {
  padding-left: 10px;
  position: relative;
  font-weight: 500;
}
.csc-form.detail .row .val:before,
#dataDetail .sisi-view:before,
#dataDetail .sisi-view-static:before {
  position: absolute;
  left: 0;
  top: 0;
  content: ':';
}

.dokcr-edit-wrap {
  border: 1px solid #eee;
  padding: 3px 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
}
.dokcr-edit-wrap.hide {
  display: none;
}
.dokcr-edit-wrap .icon {
  position: absolute;
  right: 5px;
  top: 3px;
  color: rgba(0,0,0,.5);
}
.dokcr-edit-wrap .icon:hover {
  color: #ff253a;
}

.notfound-wrapper {
  width: 500px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}
.notfound-wrapper .notfound-icon {
  font-size: 3em;
  color: rgba(0,0,0,.5);
}
.notfound-wrapper .title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.switch-nav {
  text-align: right;
  display: flex;
  justify-content: right;
}
.switch-nav.show .dropdown-toggle {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #222;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.switch-nav.show .dropdown-toggle:hover {
  border: 1px solid #ddd;
}
.switch-nav.show .dropdown-menu {
  border-radius: 0;
  border: 0;
  border: 1px solid transparent;
  background-color: #f9f9f9;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  font-size: inherit;
  background-clip: inherit;
}
.switch-nav.show .dropdown-menu.show {
  top: -2px !important;
  left: 1px !important;
}
.switch-nav .dropdown-toggle {
  border: 1px solid rgba(0,0,0,.15);
  background-color: transparent;
  display: flex;
  padding: 4px 10px;
  border-radius: 3px;
  color: #222;
}
.switch-nav .dropdown-toggle:after {
  margin-top: 10px;
  margin-left: 10px;
}
.switch-nav .dropdown-toggle:hover {
  border: 1px solid rgba(0,0,0,.2);
}
.switch-nav .dropdown-toggle .icon {
  margin: 0 10px 0 0;
}
.switch-nav .dropdown-toggle .fungsi {
  font-weight: 700;
}
.switch-nav .dropdown-toggle .dropdown-menu.show .dropdown-item {
  transition: all .5s ease;
}
.switch-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.switch-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  left: 7px;
  top: 8px;
  font-size: 80%;
  color: rgba(0,0,0,.5);
  content: "\f08d";
}
.switch-nav .dropdown-toggle .dropdown-menu.show .dropdown-item:hover {
  background-color: #eee;
  color: rgba(0,0,0,.5);
}

.prospek-view {}
.prospek-view .label {
  font-weight: 700;
  padding-top: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  font-size: 12px;
}
.prospek-view .val {
  position: relative;
  padding-left: 10px;
}
.prospek-view .val:before {
  position: absolute;
  left: 0;
  top: 0;
  content: ': ';
}

#dataUsers .account-nav {
}
#dataUsers .account-nav.show .dropdown-toggle {
  border: 1px solid transparent;
  background-color: #007bff;
  color: #fff;
}
#dataUsers .account-nav.show .dropdown-toggle:hover {
  border: 1px solid transparent;
}
#dataUsers .account-nav.show .dropdown-menu {
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: inherit;
  background-clip: inherit;
}
#dataUsers .account-nav.show .dropdown-menu.show {
  top: 0 !important;
}
#dataUsers .account-nav .dropdown-toggle {
  border: 1px solid rgba(0,0,0,.1);
  background-color: transparent;
  display: flex;
  padding: 4px 10px;
  border-radius: 1px;
  color: #222;
}
#dataUsers .account-nav .dropdown-toggle:after {
  margin-top: 10px;
  margin-left: 10px;
}
#dataUsers .account-nav .dropdown-toggle:hover {
  border: 1px solid rgba(0,0,0,.3);
}
#dataUsers .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item {
  transition: all .5s ease;
}
#dataUsers .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
#dataUsers .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item.active:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  left: 7px;
  top: 8px;
  font-size: 80%;
  color: rgba(0,0,0,.5);
  content: "\f08d";
}
#dataUsers .account-nav .dropdown-toggle .dropdown-menu.show .dropdown-item:hover {
  background-color: transparent;
  color: rgba(0,0,0,.5);
}

.prospek_jumlah-order,
.prospek_moq {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prospek_jumlah-order .input--jml,
.prospek_moq .input--moq {
  width: 100px;
}
.prospek_jumlah-order .jml-item-val,
.prospek_moq .moq-item-val {
  margin-right: 8px;
}
.prospek_jumlah-order .jml-item-val .val,
.prospek_moq .moq-item-val .m-val {
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  background-color: #f9f9f9;
  transition: all .3s ease;
}
.prospek_jumlah-order .jml-item-val .del {
}
.prospek_jumlah-order .jml-val-child,
.prospek_moq .moq-val-child {
  display: flex;
  flex-wrap: wrap;
}


.prospek_moq {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prospek_moq .input--moq {
  width: 100px;
}
.prospek_moq .moq-item-val {
  margin-right: 8px;
}
.prospek_moq .moq-item-val .val {
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  background-color: #f9f9f9;
  transition: all .3s ease;
}
.prospek_moq .moq-item-val .del {
}
.prospek_moq .moq-val-child {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1120px) {
  .sidebar {
    left: -240px;
  }
  .content-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .app-header .sidebar-mob {
    display: block;
  }
  .app-header .sidebar-nav {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .app-header {
    padding: 0 30px;
  }
  .table:not(.table-sm),
  .table:not(.table-sm) thead,
  .table:not(.table-sm) tbody,
  .table:not(.table-sm) th,
  .table:not(.table-sm) td,
  .table:not(.table-sm) tr {
    display: block;
  }
  .table:not(.table-sm) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table:not(.table-sm) tbody tr td {
    min-height: 24px;
  }
  .table:not(.table-sm) tbody tr td::before {
    content: attr(data-label);
    float: left;
    text-transform: capitalize;
    font-weight: 500;
  }
  .table:not(.table-sm) tbody tr td {
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .app-header {
    padding: 0 20px;
    height: 70px;
  }
  .app-header .logo {
    width: 140px;
  }
  .content-wrapper {
    margin-top: 70px;
  }
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ddccc0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgb(223, 158, 85);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(221, 172, 115);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* .tabcontent:not() {
  display: none;
} */

.mandatory {
  border-color: #f37575;
}

.custom-file-label.readonly {
  background-color: #e9ecef;
}

 /* The switch - the box around the slider */
 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


/* Style the button that is used to open and close the collapsible content */
.kolaps {
  background-color: #ebc594;
  color: #131414;
  cursor: pointer;
  padding: 3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.kolaps:hover {
  background-color:  #ebc594;
}


/* Style the collapsible content. Note: hidden by default */
.isicolaps {
  padding: 0 2px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
}