.navbar-toggler:focus {
    outline: none !important;
}

.height-fitur {
    height: 85vh;
}

.navbar {
    transition: 300ms;
}

.nav-dropdown-menu {
    margin-top: 10px;
    background: white;
    border-radius: 5px;
    position: absolute;
    width: 250px;
    margin-left: -110px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-menu ul li {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -40px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.nav-dropdown-menu ul li:hover {
    background: #ffa800;
    color: white !important;
}

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

.li-dropdown:hover .link-on-dropdown {
    color: white !important;
    text-decoration: none !important;
}

.link-on-dropdown {
    color: black;
}

.bg-white {
    background: white !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.d-none {
    display: none !important;
}

.masker {
    background: #00000080;
}

.bg-orange-yell {
    background: #ffa800;
}

.bg-orangelight {
    background: #ffd76b;
}

.bg-orangeyellow {
    background: #ffef95;
}

.bg-redlight {
    background: #ffeadf;
}

.bg-yellowultralight {
    background: rgb(255, 253, 162);
}

.ss-sm-none {
    display: none;
}

.bg-black {
    background: #222222;
}

footer a {
    color: white;
    transition: 300ms;
}

footer a:hover {
    color: #ffa800;
    text-decoration: none;
    margin-left: 5px;
}

.nav-list {
    list-style: none;
    margin-left: -39px;
}

.nav-list li a:hover {
    margin-left: 5px;
}

.form-orange {
    font-size: 15.5px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 11px;
    padding-bottom: 10px;
    border: 1.2px solid #9999;
    transition: 300ms;
}

.form-orange:focus {
    border: 1.2px solid #ffa800;
    outline: none;
}

.form-orange:focus+.label-form-orange {
    color: #ee8320 !important;
}

.form-orange::placeholder {
    color: #ddd;
}

.form-input-group {
    display: flex;
    flex-direction: column-reverse;
}

.form-grey {
    padding-top: 50px !important;
    padding: 20px !important;
    border: 1px solid white;
    background: #c8ccca3d;
}

.form-grey::placeholder {
    color: #bbb;
}

.form-grey:focus {
    background: #a1a8a43d;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
}


.info-popovers .feather {
    width: 16px !important;
    margin-top: -3px !important;
    color: #e75d18 !important;
    cursor: pointer;
}

.info-popovers:focus {
    outline: none;
    color: #d84d16;
}

/* .form-orange {
	font-size: 15.5px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-radius: 4px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	padding-bottom: 10px;
	border: 1.1px solid #dddd;
}

.form-orange:focus {
	background: #fffdfb;
	border: 1.3px solid #ffa800;
	outline: none;
} */

.img-slide {
    display: none !important;
}

.whatsapp-float {
    bottom: 10px;
    right: 15px;
    color: white;
    font-size: 33px;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    padding-left: 14px;
    padding-top: 3px;
    background: #2ecc71;
    -webkit-box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.5);
}

.whatsapp-float:hover {
    color: white;
    -webkit-box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.65);
}

.content-wrapper {
    background: white;
    border-radius: 7px;
    width: 100%;
    min-height: 700px;
    margin-top: 70px;
    box-shadow: 0px 10px 30px 15px rgba(0, 0, 0, 0.05);
}

.package-option {
    margin: 8px 0px 8px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    border: 1.1px solid #ddd;
    background: #fdfdfd;
}

.input-number {
    width: 60px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    margin-left: -4.5px;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    box-sizing: border-box;
    border: 1.2px solid #efefee;
    height: 30px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
    margin-left: -4.5px;
}


.section-note strong {
    font-size: 14px;
}

.section-note p {
    color: #aaa;
    font-size: 14px;
}

.navbar-toggler .feather {
    opacity: 1 !important;
    width: 30px !important;
    height: 30px !important;
}

.card-lg {
    background: white;
    border-radius: 4px;
    width: 80%;
}

.card-title {
    font-weight: bold;
    margin-bottom: 0px;
}

.content-bordered {
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding-bottom: 0px !important;
}

.content-bordered-header {
    padding: 10px 30px 10px 30px;
    border-bottom: 1.5px solid #ECECEC;
    font-size: 18px;
}

.content-bordered-body {
    padding: 30px 20px 30px 30px;
    font-size: 15px;
}

.content-bordered-body p {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.content-bordered-lg-section {
    background: white !important;
    padding: 20px 10px 20px 15px;
    border-bottom: 1.5px solid #ECECEC;
}

.content-bordered-lg-section:last-child {
    border-bottom: 0px !important;
}

.content-bordered-lg-section p {
    margin-bottom: 0px;
}

.content-bordered-md-section {
    background: white !important;
    padding: 5px 5px 5px 15px;
    border-bottom: 1.5px solid #ECECEC;
}

.content-bordered-md-section:last-child {
    border-bottom: 0px !important;
}

.content-bordered-md-section p {
    margin-bottom: 0px;
}

.collapse .card-body {
    background:  !important;
}

.card-body ol,
.card-body ul {
    margin-left: 20px;
}

.label-identity {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

.item-name {
    font-weight: bold;
    margin-bottom: 0px;
}

.item-x-item {
    font-size: 16px;
    font-weight: bold;
    color: #e75d18;
}

.change-data {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #e75d18;
}

.change-data:hover {
    color: #e75d18;
}

.back-to-home {
    color: #444;
    font-size: 15px;
    font-weight: bold;
}

.back-to-home .feather {
    width: 20px !important;
}

.back-to-home:hover {
    color: #e75d18;

}

.tabs {
    padding-top: 10px;
}

.tab {
    padding: 0px 20px 20px 20px;
}

.tabs .active {
    background: none !important;
}

.tabs .tab-nav {
    text-align: left;
    margin: 0 0 20px 0;
}

.tabs .tab-nav li {
    display: inline-block;
    vertical-align: top;
    margin-left: 0 !important;
    padding-bottom: 7px !important;
    border-bottom: 4px solid #ECECEC;
}

.tabs .tab-nav li {
    color: #212121;
    cursor: pointer !important;
    user-select: none;
}

.tabs .tab-nav li:hover {
    border-bottom: 4px solid #ccc;
    cursor: pointer;
}

.tabs .tab-nav li.active {
    background: none !important;
    border-bottom: 4px solid var(--main-color) !important;
    color: var(--main-color) !important;
    font-weight: 600;
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block !important;
}

.table-mandiri-token {
    width: 100%;
    margin-bottom: 17px;
}

.table-mandiri-token th {
    width: 30%;
}

.table-mandiri-token tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px !important;
}

.tooltip>.tooltip-inner {
    background: --main-color !important;
}

.tooltip>.arrow::before {
    border-right-color: var(--main-color) !important;
}

/* Input Radio Button Area */

.input-radio-button-area {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    border-radius: 4px;
}

.input-radio-button-area label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border-radius: 4px;
    border: 1.5px solid #ddd;
}

.input-radio-button-area label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    border: 1.5px solid #777;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
}

.input-radio-button-area label:after {
    width: 24px;
    height: 24px;
    content: '';
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.input-radio-button-area input:checked~label {
    color: #555;
}

.input-radio-button-area input:checked~label {
    border: 2px solid #628BFD;
}

.input-radio-button-area input:checked~label:after {
    background-color: #628BFD;
    border-color: #628BFD;
}

.input-radio-button-area input {
    width: 24px;
    height: 24px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/* End of input Radio Button Area */


/* Input Radio Button Area Special*/

.input-radio-button-area-special {
    background: #628bfd17;
    display: block;
    margin: 10px 0;
    position: relative;
    border-radius: 4px;
}

.input-radio-button-area-special label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #555;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    border-radius: 4px;
    border: 1.5px solid #628bfd63;
}

.input-radio-button-area-special label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    border: 1.5px solid #777;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
}

.input-radio-button-area-special label:after {
    width: 24px;
    height: 24px;
    content: '';
    border: 2px solid #628bfd63;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.input-radio-button-area-special input:checked~label {}

.input-radio-button-area-special input:checked~label {
    border: 2px solid #628BFD;
}

.input-radio-button-area-special input:checked~label:after {
    background-color: #628BFD;
    border-color: #628BFD;
}

.input-radio-button-area-special input {
    width: 24px;
    height: 24px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/* End of input Radio Button Area Special*/



/* Trial Page  */

.bg-trial-section-1 {
    background: linear-gradient(45deg, #e75d18, #ffa800);
}

.bg-trial-section-2 {
    background: #eee;
}

.image-free-trial {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* End of Trial Page */



/* Documentation Page */

.doc-sidebar {
    width: 270px;
    position: fixed;
    height: 100%;
    padding: 100px 0px 0px 0px;
    background: white;
    transition: 400ms;
}

.doc-sidebar h4 {
    margin-left: 25px;
    margin-bottom: 25px;
}

.doc-sidebar ul {
    list-style: none;
    margin-top: 30px;
}


.doc-sidebar ul li a {
    display: block;
    padding-top: 8px !important;
    padding-bottom: 8px;
    padding-left: 30px;
}

.doc-sidebar ul li a.active {
    background: #EFF3FF;
}

.doc-sidebar ul li a.active {
    color: var(--main-color) !important;
    font-weight: 500;
}

.doc-sidebar ul li h5 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.doc-sidebar ul li h5 a.active {
    color: var(--main-color) !important;
    font-weight: 600;
}

.doc-sidebar ul li a {
    color: #555 !important;
}

.doc-sidebar ul li a:hover {
    text-decoration: none;
    color: #4F8AFE !important;
}

.doc-sidebar .sidebar-active {
    border-left: 4px solid #4F8AFE;
    padding-left: 25px;
}

.doc-sidebar .sidebar-active a {
    color: #4F8AFE !important;
    font-weight: 600;
}

.doc-sidebar .sidebar-active a:hover {
    color: s #4F8AFE !important;
}

.doc-content {
    width: 100%;
    height: 100%;
    padding-left: 20rem;
    padding-top: 100px;
    transition: 300ms;
    /* padding-bottom: 100px; */
}

.collapse-sidebar-show {
    margin-left: 0px !important;
}

.doc-content-push-right {
    margin-left: 20rem !important;
}

/* End of Documentation Page */

@media screen and (max-width: 1000px) {
    .video-slide {
        display: none !important;
    }

    .img-slide {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .ss-sm-none {
        display: block;
        background: rgba(0, 0, 0, 0.6);
        background-blend-mode: multiply;
    }

    .ss-sm {
        display: none;
    }

    .desc-fitur {
        color: white !important;
    }

    .col-md-6 {
        padding-top: 0 !important;
    }

    .navbar-toggler-icon {
        color: black !important;
    }

    .head-section {
        justify-content: center;
        padding-bottom: 0px !important;
    }

    .head-section-2 {
        margin: 0px !important;
    }

    .head-section-2 img {
        display: none;
    }

    .card-free-trial {
        width: 96% !important;
        /* margin-top: -480px !important;s */
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .card-order-form {
        width: 96% !important;
        margin-top: -480px !important;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .documentation-image {
        width: 100%;
        height: 100%;
    }

    .documentation-image-low-res {
        height: 100% !important;
    }

    #documentationBrand {
        height: 35px;
        margin-right: 90px !important;
    }

    #togglerNavDocumentation {
        margin-left: -30px;
    }

    #navbarNavDropdown {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    #dropdownMenu {
        margin: 10px 0px 0px 0px;
    }

    .nav-dropdown-menu {
        width: 95%;
        margin-top: 0px;
        margin-left: 5vw;
    }

    .container-p-0 {
        padding: 0px !important;
    }

    .card-lg {
        width: 100%;
        box-shadow: none !important;
    }

    .content-bordered-body {
        padding: 25px 20px 30px 20px;
    }

    .input-number,
    .input-number-decrement,
    .input-number-increment {
        height: 35px;
    }

    .input-number-decrement,
    .input-number-increment {
        line-height: 35px;
    }

    .height-fitur {
        height: 125vh;
    }

    #sidebarCollapse {
        margin-left: -400px;
    }

    #documentationContent {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 500px) {
    .desc {
        width: 90% !important;
    }

    .text-title-wrapper {
        padding-left: 5px !important;
    }

    .navbar {
        padding-left: 10% !important;
    }

    .img-btn-download {
        height: 40px;
    }
}

@media screen and (max-width: 430px) {
    .meetnow-logo-download {
        width: 100%;
        height: auto;
        /* margin-left: 2.5rem !important; */
        margin-right: -13px !important;
    }

    .img-btn-download {
        height: 45px;
    }

    .btn-windows {
        display: none;
    }

    .btn-macos {
        display: none;
    }

    .meetnow-brand {
        height: 38px;
    }

    .modal-body {
        padding: 20px 5px 20px 5px !important;
    }

    .discount-price {
        display: block !important;
        width: 80%;
    }
}

@media screen and (max-width: 380px) {
    .img-btn-download {
        height: 45px;
    }

    .fa-bars {
        font-size: 25px !important;
    }

    #documentationBrand {
        height: 35px;
        margin-right: 60px !important;
    }
}

@media screen and (max-width: 340px) {
    .img-btn-download {
        height: 40px;
    }

    .meetnow-brand {
        height: 35px;
    }

    .fa-bars {
        font-size: 20px !important;
    }

    .navbar {
        padding-right: 5px !important;
        padding-left: 15px !important;
    }

    #togglerNavDocumentation {
        margin-left: 0px !important;
    }
}