/*
Theme Name: ideenty MU
Author: mu.edu.sa
Support: m.des@mu.edu.sa
Description: Creative  HTML5 template.
Version: 1.0
*/


/* CSS Index



/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&display=swap&subset=arabic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
body {
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #888;
    background: #ddd url(../img/bg_mu_01.jpg) no-repeat center center fixed;
    background-size: cover;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #636363;
    text-decoration: none;
}

a,
button {
    color: #a18a4b;
    outline: medium none;
    font-size: 16px;
}

button {
    cursor: pointer;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.h3,
h3 {
    font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    color: #576837;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    color: #888;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #8a8a8a;
}

iframe {
    border: 1px solid #e8e8e8;
    border-radius: .3rem;
    padding: 5px
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: rgb(95, 95, 95);
    color: #fff;
    text-shadow: none;
}


/*
::selection {
	background: rgb(95, 95, 95);
	color: #fff;
	text-shadow: none;
}
*/

*::-moz-placeholder {
    color: #9b9b9b;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #9b9b9b;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

.dir {
    direction: ltr;
}

.b-radius {
    border-radius: 10px;
}

.m_0 {
    margin: 0;
}

.not {
    padding: 10px;
    background: #cea335;
}

.border-left {
    border-right: 3px solid #cea435!important;
    padding-right: 10px;
}

p .border-bottom {
    border-right: 3px solid #cea435!important;
    padding-bottom: 10px;
}


/* section title */

.section-title h2 {
    font-size: 22px;
    font-weight: 800;
    display: inline-block;
}

.section-title span {
    background: #a48a3f;
    height: 3px;
    width: 50px;
    display: inline-block;
}

.section-title h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.about-description span {
    background: #a48a3f;
    height: 2px;
    width: 25px;
    display: inline-block;
}

.about-description p {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #7e7e7e;
    text-align: justify;
}

.section-title p {
    font-size: 15px;
    font-weight: 600;
}

.btn_btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_btn:hover {
    color: #fff;
}

.btn_btn:focus {
    color: #fff;
}

.btn_btn:active {
    color: #fff;
}

.btn {
    -moz-user-select: none;
    background: #cea335;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
    background: #dcb144;
    color: #fff;
}

.btn:focus {
    color: #fff;
}

.btn:active {
    color: #fff;
}

.btn-danger_02 {
    -moz-user-select: none;
    background: #dc3545;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-danger_02:hover {
    background-color: #c82333;
    color: #fff;
}

.btn-green {
    -moz-user-select: none;
    background: #78902a;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-green:hover {
    background: #91b128;
    color: #fff;
}

.btn-warning_02 {
    -moz-user-select: none;
    background: #a18a4b;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 12px 18px 14px 18px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 10px;
}

.btn-warning_02:hover {
    background: #b89d51;
    color: #fff;
}
.btn-green_02{
	-moz-user-select: none;
	background: #78902a;
	border: medium none;
	border-radius: 0;
	color:#fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	padding: 12px 18px 14px 18px;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 10px;
}

.btn-danger_02:focus {
    color: #fff;
}

.btn-danger_02:active {
    color: #fff;
}

.btn-green:focus {
    color: #fff;
}

.btn-green:active {
    color: #fff;
}

.btn-warning_02:focus {
    color: #fff;
}

.btn-warning_02:active {
    color: #fff;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.25);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cea335;
    border-color: #cea335;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(234 234 234 / 50%);
}

.btn-danger_btn {
    padding: 12px 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #dc3545;
    cursor: pointer;
}

.btn-danger_btn:hover {
    background-color: #c52838;
}

.btn-danger_btn:active {
    color: #fff;
}

.btn-danger_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.25);
}

.btn-success_btn {
    padding: 12px 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #7c9628;
    cursor: pointer;
}

.btn-success_btn:hover {
    background-color: #728a24;
}

.btn-success_btn:active {
    color: #fff;
}

.btn-success_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.25);
}

.loign-m {
    background-color: #ffffff;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form_bg {
    margin-top: 8%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e8e8e8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #cccccc4f;
}

.form-control {
    border: 1px solid #e8e8e8;
}

.form {
    background: #fff;
    box-shadow: 0 0 25px rgba(43, 43, 43, 0.144);
    margin: 30px auto;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    padding: 0;
    border-radius: 10px;
}

.form h1 {
    padding: 0 0 20px 0;
    font-size: 22px;
    color: #666;
    font-weight: lighter;
    text-align: center;
}

.form form {
    padding: 60px 30px
}

#signup_mu {
    display: none;
}

.form .tab-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form .tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.form .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #ba9e53;
    color: #ffffff;
    font-size: 16px;
    float: left;
    width: 50%;
    text-align: center;
    border-top: 3px solid transparent;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form .tab-group li a:hover {
    background: #ffffff;
    color: #666;
}

.form .tab-group .active a {
    background: #fff;
    color: #444;
    border-top: 3px solid #ba9e53;
}

.form input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 0;
    margin-bottom: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

.form input:focus {
    outline: 0;
    border-color: #dfeae2;
}

.form label {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
    display: block;
}

.form .button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #cfa941;
    color: #ffffff;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form .button:hover,
.button:focus {
    background: #cfa941;
}

.text-p {
    text-align: right;
}

.text-p a {
    color: #ddd;
}

.contact_bar {
    background-color: #5d5d5d;
    color: #ffffff;
    max-height: 26px;
    vertical-align: middle;
}

.contact_bar p {
    text-align: left;
}

.header_m {
    background-color: #f9f9f9;
    padding: 20px 0 20px 0;
}

.header_m .logos {
    text-align: left;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-top: -4px;
}

.bg-light {
    background-color: #ffffff!important;
    height: 85px;
    box-shadow: 0 0 40px rgb(43 43 43 / 14%);
    position: relative;
    z-index: 99999999;
}

.nav-item a,
button:active {
    color: #fff;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    background-color: #7c9629;
    padding: 13px;
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #707070;
    background-color: #f0f0f0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #a5a5a5;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 189px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #a5a5a5;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-divider {
    height: 0px;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
}

.dropdown-menu {
    border: 1px solid rgb(173 173 173);
}

.dropdown-item:hover {
    color: #575756;
    background-color: #f1f1f1;
}

a.nav-link_02 {
    color: #ffffff;
    background-color: #cea335;
    padding: 13px;
    display: block;
    outline: medium none;
    font-size: 16px;
    cursor: pointer;
}

a.nav-link_02:hover {
    color: #ffffff;
    background-color: #a5a5a5;
}

.content_m {
    margin-top: 08%;
    background-color: #f0f0f0;
    box-shadow: 0 0 25px rgba(144, 144, 144, 0.38);
}

.content_m .journal_01 {
    width: 235px;
    height: 260px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(144, 144, 144, 0.144);
    padding-top: 90px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.content_m .journal_02 {
    width: 235px;
    height: 260px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(144, 144, 144, 0.144);
    padding-top: 90px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.journal_01 h4 {
    color: #b89d08;
    font-size: 30px;
}

.journal_02 h4 {
    color: #6f8c3b;
    font-size: 30px;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
    background-color: #cecece;
}

.footer span {
    color: #ffffff;
    font-size: small;
}

.btn-lg_search {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: none;
    color: #ffffff;
    background-color: #cea435;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-lg_search:hover,
.btn-lg_search:focus {
    color: #ffffff;
    background-color: #cea435;
}

.nav-link_a {
    padding: 13px 15px 13px 0;
    background-color: #f0f0f0;
    text-align: center;
}

.body_content_mu {
    background-color: #ffffff;
    padding: 20px 15px 20px 15px;
    min-height: 800px;
}

.body_content_mu .title_01 {
    padding: 10px 0;
}

.body_content_mu .title_01 h4 {
    font-size: 24px;
    font-weight: 600;
    color: #6f6f6f;
}

.body_content_mu .title_01 i {
    font-size: 22px;
    color: #a68c42;
}

.table .thead-light_secondary th {
    color: #fff;
    background-color: #b3b3b3;
}

.table .thead-light_green th {
    color: #fff;
    background-color: #7c9628;
}

.table .thead-light_warning th {
    color: #fff;
    background-color: #1ba451;
}

.table .thead-light_yellow th {
    color: #fff;
    background-color: #cea335;
}

.tr_01 {
    color: #4b4b4b;
    background-color: #efefef;
    border-color: #efefef
}

.tr_02 {
    color: #4b4b4b;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.text-success_2 {
    color: #6f8c3a!important;
}

.btn_down {
    -moz-user-select: none;
    background: #a18a4b;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 20px 0 20px;
}

.btn-file {
    height: calc(2.875rem + 1px);
    padding: .5rem 1rem;
    line-height: 2.25;
    border-radius: .3rem;
    border: 1px solid #e8e8e8;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #e8e8e8;
    box-shadow: 0 0 0 0.2rem #cccccc4f;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 11px);
    margin-bottom: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.890rem;
    padding: .375rem .75rem;
    line-height: 2.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-radius: .25rem 0 0 .25rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0 11px;
    line-height: 1.5;
    border-radius: .3rem;
    font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7c9629;
}

.flex-column {
    background-color: #f7f7f7;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 3px solid #cea435;
}


/*
.flex-column:hover, .flex-column:focus, .flex-column:active{
	background-color: #ffffff;
}
.nav-pills .nav-link:hover {
	background-color: #ffffff;
	border-bottom-color: 2px solid #a18a4b;

}
*/

.nav-pills .nav-link {
    border-radius: 0;
}

.btn-info {
    padding: 4px 5px;
    font-size: 14px;
}

.btn-warning {
    padding: 4px 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #cea335;
    border-color: #cea335;
}

.btn-danger {
    padding: 4px 5px;
    font-size: 14px;
}

.btn-success {
    padding: 4px 5px;
    font-size: 14px;
}

.btn-secondary {
    padding: 4px 5px;
    font-size: 14px;
}

.btn-dark {
    padding: 4px 5px;
    font-size: 14px;
}

.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-secondary:focus,
.btn-dark:focus,
.btn-success:focus {
    color: #ffffff;
}

.btn-info:active .btn-warning:active,
.btn-danger:active,
.btn-secondary:active,
.btn-dark:active,
.btn-success:active {
    color: #ffffff;
}

.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-secondary:hover,
.btn-dark:hover,
.btn-success:hover {
    color: #ffffff;
}

.body-content {
    margin-top: 7%;
    margin-bottom: 20px;
}

.content_mu {
    background-color: #e2e2e2;
    box-shadow: 0 0 85px rgb(43 43 43 / 14%);
    padding: 20px;
    width: 100%;
}

.btn_bg_warning {
    -moz-user-select: none;
    background: #cea335;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 60px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.btn_bg_warning:hover {
    background: #dcb144;
    color: #fff;
}

.btn_bg_warning:focus {
    color: #fff;
}

.btn_bg_warning:active {
    color: #fff;
}

.btn_bg_secondary {
    -moz-user-select: none;
    background: #9ca3a9;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 60px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.btn_bg_secondary:hover {
    background: #969fa7;
    color: #fff;
}

.btn_bg_secondary:focus {
    color: #fff;
}

.btn_bg_secondary:active {
    color: #fff;
}

.btn_bg_light {
    -moz-user-select: none;
    background: #9a9a9a;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 60px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.btn_bg_light:hover {
    background: #828282;
    color: #fff;
}

.btn_bg_light:focus {
    color: #fff;
}

.btn_bg_light:active {
    color: #fff;
}

.btn_bg_success {
    -moz-user-select: none;
    background: #7c9629;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 60px 20px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.btn_bg_success:hover {
    background: #89a52e;
    color: #fff;
}

.btn_bg_success:focus {
    color: #fff;
}

.btn_bg_success:active {
    color: #fff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-right-color: #dcb02a;
    border-width: 3px;
    border-style: solid;
}

.alert-info {
    border-right-color: #52bbcc;
    border-width: 3px;
    border-style: solid;
}

.alert-danger {
    border-right-color: #d6535e;
    border-width: 3px;
    border-style: solid;
}

.alert-success {
    border-right-color: #74c585;
    border-width: 3px;
    border-style: solid;
}

.sweet-overlay h2 {
    font-size: 24px;
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 98;
    font-size: 32px;
    color: #cea335;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    background: no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

table.table tr th,
table.table tr td {
    border-color: #fff;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table th:last-child {
    width: 20%;
}

table.table td a {
    cursor: pointer;
    display: inline-block;
    min-width: 24px;
}

table.table td a.add {
    color: #27C46B;
}

table.table td a.add:hover {
    color: rgb(10, 163, 76);
}

table.table td a.edit {
    color: #FFC107;
}

table.table td a.edit:hover {
    color: rgb(223, 169, 9);
}

table.table td a.delete {
    color: #f50000;
}

table.table td a.delete:hover {
    color: #f33d3d;
}

table.table td i {
    font-size: 24px;
}

table.table td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table.table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table.table .form-control.error {
    border-color: #f50000;
}

table.table td .add {
    display: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: rgb(223, 169, 9);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: rgb(124 150 40);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgb(124 150 40);
    border-color: rgb(124 150 40);
}

.bg_checkbox1 {
    background-color: rgb(241, 241, 241);
    padding: 20px;
}

.bg_checkbox2 {
    background-color: rgb(232 232 232);
    padding: 20px;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(224 224 224 / 25%);
}

.font_icon {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
}


/* wizard_form */

.wizard-form_pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.wizard-form_pro-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: #cea435;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

@media (min-width: 500px) {
    .wizard-form_pro-btn {
        text-indent: 0;
    }
}

.wizard-form_pro-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.wizard-form_pro-btn:after {
    position: absolute;
    top: 10px;
    right: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}

.wizard-form_pro-btn:first-child:after {
    display: none;
}

.wizard-form_pro-btn.js-active {
    color: #7c9629;
}

.wizard-form_pro-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.wizard-form__form {
    position: relative;
}

.wizard-form_panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.wizard-form_panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.wizard-form_panel[data-animation="scaleOut"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.wizard-form_panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wizard-form_panel[data-animation="slideHorz"] {
    left: 50px;
}

.wizard-form_panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}

.wizard-form_panel[data-animation="slideVert"] {
    top: 30px;
}

.wizard-form_panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.wizard-form_panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.wizard-form_panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.wizard-form_panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.body_content_mu .title_01 h4 {
    font-size: 24px;
    font-weight: 600;
    color: #7b971c;
}

.media {
    background-color: #fcfcfc;
    padding: 20px;
    border: #ddd 1px solid;
}

.required:after {
    content:" *";
    color: red;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }