input:disabled {
    background-color: white;
}

.register-box {
    width: 560px !important;
}

.login-box {
    width: 500px !important;
}

.inline_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inline_group .form-group {
    width: 48%;
}

#list_admin_user {
    display: none;
}

.invalid_message {
    color: red;
    font-weight: bold;
}

.unit_manager_group {
    display: flex;
}

.forgot_button {
    cursor: pointer;
}

#forgotModal {
    position: fixed;
    margin-top: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: none;
}

.modal-backdrop.in {
    opacity: 0 !important;
    ;
}

.alert-box {
    position: absolute;
    width: 30%;
    float: right;
    top: 5px;
    right: 5px;
}

.forgot_button {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

#myInput {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
}

#s2id_admin_user_id {
    width: 100% !important;
}

#s2id_admin_user_id a {
    height: 30px !important;
}

.btn_create_report {
    display: block;
    position: absolute;
    height: 30px;
    right: 0px;
    margin-right: 210px;
    line-height: 17px !important;
}



/*  create report */
.report-container {
    position: relative;
    overflow-y: scroll;
    height: 80vh;
    width: 100%;
    margin: 0 auto;
    padding: 20px 50px;
    background-color: #ffffff;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
/* .report-result-container::-webkit-scrollbar {
    display: none;
} */


.report-container .title_report {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
}

.report-container .inline_group .form-group {
    width: 32%;
}

.question-group label {
    font-weight: normal;
    margin-top: 10px;
}

.question-group .checkbox {
    margin: -10px 0 0 20px;
}

.question-group .other-group .checkbox {
    margin-top: 0px;
}

.question-group .other-group {
    margin: -5px 0px -5px 0px;
    /* top-right-bottom-left*/
    display: flex;
}

.question-group .other_input {
    width: 25%;
    margin: -5px 0px -5px 5px;
    outline: 0;
    border-width: 0 0 1px;
    border-color: rgb(207, 207, 207);
    padding-top: 20px;
    background: none;
}

.submit_report {
    margin-top: 50px;
}

/*  end create report */



.info-group {
    display: flex;
    align-items: center;
    padding: 4px;
    gap: 5px;
}

.info-group .select2-selection {
    margin-bottom: 5px;
}

.info-group .select2-container {
    width: 400px !important;
}

.header-group {
    display: flex;
    justify-content: space-between;
}

.underline_input {
    width: 100%;
    outline: 0;
    border-width: 0 0 1px;
    border-color: rgb(207, 207, 207);
    margin-top: -10px;
    flex: 1;
    padding-left: 10px;
}


select.underline_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.dashboard-container {
    /* height: 80vh; */
    padding: 0 10px;
}

.dashboard-container .title span {
    font-weight: bold;
    font-size: 30px;
    color: #818383;
    margin-left: 10px;
}


.title_action {
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    font-weight: bold;
    color: #818383;
}

.group-action {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    row-gap: 20px;
    column-gap: 20px;
    padding: 10px;
    justify-content: space-between;
}

.action_block {
    width: 100%;
    height: 115px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.action_block img {
    margin-bottom: 5px;
    height: 45px;
}

.action_block p {
    margin: 0;
}

.action_block:hover {
    opacity: 0.85;
    box-shadow: 0px 0px 5px 0px #97e3ff;
}

.introduction {
    /* border: 1px solid red; */
    padding: 20px 50px !important;
}

.introduction_content {
    padding-left: 8px;
    font-size: 21px;
    border-color: #11b5ef;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    color: #818383;
    text-align: justify;
}


.about_app img {
    width: 90%;
    height: 90%;
    overflow: hidden;
    display: block;

}

.about-image-wrap {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    z-index: 1000;
}

.about-image-wrap::after {
    border: 5px solid #11b5ef;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: calc(90% - 30px);
    z-index: -9999;

}

/* table.table-bordered{
  border:1px solid rgb(161, 161, 161);
  margin-top:20px;
}
table.table-bordered > thead > tr > th{
  border:1px solid rgb(161, 161, 161);
}
table.table-bordered > tbody > tr > td{
  border:1px solid rgb(161, 161, 161);
} */



/* The container_radio */
.container_radio {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 30px;
    margin-bottom: 12px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) C1 */
/*.container_radio .checkmark:after {
   top: 6px;
   left: 6px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
}*/
/* Style the indicator (dot/circle) C2 : custom */
.container_radio .checkmark:after {
    content: '✔';
    color: white;
    font-weight: bold;
    font-size: 16px;
    top: -1px;
    left: 4px;
}

.sidebar-menu-top a {
    font-weight: 600;
    color: #fff;
}

.sidebar-menu-top {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    padding-top: 15px;
}

.sidebar-menu-top li .treeview-menu {
    position: absolute;
    display: none;
    width: 250px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.sidebar-menu-top li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.sidebar-menu-top li.treeview a .pull-right {
    rotate: 268deg;
    margin-top: 4px;
    margin-left: 9px;
}

.sidebar-menu-top li.treeview:hover .treeview-menu {
    display: block;
}

.sidebar-menu-top li .treeview-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
}

.sidebar-menu-top li .treeview-menu li:last-child {
    margin-bottom: 0;
}

.title-license {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
}

.content-form .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.content-form .item label {
    /* width: 35%; */
    margin-right: 5px;
}

.content-form .item input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 4px;
}

.content-form .item .address-list {
    width: 100%;
    display: flex;
    gap: 25px;
}

.form-group.address-item {
    width: 100%;
}

.content-form .item .address-list .address-item select {
    height: 45px;
    border-radius: 5px;
}

.address-item .underline_input {
    border-radius: 0px !important;
    background: none;
}

.cta-action {
    margin-top: 30px;
}

.cta-action button {
    background-color: #3c8dbc;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.cta-action button:first-child {
    color: #000;
    background-color: #ccc;
    margin-right: 10px;
}

.license-profile-container {
    margin-top: 5% !important;
    width: 60%;
    position: relative;
    margin: 0 auto;
    padding: 20px 50px;
    background-color: #ffffff;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.license-profile-container .title_report {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
}

.license-profile-container .inline_group .form-group {
    width: 32%;
}

.status_license_profile {

    font-weight: bold;
    color: rgb(202, 0, 0);
}
