textarea {
    resize: none;
}

.red-text {
    color: red;
}

select.form-control {
    height: 2.4rem !important;
    border: 1px solid #cccccc !important;
}

.theme-config {
    top: 70px !important;
}

.span-block {
    display: block;
}

.setings-item {
    border-bottom: solid 1px #ddd;
}

.setings-item:last-child {
    border-bottom: 0;
}

.skin-settings {
    /*width: 280px;*/
}

/*loader*/
.loader-body {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(128, 128, 128, 0.2);
    z-index: 2147483647;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 40%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

.fab {
    position: fixed;
    bottom: 50px;
    right: 15px;
}

.control-label {
    font-weight: bold;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.minimalize-styl-2 {
    margin: 7px 5px 7px 10px;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ui-datepicker-trigger {
    border: none;
    background: none;
}

.powerbi-wrapper {
    margin-top: -3px;
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.powerbi-wrapper iframe, .powerbi-wrapper object, .powerbi-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-wrapper-nomargin {
    padding: 0 !important;
}

#form-group-subCounty, #form-group-village, #households-table, #form-group-inputs, #form-group-topics {
    display: none;
}

.text-md {
    font-size: 16px;
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
}

/* New Login Page Classes*/
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-color: #dfdcdc1a !important;
    border-style: solid;
    padding: 8rem 5rem 8rem 10rem;
    margin: auto;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
}

.login100-pic img {
    max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 290px;
}

.login100-form-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;

    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-family: Poppins-Medium, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(102, 102, 102, 0.78);
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(11, 117, 150, 0.8);
    /*color: rgba(96, 50, 201, 0.8);*/
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #19AA8D;
    /*color: #6C63FF;*/
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    /*text-transform: uppercase;*/

    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #19AA8D;
    /*background: #6C63FF;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #267481;
}

.form--contents {
    margin: auto;
}

.form-group {
    padding-bottom: 0.5rem;
}

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(167, 163, 163, 0.66)
}


.modal-btn{
    display: flex;
    flex-direction: row-reverse;
}

.form--buttons{
    display: flex;
    justify-content: flex-end;
}

.warning--message{
    margin-bottom: 0.5rem;
    font-size: x-small;
}

.custom-middle-box{
    margin: auto;
    max-width: fit-content;
    padding: 1.5rem 0 1.5rem 0;
}