#colorlib-aside #colorlib-main-menu ul li {
    width: 100% !important;
}
#colorlib-main {
    min-height: 976px;
    width: 82% !important;
}
.text-header-3{
    margin-top: 20px;
    font-size: 12px !important;
}
.form-generate{
    background: #FFFFFF;
    opacity: 1;
}
.form-element{
    padding: 30px;
}
.required{
    color: red;
}
.mt-2{
    margin-top: 2rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.mt-4{
    margin-top: 4rem !important;
}
.refresh-captcha{
    padding-top: 10px;
}
.pr-0{
    padding-right: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.captcha{
    width: 31% !important;
}
.h-50{
    height: 50px;
}
.btn{
    color: #06132B;
    font-weight: 700;
}
.gao-image{
    margin-top: -85px;
}
.form-extend{
    padding: 30px;
    background-color: white;
    box-shadow: 10px 10px 5px #95a5a6;
}
.captcha-extend-form{
    margin-top: 10px;
}
.form-control-button{
    width: 100%;
}
.flex-box{
    display: flex;
}
.back-box{
    padding: 10px 20px 8px 20px;
    background-color: white;
    box-shadow: 3px 3px 3px #95a5a6;
}
.head-text-gen-cert{
    padding: 13px;
    font-size: 13px;
    font-family: "Roboto", Arial, sans-serif;
}

.result-gen-cert{
    background-image:  url('/images/Rectangle66@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #1c427b;
    width: 137%;
    min-height: 300px;
}
.group-button-result{
    padding-top: 10px;
    width: 137%;
}

.group-button-result-dc01{
    padding-top: 10px;
    width: 137%;
}
.btn-dk02{
    box-shadow: 3px 3px 3px #95a5a6;
}
.btn-gcn{
    box-shadow: 3px 3px 3px #95a5a6;
}
.padding-result-content{
    padding-top: 9rem;
}

.padding-content-result{
    padding: 30px;
    box-shadow: 3px 3px 3px #95a5a6;
}
.title-result{
    color: #99B2DD;
}
.detail-result{
    color: white;
}
.alert-danger{
    background-color: white !important;
    color: red;
}
.alert-success{
    background-color: white !important;
    color: green;
}

.content-preview{
    width: 100%;
}
.content-preview iframe {
    width: 100%;
    height: 100rem;
}
.wp-100{
    width: 100%;
}

.text-header-3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.active-sub-menu{
    background-color: #D19E4F !important;
}
.center-inner{
    width: 30%;
    margin: 0 auto;
}
.pt-50{
    padding-top: 50px;
}

.badge-primary{
    background-color: #00a5bb !important;
}

.badge-danger{
    background-color: red;
}

.badge-warning{
    background-color: orange;
}

.form-control-custom {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px;
}
.form-control-custom:disabled, .form-control-custom[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.w-100{
    width: 100%;
}

.mt-1{
    margin-top: 1rem;
}
/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: 800;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 89.8%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -45%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
}
.progressbar li.active:before {
    border-color: #55b776;
}
.progressbar-second-active li.active:first-child + li:after {
    background-color: #55b776;
}

.progressbar-second li.active-done:after{
    background-color: #55b776 !important;
}
.custom-btn{
    background-color: #99B1DA;
    border: 2px solid #99B1DA;
}
.modal-p-ab{
    position: absolute !important;
}
.modal-body{
    max-height: 85vh;
    overflow: auto;
}