@font-face {    font-family: "Museo";    src: url("../fonts/museo/MuseoSans-300.otf") format("opentype");    font-weight: 300;    font-style: normal;}@font-face {    font-family: "MuseoItalic";    src: url("../fonts/museo/MuseoSans-100Italic.otf") format("opentype");    font-weight: 100;    font-style: italic, oblique;}@font-face {    font-family: "MuseoBold";    src: url("../fonts/museo/MuseoSans_700.otf") format("opentype");    font-weight: 700;    font-style: normal;}@font-face {    font-family: "Museo500";    src: url("../fonts/museo/MuseoSans_500.otf") format("opentype");    font-weight: 500;    font-style: normal;}@font-face {    font-family: "Museo900";    src: url("../fonts/museo/MuseoSans_900.otf") format("opentype");    font-weight: 900;    font-style: normal;}@font-face {    font-family: "Agrandir";    src: url("../fonts/Agrandir/Agrandir-GrandThin.otf") format("opentype");    font-weight: 300;    font-style: normal;}@font-face {    font-family: "AgrandirItalic";    src: url("../fonts/Agrandir/Agrandir-ThinItalic.otf") format("opentype");    font-weight: 100;    font-style: italic, oblique;}@font-face {    font-family: "AgrandirBold";    src: url("../fonts/Agrandir/Agrandir-TextBold.otf") format("opentype");    font-weight: 700;    font-style: normal;}@font-face {    font-family: "AgrandirTight";    src: url("../fonts/Agrandir/Agrandir-Tight.otf") format("opentype");    font-weight: 500;    font-style: normal;}@font-face {    font-family: "AgrandirWideLight";    src: url("../fonts/Agrandir/Agrandir-WideLight.otf") format("opentype");    font-weight: 300;    font-style: normal;}:root {    --bg-theme: #fff;    --txt-theme: #000;    --bg-sidemenu: #000;    --txt-sidemenu: #fff;}.wrapper {    margin: 0px auto;    overflow-x: hidden !important;    max-width: 480px;}@media (min-width: 768px) {    .wrapper {        max-width: none;    }}* {    outline: 0 !important;    color: var(--txt-theme);}.table-hover > tbody > tr:hover,.table > tbody > tr.active > td,.table > tbody > tr.active > th,.table > tbody > tr > td.active,.table > tbody > tr > th.active,.table > tfoot > tr.active > td,.table > tfoot > tr.active > th,.table > tfoot > tr > td.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > thead > tr.active > th,.table > thead > tr > td.active,.table > thead > tr > th.active {    background-color: #ccc;}.table-hover tr:hover > td {    color: #000;}input,select,.input-group-addon,textarea {    background-color: transparent !important;    color: var(--txt-theme) !important;}option {    color: black !important;}body {    font-style: normal !important;    overflow-x: hidden;    background-repeat: no-repeat;    background-position: left bottom;    background-size: 50vh auto;    background-color: var(--bg-theme);}@media (max-width: 767px) {    body {        background-size: 35vh auto;    }}i,em,.italic {    font-family: AgrandirItalic;}b,strong,.bold {    font-family: AgrandirBold;}.panel-danger > .panel-heading {    color: black;}a:hover,a:active,a:focus {    text-decoration: none !important;}.separator {    display: block;    padding: 35px 0px;}.separator.half {    padding: 15px 0px;}.section-title {    display: block;    width: 100%;    margin: 0px;    padding: 0px;    padding-bottom: 50px;    text-align: center;}.text-editor p {    font-size: 17px;}.white {    color: white;}.header-page {    width: 100%;    display: flex;    overflow: hidden;    height: 45vh;    background-repeat: no-repeat;    background-size: cover;    background-position: center center;    padding: 5%;    align-items: center;    justify-content: center;}.title-page {    display: block;    font-size: 2.3em;    font-weight: bold;    color: black;}.header-page > .title-page {    display: inline-block;    color: white;    text-shadow: 1px 1px #555;    font-size: 3.3em;}.form-control[readonly] {    background-color: transparent;}.paddingless {    position: relative;}.paddingless > div {    padding-left: 5px;    padding-right: 5px;}.paddingless > div:first-child {    padding-left: 15px;}.paddingless > div:last-child {    padding-right: 15px;}.panel-text {    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);    border-radius: 6px;    padding: 15px;    font-size: 1.3em;    border: 1px solid #eee;    position: relative;}.span-text {    font-size: 1.3em;    display: block;    padding: 15px;}@media (min-width: 992px) {    .container {        width: 970px;    }}.modul-title {    display: block;    padding: 15px 0px;    text-align: center;    font-size: 1.2em;}.modul-icon {    width: 60%;    margin: 0px auto;    padding-top: 10%;    padding-bottom: 10%;}.modul {    background-color: #525b62;}.modul a {    color: #525b62 !important;}.page-title {    font-size: 2.1em;    position: relative;    color: var(--txt-theme);}.page-title > .bottom-line {    position: absolute;    bottom: 0px;    left: 0px;    width: 100%;    height: 2px;    background: #828f97;    background: -moz-linear-gradient(        90deg,        #828f97 13%,        rgba(255, 255, 255, 0) 73%        );    background: -webkit-linear-gradient(        90deg,        #828f97 13%,        rgba(255, 255, 255, 0) 73%        );    background: linear-gradient(90deg, #828f97 13%, rgba(255, 255, 255, 0) 73%);    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#828f97",endColorstr="#ffffff",GradientType=1);}.page-title > .bottom-line.center {    width: 50%;    left: 50%;    -webkit-transform: translateX(-50%);    -moz-transform: translateX(-50%);    -ms-transform: translateX(-50%);    transform: translateX(-50%);    background: rgb(255, 255, 255);    background: -moz-linear-gradient(        90deg,        rgba(255, 255, 255, 0) 0%,        #828f97 50%,        rgba(255, 255, 255, 0) 100%        );    background: -webkit-linear-gradient(        90deg,        rgba(255, 255, 255, 0) 0%,        #828f97 50%,        rgba(255, 255, 255, 0) 100%        );    background: linear-gradient(        90deg,        rgba(255, 255, 255, 0) 0%,        #828f97 50%,        rgba(255, 255, 255, 0) 100%        );    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}.main-content {    min-height: calc(100vh - 120px);}.select2-container--default {    width: 100% !important;}.select2-container--open {    z-index: 1000000;}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {    position: relative;    min-height: 1px;    padding-right: 4px;    padding-left: 2px;}.col-xs-5ths {    width: 20%;    float: left;}.custom-navbar {    background-color: #212225 !important;    border: none;    border-radius: 0;    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);    z-index: 10;}.custom-navbar .navbar-header,.custom-navbar .navbar-nav.hidden-xs {    height: 60px;}/*body {    padding-top: 60px;}*/.custom-navbar .navbar-header {    display: flex;    justify-content: center;    align-items: center;    position: relative;}.custom-navbar .img-logo {    display: flex;    justify-content: center;    align-items: center;    /*height: 70%;*/    height: 43px;}.custom-navbar .img-logo .img {    height: 100%;}.custom-navbar .navbar-nav > li {    height: 100%;    display: table;}.custom-navbar .navbar-nav > li.active > a {    background-color: white;}.custom-navbar .sidebar li.active > a,.custom-navbar .sidebar li a:hover,.custom-navbar .sidebar li a:active,.custom-navbar .sidebar li a:focus,.custom-navbar .sidebar .dropdown-menu li a:hover,.custom-navbar .sidebar .dropdown-menu li a:active,.custom-navbar .sidebar .dropdown-menu li a:focus {    background-color: #efefef !important;}.custom-navbar .sidebar .dropdown-menu {    border-bottom: 1px solid #ccc;}.custom-navbar .navbar-nav > li > a {    display: table-cell;    vertical-align: middle;    padding: 0px 15px;    position: relative;    -webkit-transition: 0.3s;    -moz-transition: 0.3s;    -o-transition: 0.3s;    transition: 0.3s;}.custom-navbar .bottom-line {    position: absolute;    bottom: -1px;    left: 0px;    height: 3.5px;    width: 100%;    background-color: #828f97;    display: block;    opacity: 0;    -webkit-transition: 0.3s;    -moz-transition: 0.3s;    -o-transition: 0.3s;    transition: 0.3s;}.custom-navbar .sidebar li > a > .bottom-line {    height: 1.5px;    background-color: #ccc;}.custom-navbar .navbar-nav > li > a:hover > .bottom-line,.custom-navbar .navbar-nav > li > a:active > .bottom-line,.custom-navbar .navbar-nav > li > a:focus > .bottom-line,.custom-navbar .navbar-nav > li.active > a > .bottom-line,.custom-navbar .sidebar li > a > .bottom-line {    opacity: 1;}.custom-navbar .navbar-toggle {    position: absolute;    top: 50%;    right: 15px;    margin: 0;    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    -o-transform: translateY(-50%);    -ms-transform: translateY(-50%);    transform: translateY(-50%);    border: none;}.custom-navbar .navbar-toggle:hover,.custom-navbar .navbar-toggle:focus,.custom-navbar .navbar-toggle:active {    background-color: transparent;}.custom-navbar .navbar-toggle .icon-bar {    background-color: red;    -webkit-transition: 0.3s;    -moz-transition: 0.3s;    -o-transition: 0.3s;    -ms-transition: 0.3s;    transition: 0.3s;}.custom-navbar .navbar-toggle:not(.collapsed) .icon-bar.first {    -webkit-transform: rotateX(62deg) rotateY(46deg) translate(-5px, 22px);    -moz-transform: rotateX(62deg) rotateY(46deg) translate(-5px, 22px);    -o-transform: rotateX(62deg) rotateY(46deg) translate(-5px, 22px);    -ms-transform: rotateX(62deg) rotateY(46deg) translate(-5px, 22px);    transform: rotateX(62deg) rotateY(46deg) translate(-5px, 22px);    width: 130%;    height: 5px;}.custom-navbar .navbar-toggle:not(.collapsed) .icon-bar.second {    opacity: 0.1;}.custom-navbar .navbar-toggle:not(.collapsed) .icon-bar.third {    -webkit-transform: rotateX(62deg) rotateY(-46deg) translate(-5px, -22px);    -moz-transform: rotateX(62deg) rotateY(-46deg) translate(-5px, -22px);    -o-transform: rotateX(62deg) rotateY(-46deg) translate(-5px, -22px);    -ms-transform: rotateX(62deg) rotateY(-46deg) translate(-5px, -22px);    transform: rotateX(62deg) rotateY(-46deg) translate(-5px, -22px);    width: 130%;    height: 5px;}@media (max-width: 767px) {    .custom-navbar {        background-color: #fff;    }    .custom-navbar .navbar-header {        justify-content: flex-start;    }    .custom-navbar .img-logo,    .custom-navbar .img-logo .img {        max-height: none !important;    }    .custom-navbar .navbar-toggle .icon-bar {        background-color: var(--txt-sidemenu);    }}.custom-navbar .navbar-collapse {    display: inline-block;    width: 50vw;    position: absolute;    top: 75px;    right: 0px;    z-index: 10;    background-color: white;    overflow: hidden;    padding: 0;}.custom-navbar .img-logo .img-hover {    position: absolute;    top: 50%;    transform: translateY(-50%);    opacity: 0;    display: block;    margin: 0px auto;    max-height: 65px;}/*.custom-navbar .img-logo:hover .img-default {    opacity: 0;}.custom-navbar .img-logo:hover .img-hover {    opacity: 1;}*/.custom-navbar .sidebar {    position: fixed;    width: 70vw;    z-index: 9;    background-color: white;    top: 62px;    right: 0px;    box-shadow: inset 0px 1px 5px #ccc;}.custom-navbar .sidebar > ul {    height: 100vh;    margin: 0px;    background-color: var(--bg-theme);}.custom-navbar .sidebar ul li {    display: block;    height: auto;}.custom-navbar .sidebar ul li a {    padding: 15px;    display: block;    color: var(--txt-theme);}.custom-navbar .sidebar ul li a.with-icon,.custom-navbar ul li a.with-icon {    padding-left: 35px;    background-repeat: no-repeat;    background-position: 5px center;    background-size: 25px;}.custom-navbar .sidebar ul li.footer {    position: absolute;    left: 0;    bottom: 30vh;}.custom-navbar .sidebar .img-ojk {    max-width: 50%;    margin: 0px auto;}#swiper-banner .swiper-slide {    height: 100vh;    background-size: cover;    background-position: center center;    background-repeat: no-repeat;}@media (max-width: 767px) {    #swiper-banner .swiper-slide {        height: 50vh;    }}.card-profil {    padding: 30px;}@media (max-width: 767px) {    .card-profil {        border-right: none;    }}.card-profil .card-image {    display: flex;    justify-content: center;    align-items: center;}.card-profil .card-image.img {    max-width: 160px;}.card-profil .card-title {    display: block;    width: 100%;    padding: 15px;    font-size: 16px;    text-align: center;    border-radius: 25px;    color: white;}.hiasan-judul {    padding: 2px;    width: 80px;    margin: 0;    margin-top: 15px;}.hiasan-judul.blue {    background-color: #1a95b6;}.hiasan-judul.green {    background-color: #508d54;}.hiasan-judul.purple {    background-color: #623d82;}.card-profil .card-title.company {    background-color: transparent;    border: 1px solid var(--txt-theme);}.card-profil .card-title.pic {    background-color: #1e1a57;}.modal-form .modal-content {    background: transparent;    box-shadow: none;    border: none;}.mini-form {    padding: 20px 30px;    overflow: hidden;    border-radius: 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    margin: 50px auto;}.mini-form .modal-header {    border-bottom: none;}.mini-form .form-title {    display: block;    margin: 20px 0px;    text-align: center;    text-transform: capitalize;}.mini-form .form-control {    height: 50px;    border: none;    padding: 5px 7px 5px 15px;    background: #fff;    color: #666;    border: 2px solid #e0d68f;    border-radius: 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;}.mini-form .form-control:focus,.mini-form .form-control:focus .fa {    border-color: #10ce88;    color: #10ce88;}.btn-submit {    background: #212225;    font-size: 16px;    padding: 12px;    color: #fff;    text-decoration: none;    border: none;    border-radius: 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    -webkit-transition: all 0.3s ease-in-out;    -moz-transition: all 0.3s ease-in-out;    -o-transition: all 0.3s ease-in-out;    -ms-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;    font-weight:bold;}.btn-submit.btn-danger {    background: #ec1c24;    font-size: 16px;    padding: 12px;    color: #fff;}.btn-submit:hover,.btn-submit:active,.btn-submit:focus {    opacity:0.8;    color:white;}.mini-form .btn-submit {    background: #212225;    font-size: 16px;    padding: 12px;    color: #fff;    text-decoration: none;    border: none;    border-radius: 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;}.message-wrapper {    position: fixed;    top: 110px;    right: 2vw;    min-width: 20vw;    max-width: 50vw;    z-index: 9000;    display: inline-block;}.message-wrapper > .message {    max-width: 100%;    display: block;    border-radius: 5px;    padding-left: 5px;    margin-bottom: 15px;    position: relative;    -webkit-transition: 0.3s;    -moz-transition: 0.3s;    -o-transition: 0.3s;    -ms-transition: 0.3s;    transition: 0.3s;    -webkit-transform: translateX(130%);    -moz-transform: translateX(130%);    -o-transform: translateX(130%);    -ms-transform: translateX(130%);    transform: translateX(130%);}.message-wrapper > .message.open {    -webkit-transform: translateX(0px);    -moz-transform: translateX(0px);    -o-transform: translateX(0px);    -ms-transform: translateX(0px);    transform: translateX(0px);}.message-wrapper > .message > .close-message {    position: absolute;    top: 5px;    right: 5px;    background-color: transparent;    border: none;}.message-wrapper > .message ul,.message-wrapper > .message p {    margin: 0px;    padding: 0px;    padding: 15px 25px;    color: white;}.message-wrapper a {    color: #bdd6ec;    text-decoration: underline;}.message.message-danger {    background-color: #a40303;}.message.message-success {    background-color: #03a40d;}.message.message-info {    background-color: #03a49c;}.message.message-warning {    background-color: #b79c04;}.message ul,.message p {    background-color: rgba(255, 255, 255, 0.35);}.custom-jcrop .jcrop-action {    display: block;    width: 100%;    height: auto;    text-align: center;    padding-top: 10px;    padding-bottom: 10px;}.custom-jcrop .jcrop-action .btn {    display: inline-block;}.custom-jcrop .img-preview {    display: block;    margin: 0px auto;    position: relative;    overflow: hidden;}.custom-jcrop .img-preview img {    position: absolute;}.custom-pills li {    background-color: #ccc;    color: var(--txt-sidemenu);    padding-left: 5px;    border-bottom: 1px solid var(--txt-sidemenu);}.custom-pills li:hover a {    color: black;}.custom-pills li li {    margin-top: 0px;}.custom-pills li:last-child {    border-bottom: none;}.custom-pills li a,.custom-pills li.active a {    background-color: var(--bg-sidemenu);    color: var(--txt-sidemenu);    border-radius: 0px;    -webkit-transition: all 0.3s ease-in-out;    -moz-transition: all 0.3s ease-in-out;    -o-transition: all 0.3s ease-in-out;    -ms-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}.custom-pills li.active {    background-color: #e84a5a;}.custom-pills li.active:hover a {    background-color: #ccc;    color: #000;}.custom-pills li:hover i {    color: #000;}footer {    background-color: #eeeff1;    color: black;    text-align: center;}footer .img {    max-width: 250px;    margin: 0px auto;}footer table {    display: inline-block;}footer > .footer-copy {    background-color: #212225;    padding: 15px;    color: white;}.footer-blank {    padding: 15px;    background-color: white;    position: fixed;    bottom: 0px;    left: 0px;    width: 100%;    display: block;    z-index: 100;}.order-item {    padding: 5px;    text-align: center;    margin-bottom: 5px;    word-wrap: break-word;    overflow: hidden;    position: relative;}.order-item.grey {    background-color: darkgrey;    color: white;}.order-item.orange {    background-color: #e9cf9e;}.order-item.black {    background-color: lightgrey;}.order-item > .close {    position: absolute;    color: black;    top: 5px;    right: 5px;    font-size: 15px;}.product span {    text-align: center;    display: block;    font-size: 1.1em;    margin-top: 10px;}.rounded-btn {    margin-top: 15px;    margin-bottom: 15px;    border-radius: 50px;    color: white;    padding: 10px 45px;}.rounded-btn:hover,.rounded-btn:active,.rounded-btn:focus {    color: white !important;}.rounded-btn.green {    background-color: #489350;}.table.sort thead th {    cursor: pointer;    background-position: right;    background-repeat: no-repeat;    padding-right: 20px !important;}.table.sort thead th.both {    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");}.table.sort thead th.asc {    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAZQTFRFAAAAAAAApWe5zwAAAAJ0Uk5TAP9bkSK1AAAAG0lEQVR4nGNggIEHEMz4gYGB QcEs/ BYCIBAGYKBq4NzYVVAAAAAElFTkSuQmCC");}.table.sort thead th.desc {    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAZQTFRFAAAAAAAApWe5zwAAAAJ0Uk5TAP9bkSK1AAAAG0lEQVR4nGNgIBKw/4Fg5h8QzPgBKPgAiiEAAJYjBq5J5RD1AAAAAElFTkSuQmCC");}.search {    margin-top: -50px;}@media (max-width: 767px) {    .search {        margin-top: 0px;    }}.card-kupon {    position: relative;}.card-kupon .img {    position: relative;    z-index: 1;    margin: 0px auto;}.card-kupon .card-code1,.card-kupon .card-code2,.card-kupon .card-code3,.card-kupon .card-code4,.card-kupon .card-profile,.card-kupon > .card-left,.card-kupon > .card-right {    position: absolute;    display: inline-block;    z-index: 2;    white-space: nowrap;}.card-kupon > .card-left,.card-kupon > .card-right {    top: 0px;    width: 49%;    height: 100%;}.card-kupon > .card-left {    left: 9px;}.card-kupon > .card-right {    right: 0px;    margin-right: 0%;}.card-kupon .card-code1,.card-kupon .card-code2 {    display: block;    text-align: center;    width: 100%;    font-family: AgrandirBold;}.card-kupon .card-code1 {    top: 77%;}.card-kupon .card-code2 {    top: 50%;}.card-kupon .card-code3 {    transform: rotate(-90deg);    top: 50%;    left: 35.5%;    font-family: AgrandirBold;}.card-kupon .card-code4 {    transform: rotate(-90deg);    top: 50%;    left: 85.5%;    font-family: AgrandirBold;}.card-kupon > .card-code3,.card-kupon > .card-code4 {    display: none;}.card-kupon .card-profile {    top: 65%;    font-family: Agrandir;    font-size: 0.7em;    width: 89.5%;    height: 22%;    left: 10%;    overflow: hidden;}.card-kupon .card-profile table {    width: 100%;}.card-kupon .card-profile td {    padding-top: 2%;    padding-left: 2%;    white-space: nowrap;}@media (max-width: 991px) {    .card-kupon .card-code1,    .card-kupon .card-code2,    .card-kupon .card-code3,    .card-kupon .card-code4,    .card-kupon .card-profile {        font-size: 0.5em;    }}@media (max-width: 767px) {    .card-kupon .card-code1,    .card-kupon .card-code2,    .card-kupon .card-code3,    .card-kupon .card-code4,    .card-kupon .card-profile {        font-size: 0.8em;    }}@media (max-width: 622px) {    .card-kupon .card-code1,    .card-kupon .card-code2,    .card-kupon .card-code3,    .card-kupon .card-code4,    .card-kupon .card-profile {        font-size: 0.66em;    }}@media (max-width: 537px) {    .card-kupon .card-code1,    .card-kupon .card-code2,    .card-kupon .card-code3,    .card-kupon .card-code4,    .card-kupon .card-profile {        font-size: 0.55em;    }}@media (max-width: 415px) {    .card-kupon .card-code1,    .card-kupon .card-code2,    .card-kupon .card-code3,    .card-kupon .card-code4,    .card-kupon .card-profile {        font-size: 0.45em;    }}.input-circle {    border-radius: 25px !important;}.input-circle-right {    border-radius: 0 25px 25px 0 !important;}.input-circle-left {    border-radius: 25px 0 0 25px !important;}.input-circle-bottom {    border-radius: 0 0 25px 25px !important;}.input-circle-top {    border-radius: 25px 25px 0 0 !important;}.mt-radio,.mt-checkbox {    display: inline-block;    position: relative;    padding-left: 30px;    margin-bottom: 15px;    cursor: pointer;    font-size: 14px;    webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -ms-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;}.mt-radio.mt-radio-disabled,.mt-radio.mt-checkbox-disabled,.mt-checkbox.mt-radio-disabled,.mt-checkbox.mt-checkbox-disabled {    opacity: 0.8;    filter: alpha(opacity=80);    cursor: not-allowed;}.mt-radio > input,.mt-checkbox > input {    position: absolute;    z-index: -1;    opacity: 0;    filter: alpha(opacity=0);}.mt-radio > span,.mt-checkbox > span {    border: 1px solid transparent;    position: absolute;    top: 1px;    left: 0;    height: 14px;    width: 14px;    background: #e6e6e6;}.mt-radio > span:after,.mt-checkbox > span:after {    content: "";    position: absolute;    display: none;}.mt-radio:hover > input:not([disabled]) ~ span,.mt-radio > input:focus ~ span,.mt-checkbox:hover > input:not([disabled]) ~ span,.mt-checkbox > input:focus ~ span {    background: #d9d9d9;    webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -ms-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;}.mt-radio > input:checked ~ span,.mt-checkbox > input:checked ~ span {    webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -ms-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;    background: #d9d9d9;}.mt-radio > input:checked ~ span:after,.mt-checkbox > input:checked ~ span:after {    display: block;}.mt-radio:hover > input:not([disabled]):checked ~ span,.mt-radio > input:checked ~ span,.mt-checkbox:hover > input:not([disabled]):checked ~ span,.mt-checkbox > input:checked ~ span {    webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -ms-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;    background: #d9d9d9;}.mt-radio > input:disabled ~ span,.mt-checkbox > input:disabled ~ span {    opacity: 0.6;    filter: alpha(opacity=60);    pointer-events: none;}.mt-radio.mt-radio-outline > span,.mt-radio.mt-checkbox-outline > span,.mt-checkbox.mt-radio-outline > span,.mt-checkbox.mt-checkbox-outline > span {    border: 1px solid #d9d9d9;    background: none;}.mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,.mt-radio.mt-radio-outline > input:focus ~ span,.mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span,.mt-radio.mt-checkbox-outline > input:focus ~ span,.mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span,.mt-checkbox.mt-radio-outline > input:focus ~ span,.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span,.mt-checkbox.mt-checkbox-outline > input:focus ~ span {    border: 1px solid #d9d9d9;    background: none;}.mt-radio.mt-radio-outline > input:checked ~ span,.mt-radio.mt-checkbox-outline > input:checked ~ span,.mt-checkbox.mt-radio-outline > input:checked ~ span,.mt-checkbox.mt-checkbox-outline > input:checked ~ span {    border: 1px solid #d9d9d9;    background: none;}.mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,.mt-radio.mt-radio-outline > input:checked ~ span,.mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,.mt-radio.mt-checkbox-outline > input:checked ~ span,.mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,.mt-checkbox.mt-radio-outline > input:checked ~ span,.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,.mt-checkbox.mt-checkbox-outline > input:checked ~ span {    border: 1px solid #d9d9d9;    background: none;}.mt-radio > span {    -webkit-border-radius: 50% !important;    -moz-border-radius: 50% !important;    -ms-border-radius: 50% !important;    -o-border-radius: 50% !important;    border-radius: 50% !important;}.mt-radio > span:after {    left: 1px;    top: 1px;    height: 10px;    width: 10px;    border-radius: 100% !important;    background: #000;}.mt-radio > input:disabled ~ span:after {    background: #000;}th > .mt-radio.mt-radio-single,td > .mt-radio.mt-radio-single {    right: -5px;}.mt-checkbox > span:after {    left: 4px;    top: 0px;    width: 5px;    height: 10px;    border: solid #000;    border-width: 0 2px 2px 0;    transform: rotate(45deg);}.mt-checkbox > input:disabled ~ span:after {    border-color: #000;}.form-inline .mt-checkbox {    margin-left: 15px;    margin-right: 15px;}th > .mt-checkbox.mt-checkbox-single,td > .mt-checkbox.mt-checkbox-single {    right: -5px;}.mt-checkbox-list,.mt-radio-list {    padding: 10px 0;}.form-horizontal .form-group .mt-checkbox-list,.form-horizontal .form-group.mt-radio-list {    padding-top: 0;}.mt-checkbox-list .mt-checkbox,.mt-checkbox-list .mt-radio,.mt-radio-list .mt-checkbox,.mt-radio-list .mt-radio {    display: block;}.mt-checkbox-inline,.mt-radio-inline {    padding: 10px 0;}.form-horizontal .form-group .mt-checkbox-inline,.form-horizontal .form-group.mt-radio-inline {    padding-top: 8px;}.mt-checkbox-inline .mt-checkbox,.mt-checkbox-inline .mt-radio,.mt-radio-inline .mt-checkbox,.mt-radio-inline .mt-radio {    display: inline-block;    margin-right: 15px;}.mt-checkbox-inline .mt-checkbox:last-child,.mt-checkbox-inline .mt-radio:last-child,.mt-radio-inline .mt-checkbox:last-child,.mt-radio-inline .mt-radio:last-child {    margin-right: 0;}.container-fluid > .navbar-collapse,.container-fluid > .navbar-header,.container > .navbar-collapse,.container > .navbar-header {    margin-left: 0px;    margin-right: 0px;}.login-title {    display:block;    font-weight:bold;    text-align:center;    padding-bottom:25px;    width:100%;    }.tnc li{    margin-bottom:10px;}.tnc ol {    list-style-type: lower-alpha;    margin: 15px 0px;}.tnc ol li {    margin-bottom:5px;}.banner {    display:flex;    justify-content:center;    align-items:center;    width:100%;    position:relative;    overflow:hidden;    flex-direction:column;    /*border-bottom: 30px solid #212225;*/}.banner-img {    width:100%;    height: 100vh;    background-repeat: no-repeat;    background-size:cover;    background-color:#212225;}.banner-content {    position:absolute;    top:75%;    left:50%;    -webkit-transform: translateX(-50%);    -moz-transform: translateX(-50%);    -o-transform: translateX(-50%);    -ms-transform: translateX(-50%);    transform: translateX(-50%);}.banner-footer {    display:flex;    justify-content:space-between;    align-items:center;    width:100%;    position:absolute;    left:0;    bottom:70px;    padding:0px 15px;}.left > span {    display:block;    width:100%;    color:white;    font-size:18px;    line-height:1.1em;}.left > img {    width:100%;    max-width:170px;}.login-btn {    display:flex;    justify-content:center;    align-items:center;    flex-direction:column;}.login-btn > .icon {    background-color: #aaa;    border-radius: 50%;    width:35px;    height:35px;    display:flex;    justify-content:center;    align-items:center;    line-height:1em;    margin-bottom:5px;}.login-btn .text {    font-weight:bold;}.text-register {    font-size:12px;    font-family: Agrandir;}@media (min-width: 768px){    .login-btn {    align-items:flex-end;            }    .banner-footer {        padding:0px 10%;    }    .left > span {        font-size:21px;        line-height:1.3em;    }    .text-register {        font-size:20px;    }    .left > img {        width:100%;        max-width:320px;    }}.input-sm {    height: auto !important;}.control-label {    font-weight:normal !important;    font-size: 13px;    text-align:left !important;}textarea{    background-color:transparent !important;}.form-control[readonly="readonly"]{    background-color: rgba(255,255,255,0.3) !important;}