* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}
 
body {
    font-size:14px;
    color:#777777;
    line-height:1.7em;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#f20487;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button,
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:31px;
    font-family: 'Baloo', cursive;
}

input,button,select,textarea{
    
}

textarea{
    overflow:hidden;
}

p{
    position:relative;
    line-height:1.8em;  
}
 .login:hover, .login:focus {
    background-color: rgba(42, 58, 141, 0.08) !important;
    text-decoration: none;
}
 .register:hover, .login:focus {
    background-color: #223074;
    text-decoration: none;
    color: white;
}
        .loginbe{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
        }
    .login {
    background: transparent;
    color: #2a3a8d;
    border-radius: 4px;
    border: solid 1px #2a3a8d;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.17;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    height: 30px;
}
.register {
    background: transparent;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #2a3a8d;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border: none;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    line-height: 1.17;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
.list-itam i{
        font-size: 18px;
    padding: 14px;
    color: #015ac3;
    }
    .list-itam img{
        width: 60px !important;
        height: 34px;
        padding-right: 16px;    
    }
    .list-itam{
    border-radius: 4px;
    border: solid 1px rgba(42, 58, 141, 0.18);
    background-color: #ffffff;
    list-style: none;    
    align-items: center;
    

    }
    .list-itam li{
    height: 48px !important;
    background-color: #ffffff;
    list-style: none;           
    height: 48px !important;
    padding: 7px 16px;
    align-items: center;
    border-bottom: 1px solid rgba(42, 58, 141, 0.18);

    } 
    li .in-line {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    color: rgba(0, 0, 0, 0.87);
}
    .img34{
        padding-right: 30px;
    }
    .img34 img{
        width: 100%;
        height: 100%;
    }
    .block-title {
    padding: 24px 0 16px 0 !important;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: -0.38px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-family: revert-layer;
}
.block-title:after {
    content: "";
    display: block;
    padding-top: 4px;
    width: 58px;
    border-radius: 4px;
    background-color: #076bcf;
    margin-top: 3px;
}
.list-itam li:hover, .list-itam li:focus {
    color: #076bcf !important;
    border-left: 2px solid #076bcf !important;
    background-color: #ebf4fd;
}
table {
    width: 100% !important;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 15px;
    height: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
table tr td, table tr th {
       border: 1px solid rgba(42, 58, 141, 0.18);
    font-size: .875rem;
    line-height: 1.3125rem;
}

table tr td {
    color: #000;
    text-align: left;
    background-color: #fff;
    padding: 2px 8px 6px;
}
td p {
    margin: 10px 20px 0px;
}

@media only screen and (max-width:768px){
        .m-hide {
            display: none;
        }
    }