.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.offline-doc .page-header {
    display: flex;
    align-items: center;
}

.offline-doc .footer {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: 0;
    color: #fff;
    z-index: 1;
}

#map {
    position: relative;
    width: 100%;
    height: 100vh;
}

.demo-iconshtml {
    font-size: 62.5%;
}

.demo-icons body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #333333;
    background: white;
}

.demo-icons a {
    color: #608cee;
    text-decoration: none;
}

.demo-icons header {
    text-align: center;
    padding: 100px 0 0;
}

.demo-icons header h1 {
    font-size: 2.8rem;
}

.demo-icons header p {
    font-size: 1.4rem;
    margin-top: 1em;
}

.demo-icons header a:hover {
    text-decoration: underline;
}

.demo-icons .nc-icon {
    font-size: 34px;
}

.demo-icons section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em 0.2em;
    margin-bottom: 1em;
}

.demo-icons ul {
    padding-left: 0;
}

.demo-icons ul::after {
    clear: both;
    content: "";
    display: table;
}

.demo-icons ul li {
    width: 20%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.demo-icons ul li:hover {
    background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
    display: inline-block;
    font-size: 1rem;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.demo-icons ul p {
    padding: 20px 0 0;
    font-size: 12px;
    margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
    background: #608cee;
    color: #efefef;
}

.demo-icons ul em {
    font-size: 12px;
}

.demo-icons ul em::before {
    content: "[";
}

.demo-icons ul em::after {
    content: "]";
}

.demo-icons ul input {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    display: none;
}

/* geordana new style starts*/

body {
    background-color: #023246;
}

.off-canvas-sidebar[data-color="default"]:after,
.sidebar[data-color="default"]:after {
    background-color: #023246;
}

.wrap {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.full-page:after {
    background-color: #ffffff;
}

.d-md-flex {
    display: flex;
}

.image-wrap,
.login-wrap {
    width: 50%;
}

.image-wrap img {
    object-fit: cover;
    border-bottom-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.card.card-login {
    box-shadow: none;
    margin-bottom: 0;
    background-color: transparent;
}

.login-title {
    font-size: 1.5em;
    font-weight: 600;
}

.login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4em;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 2em;
    right: 2em;
    background-color: #04aadf;
    border: none;
    line-height: 2em;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    color: #ffffff;
    font-weight: 600;
}

.close-btn:focus {
    box-shadow: none;
    outline: none;
}

.login-wrap label {
    font-size: 0.85em;
    color: #8c98a9;
}

.forgot-text {
    color: #8c98a9;
    font-size: 0.85em;
}

.forgot-text:hover {
    color: #04aadf;
}

.btn-login {
    background-color: #04aadf;
    border-radius: 0.3em !important;
    font-size: 0.8em !important;
    font-weight: 600;
}

.btn-login:hover {
    background-color: #34b5b8 !important;
}

.btn-primary {
    background-color: #04aadf;
    border-radius: 0.3em !important;
    font-size: 0.8em !important;
    font-weight: 600;
    padding: 0.5em 2em !important;
}

.btn-secondary {
    background-color: #4e4e4e;
    border-radius: 0.3em !important;
    font-size: 0.8em !important;
    font-weight: 600;
    padding: 0.5em 2em !important;
}

.text {
    color: #8c98a9;
    font-size: 0.85em;
    text-align: center;
}

.text a {
    color: #04aadf;
}

.main-panel {
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.login-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.social-list {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
}

.social-list li a img {
    margin: 0px 10px;
    height: 30px;
}

.social-media h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.footer-list {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 0;
}

.footer-list li {
    margin-top: 5px;
}

.footer-list li a {
    color: #023246;
    font-size: 13px;
    font-weight: 600;
}

.max-width_900 {
    max-width: 900px;
}

.background {
    background-color: #ffffff;
    justify-content: left;
    border-radius: 10px;
    padding: 60px;
    text-align: center;
}

.text-size {
    font-size: 30px;
    font-weight: 500;
    word-wrap: break-word;
}

.text-para {
    font-size: 14px;
    margin-bottom: 20px;
}

.error-page-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10em;
}

.form-check .form-label {
    cursor: pointer;
    line-height: 26px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
