* {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

body {
    background-color: #393939;
}

/* Background Color */
.bg-green {
    background-color: #95c831;
}

.bg-yellow {
    background-color: #fec601;
}

.bg-black {
    background-color: #333333;
}

/* Text Color */
.text-green {
    color: #95c831;
}

.text-yellow {
    color: #fec601;
}

.text-black {
    color: #333333;
}

.text-red {
    color: red;
}

.text-grey {
    color: #666666;
}

/* Size Text */
.f-300 {
    font-weight: 300;
}

.f-400 {
    font-weight: 400;
}

.f-600 {
    font-weight: 600;
}

.f-800 {
    font-weight: 800;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}


h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

/* Button */
button.btn.btn-black,
a.btn.btn-black {
    background-color: #333333;
    color: #fec601;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0px;
}

button.btn.btn-black:hover,
a.btn.btn-black:hover {
    color: #ffffff;
    text-decoration: underline;
}

button.btn.btn-green,
a.btn.btn-green {
    background-color: #95c831;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 0px;
}

button.btn.btn-green:hover,
a.btn.btn-green:hover {
    background-color: #449d44;
}

/* Border */
.border-green {
    border: 3px solid #95c831;
}

/* Header */
header {
    height: 70px;
    background-color: #393939;
}

img.logo {
    max-width: 218px;
    height: auto;
    max-height: 100px;
    margin-top: 40px;
    margin-left: 40px;
}

.lang .dropdown-toggle {
    font-size: 16px;
}

.lang .dropdown-item:hover {
    background-color: #e0e0e0;
}

.lang a.dropdown-toggle:hover {
    color: #fec601 !important;
    text-decoration: none;
}

.lang .dropdown-item img {
    height: 25px;
}

/* Breadcrumb */
nav .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 3px;
}

nav .breadcrumb .breadcrumb-item {
    color: #ffffff;
}

nav .breadcrumb .breadcrumb-item.active {
    color: #fec601;
}

/* Card */
.card {
    border: 0px solid #95c831;
}

.card-header {
    background-color: #8ebe2e;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 0;
}

.card-body {
    background-color: #ffffff;
}

.form-control,
.custom-select {
    background-color: #ffffff;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: none;
}

.form-control:-moz-read-only,
.custom-select:-moz-read-only,
.form-control:read-only,
.custom-select:read-only {
    background-color: #eeeeee;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: none;
}

.form-control:focus,
.custom-select:focus {
    background-color: #ffffff;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: 0 0 0 .2rem rgba(149, 200, 49, .40);
}

.form-control:-moz-read-only:focus,
.custom-select:-moz-read-only:focus {
    background-color: #eeeeee;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: none;
    cursor: default;
    caret-color: #eeeeee;
}

.form-control:read-only:focus,
.custom-select:read-only:focus {
    background-color: #eeeeee;
    border-radius: 0px !important;
    border: solid 1px #eee !important;
    box-shadow: none;
    cursor: default;
}

.form-control:read-only:hover,
.custom-select:read-only:hover {
    cursor: default;
}

.form-control:-moz-read-only:hover,
.custom-select:-moz-read-only:hover {
    cursor: default;
}

label {
    margin-bottom: 0;
}

input,
select {
    font-weight: 400;
}

input:placeholder-shown {
    text-overflow: ellipsis;
}

.error {
    color: red;
    font-weight: 400;
    font-size: 12px;
}

.policy {
    color: #aaaaaa;
    font-weight: 600;
    font-size: 16px;
}

.policy a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}


/* Checkbox Style */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    left: 0;
    top: -3px;
    width: 65px;
    height: 30px;
    background: #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #7F8C9A;
    top: 2px;
    left: 5px;
}

/* on checked */
[type="checkbox"]:checked+label:before {
    background: #355e52;
}

[type="checkbox"]:checked+label:after {
    background: #fec601;
    top: 2px;
    left: 40px;
}

[type="checkbox"]:checked+label .ui,
[type="checkbox"]:not(:checked)+label .ui:before,
[type="checkbox"]:checked+label .ui:after {
    position: absolute;
    left: 6px;
    width: 65px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

[type="checkbox"]:not(:checked)+label .ui:before {
    content: "no";
    left: 32px
}

[type="checkbox"]:checked+label .ui:after {
    content: "yes";
    color: #39D2B4;
}

.wrapper-flex2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

/* Media */
@media screen and (max-width: 992px) {
    img.logo {
        margin-top: 15px;
        margin-left: 0px;
    }
}

/* Media */
@media screen and (max-width: 453px) {
    .dropdown-toggle::after {
        display: none;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .lang .dropdown-toggle {
        font-size: 13px;
    }
}