@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
    overflow: auto;
}

a:hover {
    text-decoration: none;
}

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


.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.content {
    margin: auto;
}

.col {
    min-width: 365px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 7px;
    /*margin: 7px;  leave away for dynamic height
    height: calc(100% - 15px);
    display: grid;
    overflow: hidden;*/
}
/*
.wrapper.expand {
    height: calc(100% - 15px);
}
*/
.wrapper.collabsable {
    height: inherit;
}

.wrapper>.entry {
    margin-top: 5px;
}


/* =====================================
    page one start
===================================== */
/* -- p1logo section area start -- */
#pllogo {
    background-color: #F8F8FA;
    padding-top: 20px;
    padding-bottom: 60px;
}

.p1logo-wrapper a img {
    display: block;
    width: 325px;
    margin: auto;
}

.form-control.short {
    max-width: 125px;
}

.input-with-plus-minus {
    width: 30%;
    margin: 0px 15px;
    justify-content: center;
}

.input-with-unit input {
    text-align: right;
}


/* -- p1logo section area end -- */

/* -- p1form area start -- */
#p1form {
    background-color: #fff;
    padding: 35px 0 0 0;
}

.p1form-input label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.p1form-input input {
    display: block;
    width: 100%;
    background-color: #F8F8FA;
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    font-size: 16px;
    color: #6D7471;
    outline: none;
    padding: 14px 25px;
    padding-right: 50px;
}

.p1form-input input::placeholder {
    opacity: 1;
}

.p1form-input-two {
    margin-top: 25px;
}

.p1form-input-pass {
    position: relative;
}

.p1form-input-pass span {
    display: inline-block;
    cursor: pointer;
    color: #6D7471;
    font-size: 16px;
    z-index: 9999;
    position: absolute;
    right: 20px;
    top: 15px;
}


.p1form-check .check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #073F7C;
    font-weight: 500;
}

.p1form-check .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.p1form-check .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #6E6E6E;
    border-radius: 5px;
}


.p1form-check .check-box input:checked~.checkmark {
    background-color: #2196F3;
}

.p1form-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.p1form-check .check-box input:checked~.checkmark:after {
    display: block;
}

.p1form-check .check-box .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p1form-check {
    margin-top: 20px;
}

.p1form-submit {
    margin-top: 40px;
}

.p1form-submit button {
    display: block;
    width: 100%;
    background-color: #8DC648;
    border: 0;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 14px;
    padding: 12px 25px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.p1form-submit button:hover {
    opacity: .7;
}

.p1form-foget a {
    font-size: 17px;
    color: #073F7C;
    font-weight: 500;
}

.p1form-foget button {
    display: block;
    width: 100%;
    background-color: #8DC648;
    border: 0;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 14px;
    margin-top: 25px;
    padding: 12px 25px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.p1form-foget button:hover {
    opacity: .7;
}

.p1form-foget {
    margin-top: 15px;
}

/* -- p1form area end -- */



/* =====================================
    page one end
===================================== */


/* =====================================
    page two start
===================================== */
.background {
    background-color: #F8F8FA;
}

/* -- p2header area start -- */
#p2hader {
    padding: 30px 0px;
}

.p2header-wrapper a {
    display: inline-block;
}

.p2header-wrapper a img {
    display: inline-block;
    width: 70px;
}

.p2header-wrapper h3 {
    font-size: 40px;
    color: #8DC648;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 25px;
}

/* -- p2header area end -- */

/* -- p2code area start -- */

#p2code {
    background-color: #fff;
    padding: 35px 0px;
    margin-bottom: 10px;
}

label.label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    /*margin-bottom: 8px;*/
    color: #0A1F16;
}

input.input {
    display: block;
    width: 100%;
    background-color: #F8F8FA;
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    font-size: 16px;
    color: #6D7471;
    outline: none;
    padding: 14px 25px;
    padding-right: 25px;
    padding-right: 50px;
}

input.input::placeholder {
    opacity: 1;
}

/* -- p2code area end -- */

/* -- p2mail area start -- */
#p2mail,
#p2zip {
    background-color: #fff;
    padding: 35px 0px;
    margin-bottom: 10px;
}

/* -- p2mail area end -- */

/* -- p2zip area start -- */
.p2zip-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p2code-wrapper-one {
    width: 30%;
}

.p2code-wrapper-two {
    width: 67%;
}

.p2zip-input {
    margin-bottom: 20px;
}

.yuon button {
    width: 100%;
    display: block;
    background-color: #8DC648;
    border: 0;
    font-size: 1.1em;
    outline: none;
    color: #fff;
    font-weight: 450;
    border-radius: 2rem;
    margin-top: 5px;
    padding: 3px 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.yuon.btn_big{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0.5rem;
    margin-top: 15px;
    padding: 12px 25px;
}

.yuon button:hover {
    opacity: .7;
}


.no-style{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/* -- p2zip area end -- */

/* -- p2opt area start -- */
#p2opt {
    background-color: #fff;
    padding: 30px 0px;
}

.p2opt-heading h3 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

.p2opt-input-plus-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtwo {
    width: 50%;
    margin: 0px 15px;
    display: flex;
    align-items: center;
    background-color: #F8F8FA;
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    font-size: 16px;
    color: #6D7471;
    outline: none;
    padding: 14px 25px;
    justify-content: center;
}

.p2opt-input-plus {
    margin-bottom: 15px;
}

.p2opt-input-radio-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p2opt-input-radio-text .labl>input {
    visibility: hidden;
    position: absolute;
}

.p2opt-input-radio-text .labl>input+div {
    cursor: pointer;
    display: block;
    width: 90px;
    text-align: center;
    background-color: #F8F8FA;
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    font-size: 16px;
    color: #6D7471;
    outline: none;
    padding: 14px 0px;
    margin: 0px 8px;
}

.btn-group>label {
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: #F8F8FA !important;
    border: 1px solid #EBEBEB !important;
    border-radius: 14px;
    font-size: 16px;
    color: #6D7471 !important;
    outline: none;
    padding: 2px 0px;
    box-shadow: none !important;
    margin-left: 0 !important;
}

.btn-group>input:checked+label {
    color: #fff !important;
    background-color: #80B341 !important;
    outline: none !important;
    border: 1px solid #6D7471 !important;
}

.btn-group>input:hover:not(:checked)+label {
    color: #fff !important;
    background-color: #80B34125 !important;
    color: #6D7471 !important;
    border: 1px solid #EBEBEB !important;
}

.btn-group {
    width: 100%;
}

.element {
    margin-bottom: 15px;
}

.p2opt-input-radio-text .labl>input:checked+div {
    color: #fff;
    background-color: #80B341;
    border-color: #6D7471;
}

.p2opt-input-radio {
    margin-bottom: 15px;
}

.p2opt-input-button button {
    display: block;
    width: 100%;
    background-color: #8DC648;
    border: 0;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 14px;
    padding: 12px 25px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.p2opt-input-button button:hover {
    opacity: .7;
}

.content {
    margin: auto;
    max-width: 800px;
}

/* -- p2opt area end -- */

/* =====================================
    page two end
===================================== */


/* =====================================
    page three start
===================================== */
.btn-collapse {
    font-size: calc(1.275rem + .3vw);
    font-weight: bold;
    letter-spacing: 1px;
    font-stretch: expanded;
    box-shadow: none !important;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.2s ease;
    width: 50px;
    padding: 0;
}

.btn-collapse:not(.collapsed) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

#pagethree {
    background-color: #F8F8FA;
}

/* -- p3heading area start -- */
.p3heading-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 200px;
}

.p3heading-wrapper>div {
    margin: auto;
}

.p3heading-left img {
    display: inline-block;
    width: 45px;
}

.p3heading-text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.p3heading-text p {
    margin-bottom: 0;
    font-size: 10px;
    color: #6D7471;
}

.p3heading-text {
    margin-top: 35px;
}

.p3heading-middle {
    display: block;
    width: 4px;
    height: 100px;
    margin-top: 25px;
    position: relative;
}

.p3heading-middle .wall {
    display: block;
    width: 4px;
    height: 100px;
    background-color: #000000;
    margin-top: 0px;
    top: 8px;
    left: 20px;
    position: absolute;
}

.p3heading-middle .roof1 {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    left: -15px;
    top: 5px;
    transform: rotate(-30deg);
}

.p3heading-middle .roof2 {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    left: 56px;
    top: -10px;
    transform: rotate(30deg);
}

.p3heading-right-one h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.p3heading-right-one p {
    margin-bottom: 0;
    font-size: 10px;
    color: #6D7471;
}

.p3heading-right-one {
    margin-top: 25px;
}

.p3heading-left {
    width: 40%;
}

.p3heading-right {
    width: 40%;
}

.p3heading-middle {
    width: 20%;
}

.p3hading-middle-wrapper {
    width: 4px;
    margin-left: auto;
    margin-right: auto;
}


/* -- p3heading area start -- */

/* -- p3daily area start -- */
.p3daily-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.p3daily-heading {
    display: flex;
    justify-content: space-between;
}

.p2opt-input-radio-text.small div {
    height: 25px;
    padding: 0px !important;
}

.p3daily-heading h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.p3daily-heading ul li {
    font-size: 13px;
    color: #6D7471;
}

.p3daily-heading ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #8DC648;
    border-radius: 50%;
    margin-left: 4px;
}

.p3daily-heading ul li:last-child span {
    background-color: #FFC638;
}

.p3daily-grap img {
    display: block;
    width: 100%;
    margin-top: -15px;
}

.p3daily-saving {
    margin-top: 15px;
}

.p3daily-saving span {
    display: inline-block;
    font-size: 16px;
    color: #8DC648;
    background-color: rgba(141, 198, 72, .1);
    border-radius: 10px;
    padding: 10px 20px;
}

/* -- p3daily area end -- */

/* -- p3mode area start -- */
.p3mode-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.p3mode-one>h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0A1F16;
    margin-bottom: 15px;
}

.p3mode-one-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p3mode-one-label span {
    display: inline-block;
    font-size: 16px;
    color: #6D7471;
}

.p3switch {
    margin: 0px 20px;
}

/*
.p3mode-two {
    margin-top: 20px;
}*/



/* -- p3mode area end -- */

/* -- p3temp area start -- */
.p3temp-wrapper {
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.p3temp-wrapper>h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0A1F16;
    margin-bottom: 5px;
}

.p3temp-slider-lable {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p3temp-slider-lable span {
    display: inline-block;
    font-size: 14px;
    color: #6D7471;
    font-weight: 600;
}

/* -- p3temp area end -- */

/* -- time area start -- */
.time-wrapper {
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-heading span {
    display: inline-block;
    cursor: pointer;
}

.box-heading span img {
    display: inline-block;
    width: 35px;
}

.time-box-one {
    padding: 15px;
    border-radius: 10px;
    background-color: #F8F8FA;
}

.time-box-one-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-box-one-heading h4 {
    font-size: 15px;
    color: #0A1F16;
    font-weight: 600;
    margin-bottom: 0;
}

.time-box-one-heading {
    margin-bottom: 15px;
}

.time-box-one-heading span {
    cursor: pointer;
    display: inline-block;
}

.time-box-one-heading span img {
    display: inline-block;
    width: 30px;
}

.time-box-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-box-input input {
    width: 45%;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 15px;
    outline: none;
    border: 0;
    color: #0A1F16;
    font-weight: 600;
}

.time-box-input input::placeholder {
    opacity: 1;
}

.time-box-input span {
    width: 10%;
    display: block;
    text-align: center;
    color: #0A1F16;
    font-weight: 600;
}

.time-box-day ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-box-day ul li span {
    display: inline-block;
    font-size: 16px;
    color: #6D7471;
}

.time-box-day ul li span.bluec {
    color: #8DC648;
}

.time-box-day {
    margin-top: 15px;
}

.time-box-day label {
    cursor: pointer;
}

.time-box-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-box-number span#tmin {
    display: inline-block;
    font-size: 26px;
    color: #000;
    opacity: 0.3;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    cursor: pointer;
    transform: scale(1.49);
    position: relative;
    top: 0px;
    left: 5px;
}

.time-box-number span#tmin:hover {
    color: #80B341;
}

.time-box-number span#tmax {
    display: inline-block;
    font-size: 26px;
    color: #000;
    opacity: 0.3;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    cursor: pointer;
    transform: scale(1.49);
    position: relative;
    top: 0px;
    right: 5px;
}

.time-box-number span#tmax:hover {
    color: #80B341;
}

.time-box-number-input span {
    display: inline-block;
    color: #0A1F16;
    font-weight: 600;
}

.time-box-number {
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 36px;
    user-select: none;
}

.time-box-one {
    margin-top: 18px;
}

/* -- time area end -- */

/* -- setting area start -- */
.setting-wrapper {
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.setting-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0A1F16;
    margin-bottom: 20px;
}

.stting-input-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stting-input-block p {
    margin-bottom: 0;
    font-size: 16px;
    color: #0A1F16;
    font-weight: 600;
    width: 70px;
}

.stting-input-block input {
    display: block;
    width: 90px;
    background-color: #F8F8FA;
    border: 1px solid #EBEBEB;
    outline: none;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 16px;
    color: #6D7471;
    text-align: center;
}

.stting-input-block input::placeholder {
    opacity: 1;
}

.stting-input-block {
    margin-bottom: 20px;
}

.p2opt-input-plus span i {
    display: inline-block;
    font-size: 32px;
    color: #000;
    opacity: .6;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.p2opt-input-plus span:hover i {
    color: #5d852d;
}

.box-heading span i {
    display: inline-block;
    font-size: 32px;
    color: #80B341;
}

.time-box-one-heading span i {
    display: inline-block;
    font-size: 26px;
    color: #000;
    opacity: .6;
}

.time-box-day input[type=checkbox] {

    opacity: 0;
}

.time-box-day input[type=checkbox]:checked+label {
    color: #80B341
}



/* -- setting area end -- */





/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}






/* =====================================
    page three end
===================================== */



/* =====================================
    dashboard
===================================== */

.setting-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


.setting-element {
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
}

.label {
    margin-bottom: 0;
    font-size: 16px;
    color: #0A1F16;
    font-weight: 600;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.setting-element .input-group-text {
    padding: .1rem .3rem;
}

.setting-element .input-with-plus-minus {
    width: 80px;
    margin: 0px;
}

.setting-element .input-with-plus-minus input {
    padding: .375rem .3rem;
}

.setting-element .date-time-input {
    text-align: center;
    width: 250px;
    margin:auto;
}

.setting-element .label.right {
    width: 30%;
    text-align: right;
}

.yuon-control-input{
    margin: auto;
    font-size: 1.3em;
    cursor: pointer;
}

/*sets the background color of
          switch to violet when it is checked*/
.yuon-control-input.form-check-input:checked {
    border-color: #80B341;
    background-color: #80B341;
}

/*sets the border color of switch
          to violet when it is not checked*/
.yuon-control-input.form-check-input:focus:not(:checked) {
    outline: 0;
    border-color: rgba(0, 0, 0, .25);
    box-shadow:0 0 0 0rem rgba(0, 0, 0, 0);

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.flex_container{
    display: flex;
    /* width: 100%; */
    align-items: center;
    justify-content: space-between;
}
.btn-group.navbar-right.language.menu{
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
}

.btn-outline-dark.dropdown-toggle.show{
    background-color: rgba(33,37,41,.1) !important;
    color: black !important;
}

.btn-outline-dark.dropdown-toggle.show:focus .btn-outline-dark.dropdown-toggle:focus{
    box-shadow: none !important;
}

.btn-outline-dark:hover{
    background-color: rgba(33,37,41,.1) !important;
    color: black !important;
}

.header-w-help{
    display: flex;
}

.show-help {
    cursor: pointer;
    margin-left: 7px;
    color: rgb(183, 183, 183);
    font-size: calc(1rem + .3vw);
}

.help-text{
    display: none;
}

.dot{
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: grey;
}

.dot.true{
    background-color: #8DC648;
}

.dot.false{
    background-color: red;
}

.checkbox-radiobutton{
    border-radius: 1em !important;
}

.checkbox-radiobutton.form-check-input:checked[type="checkbox"]{
    border-color: #80B341 ;
    background-color: white;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380B341'/></svg>") !important;
}

.error_level_3{
    background-color: #ffbabf;
}

.error_level_3:hover{
    background-color: #fed6da;
}

.error_level_2{
    background-color: #fff3cd;
}

.error_level_1{
    background-color: #cce5ff;
}


body.load {
    overflow: visible; /* Show scrollbars */
  }
  .overlay{
    display: none;
    position:fixed;
    top: 50%;
    left: 0;
    background: #2a2a2add;
    width: 100%;
    text-align:center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
  }
  
  .spinner {
     position: absolute;
     left: calc(50% - 30px);
     top: calc(50% - 30px);
     height:60px;
     width:60px;
     margin:0px auto;
     -webkit-animation: rotation 1s infinite linear;
     -moz-animation: rotation 1s infinite linear;
     -o-animation: rotation 1s infinite linear;
     animation: rotation 1s infinite linear;
     border-left:6px solid #80B34130;
     border-right:6px solid #80B34130;
     border-bottom:6px solid #80B34130;
     border-top:6px solid #80B341;
     border-radius:100%;
  }
  
  @-webkit-keyframes rotation {
     from {-webkit-transform: rotate(0deg);}
     to {-webkit-transform: rotate(359deg);}
  }
  @-moz-keyframes rotation {
     from {-moz-transform: rotate(0deg);}
     to {-moz-transform: rotate(359deg);}
  }
  @-o-keyframes rotation {
     from {-o-transform: rotate(0deg);}
     to {-o-transform: rotate(359deg);}
  }
  @keyframes rotation {
     from {transform: rotate(0deg);}
     to {transform: rotate(359deg);}
  }
  
  .overlay .msg{
     position: absolute;
     width: 100%;
     top: calc(50% + 35px);
     margin:0px auto;
     text-align: center;
  }
  
  .overlay.show{
     display:block;
     visibility: visible;
  }
  
  .overlay, .overlay{
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .overlay.show, .overlay.show {
      opacity: 1;
  }

.modal{
    padding: 0;
  }

