#login_en_page .hero .container .btn-login {
    padding: 0;
    background: none;
}

/* --------------------------------------------- */
/* ------------ quiz_create_page --------------- */
#quiz_create_page .hero_evora .container .en-quesion-container {
    /* width: 50%; */
    margin-left: 70px;
}
#quiz_create_page .hero_evora .container .qs-lbl {
    width: 110px;
    display: inline-block;
}
#quiz_create_page .hero_evora .container .qs-txt {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 70%;
}
#quiz_create_page .hero_evora .container .ans-txt {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 50%;
}
#quiz_create_page .hero_evora .container .qs-ddl {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 30%;
    margin-left: -5px;
}
#quiz_create_page .hero_evora .container .btn-create {
    /* text-align: center; */
    margin-top: 20px;
}
#quiz_create_page .hero_evora .container .btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 70px;
}

/* --------------------------------------------- */
/* ------------ quiz_update_page --------------- */
#quiz_update_page .hero_evora .container .en-quesion-container {
    /* width: 50%; */
    margin-left: 70px;
}
#quiz_update_page .hero_evora .container .qs-lbl {
    width: 110px;
    display: inline-block;
}
#quiz_update_page .hero_evora .container .qs-txt {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 70%;
}
#quiz_update_page .hero_evora .container .ans-txt {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 50%;
}
#quiz_update_page .hero_evora .container .qs-ddl {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 30%;
    margin-left: -5px;
}
#quiz_update_page .hero_evora .container .btn-create {
    /* text-align: center; */
    margin-top: 20px;
}
#quiz_update_page .hero_evora .container .btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 70px;
}

/* --------------------------------------------- */
/* --------------- quiz_en_page ---------------- */
#quiz_page .hero_evora__text .en-quesion-container .en-quesion-wrap {
    margin-bottom: 20px;
}
#quiz_page .hero_evora__text .en-quesion-container .qs-lbl {
    width: 70%;
    display: inline-block;
    margin-right: 20px;
    font-size: 1rem;
}
#quiz_page .hero_evora__text .en-quesion-container .ans-ddl {
    background-color: #fef7e5;
    border: 2px solid;
    border-radius: 10px;
    width: 200px;
    /* margin-left: -5px; */
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif;
}
#quiz_page .hero_evora__text .btn-create {
    text-align: center;
    margin-top: 20px;
}
#quiz_page .hero_evora__text .btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* --------------------------------------------- */
/* --------------- quiz_list_page ---------------- */
#quiz_list_page .hero_evora__text #txtInputTable {
    float: left;
    display: inline-block;
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#quiz_list_page .hero_evora__text #btn-create {
    float: right;
}
#quiz_list_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#quiz_list_page .hero_evora__text #btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
}
#quiz_list_page .hero_evora__text table {
    font-size: 14px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
#quiz_list_page .hero_evora__text .table td, #quiz_list_page .hero_evora__text .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left;
}
#quiz_list_page .hero_evora__text .table tr:hover {
    background-color: rgb(226, 239, 240);
}
#quiz_list_page .hero_evora__text .table tr #action-length {
    width: 70px;
}

/* --------------------------------------------- */
/* --------------- user_list_page ---------------- */
#user_list_page .hero_evora__text #txtInputTable {
    float: left;
    display: inline-block;
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#user_list_page .hero_evora__text #btn-create {
    float: right;
}
#user_list_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#user_list_page .hero_evora__text .btn-create {
    width: 195px;
    font-weight: bold;
    letter-spacing: 2px;
}
#user_list_page .hero_evora__text .btn-create1 {
    width: 265px;
    font-weight: bold;
    letter-spacing: 2px;
}
#user_list_page .hero_evora__text table {
    font-size: 14px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
#user_list_page .hero_evora__text .table td, 
#user_list_page .hero_evora__text .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
#user_list_page .hero_evora__text .table tr:hover {
    background-color: rgb(226, 239, 240);
}
#user_list_page .hero_evora__text .table tr #action-length {
    width: 70px;
}

/* --------------------------------------------- */
/* --------------- quiz_list_page ---------------- */
#network_list_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#network_list_page .hero_evora__text #btn-create {
    float: right;
}
#network_list_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#network_list_page .hero_evora__text #btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
}
#network_list_page .hero_evora__text table {
    font-size: 14px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
#network_list_page .hero_evora__text .table td, 
#network_list_page .hero_evora__text .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#network_list_page .hero_evora__text .table tr:hover {
    background-color: rgb(226, 239, 240);
}
#network_list_page .hero_evora__text .table tr #action-length {
    width: 70px;
}
#network_list_page .hero_evora__text .table tr .img-fluid-new {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

/* --------------------------------------------- */
/* --------------- Content_list_page ---------------- */
#content_list_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#content_list_page .hero_evora__text #btn-create {
    float: right;
}
#content_list_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#content_list_page .hero_evora__text #btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
}
#content_list_page .hero_evora__text table {
    font-size: 14px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
#content_list_page .hero_evora__text .table td, 
#content_list_page .hero_evora__text .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#content_list_page .hero_evora__text .table tr:hover {
    background-color: rgb(226, 239, 240);
}
#content_list_page .hero_evora__text .table tr #action-length {
    width: 70px;
}
#content_list_page .hero_evora__text .table tr .img-fluid-new {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

/* --------------------------------------------- */
/* --------------- quiz_list_page ---------------- */
#circuit_list_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#circuit_list_page .hero_evora__text #btn-create {
    float: right;
}
#circuit_list_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#circuit_list_page .hero_evora__text #btn-create button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
}
#circuit_list_page .hero_evora__text table {
    font-size: 14px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
#circuit_list_page .hero_evora__text .table td, 
#circuit_list_page .hero_evora__text .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#circuit_list_page .hero_evora__text .table tr:hover {
    background-color: rgb(226, 239, 240);
}
#circuit_list_page .hero_evora__text .table tr #action-length {
    width: 70px;
}
#circuit_list_page .hero_evora__text .table tr .img-fluid-new {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
#circuit_list_page .hero_evora__text .table tr .img-fluid-new {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

/* --------------- Content_Update_page ---------------- */
#content_update_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#content_update_page .hero_evora__text #btn-create {
    float: right;
}
#content_update_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#content_update_page .hero_evora .container .btn-update button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
#content_update_page .hero_evora .container .btn-update .msg-wrapper {
    font-size: 12px;
    margin-left: 20px;
    color: olive;
    font-weight: bold;
}
#content_update_page .hero_evora .container .btn-update .btn-cancel {
    display: inline-block;
    font: inherit;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
    padding: 0.875rem 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#fde4a9), to(#c7890c));
    background: linear-gradient(to right, #fde4a9, #c7890c);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    color: #424242;
    margin-right: 15px;
}
#content_update_page .hero_evora .container .btn-update .btn-cancel:hover {
    letter-spacing: 3px;
}
#content_update_page .hero_evora .container .btn-update button:hover {
    letter-spacing: 3px;
}

/* --------------- network_update_page ---------------- */
#network_update_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#network_update_page .hero_evora__text #btn-create {
    float: right;
}
#network_update_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#network_update_page .hero_evora .container .btn-update button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
#network_update_page .hero_evora .container .btn-update .msg-wrapper {
    font-size: 12px;
    margin-left: 20px;
    color: olive;
    font-weight: bold;
}
#network_update_page .hero_evora .container .btn-update .btn-cancel {
    display: inline-block;
    font: inherit;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
    padding: 0.875rem 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#fde4a9), to(#c7890c));
    background: linear-gradient(to right, #fde4a9, #c7890c);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    color: #424242;
    margin-right: 15px;
}
#network_update_page .hero_evora .container .btn-update .btn-cancel:hover {
    letter-spacing: 3px;
}
#network_update_page .hero_evora .container .btn-update button:hover {
    letter-spacing: 3px;
}
#network_update_page .hero_evora .container .qs-lbl {
    font-size: 12px;
    /* width: 300px; */
    font-weight: bold;
    letter-spacing: 3px;
    /* font: inherit; */
    color: #424242;
    display: block;
}
#network_update_page .hero_evora .container .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* background-color: #FEF7E5; */
}

/* --------------- network_update_page ---------------- */
#circuit_update_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#circuit_update_page .hero_evora__text #btn-create {
    float: right;
}
#circuit_update_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#circuit_update_page .hero_evora .container .btn-update button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
#circuit_update_page .hero_evora .container .btn-update .msg-wrapper {
    font-size: 12px;
    margin-left: 20px;
    color: olive;
    font-weight: bold;
}
#circuit_update_page .hero_evora .container .btn-update .btn-cancel {
    display: inline-block;
    font: inherit;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
    padding: 0.875rem 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#fde4a9), to(#c7890c));
    background: linear-gradient(to right, #fde4a9, #c7890c);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    color: #424242;
    margin-right: 15px;
}
#circuit_update_page .hero_evora .container .btn-update .btn-cancel:hover {
    letter-spacing: 3px;
}
#circuit_update_page .hero_evora .container .btn-update button:hover {
    letter-spacing: 3px;
}
#circuit_update_page .hero_evora .container .qs-lbl {
    font-size: 12px;
    width: 200px;
    font-weight: bold;
    letter-spacing: 3px;
    /* font: inherit; */
    color: #424242;
    display: block;
}
#circuit_update_page .hero_evora .container .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* background-color: #FEF7E5; */
}

/* --------------- network_create_page ---------------- */
#network_create_page .hero_evora__text #txtInputTable {
    float: left;
    /* display: inline-block; */
    width: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fef7e5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#network_create_page .hero_evora__text #btn-create {
    float: right;
}
#network_create_page .hero_evora__text .mb-2 {
    margin-bottom: 10px;
}
#network_create_page .hero_evora .container .btn-update button {
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
#network_create_page .hero_evora .container .hero_evora__text .msg-wrapper {
    font-size: 12px;
    /* margin-left: 20px; */
    color: olive;
    font-weight: bold;
}
#network_create_page .hero_evora .container .btn-update .btn-cancel {
    display: inline-block;
    font: inherit;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
    padding: 0.875rem 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#fde4a9), to(#c7890c));
    background: linear-gradient(to right, #fde4a9, #c7890c);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    color: #424242;
    margin-right: 15px;
}
#network_create_page .hero_evora .container .btn-update .btn-cancel:hover {
    letter-spacing: 3px;
}
#network_create_page .hero_evora .container .btn-update button:hover {
    letter-spacing: 3px;
}
#network_create_page .hero_evora .container .qs-lbl {
    font-size: 12px;
    width: 320px;
    font-weight: bold;
    letter-spacing: 3px;
    /* font: inherit; */
    color: #424242;
    display: block;
}
#network_create_page .hero_evora .container .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* background-color: #FEF7E5; */
}