*,
::after,
::before {
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    color: #000000;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: initial;
}


/* ///////////////// ALERTIFY MODIFICATIONS ////////////////// */
.alertify .ajs-dialog {
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0 24px;
    outline: 0;
    background-color: #fff;
}

.alertify .ajs-header {
    margin: -24px;
    margin-bottom: 0;
    padding: 16px 24px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.alertify .ajs-body {
    min-height: 56px;
}

.alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: #fff;
}

.alertify .ajs-body .ajs-content {
    font-size: 14px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: transparent;
    color: #000;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    background: #000;
    color: #fff;
    border-radius: 0;
}

.alertify .ajs-footer {
min-height: 60px;
}

.alertify-notifier .ajs-message {
    position: relative;
    width: 265px;
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
}

.alertify-notifier .ajs-message.ajs-visible {
    opacity: 1;
    max-height: 100%;
    padding: 10px 10px;
    margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
    /* border: 1px solid #000; */
    /* background: white;
    color: black; */
    background: var(--themecolor1);
    color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.alertify-notifier .ajs-message.ajs-error {
    /* border: 1px solid #000; */
    /* background: white;
    color: black; */
    background: #000;
    color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}

.alert-text {
    display: block;
    text-align: center;
    /* color: red !important; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.alert-text .main{
    font-size: 18px;
    font-weight: 600;
}

.alert-text .sub{
    line-height: 1.1;
    margin-top: 8px;
}

/* .alert-text-succes {
    display: block;
    text-align: center;
    color: green !important;
} */

/* ================================================================= */

.section-form{
    max-width: 850px;
    margin: auto;
    padding: 3% 2%;
}

.section-form h1{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-item{
    display: block;
    margin-top: 16px;
    margin-bottom: 35px;
}

.item-title{
    line-height: 1.1;
    margin: 8px 0;
    display: grid;
}

.item-title label {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-wrap: break-word;
    margin-bottom: 0;
}

.item-title small {
    margin-top: 5px;
    font-size: 14px;
}

.item-content{
    margin-top: 1.5%;
}

.likert-input{
    display: flex;
    padding-top: 5px;
    /* justify-content: center; */
}

.form-check-emoticon {
    width: 110px;
    margin: 0 5%;
}

.form-check-emoticon input {
    display: none;
}

.form-check-emoticon label {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 5px;
    border: 1px solid #cacaca;
    height: 100%;
}

.form-check-emoticon label img {
    width: 55px;
    height: auto;
    filter: grayscale(1);
    margin: auto;
    transition: all .2s ease-in-out;
}

.form-check-emoticon label span{
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    line-height: 1.1;
}

.form-check-emoticon.active label img,
.form-check-emoticon label:hover img {
    filter: grayscale(0);
    cursor: pointer;
}

.form-check-emoticon label:hover,
.form-check-emoticon.active label {
    background: #e9e9e9;
}


.form-check-emoticon label span:hover {
    cursor: pointer;
}

.form-check{
    margin: 6px 0;
}

.form-check-input {
    margin-top: 0.4rem;
}

.form-check-label {
    font-size: 15px;
    cursor: pointer;
}

.another-ans{
    margin-top: 8px;
    font-size: 15px;
}

.another-ans input{
    font-size: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 280px;
}

.btn-theme {
    outline:none;
    border: none;
    background: #333333;
    border-radius: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 12px 24px;
    max-width: 192px;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-theme:hover {
    background: #000000;
}

@media screen and (max-width: 920px) {
    .section-form {
        padding: 5%;
    }

    .section-form h1 {
        font-size: 20px;
    }
    .item-title label {
        font-size: 15px;
    }

    .form-check-emoticon {
        margin: 0 2%;
    }

    .form-check-emoticon label img {
        width: 48px;
    }  

    .form-check{
        margin: 12px 0;
    }
    
    .form-check-label{
        font-size: 14px;
    }

    .form-check-input {
        margin-top: 0.25rem;
    }

    .another-ans{
        margin-top: 18px;
    }

    .btn-theme {
        font-size: 13px;
        padding: 11px 24px;
        max-width: 165px;
    }
}