html {
    height: 100%;
}

body {
    display: flex;
    background: rgb(250 250 250);
    height: 100%;
    font-family: "Poppins", sans-serif;
    color: #60666c;
    font-size: 14px;
}

a {
    color: #1a242d;
    text-decoration: none;
    transition-duration: .2s;
}

a:hover,
a:focus {
    color: initial;
    text-decoration: underline;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.boxp {
    display: flex;
    margin: auto;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    opacity: 0;
    border-radius: 20px;
    visibility: hidden;
    transition-duration: .5s;
}

.boxp.vsb {
    opacity: 1;
    visibility: visible;
}

.boxp > .cta {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #fff 0%, #dbdbdb 100%);
    width: 450px;
    padding: 30px;
    border-left: 1px solid #efefef;
}

.boxp > .cta > .cta-content {
    margin: auto;
}

.cbox {
    background: #fff;
    width: 630px;
    padding: 30px;
}

.frow,
.form > div {
    display: flex;
    flex-direction: column;
}

.frow > label,
.form > div > label {
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 5px;
}

.form > div + div {
    margin-top: 1rem;
}

.ml-auto {
    margin-left: auto;
}

input:not(.form-check-input),
select,
textarea {
    background: rgba(153, 153, 153, .1);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 10px 13px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    transition-duration: .2s;
}

input:not(.form-check-input):focus,
select:focus,
textarea:focus {
    background: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .5);
}

.form-check.form-switch {
    margin-bottom: 0;
}

h2 {
    font-size: 22px;
    font-weight: 900;
    color: #4f4f4f;
}

h3 {
    font-size: 14px;
    font-weight: 500;
}

.btn2,
.form > button {
    display: inline-flex;
    background: rgba(134, 255, 0, .3);
    font-family: 'Popins', sans-serif;
    font-weight: 500;
    color: #000;
    border: 0;
    border-radius: 30px;
    padding: 15px 25px;
    transition-duration: .2s;
}

.btn2:hover,
.form > button:hover,
.btn2:focus,
.form > button:focus {
    background: rgba(134, 255, 0, .6);
}

.form > button {
    margin-top: 1rem;
}

.hr {
    border-top: 1px solid #efefef;
}

.logo {
    max-width: 200px;
    max-height: 150px;
}

.ac {
    position: relative;
}

.ac .acbody {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    background: #4C4556;
    max-height: 200px;
    overflow: auto;
    z-index: 100;
}

.ac .acbody a {
    display: flex;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
}

.ac .acbody a:hover {
    background: rgba(255,255,255,.1);
}

.ac .acbody > li:not(:last-child) {
    border-bottom: 1px solid #303030;
}

.hidden {
    display: none!important;
}

/** */
.alert {
    border-radius: 20px;
}

.alert.alert-success {
    background: #d9fbd0;
    color: #1c6c09;
    border-color: #bee8b4;
}

.alert.alert-danger {
    background: #ffe0db;
    color: #b81800;
    border-color: #fabcb3;
}

.ffcheckbox {
    flex-direction: row!important;
    position: relative;
}

.ffcheckbox > input {
    position: absolute;
}

.ffcheckbox > label {
    margin-bottom: 0!important;
}

.popup {
    text-align: left;
}

.popup > h2 {
    margin-bottom: 1rem;
}

.popup > h2 + div {
    font-size: 14px;
}

.bigswal {
    width: 50em;
}

div.swal2-container button.swal2-close:focus {
    box-shadow: none;
}

.page-content p {
    margin: 0;
}

/** */
html > body.swal2-height-auto {
    height: 100%!important;
}
