  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #eceef0;

}

:root {
    scroll-behavior: smooth;
}


a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}


.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}


.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 290px;
        /*background: #013c91;*/

    }
}

.logo img {
    /* max-height: 26px; */
    margin-right: 6px;
    padding: 5px;
    width: 80px;
}

.sidebar-arrow i {
    color: #12305A;
    font-size: 30px;
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #364a63;
}


.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #364a63;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #364a63;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
    padding-top: 0;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
color: #364a63;
}

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 301px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    border-right: 1px #e5e9f2 solid;
    background-color: #3e53a0;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 291px;
    }
}

#main {
    position: relative;
    padding: 25px;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #08112f;
}

.sidebar-nav .nav-link.collapsed {
    color: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #fff;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.collapsed.active, .sidebar-nav .nav-link.active {
	color: #08112f;
	background: #fff;
	font-weight: 500;
}

.sidebar-nav .nav-link:hover i,
.sidebar-nav .nav-link.collapsed.active i {
    
}
.sidebar-nav .nav-link:hover i {
    color: #fff;
}
.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    /* font-size: 14px;
    font-weight: 600;
    color: #fff; */
    transition: 0.3;
    padding: 10px 0 10px 10px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 8px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #eee;
}

.sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
}

.footer {
    padding: 10px 0;
    font-size: 14px;
    transition: all 0.3s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eceef0;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #3e53a0;
}

.footer .credits a {
    color: #3e53a0;
}

.pagetitle {
    color: #08112f;
    font-size: 24px;
}

.nav-profile h6 {
    font-size: 16px;
    color: #232D42;
    font-weight: 500;
    margin-bottom: 0;
}

.nav-profile span {
	color: #08112f;
	font-weight: 500;
}

.nav-profile i {
    font-size: 26px;
}

.card-info-title {
    margin-left: 15px;
}

.card-info-title h6 {
    color: #8A92A6;
    font-size: 16px;
}

.card-info-title h5 {
    color: #232D42;
    font-size: 19px;
    font-weight: 600;
}

.card-title {
    color: #232D42;
    font-size: 23px;
}



.header-nav h1 {
    display: inline-block;
}

.header-nav ul {
    float: right;
}

.header-nav {
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
}
.header-nav ul li ul li span,
.header-nav ul li ul li a,
.header-nav ul li ul li i {
    color: #526484;
    font-weight: 500;
}

main #msform {
    width: 100%;
    text-align: center;
}
main #msform label{
    margin-bottom: .5rem;
  font-size: 22px;
  font-weight: 500;
  color: #364a63;
}
main #msform label span {
    font-size: 16px;
}

main #msform input {
	background: #fafafa;
	border: 1px #e0e2e5 solid;
	color: #032875;
	border-radius: 50px;
	padding: 15px 15px;
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 0 0;
	margin-top: 15px;
	max-width: 570px;
	margin: 15px auto;
}

button.next {
    cursor: pointer;
}
.next, .back {
	background: #0c5598;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border: 0;
	padding: 10px 35px;
	border-radius: 50px;
	min-width: 150px;
	margin: 0 10px;
}
.next:hover, .back:hover{
	background: #3e53a0;
}
.next span, .back span {
	display: inline;
	margin: 0 5px;
}

.skip-btn {
    position: fixed;
    right: 100px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 9;
}

.skip-btn:hover {
    color: #fefefe;
}

.contant-section {
    position: absolute;
    top: 80px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    /*     border-bottom: 1px #182C4B solid; */
}

.contant-section li {
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
}

.contant-section li i {
    margin-left: 10px;
    color: #fff;
}

/*---------------------------------------------*/
/*.next-pre-page {
    overflow: hidden;
}*/

#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    position: absolute;
    width: 100%;
}


.select-tag .btn-group button {
    border-radius: 20px !important;
    margin-right: 10px;
    background: #fff;
    color: #051226;
    border-color: #fff;
    padding: 4px 15px;
}

.select-tag .btn-group button i {
    color: #049913;
    font-size: 18px;
}

.create-page .sidebar {
    width: 111px;
}

.create-page .logo {
    width: 100px;

}
#logo {
	padding: 0 5px;
	background: #344996;
	min-height: 61px;
}
.create-page #main{
    border-top: 1px #d5dbe3 solid;
}
    .create-page #main, .create-page #footer {
        margin-left: 112px;
     
}


.contant-section {
    position: inherit;
}

.dashboard #main {
    padding: 15px 0 30px 0;
}

.queans form {
    width: 100%;
}

.queans form fieldset legend{
        margin-bottom: .5rem;
        font-size: 18px;
        font-weight: 500;
        color: #364a63;
}
.queans form textarea {
    background: #fff;
	border: 1px #dbdfea solid;
	color: #032875;
	border-radius: 3px;
	padding: 15px 15px;
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 0 0;
	margin: 15px auto;
}

.mandatory-col li.active a {
    background: #0d6efd;
    margin: 0 15px;
    border-radius: 3px;
}

li.nav-item.add-plus a {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #2f882b;
    border-radius: 3px;
    width: 195px;
}

li.nav-item.add-plus a:hover {
    background: #0aab03;
}

li.add-col-delete {
    position: relative;
}

li.add-col-delete .delete-category {
    position: absolute;
    top: -8px;
    right: 0px;
    background: none !important;
    margin: 0 !important;
    font-size: 30px !important;
    padding: 0 !important;
}

li.add-col-delete .delete-category i {
    color: red;
    font-size: 18px;
}

#remove-cat p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.create-new-col {
    margin-top: 15px;
}

.table-display .table-striped tbody tr td {
	background: #fff;
	border: none;
	/* box-shadow: 0 1px 3px 0 rgba(54,74,99,.05); */
	color: #8094ae;
	font-size: .9em;
	border-bottom: 1px #e7e8ec solid;
}

.table-display .table-striped tr a {

    background: #C3C3E8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 1px 0 0 5px;
    color: #032875;
    display: inline-block;
}

.table-display .table-striped tr a i {
    font-size: 20px;
}
.create-new-float {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.create-new-float a {
	background: #0c5598;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	float: right;
	border-radius: 50px;
	padding: 6px 30px;
}
.create-new-float a i {
	width: 100%;
	font-size: 20px;
	margin-right: 5px;
}

.sidebar-nav .nav-content a:hover {
    background: #c9c9c9;
    border-radius: 3px;
    color: #08112f;

}
.sidebar-nav .nav-content a.active {
	background: #fff;
	border-radius: 3px;
	color: #08112f;
}
.divcontant {
    position: relative;
    background: #88b7d5;
}

.divcontant::after {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #88b7d5;
    border-width: 14px;
    margin-top: -14px;
}

.sidebar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    position: fixed;
    width: 359px;
    left: 250px;
}

.sidebar-nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

/* main .form-center {
    margin-top: 100px;
} */

.contant-section #checkout-progress {
    width: 90%;
    margin: 0px auto;
    font-size: 2.5em;
    font-weight: 900;
    position: relative;
}

@media (max-width: 767px) {
    .contant-section #checkout-progress {
        font-size: 1.5em;
    }
}

.contant-section #checkout-progress:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 100%;
    background-color: #ccc;
    -webkit-transform: translateY(-50%) perspective(1000px);
    transform: translateY(-50%) perspective(1000px);
}

.contant-section #checkout-progress:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 100%;
    background-color: #2C3E50;
    -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
    transform: scaleX(0) translateY(-50%) perspective(1000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.contant-section #checkout-progress.step-2::after {
    -webkit-transform: scaleX(0.333) translateY(-50%) perspective(1000px);
    transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}

.contant-section #checkout-progress.step-3::after {
    -webkit-transform: scaleX(0.666) translateY(-50%) perspective(1000px);
    transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}

.contant-section #checkout-progress.step-4::after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

.contant-section #checkout-progress.step-5::after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

.contant-section #checkout-progress.step-6::after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}
/* Div show in table form */

.table-title{
    background-color: #fff;
    border-radius: 40px;
}

.link-col a {
	color: #08112f;
	font-size: 16px;
}
.form-column{
    margin-top: 5%;
}



main #msform .select-cat label {
	color: #364a63;
	font-size: 15px;
	font-weight: 500;
}

main #msform .select-cat label {
	color: #5c6c80;
	font-size: 15px;
	font-weight: 400;
	padding: 15px;
	border: 1px #d3d6d9 solid;
	margin-bottom: 15px;
	/* background: #fafafa; */
}

/*   ---- checkbox ---  */

.select-cat .radio {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: left;
  }
 .select-cat .radio + .radio {
    margin-top: 12px;
  }
  .select-cat .radio input {
    display: none;
  }
  .select-cat .radio input + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  .select-cat .radio input + span:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .select-cat .radio input + span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 3px;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  .select-cat .radio input:checked + span:after {
    opacity: 1;
    transform: scale(1, 1);
  }
  

/* Ujarak */
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
    position: relative;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak,.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*.btn-primary {
        background: #0c5598;
        border: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        float: right;
        border-radius: 50px;
        padding: 10px 30px;
        min-width: 150px;
        text-transform: uppercase;

}*/

.mode-toggle {
	--size: 2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	width: var(--size);
	height: var(--size);
	box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
	border-radius: 999px;
	color: #fff;
	transition: all 500ms;
	margin: 5px 10px;
}
.mode-toggle:checked {
  --ray-size: calc(var(--size) * -0.4);
  --offset-orthogonal: calc(var(--size) * 0.65);
  --offset-diagonal: calc(var(--size) * 0.45);
  transform: scale(0.75);
  color: #ffaa00;
  box-shadow: inset 0 0 0 var(--size), calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size), var(--offset-orthogonal) 0 0 var(--ray-size), 0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size), 0 var(--offset-orthogonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size), var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size), var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size);
}

.change-mode {
	background: #0c5598;
	position: fixed;
	top: 50%;
	right: 0;
	border-radius: 6px 0 0 6px;
	/* padding: 17px; */
	width: 45px;
	height: 45px;
}
/* Change Dark Mode Css */
.body-mode .header {
	background-color: #101924;
	border-bottom: 1px #203247 solid;
}
.body-mode .sidebar{
	scrollbar-color: #aab7cf transparent;
	border-right: 1px #203247 solid;
	background-color: #101924;
}

body.body-mode .create-page .logo {
	border-right: 1px #203247 solid;
}
body.body-mode {
	background-color: #0d141d;
}
body.body-mode .table-display .tablerow .tableth,body.body-mode .table-display .tablerow .tabletd {
	background: #141c26;
}

body.body-mode .table-display .tablerow .tableth,body.body-mode .header-nav .nav-profile,
body.body-mode .nav-profile span,body.body-mode .pagetitle,body.body-mode .link-col a {
    color: #b6c6e3;
	
}
body.body-mode .table-display .table-cont:hover {
	background: #f8f9fc;
	box-shadow: 0 0 0;
}
body.body-mode .queans form fieldset {
background-color: #141c26;	
}
body.body-mode .header-nav .profile {
	background-color: #141c26;
	box-shadow: 0 0 0;
}
body.body-mode .header-nav .profile .dropdown-item:hover {
	background-color: #0d141d;
	color: #b6c6e3;
}
body.body-mode .queans form fieldset legend {
	color: #b6c6e3;
}
/* //Change Dark Mode Css */
.user-img{
    width: 35px;
}
.table-display {
    width: 100%;
}
.table-display table{
    width: 100%;
}
.table-display table tr th:first-child {
	border-radius: 20px 0px 0px 20px;
}
.table-display table tr th:last-child {
	border-radius: 0px 20px 20px 0px;
}
.table-display table tr th {
	background-color: #3e53a0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
}

.table-display table tr td{
    font-size: 14px;
	font-weight: 600;
	color: #08112f;
	padding: 10px 20px; 
}
.table-display table tr:nth-child(even) td{
	background-color: #d9dee5;
}
.table-display table tr td:first-child {
	border-radius: 20px 0px 0px 20px;
}
.table-display table tr td:last-child {
	border-radius: 0px 20px 20px 0px;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:100%;
  }
  
  .createproject {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
  }
  .queans legend{
    font-size: 18px;
    color: #08112f;
    font-weight: 600;
  }
  .queans fieldset{
    background:#fafafa;
    border-radius: 6px;
    margin-bottom: 25px;
    padding:15px;
  }
  .queans fieldset textarea.form-control {
	background: #eceef0;
	font-size: 14px;
	font-weight: 500;
	color: #868CA6;
	border-color: #ccd4de;
}
  .generate-report{
    font-size: 14px;
	font-weight: 500;
	color: #868CA6;
    background: #fafafa;
    padding: 15px;
  }
  .slide-in-right {
    animation: slide-in-right 0.9s ease-in-out;
  }
  @keyframes slide-in-right {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  .toggle-block .css-1160xiw-MuiPaper-root-MuiDrawer-paper{
    background-color: #eceef0;
  }
  .createProject-block #main{
    margin-left: 0;
  }
  .createProject-block .form-column {
	margin-top: 0;
}
.createProject-block .progress{
    background: none;
}


.createProject-block .progress {
	--bs-progress-height: 0.25rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: 0;
}

.createProject-block main #msform {
	width: 100%;
	text-align: center;
    height: calc(100vh - 325px);
	display: flex;
	justify-content: center;
	align-items: center;
}


/*timeline*/
.line_box {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
}
.text_circle {
    flex: 1;
    text-align: center;
    position: relative;
}
.text_circle:after {
    background-color: grey;
    bottom: 1.25em;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: -1;
}
.stav_projektu .text_circle:after,.stav_projektu .text_circle:before {background-color: #dddddd;}
.line_box h4 {
    color: #dddddd;
    font-weight: 500;
}
.line_box h4,.line_box p {
    font-size: 15px;
    margin-bottom: 0;
    padding: 0 5px;
}
.line_box .text_circle.done h4 {
	color: #81c038;
}
.line_box .text_circle.done p{
    color:#364a63 ;
}

.subline {
    position: absolute;
    right: -25px;
    bottom: -43%;
}
.subline:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    bottom: 14px;
    right: 15px;
    background-color: #81c038;
    border-radius: 50%;
    top: -25px;
}
.subline h6 {margin-bottom: 0;}
.timeline {margin: 40px 0;}
.text_circle.done:after,.text_circle.done + .text_circle:before,.stav_projektu .text_circle.done:after,.stav_projektu .text_circle.done + .text_circle:before {background-color: #81c038;}
.text_circle.sub:after {background-color: #81c038;}
.text_circle:not(:first-child):before {
    bottom: 1.25em;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    width: 50%;
    z-index: -1;
    background-color: grey;
}
.stav_projektu .text_circle:not(:first-child):before {background-color: #dddddd;}
.text_circle:last-child:after {width: 0;}
.circle {height: 100%;}
.tvar {
	height: 36px;
	width: 36px;
	border: 2px solid #81c038;
	display: flex;
	position: relative;
	border-radius: 100%;
	top: -43px;
	margin: 3px auto;
	background-color: #fff;
}
.tvar span {
    margin: 25% auto;
    height: 20px;
    width: 20px;
    background-color: #81c038;
    border-radius: 100%;
    color: #fff;
}
.stav_projektu .tvar {
	border: 2px solid #dddddd;
}
.stav_projektu .done .tvar,.stav_projektu .sub .tvar {border: 2px solid #81c038;}
.subline h6 {color: #81c038;}
.timeline .card-header:hover {
    background-color: #ececec;
    cursor: pointer;
}
/* iPhone X ----------------------------------- */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
   .subline:before {top: -43px;}
   
}
@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) {
   .subline:before {top: -31px;}
}
/* iPad portrait ----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
   .subline:before {top: -29px;}
}
/* mobile width till 767px ----------------------------------- */
@media (max-width: 767px){
   .subline:before {top: -30px;}
   
}

/* Portrait iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
   .subline:before {top: -23px;}
}
/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px){
   .subline:before {top: -43px;}
}
.queans .submitdiv {
	border-radius: 6px;
	margin-bottom: 25px;
	padding: 15px;
    text-align: center;
}
.back-float a {
	background: #0c5598;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	float: left;
	border-radius: 40px;
	padding:7px 12px;
}
.sidebar-nav .nav-content a.active {
	background: #fff;
	border-radius: 3px;
	color: #08112f;
}
.btn-primary{
    background-color: #3e53a0;
  border-color: #3e53a0;
}
.overviewbar {
    border: 1px solid #3e53a0;
    height: 26px;
    width: 100%;
    border-radius: 10px;
}
.overviewbar .in {
    animation: overviewfill 20s linear 1;
    height: 100%;
    background-color: #3e53a0;
    border-radius: 8px;
}
.overviewbar .in span {
    text-align: center;
    margin-left: 10px;
}

  
@keyframes overviewfill {
    0% {
        width: 10%;
    }
    100% {
        width: 100%;
    }
}