/* LIBRARY */

:root {
    --theme-color: #1ba1e2;
    --second-color: #43ab79;
    --main-text:#6f7980;
    --title-color: ;
    --p-color: ;
    --btn-light: #2bb8fd;
    --land-bar-height: 60px;
}

body {
    margin: 0;
    /* font-family: roboto; */
    font-size: 15px;
    color: #545454;
    line-height: 1.7;
    font-weight: 400;
    /* margin-top: var(--land-bar-height); */
}

.none {display: none!important;visibility: hidden;}
.align-center {text-align: center;}
.align-right {text-align: right;}

.main-container {
    max-width: 1000px;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
}

a {
    text-decoration: none;
    transition: all .3s;
}
.radius-10 {
    border-radius: 10px;
}
.radius-8 {
    border-radius: 8px;
}

.radius-5 {
    border-radius: 5px;
}

.login-btn-page {
  background-color: var(--theme-color)!important;
  outline: none;
  border: none;
  padding: 10px;
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 6px;
  /* font-weight: bold; */
  box-shadow: 0px 3px 7px rgb(27 161 226 / 20%);
  transition: all .3s;
}

.form-with-label {
  margin-bottom: 20px;
}


.form-with-label label {
  color: #858585;
  padding: 0;
  margin-bottom: 5px;
  font-size: small;
}

.login-page {
    border: 0;
    box-shadow: 0px 3px 18px rgb(0 0 0 / 14%);
    /* padding: 2.5em; */
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.login-header {
    margin-bottom: 20px;
}

.col.logo-face {
    background: #1ba1e2;
    position: relative;
    padding: 1em;
}

.col.logo-face img {
    /* margin-top: 5em; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* display: block; */
    height: 100%;
    /* background: #fff; */
    /* box-sizing: border-box; */
}

.log-form {
    padding: 3em;
    /* position: relative; */
}

h5.login-app-name {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.7;
    color: #fff;
    position: absolute;
    bottom: 3em;
}

.title-login-app h3 {
    font-size: 20px;
    color: var(--theme-color);
    margin-bottom: 30px;
    font-weight: bold;
}

a.forgot_password {
    font-size: small;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.remember_me {
    font-size: small;
    margin-bottom: 1em;
    color: #858585;
}

.logo-cont {
    padding: 22px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    width: 130px;
    background: #fff;
    margin-top: 5em;
    height: 130px;
    text-align: center;
}

.container.login-wrapper {
    margin-top: 2em;
}

a.register.button {
    background: #eee;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 1em;
    border-radius: 6px;
    color: #696969;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 2%);
    /* font-weight: bold; */
}

.register-page {
    border: none;
}

.reg-form {
    background: #Fff;
    padding: 3em;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 3%);
    -moz-border-radius: 8px;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
}

h2.create_Account {
    text-align: center;
    font-size: 20px;
    color: #444;
}

a.back-to-login {
    position: absolute;
    font-size: 14px;
}

.reg-form .card-header {
    margin-bottom: 2em;
}

.reg-form label {
    margin-bottom: 6px;
    color: #626262;
}


.reg-form input {
    margin-bottom: 2em;
}

.register-button-page {
    margin-top: 1em;
}

a.back-to-login .bi {
    font-weight: bold;
    font-size: 18px;
    margin-right: 4px;
    vertical-align: -3px;
    line-height: normal;
}

.log-form a.back-to-login {
    left: 26px;
    top: 20px;
    color: #fff;
    font-size: 13px;
    opacity: .8;
}

.log-form a.back-to-login .bi {
    font-size: 18px;
}

.items-center {
    align-items: center;
}

.univb {
}

i.bi.bi-list.toggle-sidebar-btn {
    position: absolute;
    color: #fff;
    background: #1e8bc0;
    right: -65px;
    display: block;
    z-index: 9999999;
    padding: 10px;
    top: 11px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 0;
}

.btn .bi {}

span.input-group-text.spill-pass {
    border: 0;
    background: #f1f1f1;
    color: #646464;
    font-size: 16px;
    padding-top: 8px;
    cursor: pointer;
}

.container.login-wrapper button:active, a.register.button:active {
    filter: brightness(0.8);
}

.share-wrap {
    margin-top: 3em;
}

span.share-title {
    font-weight: 600;
    color: #333;
    font-size: small;
    letter-spacing: 1px;
}

.share-button ul li a {
    color: #fff;
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1;
}

.share-button ul li {
    list-style-type: none;
    display: inline-block;
    margin-top: 1em;
}

.bg-whatss {
    background: #20b15f;
}

.share-button ul {
    padding: 0;
}

.share-button ul li:not(:last-child) {
    margin-right: 5px;
}

.share-button svg {
    width: 17px;
    height: 17px;
    fill: #fff;
    margin-right: 5px;
    vertical-align: -3px;
}

.latest-article .latest-item a {
    display: flex;
    align-items: center;
    list-style-type: none;
    color: inherit;
    font-size: 16px;
}

.latest-article .latest-item .latest-thumb {
    background: #dcdcdc;
    width: 30%;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 13px;
    max-width: 80px;
}

.latest-article ul {
    padding: 0;
    margin: 0;
    margin-top: 2em;
}

.latest-article .latest-item {
    list-style-type: none;
}

.latest-article .latest-item:not(:last-child) {
    margin-bottom: 1.5em;
}

.latest-article .latest-item .latest-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.widget {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 2em;
}

.latest-article .latest-item a:hover {
    color: var(--theme-color);
}

.main-thumb {
    position: relative;
    /* margin-bottom: 2em; */
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.main-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}





@media only screen and (min-width : 800px){
    .post-body-container {
        margin-right: 1em;
        border-right: 1px solid #dfdfdf;
        padding-right: 3em;
    }
}


table>tbody btn {
    padding: 0px;
}

.action-group-btn {
    display: flex;
    margin-right: -10px;
    justify-content: center;
}

.action-group-btn .btn {
    color: #444444;
    background: #dddddd;
    border-radius: 50px;
    padding: 6px 10px;
    line-height: 1;
    margin-right: 10px;
    font-size: small;
    display: flex;
}

.action-group-btn .btn i {
    font-size: 14px;
    color: inherit;
    margin: 0 2px;
}

.publish-ui {
    display: flex;
    margin-bottom: 0;
    margin-top: 20px;
}

.action-group-btn .btn.btn-danger {
    background: #dc3545;
    color: #fff;
}

.action-group-btn .btn span {
    margin-left: 4px;
}

thead.align-left tr th {
    text-align: left;
}

.action-group-btn .btn.btn-success {
    color: #fff;
    background: #1f8d1f;
}

.verify {
    background: #1ba1e2;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: small;
}

.verify.on-verify {
    background: #e1b328;
    color: #fff;
}

.verify:hover {
    color: #fff;
}

.action-group-btn .btn.btn-info {
    background: #f5790f;
    color: #fff;
}

.info-wrap {
    position: relative;
    margin-bottom: 3em;
    margin-top: 1.5em;
}

.info-wrap .meta-post {
    background-color: #fff;
    background: rgb(255 255 255 / 88%);
    padding: 7px 14px;
    position: absolute;
    bottom: -41px;
    border-radius: 50px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 22%);
    left: 1em;
    backdrop-filter: blur(10px);
}