.border-round {
    border-radius: 10px;
}
.ps-3 {
    padding-left: 1rem!important;
}
.pb-5 {
    padding-bottom: 3rem!important;
}
.pt-3 {
    padding-top: 1rem!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.mb-4 {
	margin-bottom:1.5rem;
}

.bg-white{
	background: #FFFFFF;
	
}

.content{
	background: #FFFFFF;
	position: relative;
}
.border{
	border-radius: 10px;
	border: 2px solid #CDD2E6!important;
}
.border-round{
	border-radius: 10px;
}
.btn-list{
	font-weight: 500!important;
}
.btn-list[aria-expanded="true"]::before {
    content: url("img/chevron-up.svg");
}
.btn-list::before {
    width: 1.25em;
    line-height: 0;
    content: url("img/chevron-down.svg");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
a.list-active{
	font-weight: 500!important;
	color: #a83438;
	text-decoration: none;
	font-weight: 600;
}
a.list-no-active{
	font-weight: 500!important;
	color: rgba(0, 0, 0, 0.55);
	text-decoration: none;
}
a.list-sidebar{
	color: #000000;
	font-weight: 500!important;
	text-decoration: none;
}
.btn-list{
	color: #000000;
	font-weight: 600;
	box-shadow: none!important;
}
.form-label-file {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 11px 0 0;
    padding: 8px 20px 7px;
    border-radius: 10px;
    font-size: 14px;
    background: #CDD2E6;
    color: #000000;
    cursor: pointer;
}

.form-control-file {
    display: none;
}

.form-check-input:checked {
    background-color: #a83438;
    border-color: #a83438;
    outline: 0;
}

.form-check-input {
	width: 1.5em;
    height: 1.5em;
    background-size: auto;
    box-shadow: none!important;
    border: 1px solid #a83438!important;
}

.form-check-input:checked[type=checkbox]{
	background-image: url("img/check.svg");
}

.girl-container{
	position:absolute;
	display:block;
	bottom: 0px;
	right:-20px;
}
.text-container{
	position: relative;
	border-radius: 10px; 
	border: 2px solid #CDD2E6;
}
.grey-text{
	color: rgba(0, 0, 0, 0.5)!important;
	font-weight: 600; 
	line-height: 1;"
}
.bg-grey{
	background: #CDD2E6;
}
.border-top{
	border-top: 2px solid #CDD2E6!important;
} 
.border-bottom{
	border-bottom: 2px solid #CDD2E6!important;
}
.datalib-btn:hover{
	color: #FFFFFF;
}
.btn:disabled{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #a83438;;
	opacity: 1!important;
}

.btn-bell{
	background: rgba(255, 255, 255, 0) url("img/bell.svg") 0px 2px no-repeat;
	height: 15px;
	width: 13px;
	border: none;
}
.btn-bell-active{
	background: rgba(255, 255, 255, 0) url("img/bell_active.svg") 0px 0px no-repeat;
	height: 15px;
	width: 13px;
	border: none;
}
.btn-nav{
	background: none;
	border: none;
	color: #FFFFFF;
    font-size: 14px;
}
.btn-nav:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.btn-nav[aria-expanded="true"]::before {
    content: url("img/nav_up.svg");
}
.btn-nav::after {
    width: 1.25em;
    padding-left: 2px;
    line-height: 0;
    content: url("img/nav_down.svg");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
.btn-nav-1{
	background: none;
	border: none;
	color: #FFFFFF;
    font-size: 16px;
}
.btn-nav-1:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.btn-nav-1[aria-expanded="true"]::before {
    content: url("img/nav_up.svg");
}
.btn-nav-1::after {
    width: 1.25em;
    padding-left: 2px;
    line-height: 0;
    content: url("img/nav_down.svg");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
.edit-container{
	position: absolute;
	display:block;
	top: 0px;
	right: 0px;
}
.btn-edit{
	background: rgba(255, 255, 255, 0) url("img/edit.svg") 0px 0px no-repeat;
	height: 40px;
	width: 40px;
	border: none;
}
.grey-p p{
	color: rgba(0, 0, 0, 0.55)!important;
}
.profile-line{
	position: absolute;
	display:block;
	top: 145px;
	right: 0px;
}
.btn-event{
	text-decoration: none;
	background-color: transparent;
    border: 0px solid transparent;
    padding: .375rem 0.75rem;
    font-weight: 600;
    font-size: 12px;
	
	color: rgba(0, 0, 0, 0.5);
}
.btn-event-active{
	text-decoration: none;
	background-color: transparent;
    border: 0px solid transparent;
    padding: .375rem 0.75rem;
    font-weight: 600;
    font-size: 12px;
	
	color: #a83438;
}
.event-active-right{
	background: #CDD2E6;
	border: 2px solid #CDD2E6;
	border-radius: 0 10px 10px 0;
}
.event-active-left{
	background: #CDD2E6;
	border: 2px solid #CDD2E6;
	border-radius: 10px 0 0 10px;
}
.event-no-active-left{
	border: 2px solid #CDD2E6;
	border-radius: 10px 0 0 10px;
}
.event-no-active-right{
	border: 2px solid #CDD2E6;
	border-radius: 0 10px 10px 0;
}
.all-event{
	text-decoration: none;
	border-radius: 10px;
	background: #a83438;
    border: 0px solid transparent;
    padding: .375rem 0.75rem;
    font-weight: 500;
    font-size: 14px;
	
	color: #FFFFFF;
}
.event{
	border-radius: 15px;
	border: 2px solid #CDD2E6;
	position: relative;
}
.hashtags-sc-img{
	text-decoration: none;
	border-radius: 10px;
	border: 0px solid transparent;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)), rgba(3, 30, 128, 0.28);
	
	color: #000000;
	font-size: 12px;
	font-weight: 600;
}
.div-hashtags-sc-img{
	position: absolute;
	top: 30px;
	right: 40px;
}
.hashtags-sc{
	text-decoration: none;
	border-radius: 5px;
	border: 0px solid transparent;
	background: #CDD2E6;
	color: #a83438;
	font-size: 14px;
	font-weight: 500;
}
.hashtags{
	text-decoration: none;
	border-radius: 10px;
	border: 0px solid transparent;
	background: #CDD2E6;
	color: #a83438;
	font-size: 12px;
	font-weight: 500;
}
.hashtags-green{
	text-decoration: none;
	border-radius: 10px;
	border: 0px solid transparent;
	background: #C7E8E8;
	color: #a83438;
	font-size: 12px;
	font-weight: 500;
}
.btn-download {
    height: 44px;
    width: 398px;
    border: none;
    background-color: transparent;
    color: #FFFFFF;
}
.download-container{
	position: absolute;
	display:block;
	bottom: -2px;
	left: -2px;
	height: 44px;
    width: auto;
    background: #a83438;
	border-radius: 0px 0px 15px 15px;
}

::-webkit-datetime-edit{
		font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
::-webkit-calendar-picker-indicator{
	display: none;
}

.list_line{
	width: auto;
	height: 3px;
	background: #CDD2E6;
}
.black-text{
	color: #000000!important;
}
.underline-div{
	position: relative;
}
.p-12{
	font-size: 12px!important;
}
.bottom-line-arrival{
	border-bottom: 2px solid #e5e7ea;
}

.select-item-sc{
	width: 180px;
	background-position-x: 150px;
}
.select-item-sc select:active, select:focus{
	background-position-x: 150px!important;
}
.select-item{
	border: 2px solid #CDD2E6;
	border-radius: 10px;
}
.date-left{
	height: 40px;
	border: 2px solid #CDD2E6;
	border-radius: 10px 0 0 10px;
}
.date-right{
	height: 40px;
	border: 2px solid #CDD2E6;
	border-radius: 0 10px 10px 0;
}
input[type="date"]:focus{
	outline: none;
}
input[type="date"]{
	outline: none;
	border: none;
}
::-webkit-datetime-edit {
	font-weight: 600!important;
	font-family: Gilroy!important;
	color: rgba(0, 0, 0, 0.5);
}
.btn-close{
	border: none;
	background: url(img/close.svg) 5px 5px no-repeat;
	box-shadow: none!important;
	opacity: 1!important;
}

.arrivals-active-right{
	height: 40px;
	background: #CDD2E6;
	border: 2px solid #CDD2E6;
	border-radius: 0 10px 10px 0;
	font-size: 14px!important;
}
.arrivals-active-left{
	height: 40px;
	background: #CDD2E6;
	border: 2px solid #CDD2E6;
	border-radius: 10px 0 0 10px;
	font-size: 14px!important;
}
.arrivals-no-active-left{
	height: 40px;
	border: 2px solid #CDD2E6;
	border-radius: 10px 0 0 10px;
	font-size: 14px!important;
}
.arrivals-no-active-right{
	height: 40px;
	border: 2px solid #CDD2E6;
	border-radius: 0 10px 10px 0;
	font-size: 14px!important;
}
.div-check-mark{
	height: 40px;
	background: #CDD2E6;
	border: 2px solid #CDD2E6;
	border-radius: 10px;
	font-size: 14px!important;
}
.page-link{
	color: #CDD2E6;
	font-size: 14px;
	font-weight: 600;
	border: none;
	box-shadow: none!important;
}
.page-link-active{
	color: #a83438!important;
}
.page-link:hover{
	background: transparent;
	color: #CDD2E6;
}
.div-book-active{
	height: 40px;
	width: 120px;
	background: #CDD2E6;
	border: 2px solid #CDD2E6;
	border-radius: 10px;
	font-size: 14px!important;
	
	font-weight: 600;
	color: #000000!important;
}
.div-book{
	height: 40px;
	width: 120px;
	background: #FFFFFF;
	border: 2px solid #CDD2E6;
	border-radius: 10px;
	font-size: 14px!important;
	
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5)!important;
}
.nav-icon{
	color: #FFFFFF;
	box-shadow: none!important;
}

.list_line_1{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 3px;
	background: #D9D9D9;
}
.list_line_light{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 3px;
	background: #E5E8F2;
}
.search-form input{
	background: #CDD2E6 url("img/search_1.svg") 10px 9px no-repeat;
	height: 40px;
}
.search-form input::placeholder{
	padding-left: 45px;
	color: rgba(0, 0, 0, 0.5)!important;
	font-weight: 600;
}
.img-curse{
	border-radius: 17px 17px 0 0;
	width:100%;
}
.pe-2 {
    padding-right: 0.5rem!important;
}
.ps-3 {
    padding-left: 1rem!important;
}
.pt-3 {
    padding-top: 1rem!important;
}
.p-3 {
	padding:2rem !important;
}
.w-100 {
	width:100%;
}
.p-64{
	font-size: 64px!important;
	color: #a83438;
}
.p-20{
	font-size: 20px; 
	font-weight: 700!important;
	color: #a83438;
}
.label-select{
	padding-right: 130px;
}
.btn-start{
	width: 380px;
	height: 62px;
	text-decoration: none;
	border-radius: 10px;
	border: 0px solid transparent;
	background: #a83438 url(img/arrow-white.svg) 350px no-repeat;
	font-family: Gilroy-Medium;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
}
.list_line_2{
	width: auto;
	height: 1px;
	background: #CDD2E6;
}
.percent-line{
	width: auto;
	height: 5px;
	border-radius: 17px;
	background: #CDD2E6;
}
.percent-line-blue{
	position: absolute;
	width: 70%;
	height: 5px;
	border-radius: 17px;
	background: #a83438;
}
.percent-line-blue-1{
	position: absolute;
	width: 8%;
	height: 5px;
	border-radius: 17px;
	background: #a83438;
}
.text-sc{
	font-size: 24px;
	color: #a83438;
}
.text-sc span{
	padding: 0 10px;
	background: #CDD2E6;
	border-radius: 5px;
}
.list_line_black{
	width: auto;
	height: 1px;
	background: #000000;
}
.accordion-button:after{
	background-image: url(img/plus.svg)!important;
}
.accordion-button:not(.collapsed)::after{
	transform: rotate(-90deg);
	background-image: url(img/X.svg)!important;
}
.accordion-button{
	color: #a83438;
	font-weight: 600;
	font-size: 20px;
	background-color: transparent!important;
	box-shadow: none!important;
}
.accordion-button:not(.collapsed){
	color: #a83438!important;
	background-color:transparent!important;
}
.accordion-item{
	background: transparent!important; 
	border: none;
	box-shadow: none!important;
}
.accordion-item: active{
	background: #000!important; 
	border: none;
}
.accordion-item: focus{
	background: transparent!important; 
	border: none;
}
.p-blue{
	color: #a83438;
}
.padding-10px{
	padding-left: 10px;
}
.big-h1{
	font-weight: 700; 
	font-size: 64px;
}
.font-16{
	font-size: 16px;
}
.font-12{
	font-size: 12px;
}
.font-11{
	font-size: 11px;
}
.font-li{
	font-size: 14px; 
	font-weight: 600; 
	font-family: Gilroy!important;
}
.font-ul{
	font-size: 14px; 
	font-weight: 500; 
	font-family: Gilroy!important;
}
.p-sc-40{
	font-size: 40px;
	color: #a83438;
}
.p-sc-24{
	font-size: 24px;
	color: #a83438;
	font-weight: 500; 
	font-family: Gilroy-Medium;
}
.p-sc-main{
		font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: #a83438;
}
.content-blue{
	background: #a83438;
	position: relative;
}
.content-blue p{
	color: #FFFFFF;
	font-weight: 500;
}
.content-blue-main-p{
	color: #FFFFFF; 
	font-size: 20px; 
	font-weight: 500;
}
.p-nav{
	color: rgba(3, 30, 128, 0.6);
}
.p-nav-active{
	color: rgba(3, 30, 128, 1);
}
.lesson-step{
	height: 73px;
	background: #F5F7FE;
	border-bottom: 3px solid #CDD2E6;
	border-radius: 10px 10px 0px 0px;
}
.lesson-step p{
	font-size: 24px;
	color: #a83438;
	text-align: center;
	padding-bottom: 17px;
}
.lesson-no-active p{
	color: #CDD2E6;
}
.lesson-active p{
	border-bottom: 3px solid #a83438;
}
.lesson-no-active-line{
	left: 25px;
	top: 70px;
	position: absolute;
	background: rgba(3, 30, 128, 0.3);
	width: 350px;
	height: 3px;
}
.btn-read{
	width: 189px;
	height: 40px;
	text-decoration: none;
	border-radius: 10px;
	border: 0px solid transparent;
	background: #a83438 url(img/arrow-read.svg) 150px no-repeat;
	font-family: Gilroy-Medium;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
}
.p-bottom-line{
	border-bottom: 1px solid #a83438;
	font-size: 12px;
}
.font-weight-500{
	font-weight: 500;
}

.form-check-input-sc {
	width: 1em!important;
    height: 1em!important;
}
.form-check-input-sc:checked[type=checkbox]{
	background-image: url("img/check-little.svg")!important;
}
.form-control-sc input[type="text"]{
	border: 1.5px solid #CDD2E6!important;
	border-radius: 3px!important;
}
.select-form{
	border: 2px solid #CDD2E6;
	border-radius: 3px 3px 0 0;
	color: #CDD2E6;
}
.select-form p{
	font-weight: 500!important;
	font-size: 12px!important;
	
}
.select-custom-content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	padding: 10px 15px;
	border: 2px solid #CDD2E6;
	border-radius: 0px 0px 10px 10px;
	
}
.select-custom-content li{
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
}
.select-custom-content li:hover{
	background: #E5E8F2;
	border-radius: 10px;
}
