<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.width-50{
	width:50% !important;
}
.color-yellow{
	color: #FCB322 !important;
}
.margin-40px{
  margin: 40px;
}
.color-red{
	color: #F36464 !important;
}
.color-black{
	color: #000000 !important;
}
.color-white{
	color: #fff !important;
}
.color-gray{
	color: #666666 !important;
}
.color-blue{
	color: #20879f !important;
}
.bg-color-grey{
  background-color:#eeeeee;
}
.pointer-cursor{
	cursor: pointer;
}
.input-height{
	line-height: 1.8em;
} 
.height-auto{
	height:auto !important;
}
.pad-5{
	padding:5px;
}
.pad-10{
	padding:10px;
}
.pad-t-10{
	padding:10px;
}
.pad-t-15{
	padding:15px;
}
.pad-l-15{
	padding-left:15px;
}
.pad-r-5{
  padding-right: 5px;
}
.font-12{
	font-size: 12px !important;
}
.font-14{
	font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-20{
    font-size: 20px !important;
}
.border-yellow{
	border: 1px solid #fcb322;
}
.border-none{
    border: none !important;
}
.faded-bg{
    background: #FAFAFA;
}
.white-bg{
    background: #FFFFFF;
}
.link-color{
	font-size: 14px;
    font-family: arial;
   color: #1f8ba3;
}
.hide-data{
	display: none;
}
.margin-10{
	margin:10px;
}
.margin-5{
	margin:5px;
}
.margin-l-0{
    margin-left: 0px !important;
}
.pad-l-0{
    padding-left: 0px !important;
}
.margin-l-5{
  margin-left: 5px !important;
}
.margin-r-5{
  margin-right: 5px !important;
}
.margin-t-5{
  margin-top: 5px !important;
}
.margin-t-10{
  margin-top: 10px !important;
}
.margin-l-10{
	margin-left:10px !important;
}
.margin-l-15{
    margin-left:15px !important;
}
.width-5{
    width: 5% !important;
}
.width-10{
    width: 10% !important;
}
.width-15{
    width: 15% !important;
}
.width-20{
    width: 20% !important;
}
.width-25{
	width: 25% !important;
}
.width-30{
    width: 30% !important;
}
.width-35{
    width: 35% !important;
}
.width-40{
    width: 40% !important;
}
.width-45{
    width: 45% !important;
}
.width-50{
	width: 50% !important;
}
.width-65{
    width: 65% !important;
}
.width-90{
    width: 90% !important;
}
.width-95{
    width: 95% !important;
}

.decoration-none{
	text-decoration: none !important;
}

.car-caption {
  bottom: -1%;
  padding:2px;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  color:#fff;
}

.popup-link{
	color: #2634CF;
	font-weight: bold;
}

.popup-btn-info{
  background-color: #42545C;
  border-color: #42545C;
  text-transform: uppercase;
}

.avatar-frame{border: none;margin:5px 10px 0 10px;float:left;}
.avatar-frame,.avatar-frame img{width: 70px;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}

.display_info_modal{
    cursor: pointer;
}

.uppercase{
    text-transform: uppercase;
}

.align-middle{
    vertical-align: middle;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left !important;
}

hr.hrSubmit{
  border: 1px solid #d7d7d7;
  margin-top: -25px;
}

.tbl-border{
    border: 1px solid #d7d7d7 !important;
}

#slider_div{
    background-color: #e8e8e8;
    border-radius: 5px;
    text-align: left;
    z-index: 1;

    margin-top: -15px;
    width:31%;
    border: 2px solid #4d940d;
}

.loader-div{
    margin-left: 113px;
    margin-top: -51px;
    display: none;
}

.succ-message{
    margin-top: -145px;
    color: #525252;
    display: none;
    margin-left: 12px;
}

#correct_notice {
    color: #6FAA6E;
    padding: 10px;
    font-size: 1.2em;
    font-style: bold;
}

#notice {
    color: #EC6F63;
    padding: 10px;
    font-size: 1.2em;
    font-style: bold;
}

.panel-new{
    padding: 10px !important;
    background-color: #C9C7C7 !important;
}

.instructor_img{
    width:70px;
    height:70px;
    border-radius: 50px/50px;
    border: 3px solid #ececec;
}

.course_imgs{
    width: 203px;
    height: 132px;
}
#password_error{
  display: none;
  color: rgb(202, 60, 60);
  padding-left: 23%;
}
.result_password_error{
  text-align: right;
  padding-right: 14%;
  float: right;
}</pre></body></html>