:root {
    --main-bg-color: white;
    --main-base-color: 13, 114, 60;
    --main-base-color-rgb: rgb(var(--main-base-color));
    --main-base-alpha: 0.4;
}

.loading-rounded {
  max-width: 150px;
}
.captcha{
    padding-top: 10px;
    padding-left: 15px;
}
.small-icon{
    height: 75px;
    width: 75px;
    padding: 13px;
    margin:0px 15px 15px 15px;
}

.small-icon img{
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.cl-1{
    background: #EB3B5A;
    border-radius: 50%;
}

.cl-2{
    background: #20bf6b;
    border-radius: 50%;
}

.cl-3{
    background: #fed330;
    border-radius: 50%;
}

.cl-4{
    background: #44abf1;
    border-radius: 50%;
}

.cl-5{
    background: #f8b732;
    border-radius: 50%;
}

.cl-6{
    background: #2980b9;
    border-radius: 50%;
}

.cl-7{
    background: #a75eea;
    border-radius: 50%;
}

.cl-8{
    background: #c0392b;
    border-radius: 50%;
}

.cl-9{
    background: #2c3e50;
    border-radius: 50%;
}

.cl-10{
    background: #16a085;
    border-radius: 50%;
}

.small-icon + .tooltip > .tooltip-inner {
    padding: 5px;
    font-size: 14px;
}

.cl-1:hover,.cl-2:hover,.cl-3:hover,.cl-4:hover,.cl-5:hover,.cl-6:hover,.cl-7:hover,.cl-8:hover ,.cl-9:hover ,.cl-10:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*Modal*/

.modal-menu {
    color: #92badd;
    display:inline-block;
    text-decoration: none;
}

.modal {
  text-align: center;
  padding: 0!important;
    background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* footer footnotes */
footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* Bootstrap Docs */
.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}
.bs-example-padded-bottom {
    padding-bottom: 24px;
}
@media (min-width: 768px){
  .bs-example {
      margin-right: 0;
      margin-left: 0;
      background-color: #fff;
      border-color: #ddd;
      border-width: 1px;
      border-radius: 4px 4px 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}
.bs-example+.code {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
@media (min-width: 768px){
  .bs-example+.code {
      margin-top: -16px;
      margin-right: 0;
      margin-left: 0;
      border-width: 1px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
  }
}

@media (min-width: 425px) {
    .jconfirm .jconfirm-box .jconfirm-buttons button{
        padding: 4px 11px !important;
    }

    .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
        padding: 5px 10px !important;
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	    font-size: 18px;
	}

	.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
	    font-size: 13px;
	     margin-bottom: 5px; 
	}

	.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
	    font-size: 60px;
	}
}

/* CodeMirror Bootstrap Theme */
.cm-s-bootstrap .cm-comment {
    font-style: italic;
    color: #999988;
}
.cm-s-bootstrap .cm-number {
    color: #F60;
}
.cm-s-bootstrap .cm-atom {
    color: #366;
}
.cm-s-bootstrap .cm-variable-2 {
    color: #99F;
}
.cm-s-bootstrap .cm-property {
    color: #99F;
}
.cm-s-bootstrap .cm-string {
    color: #DD1144;
}
.cm-s-bootstrap .cm-keyword {
    color: #069;
}
.cm-s-bootstrap .cm-operator {
    color: #555;
}
.cm-s-bootstrap .cm-qualifier {
    color: #0A8;
}

.p15 {
  padding: 15px;
}
.w-85{
  max-width: 85%;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mr-1 {
  margin-right: 10px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: -15px;
  margin-right: -15px;
}
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
}
.text-center {
  text-align: center !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { 
    overflow-y: visible !important; 
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.pointer{
  cursor: pointer;
}
.no-border{
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;
}




/*aktivasi*/
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #cacaca;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.splash-box {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.cotp__change-list {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: .5px solid #e0e0e0;
    border-radius: 3px;
    margin: 0 auto 8px;
    padding: 15px 16px;
    height: 70px;
    max-width: 460px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.cotp__change-list::after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdp4oCmMzYuNSAyLjU4Ny41YzEuMTUgMCAyLjA4Ni45MjQgMi4wODYgMi4wNnoiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: 7px;
    background-position: center;
    z-index: 1;
    background: 0 0;
    border: 0;
    height: 60px
}

.cotp__change-list:focus {
    outline: 0;
}

/*        .cotp__change-list:hover {
    background-color: #e1e1e1;
}*/

.cotp__change-list-left {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-right: 12px;
    vertical-align: middle
}

.cotp__image {
    margin: 0 auto
}

.cotp__image.cotp--mail,
.cotp-img--wa {
    width: 35px
}

.cotp__image.cotp--call,
.cotp-img--call {
    width: 33px
}

.cotp__image.cotp--sms,
.cotp-img--sms {
    width: 34px
}

.cotp__image.cotp--ga,
.cotp-img--ga,
.cotp__image.cotp--wa {
    width: 35px
}

.cotp-img--mail {
    width: 32px
}

.cotp--mail,
.cotp--call,
.cotp--sms,
.cotp--ga,
.cotp--pin,
.cotp--wa {
    display: none
}

.cotp__change-list-right {
    /*display: inline-block;*/
    /*width: 80%;*/
    text-align: left;
    vertical-align: middle;
    /*position: relative;*/
    line-height: 2px;
}

.cotp__change-list-right h3 {
    font-size: 14px;
    margin-top: -20px;
}

.text-black54 {
    color: rgba(0, 0, 0, .54)
}

.lh-20 {
    line-height: 20px
}

.fw-600 {
    font-weight: 600
}

.inline-block {
    display: inline-block
}

.text-black7 {
    color: rgba(0, 0, 0, .7)
}

.cotp__change-btn {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4LjI1IDEzLjI1Jz48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6Izk5OTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlBvaW50IExlZnQ8L3RpdGxlPjxnIGlkPSdMYXllcl8yJyBkYXRhLW5hbWU9J0xheWVyIDInPjxnIGlkPSdMYXllcl8xLTInIGRhdGEtbmFtZT0nTGF5ZXIgMSc+PHBhdGggY2xhc3M9J2Nscy0xJyBkPSdNLjYzLDEzLjI1YS42My42MywwLDAsMS0uNDEtMS4xTDYuNjYsNi42My4yMiwxLjFBLjYzLjYzLDAsMCwxLDEsLjE1bDcsNkEuNjIuNjIsMCwwLDEsOCw3LjFsLTcsNkEuNjIuNjIsMCwwLDEsLjYzLDEzLjI1WicvPjwvZz48L2c+PC9zdmc+);
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform .2s ease-in-out
}

.cotp__change-btn--active {
    transform: translate(4px, -50%) !important
}

.cotp-change--title {
    /*margin-bottom: 32px;*/
    font-size: 12px;
    padding: 0 27px;
    color: rgba(0, 0, 0, .7);
    text-align: center
}

.cotp__box--change-method {
    font-size: 14px;
    width: 100%;
    max-width: 560px
}

/*code verify*/
.codeverify {
    width: 26.9px;
    height: 33px;
    margin: auto;
    margin-right: 2.3px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    padding: 0;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
    line-height: 0;
    border-radius: 0;
    border-image-width: 0;
}
.text-black38 {
    color: rgba(0, 0, 0, .38);
}

/*code verify*/

/*Register*/
#radioBtn .notActive{
  color: #3276b1;
  background-color: #fff;
}