body {
    background-color: #1f2236;
}

.content-top-grow {
    width: 1200px;
    display: flex;
    color: white;
    /* text-align: center; */
    margin: auto;
    padding: 100px 0px;
    justify-content: space-between;
}

.content-top-grow-left {
    margin-top: 100px;
}

.content-top-grow-left h1 {
    font-size: 38px;
}

.content-top-grow-left h2 {
    margin-top: 20px;
    font-size: 30px;
    color: rgba(73, 178, 223, 1);
    font-weight: normal;
    line-height: 50px;
}

.content-top-grow-left a {
    background: #83b630;
    color: black;
    width: 140px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    font-weight: bold;
    display: inline-block;
    line-height: 48px;
    text-align: center;
}

.regis-grow-right {
    border-style: solid;
    border-color: #F79929;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-left: 30px;
    padding: 20px 20px 4px 20px;
    width: 50%;
    border-radius: 20px;
    margin-bottom: 50px;
}

.regis-grow {
    display: flex;
    width: 1200px;
    margin: auto;
    /* justify-content: space-between; */
    color: white;
}

.regis-grow-left .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.regis-grow-left {
    padding-right: 20px;

}

.title-1 {
    display: flex;
    margin-top: 20px;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
}

.title-1-right {
    margin-left: 10px;
}

.regis-grow-right .title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.regis-grow-right .sub-title {
    text-align: center;
    margin: 20px;
}

.regis-grow-right .sub-title span {
    color: #f79929;
    text-transform: uppercase;
    font-weight: bold;
}

.regis-grow-right .form input {
    width: 96%;
    height: 35px;
    border-radius: 10px;
    padding: 0px 10px;
    border: none;
}

.regis-grow-right .form {
    margin-bottom: 20px;
}

.regis-grow-right .label span {
    color: red;
}

.regis-grow-right .label {
    margin-bottom: 10px;
}

.form button {
    background: #FF9902;
    border-color: #FF9902;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    /* font-family: Montserrat; */
    display: block;
    margin: auto;
    height: 41px;
    width: 112px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}



.inner-container {
    /* background: #f8d9d5 none repeat scroll 0 0; */
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    /* margin: 100px auto; */
    /* max-width: 500px; */
    /* padding: 50px; */
    text-align: center;
    /* color: white; */
    transition: all 300ms linear 0s;
}

.inner-container:hover {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;

}

.input-containe {
    margin: 20px 0;
    position: relative;
}

.input-containe input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background-color: #f0eaea; */
    /* border-color: currentcolor currentcolor #aaaaaa; */
    /* border-image: none; */
    /* border-style: none none solid; */
    /* border-width: medium medium 2px; */
    height: 40px;
    color: white;
    padding: 10px 0px 3px 16px;
    width: 98%;
}

.input-containe input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background-color: #f0eaea; */
    /* border-color: currentcolor currentcolor #aaaaaa; */
    /* border-image: none; */
    /* border-style: none none solid; */
    /* border-width: medium medium 2px; */
    height: 40px;
    color: white;
    padding: 10px 0px 3px 16px;
    width: 98%;
}

.input-containe input[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background-color: #f0eaea; */
    /* border-color: currentcolor currentcolor #aaaaaa; */
    /* border-image: none; */
    /* border-style: none none solid; */
    /* border-width: medium medium 2px; */
    height: 40px;
    color: white;
    padding: 10px 0px 3px 16px;
    width: 98%;
}

.input-containe label {
    color: grey;
    font-size: 16px;
    left: 14px;
    position: absolute;
    top: 20px;
    /* top: 2px !important; */
    transition: all 300ms linear 0s;
}

/* .input-place{
    padding: 20px 20px;
  } */
.input-place:focus~label,
.input-place:valid~label {
    font-size: 12px;
    top: 3px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #007994;
    font-size: 20px;
    font-weight: 600;
    opacity: 0.6;
}


input:focus::-moz-placeholder {
    color: transparent;
}

.input-containe::after {
    background: #007994 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 300ms ease 0s;
    width: 0;
}

.input-containe.active::after {
    width: 100%;
}

.input-containe.active label {
    font-size: 12px;
    left: 2px;
    opacity: 1;
    top: -1px;
}

input[type="submit"] {
    color: #FFFFFF;
    background-color: #007994;
    border-radius: 5px;
    /* margin-top: px; */
    padding: 7px;
    width: 100%;
    height: 50px;
    font-size: 13px;
}

#form {
    margin: 220px auto;
    width: 600px;
    padding: 45px 0px 15px;
    position: relative;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .2);
    border-radius: 1px;
    background-color: rgb(29, 31, 43);
    height: 450px;
    overflow: hidden;
    color: white;
}

#form #toggle-forms {
    position: absolute;
    top: 15px;
    right: 30px;
    border: 1px solid #3a4a5d;
    border-radius: 20px;
    overflow: hidden;
    z-index: 99
}

#form #toggle-forms>button {
    border: none;
    background: none;
    background-color: #34495e;
    border: 1px solid #22303e;
    color: #FFF;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 20px;
}

#form #toggle-forms>button:first-of-type {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#toggle-forms button {
    cursor: pointer;
}

#form #toggle-forms>button.active {
    background-color: #3498db;
}

#form h1 {
    margin-top: 25px;
}

#form form h4 {
    text-transform: capitalize
}

.input-field label.active {
    color: #FFF !important;
    font-size: 1.1rem
}

#form form input:focus {
    border-bottom-color: dodgerblue !important
}

#form .row>button {
    background-color: dodgerblue
}

.col .s12 {
    padding: 30px;
}

input {
    color: black;
    /* padding-left: 15px !important; */
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #111722;
    /* margin-top: 20px; */
    /* padding-top: 50px; */
}

#form form {
    /* margin:0px 30px; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 91%;
    background-color: #2c3e50;
    transition: all .3s linear;
    z-index: 2;
    padding: 27px;
}

#form form:last-of-type {
    left: 100%
}

#form.active form:first-of-type {
    left: -100% !important
}

#form.active form:last-of-type {
    left: 0 !important
}

@media (max-width: 767px) {
    #form {
        width: 290px !important;
    }
}

.animate {
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.animate>li {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 100%;
    left: 10px;
    background-color: rgba(255, 255, 255, .1);
    z-index: -1;
    overflow: hidden;
    animation: move 10s linear infinite
}

.animate>li:nth-last-of-type(2) {
    left: 70px;
    animation-delay: 3.5s;
    height: 15px;
    width: 15px;
}

.animate>li:nth-last-of-type(3) {
    left: 140px;
    animation-delay: 3s
}

.animate>li:nth-last-of-type(4) {
    left: 210px;
    animation-delay: 5.5s
}

.animate>li:nth-last-of-type(5) {
    left: 280px;
    animation-delay: 1.8s;
    height: 65px;
    width: 65px
}

.animate>li:nth-last-of-type(6) {
    left: 140px;
    animation-delay: 6.8s;
    height: 25px;
    width: 25px
}

.animate>li:nth-last-of-type(7) {
    left: 280px;
    animation-delay: 5s;
    height: 35px;
    width: 35px
}


@keyframes move {
    to {
        top: -50px;
        transform: rotate(360deg)
    }
}

.forgot {
    color: dodgerblue
}

.forgot:hover {
    text-decoration: underline;
    cursor: pointer
}

.input-containe button {
    display: flex;
    width: 100%;
    justify-content: center;
    background: white;
    color: grey;
    font-weight: bold;
    align-items: center;
    height: 50px;
    border-radius: 5px !important;
}

.input-containe img {
    width: 30px;
    margin-right: 10px;
}

.input-containe .check-policy {
    display: flex;
}

.input-containe .check-policy span {
    display: inline-block;
    margin-left: 10px;
}

.input-containe a {
    color: #00B4C9 !important;
}

.or {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.input-containe .check-policy-login {
    display: flex;
    justify-content: flex-end;
}

.popup-auth {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: #0000008a;
    z-index: 99;
}

.auth {
    margin-top: 80px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: black;
}

.highcharts-data-table tr:hover {
    background: black;
}

input[type="number"] {
    min-width: 50px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    /* height: 600px; */
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    height: 600px;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: black;
}

.highcharts-data-table tr:hover {
    background: black;
}

.pie {
    color: white;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}



.pie .pie-left {
    width: 50%;
}

.pie .pie-right {
    width: 50%;
}

.pie input {
    color: white !important;
}

.main-slick-grow {
    width: 1200px;
    margin: auto;
    height: 560px;
}


.main-slick-grow .action-click-g {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 10px;
}

.main-slick-grow .action-click-g a {
    /* display: flex;
    justify-content: space-around; */
    text-align: center;
    text-decoration: none;
    color: #A0A9BE;
}
.main-slick-grow .action-click-g a.active {
    color: #fff;
}
.main-slick-grow .action-click-g a:hover {
    /* display: flex;
    justify-content: space-around; */
    color: #A0A9BE;
}

a {
    text-decoration: none;
}

.pie-right h2,
.pie-left h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.pie-right input,
.pie-left input {
    margin-left: 10px;
}

.pie .value {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

.pie-left {
    padding: 0px 40px 0px 0px;
}

.pie-right .select {
    display: flex;
    justify-content: space-between;
}

.pie {
    margin-bottom: 80px;
}

input[type="date"]:valid {
    border: 1px solid white;
}

input[type="date"] {
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px solid #ced4da;
}

select {
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px solid #ced4da;
}

.pie .chart {
    margin-top: 40px;
}

.active {
    color: #fff;
}

.slidera {
    padding: 1%;
    /* background: #999; */
    border-bottom: 1px solid #5a5858;
    color: #fff;
}

.slidera .content a {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px;
}

.slidera a {
    margin-left: 10px;
}

.slider a {
    color: #fff !important;
    text-decoration: none;

}

.slider h1 {
    color: #fff !important;
    text-align: center;
    margin-top: 30px;
}

.slider .content a {
    display: block;
    margin: 12px 0px 15px 30px;
    text-decoration: none;
}

.action-click-text-g a {
    font-weight: bold;
}
input.date1 {
    font-size: inherit;
}
.andt li {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.6;
    font-size: 17px;
}
.andt {
    margin-top: 15px;
}
.qdcp {
    height: 430px;
    overflow-y: scroll;
    line-height: 1.7;
}
.qlkh {
    line-height: 1.7;
    text-align: justify;
}
.hxx_ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.hxx_ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
        margin-left: 50px;
}
.navent {
    margin-top: 18px;
    display: inline-block;
}
.navent a, .navent span {
    border: 1px solid #fff;
    padding: 6px;
    clear: both;
}
@media screen and (max-width: 650px) {
    .pie {
        color: white;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pie .pie-left {
        width: 100%;
        display: block;
        margin: auto;
    }

    .pie .pie-right {
        width: 100%;
        display: block;
        margin: 40px;

    }
    .main-slick-grow{
        /* padding: 40px; */
    }
    .regis-grow {
        color: white;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .regis-grow-right {
        width: 100%;
        margin-right: 40px;
        margin-left: 40px;
    }
    .content-top-grow-left{
        margin: 40px;
    }
    .content-top-grow{
        padding-top: 0px;
    }
    .footer-right .logo-img, .footer-right .social{
        display: flex;
        margin-top: 30px;
        justify-content: center;
    }
    .footer-chil2{
        padding-top: 50px;
    }
    .footer-chil2 p{
        margin: 20px;
    }
    .copyright{
        padding: 20px;
    }
    /* .footer-chil2{
        margin: 0px;
    } */
    /* .action-click-g{
        padding: 40px;
    } */
    .regis-grow  .regis-grow-left {
        width: 100%;
        display: block;
        margin: auto;
        margin: 40px;
    }

    .regis-grow  .pie-grow-right {
        width: 100%;
        display: block;
        margin: auto;
    }
    .action-click-text-g{
        margin: 10px;
    }
    .content-top-grow{
        width: 100%;
    }
    .main-slick-grow{
        width: 100%;
    }
    .footer-chil{
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-left ul {
        /* font-size: 20px; */
        margin-left: 15px;
        width: 45%;
    }
    .footer-right, .footer-chil2, .copyright, .css-yoxyyy, .menu-header{
        width: 100%;
    }
    .footer-left {
        flex-wrap: wrap;
    }
    .content-top-grow{
        display: block;
    }
    .content-top-grow-left {
    margin: 0px;
    margin-bottom: 25px;
    }
    .content-top-grow-right img {
    width: 100%;
    height: auto;
    }
    content {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    }
    .content-top-grow {
    padding-bottom: 50px;
    }
    .pie-right h2, .pie-left h2 {
        font-size: 18px;
    }
    .pie .pie-left {
        padding: 0px;
    }
    .pie .pie-right {
        margin: 0px;
        margin-top: 35px;
    }
    .highcharts-container {
        width: 100% !important;
    }
    .regis-grow .regis-grow-left {
        padding: 0px;
        margin: 0px;
    }
    .regis-grow-right {
        margin: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .content-top-grow-left h1 {
        font-size: 25px;
    }
    .content-top-grow-left h2 {
        line-height: 1.3;
        font-size: 20px;
    }
    .content-top-grow-left {
        margin-top: 20px;
    }
    .content-top-grow-left a {
        height: 38px;
        margin-top: 10px;
        line-height: 38px;
    }   
    .footer-left {
        flex-wrap: wrap;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-left ul {
    width: 100%;
    margin-left: 0px;
    }
    .footer-main {
        padding-top: 0px;
    }
    .footer-chil2 {
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        line-height: 2 !important;
        font-size: 14px !important;
    }
    .footer-chil2 p {
        margin: 0px;
    }
    .copyright {
        padding: 5px;
    }
    .colfooter1 {
        width: 100%;
    }
}
