@font-face {
    font-family: roboto_light;
    src: url("../fonts/Roboto-Light.ttf");
  }
@font-face {
    font-family: roboto_medium;
    src: url("../fonts/Roboto-Medium.ttf");
  }
@font-face {
    font-family: roboto_regular;
    src: url("../fonts/Roboto-Regular.ttf");
  }
@font-face {
    font-family: roboto_bold;
    src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: helvetica_light;
    src: url("../fonts/Helvetica-Light-05.ttf");
  }
@font-face {
    font-family: helvetica_regular;
    src: url("../fonts/Helvetica-01.ttf");
  }
@font-face {
    font-family: helvetica_bold;
    src: url("../fonts/HelveticaNeue-Light-08.ttf");
}
@font-face {
    font-family: poppins_regular;
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: poppins_bold;
    src: url("../fonts/Poppins-Bold.ttf");
}
*{
    margin: 0px;
    padding: 0px;
}
a:hover{
    text-decoration: none;
}
.login_section{
    height: 100vh;
    background-size: cover;
    position: relative;
}
.login_section_inner{
    background-color: #fff;
    padding: 40px 40px;
    max-width: 330px;
    box-shadow: 0px 10px 30px #00000075;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login_section_inner h4{
    font-size: 18px;
    font-family: 'roboto_bold';
    font-weight: bold;
    color: #434D71;
}
.login_section_inner p{
    font-size: 14px;
    color: #434D71;
    font-family: 'helvetica_regular';
    text-align: center;
}
.remeber_me{
    display: flex;
    align-items: center;
    font-family: 'roboto_medium';
}
.login_section_inner input[type="checkbox"]{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #434D71;
}
.form-group label{
    font-family: 'helvetica_regular';
    color: #72A398;
    font-weight: bold;
    transition: .5s;
    position: absolute;
    top:22px;
    font-size: 14px;
    z-index: -1;
    text-transform: uppercase;
    top: 8px!important;
    font-size: 10px!important;
    z-index: 1!important;
}
.login_submit button:focus{
    background: #72A398;
    border-radius: 4px;
  }
.form-control:focus{
  box-shadow: none;
}
.login_submit a{
    background: #72A398;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: 'helvetica_bold';
    height: 40px;
    display: block;
    text-align: center;
    line-height: 3.1;
}
.login_submit a:hover{
    text-decoration: none;
}
.align_column{
    height: 100vh;
    display: flex;
    align-items: center;
}
.remeber_me label{
    color: #1A1A1A;
    font-size: 12px;
    font-weight: bold;
}
.forgot_password a{
    color: #1A1A1A;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: 'roboto_medium';
}
input[type="text"],input[type="email"],input[type="password"],input[type="date"]{
    border: 0px;
    border-radius: 0px;
    background-color: transparent!important;
    padding: 0px;
    font-family: 'helvetica_regular';
    color: black;
    font-weight: bold;
}
.date-width{
    width: 160px;
}
input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="password"]::placeholder {
    font-family: 'helvetica_bold';
    color: #72A398;
    font-weight: bold;
    transition: .5s;
    font-size: 14px;

}
.form-group{
    background-color: #F7F7F7;
    padding: 30px 12px 0px;
    /* padding: 19px 12px 0px; */
    border-bottom: 2px solid #72A398;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    z-index: 1;
}
.form-control:focus{
    background-color: transparent;
    box-shadow: none;
}
#myModal .modal-dialog,#forgot_password .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 285px;
    margin: auto;
}
#myModal p{
    font-size: 8px;
    text-align: center;
    font-family: 'poppins_regular';
    color: #000000;
    line-height: 15px;
    margin: 15px 0px;
}
#myModal h6,#forgot_password h6{
    font-family: 'poppins_bold';
}
#myModal input[type="text"],#forgot_password input[type="text"]{
    height: 30px;
    width: 30px;
    padding: 0px;
    text-align: center;
    border: 1px solid #0000004D;
    border-radius: 2px;
}
#forgot_password input[type="text"]{
    width: 100%;
    text-align: left;
    margin-top: 20px;
    border: 0px;
    border-bottom: 2px solid #72A398;
    border-radius: 0px;
}
.dont_receive_code a{
    font-size: 10px;
    font-family: 'poppins_regular';
    font-weight: bold;
    color: black;
}
.dont_receive_code p span{
    font-weight: normal;
}
#myModal .login_submit a{
    max-width: 165px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
}

/* .login_input_label {
    top: 8px!important;
    font-size: 10px!important;
    z-index: 1!important;
} */
.non_dashboard{
    top: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.date_filter_dropdown .add_item_list {
    padding: 15px 30px;
    top: 50px!important;
    right: -12px!important;
    z-index: 999;
}
.date_filter_dropdown input{
    border-bottom: 2px solid #72A398;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'helvetica_regular';
    font-weight: bold;
    color: black; 
}
.date_filter_dropdown a{
    font-size: 13px;
    font-family: 'helvetica_regular';
    font-weight: bold;
    color: #444; 
}
.date_filter_dropdown a i{
    color: #888;
    font-size: 14px;
}
.select2_form_group{
    padding: 12px 12px 0px;
}
.select2_form_group .page_category_title h6{
    font-size: 10px;
}
.text-red{
    color: red!important;
    font-size: 12px;
}
textarea {
    resize: none;
    width: 100%;
    border: 0px;
    background-color: transparent;
    font-family: 'helvetica_regular';
    font-weight: bold;
    font-size: 14px;
}
.page_list ul li{
    display: inline-block;
    margin-right: 50px;
    padding: 9px 39px;
}
.page_list ul li a{
    color: #fff;
    font-family: 'helvetica_regular';
    font-size: 14px;
}
.page_list ul li.active{
    background-color: #fff;
    padding: 9px 39px;
    border-radius: 6px;
}
.page_list ul li.active a{
    color: #67948A;
    font-weight: bold;
}
select.form-control {
    height: calc(1.5em + 1.6rem + 1px);
    font-family: 'helvetica_regular';
    font-size: 14px;
    font-weight: bold;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 0px;
}
.select2 .select2-container .select2-container--default .select2-container--below{
    width: 100%!important;
}
.login_btn{
    background: #72A398;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: 'helvetica_bold';
    height: 40px;
    display: block;
    text-align: center;
    line-height: 3.1;
    border: 0;
    width: 100%;
}
.dropzone .dz-preview {
    display: block !important;
}