body{
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size:16px !important;
}
.login-container-wrapper{
    height: 70vh;
}
.login-container-wrapper, .register-container-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.register-container-wrapper{
    height: 90vh;
}
.login-container{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.icons{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}
.logo-container img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.logo-image{
    max-height: 90px;
    height: auto;
}
.delegate-edit-heading{
    float: left;
    font-weight: 400;
    margin: 0;
    
}
.overflow-div{
	overflow-x:auto;
}

/* For New Dashboard Design */
.hide-text-decoration{
    text-transform: none;
}
.maya-blue-color{
    background-color: #dff2ff !important;
}
.forest-green-color{
    background-color: #effff0 !important;
}
.bg-green-color{
    background-color: #4BAE50 !important;
}
.grey-shade-color{
    background-color: #AFAFAF !important;
}
.float-container{
    display: flex;
}
.float-child{
    border: black solid 1px;
    padding: 10px;
    width: 32%;
    margin-right: 20px;
}
.float-child-last{
    border: black solid 1px;
    padding: 10px;
    width: 32%;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 3rem
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}
.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe
}
.alert-primary .alert-link {
	color: #06357a
}
.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8
}
.alert-secondary .alert-link {
	color: #34383c
}
.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}
.alert-success .alert-link {
	color: #0c4128
}
.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb
}
.alert-info .alert-link {
	color: #04414d
}
.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5
}
.alert-warning .alert-link {
	color: #523e02
}
.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7
}
.alert-danger .alert-link {
	color: #6a1a21
}
.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light .alert-link {
	color: #4f5050
}
.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf
}
.alert-dark .alert-link {
	color: #101214
}
.margin-top-class{
    margin-top: 10px;
}
.hr-size{
    height: 2px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.spin-loader{
	position: fixed; 
	left: 50%; 
	top: 50%; 
	display: none;
	z-index:999;
}
.checkbox-custom-scale{
    display: inline-block; 
    transform: scale(2);
}
.upright-direction-column{
    writing-mode: vertical-rl; 
    height: 100px; 
    word-break: break-word; 
    transform: rotate(-180deg);
    width: 20%;
}
.display-none{
    display: none;
}
.just-text{
    text-align: justify;
}
.mbottom-10 {
	margin-bottom: 10px;
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.label-field{
    text-align: left;
}
.grey-border-color{
    border-color: #4D4D4D;
}
.scale-checkbox{
    transform: scale(2);
}
.support-checkbox-lable{
    margin-bottom: 5px;
    font-size: 14px;
}
.support-checkbox{
    flex-direction: column;
}
.support-checkbox input:active ~ .spt_chk {background-color:#666;}
.support-checkbox input:checked ~ .spt_chk {background-color:#666;}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.status-completed{
    background-color: #3DA936;
}
.agent-logo{
    display: flex;
    justify-content: center;
}
.head-logo-col{
    color: #fff !important;
}
.marg-left5{
    margin-left: 5px;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
.margin-bottom-class{
    margin-bottom: 10px;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}
.col-md-6.is-invalid, .was-validated .col-md-6:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.text-danger {
    color: #dc3545!important;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
h5, .h5 {
    font-size: 1.25rem;
}
.card {
	box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
	margin-bottom: 1rem;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.card-default-color{
    background-color: #fafafa;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: .75rem 1.25rem;
	position: relative;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.tab-content > .tab-pane {
    display: none;
}  
.tab-content > .active {
    display: block;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1.0rem !important;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3490dc;
}
.font-s20{
	font-size: 20px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked+.slider {
	background-color: #2196F3;
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.header-icon-class{
    transform: scale(2);
    margin-top: 20px;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mr-r5{
    margin-right: 5px !important;
}
.font-s16{
    font-size: 16px !important;
}
.text-dec-none{
    text-decoration: none !important;
}
.c-white{
    color: #FFFFFF !important;
}
.logo-line-height{
    line-height: 1px !important;
}
.logo-line-img-height{
    line-height: 1px !important;
    transform: scale(2) !important;
}
.font-w600{
    font-weight: 600 !important;
}
.dsp-inline-grid{
    display: inline-grid !important;
}
.padding-zero{
    padding-top: 0px !important;
}
.green{
	background-color: #4CBB17;
}
.yellow{
	background-color: #F7C325;
}
.red{
	background-color: #FF0000;
}
.blue-box{
	background-color: #2196F3;
}
.pear{
	background-color: #D1E231;
}
.orange{
	background-color: #FF9F00;
}
.grey{
	background-color: #C0C0C0;
}
.bg-success {
	background-color: #28a745 !important;
}
.kp-progress-group .progress{
    height: 4px;
    margin-bottom: 0px;
    min-width: 100px;
}
.kp-progress-group .progress-bar{
    background-color: green;
}
.kp-progress-group .progress-bar-green{
    background-color: green;
}
.kp-progress-group .progress-bar-orange{
    background-color: orange;
}
.progress-sm{
	height: 7px !important;
	margin-bottom: 0 !important;
	min-width: 100px !important;
	background: #b0b0b0 !important;
	border-radius: 50px !important;
}
.small-text{
	width: 100px;
}
.text-right-class {
    text-align: right !important;
}
.table-width-80{
    /* width: 80% !important; */
    width: auto;
}
.left-menu-text-color{
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 15px !important;
}
.left-menu-title{
    color: #000 !important;
    padding: 10px 0;
}
.blue-menu-box-border{
    border: #70C0EA solid 1px !important;
}
.grey-menu-box-border{
    border: #AFAFAF solid 1px !important;
}
.green-menu-box-border{
    border: #4BAE50 solid 1px !important;
}
.static-title-class{
    margin-top: 12px !important;
    padding: 0 15px !important;
    position: relative !important;
}
/*ul.subMenuClass li.active {
    border: 2px solid #606060 !important;
}*/
.course_title{
    word-wrap: break-word !important;
    /* width: 28% !important; */
}
.lms-box-title{
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    height: 250px;
}
.button-radius{
    border-radius: 5px;
}
.box-number{
    font-size: 40px;
    color: #4BAE50;
    margin-top: 40px;
}
.mt-div30{
    margin-top: 30px;
}
.mt-div80{
    margin-top: 80px;
}
.mt-div140{
    margin-top: 140px;
}
.scale-icon-6{
    transform: scale(6);
}
.float-child-video{
    width: 54%;
    height: 250px;
    margin-right: 20px;
}
.float-child-help{
    box-shadow: 10px 0 15px -4px rgb(31 73 125 / 80%), -10px 0 8px -4px rgb(31 73 125 / 80%);
    padding: 10px;
    height: 250px;
}
.wh-100{
    width: 100%;
    height: 100%;
}
.deleted-label{
    float: unset;
}
.video-lable {
    width: 56%;
    font-weight: 600;
}
.wh-44{
    width: 44%;
}
.left-menu-dashbutton{    
    padding: .8em !important;
    background-color: #AFAFAF;
    border-radius: 5px;
    font-size: 20px !important;
    color: #000;
}
.left-menu-dashbutton:hover{
    text-decoration: none;
    color: #000;
}
.left-menu-dashbutton-ul{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.right-menu-displayname{
    display: block;
    text-align: right;
    font-size: 17px;
    word-break: break-word;
    margin-top:auto;
}
.left-menu-icon-div{
    margin-top: 10px;
    width: 20%;
}
.left-menu-icon{
    float: right;
    transform: scale(5);
    margin-right: 25px;
}
.pdt-10{
    padding-top: 10px;
}
.pdb-10{
    padding-bottom: 10px;
}
.pdt-20{
    padding-top: 20px;
}
.pdb-25{
    padding-bottom: 25px;
}
#mobile-left-toggles{
    display: none;
}
.float-lclass{
    float: left !important;
}
.float-rclass{
    float: right !important;
}
.enroll-page-icons{
    white-space: nowrap;
    display: flex;
    width: 40px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.display-flex-class{
    display: flex;
    justify-content: space-between;
}
.white-space-class{
    white-space: normal;
}
.enroll-icon-parent{
    white-space: nowrap;
    flex: 0 0 40px;
}
.bradius-5{
    border-radius: 5px !important;
}
.box-height-30{
    height: 30px !important;
}
.box {
	display: inline-block !important;
	width: 24px !important;
	height: 24px !important;
}
.logout-color-code{
    /* color: #AE3535; */
    color: #ea3a3a;
}
.h5-heading{
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.form-group {
	margin-bottom: 1rem;
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-box-color{
    background-color: #F5F5F5;
    padding: 10px;
}
.table{
    width: auto;
}
.table-responsive .table{
    text-align: center !important;
    width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border: 0 !important;
}
.custom-table thead {
    background-color: #023e73;
    color: white;
    border: 0 !important;
    border-radius: 6px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.custom-table th,tbody tr{
    border: 0 !important;
}
.custom-table td{
    border: 0 !important;
    border-bottom: 1px solid #f2f1f1 !important;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #F8F7FF;
}
.datepicker-dropdown{
    width: 16% !important;
}
.datepicker-days .table-condensed{
    width: 100% !important;
}
.save-btn {
    font-variant:none !important;
    text-transform: none !important;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next:hover{
    background-color: #C3D9FF !important;
}
.portal-login-container-wrapper{
    height: 70vh;
}
.portal-login-container-wrapper{
    /* display: flex;
    align-items: center;
    flex-direction: column; */
    margin:0px 119px
}
.custom-agency-login .toggle_password {
    position: absolute;
    top: 9px;
    right: 9px;
}
.custom-agency-login-password{
    position: relative;
    margin: 0;
}
.customer-login-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background: #ffffff;
    margin-bottom: 100px;
}
.agency-login-details h2 {
    color: #003a79;
    font-size: 34px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.gray-text{
    color: #a5a6af !important;
    font-size: 14.5px;
    margin-bottom: 20px;
}
.agency-login-details.reset {
    margin-top:20px !important;
}
.agency-login-details {
    width: 52%;
    max-width: 440px;
    margin:0 auto;
    margin-top:130px;
    padding: 70px 10px;
}
.remember-sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.remember-label{
    display: flex;
    align-items: center;
    margin: 0;
}
.remember-label label{
    font-weight: normal !important;
    margin-left: 4px;
    margin-bottom: 0;
}
.remember-label input[type=checkbox]{
    width: 13px;
    height: 14px;
    margin-top: 0;
}
.custom-contact-login{
    font-size: 15px;
    text-decoration: underline;
    color: #003a79;
}
.custom-agency-login{
    max-width: 352px;
}
.login-btn-sec button{
    width: 100%;
    display: block;
    height: 43px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 14px;
    margin-right: 0;
    font-weight: normal;
    font-variant: unset;
    text-transform: unset;
}
.login-btn-sec button{
    background: #003A79;
    color: #fff;
}
.login-btn-sec {
    margin: 25px 0 30px 0;
}
.custom-input{
    font-weight: normal;
    margin-bottom: 3px;
}
.custom-agency-login .form-control {
    width: 100%;
    height: 41px !important;
    border-radius: 4px;
    border: 1px solid #e9ebed;
    padding: 10px;
    max-width: unset;
}
.custom-agency-login .custom-input-box{
    margin-bottom: 20px;
}
.portal-login-image{
    width: 47%;
}
.portal-login-image img{
    width: 100%;
    height: 95vh;
    object-fit: cover;
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 4px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.agency-sidenav ul li {
    text-align: left !important;
}
.text-black{
    color:#000 !important;
}
.pl-15{
    padding-left: 15px !important;
}
.sidebar-icon{
    font-size: 17px !important;
    margin-right: 7px;
}
.red-star{
    color:#ff1d25;
}
.wd-500{
    width: 500px;
}
.wd-300{
    width: 300px;
}
.wd-200{
    width: 200px;
}
.wd-150{
    width: 150px;
}
.wd-100{
  width: 100px;
}
.login-btn-sec a {
    border: 1px solid #e9ebed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    height: 43px;
    text-decoration: none;
}
.login-btn-sec a:hover {
    color: #1d68a7;
}
.logo-width{
    width: 220px;
}
.menu-li-marging{
    margin:0px -9px 10px -9px !important;
}
.menu-h3-margin{
    margin:0px 0px !important;
}
.text-dark{
    color: #000;
}
.bg-red{
    background-color: #ff1d25;
}
.staff-table th,
td{
padding:10px !important;
}   
.staff-table thead {
    background-color: #6C7AE0;
    color: white;
    border: 0 !important;
}
.staff-table th{
    font-weight:normal;
}
.staff-table th,tbody tr{
    border: 0 !important;
}
.staff-table td{
    border: 0 !important;
    border-bottom: 1px solid #969696 !important;
}
.th-bg{
    background:#023e73;
}
.table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #666;
    border-radius: 5px;
    overflow: hidden;
}
.staff-table tr:last-child td {
    border-bottom: 0 !important;
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yellow-btn,.yellow-btn:hover{
    color: #000;
    background-color: #fac628;
    border: none;
    border-radius: 6px;
    font-weight:600;
    cursor:pointer;
    padding:6px 12px;
    font-size:16px;
    text-decoration: none;
}
.status-colum{
    height: 7px;
    width: 106px;
    border-radius: 3.64px;
    margin-left: auto;
    margin-right: auto;
}
.status-started-bg{
    background-color: #023E73;
}
.status-approved-bg{
    background-color: #13a538;
}
.status-rejected-bg{
    background-color: #b93b20;
}
.status-pending-bg {
    background-color: #023E73;
}
.fs-14{
    font-size: 14px !important;
}
.white-background {
    background: #ffffff;
    padding: 20px;
    border-radius: 3px;
    position: relative;
}
.nav-header{
    background-color: #023e73;
    color:#c2c7d0;
}
.nav-header a{
    color:#c2c7d0;
}
.agency-sidenav ul li .subMenuClass li {
    background: #f5f5f5;
}
.container-password{
    width:50%;
}
/* .update-your-profile .label-font-color{
    color: #023e73;
} */
.message-form-container {
    max-width: 640px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.message-form-container .form-heading {
    font-size: 24px !important;
    margin-bottom: 10px;
}
.message-form-container .form-description {
    font-size: 14px;
    margin-bottom: 25px;
    color: #555;
}
.message-form-container .text-danger {
    color: red;
}
.message-form-container .message-form-row,
.update-your-profile .message-form-row {
    margin-bottom: 20px;
}
.message-form-container .message-form-row label,
.update-your-profile .message-form-row label {
    font-weight: bold;
    margin-bottom: 6px !important;
    width: 100%;
}
.message-form-container .message-form-row input[type="text"],
.message-form-container .message-form-row input[type="email"],
.message-form-container .message-form-row textarea,
.update-your-profile .message-form-row input[type="password"]{
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px !important;
    width:100%;
}
.message-form-container .form-actions {
    display: flex;
    justify-content: start;
    margin-top: 25px;
}
.message-form-container .message-form-row textarea {
    max-width: 100%;
}
.update-profile .nav-tabs a{
    padding: 10px;
    border: 1px solid #dfdfdf !important;
    font-weight: 600;
    padding: 8px 16px!important;
}
.update-profile .nav-tabs a.active,
.update-profile .nav-tabs a:hover{
    border-color: #fff!important;
    background-color: #023e73!important;
    color: #fff!important;
}
.update-profile li.nav-item{
    margin: -1px 20px;
}
.btn-save-password, .btn-save-password:hover{
    font-weight: 600 !important;
    border-radius: 3px !important;
    min-width: 150px !important;
    padding:6px 12px !important;
    background-color: #ffc107 !important;
    text-transform: capitalize !important;
    font-variant:none !important;
    line-height:inherit !important;
    text-decoration: none;
    border: 1px solid #ffc107 !important;
    color: #000 !important;
}
.your-course .btn-elarning{
    color: #1f2d3d !important;
    background-color: #ffc107 !important;
    box-shadow: none !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid transparent !important;
    padding: 6px 12px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    font-weight: 600 !important;
}
.your-course .col-radius{
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    min-height:180px;
}
.your-course .course-txt-box{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    min-height: 180px;
    height:100%;
}
.your-course .elearning-bg-color{
    background-color:#ffffe2;
}
.your-course .course-txt-smallicon{
    position: relative;
}
.your-course .course-completed {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    line-height: normal;
    color: #000;
    text-align:center;
}
.your-course .start-date {
    font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: 35px;
    color: #023373;
}

.your-course .completed {
    color: #023373;
    font-size: 16px;
    font-weight: bolder !important;
    display: block;
    line-height: normal;
}
.your-course .size-lg {
    font-size: 32px;
}
.your-course .start-date-color {
    color: #666;
}
.your-course .elearning-heading{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color:#023e73;
    text-transform:none !important;
    margin:0px 0px 8px !important;
    padding:0px 0px 8px !important;
}
.your-course .elearinig-para-color{
    color:#4D4D4D !important;
    margin:0px 0px 14px !important;
    font-size:16px !important;
}
.alert button.close {
    margin: 0;
    padding: 0;
}
.mobile-right-menu-displayname{
    display: none;
}
.hide-desktop{
    display: none;
}
.pr-lg-0{
    padding-right: 0 !important;
}
.agent-logo{
    display: flex;
}
.log-width{
  width:180px;
}
.subMenuClass{
    padding: .2rem;
}
#left-menu-lms {
    background: #ffffff;
    border-right: 1px solid #e6e6e6;
    min-height: 85vh;
}
#left-menu-lms ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.left-side-portion {
    padding-left: .5rem;
    padding-right: .5rem;
}
#left-menu-lms .subMenuClass li {
    margin-bottom: 5px;
    border-radius: 8px;

}
#left-menu-lms .subMenuClass li a {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 10px 0px;
    margin: 0 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #333 !important;
    transition: all 0.2s ease-in-out;
}
#left-menu-lms .subMenuClass li:hover {
    background: #f4f6f8;
}
#left-menu-lms .subMenuClass li.active {
    background: #f0f2f5;
    font-weight: 600;
}
.sidebar-icon {
    width: 18px;
    text-align: center;
    font-size: 15px;
}
#left-menu-lms .subMenuClass li a {
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.sidebar-section-title{
    font-size: 15px;
    font-weight: 600;
    color: #676768;
    padding: 11px 13px 8px;
}
ul.subMenuClass li.active {
    border:none !important;
}
.agency-sidenav li.active{
    background: transparent;
}
.main-sidebar {
    transition: background-color 0.3s ease;
}
.main-sidebar a,
.main-sidebar p,
.main-sidebar i {
    transition: color 0.3s ease;
}
.menu-box-heading{
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 5px;
    text-align: left;
    margin-left: 16px;
    white-space: nowrap;
    font-size: 16px;
}
.sidebar-collapse .menu-box-heading{
    text-align: center;
    margin-left: 0px;
}
.nav-link.active {
    background-color: rgba(255, 255, 255, .1) !important;
    color: #fff !important;
    box-shadow: none !important;
}
.sidebar-collapse .first.lms_title
{
  display: none;
  opacity: 0;
}
.sidebar-collapse .sidebar-logo
{
  display: none;
  opacity: 0;
}
h2{
   font-size: 22px !important;
}
.navbar-nav .dropdown-menu li a {
   font-size: 16px;
   padding: 0.60rem 1rem !important;
   text-decoration:none;
}
.navbar-nav .dropdown-menu li {
    color: #000 !important;
    font-size: 16px;
    list-style: none;
}
.navbar-nav .dropdown-menu li a:hover{
    background-color:#f2f4f7;
    color:#000;
}
.navbar {
   position: relative;
   min-height: 40px !important;
   margin-bottom: 0px !important;
   border: 1px solid transparent;
   padding: 0.5rem;
}
.navbar-nav > li a {
    font-size: 16px;
    line-height: 18px;
    padding: 0 8px !important;
    text-decoration:none;
}
ul.navbar-nav li a:hover {
    color:#f2f4f7;
}
.navbar-right-content{
    display: flex;
    flex-direction:column;
}
.nav-link{
    font-size:16px;
}
.nav-sidebar>.nav-item .nav-icon {
    margin-left: .05rem;
    font-size: 1.7rem;
    margin-right: 0.4rem !important;
}
.menu-separator-border{
    border-bottom: 1px solid #4b545c;
}
.date-picker{
    font-size: 16px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
}
@media (min-width: 1920px) {
    .container-width {
     max-width:1200px;
    }
    .homepage .container-width  {
        max-width:1200px !important;
        margin-left: 0px !important;
    }
    .candidates .container-width{
        max-width: 1200px;
    }
}
@media screen and (max-width:991px) {
    .portal-login-container-wrapper{
        margin:0px;
    }
    .customer-login-page{
        display: block;
    }
    .portal-login-image{
        width:100%;
    }
    .agency-login-details h2{
        font-size: 26px;
    }
    .agency-login-details, .agency-login-details.reset{
        margin-top:0px !important;
    }
}
/* Mobile view start */
@media only screen and (max-width: 767px) {
    #mobile-left-toggles{
        display: inline;
    }
    .float-container{
        display: block;
    }
    .float-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .float-child-last {
        width: 100%;
        margin-bottom: 20px;
    }
    .float-child-video {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .float-child-help {
        width: 100%;
    }
    .mt-div140 {
        margin-top: 110px;
    }
    .header-icon-class {
        transform: scale(1);
        margin-top: 0px;
    }
    .p-3 {
        padding: 0.9rem !important;
    }
    .pdt-0-mobile{
        padding-top: 0px;
    }
    .mobile-img-logo{
        max-width: 200px;
        width: auto;
        max-height: 68px;
        margin-top: 5px;
        float: left;
    }
    .wh-44{
        width: 100%;
    }
    .mobile-help-text-title{
        margin-top: 50px;
    }
    .right-menu-displayname {
        font-size: 14px;
        font-weight: 700;
        word-break: break-word;
        /* margin-top:2px; */
    }
    .left-menu-icon-div {
        margin-top: 0px;
        float: right;
    }
    .left-menu-icon {
        float: right;
        transform: scale(3);
        margin-right: 15px;
    }
    .float-container-mobile {
        display: flex !important;
    }
    .left-menu-dashbutton {
        padding: 0.2em !important;
        background-color: #AFAFAF;
        border-radius: 5px;
        font-size: 18px !important;
        color: #000;
    }
    .table-width-80 {
        width: 100% !important;
    }
    .status-mobile-view{
        font-size: 12px;
        margin-top: 10px;
    }
    /* .mobile-view-collapse{
        left: -100%;
        transition: all 0.5s ease-in-out;
        position: fixed;
        top: 75px;
        background: #fff;
        z-index: 99;
        width: 100%;
    } */
    .mobile-view-collapse{
        left: -100%;
        transition: all 0.5s ease-in-out;
        position: fixed;
        top: 89px;
        background: #fff;
        z-index: 99;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        -webkit-overflow-scrolling: touch;
    }
    .lock-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .mobile-view-collapse.active{
        left: 0%;
    }
    .upright-direction-column {
        writing-mode: vertical-rl;
        height: 100px;
        word-break: break-word;
        transform: rotate(-180deg);
    }
    .enroll-page-icons{
        white-space: nowrap;
        display: flex;
        width: 40px;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    .display-flex-class{
        display: flex;
        justify-content: space-between;
    }
    .white-space-class{
        white-space: normal;
    }
    .enroll-icon-parent{
        white-space: nowrap;
        flex: 0 0 40px;
    }
    .left-menu-dashbutton {
        padding: 0.4em !important;
        background-color: #AFAFAF;
        border-radius: 5px;
        font-size: 14px !important;
        color: #000;
    }
    .inner h2 {
        font-size: 18px;
    }
    .inner > .font-s16{
        font-size: 14px !important;
    }
    .table-responsive > .font-s16{
        font-size: 14px !important;
    }
    .agency-sidenav ul li h3 {
        font-size: 14px !important;
        margin: 5px 0 !important;
    }
    .agency-sidenav ul li .subMenuClass li a {
        font-size: 12px !important;
        display: block !important;
        padding: 7px 10px !important;
    }
    .checkbox-custom-scale {
        transform: scale(1);
    }
    .form-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        flex-direction: column;
    }
    .box {
        display: inline-block !important;
        width: 20px !important;
        height: 20px !important;
    }
    .mr-2, .mx-2 {
        margin-right: 0.2rem !important;
    }
    .team-column-text{
        word-break: break-word !important;
        white-space: break-spaces !important;
    }
    .portal-login-container-wrapper .agency-login-details{
        width: 100%;
        padding: 20px;
    }
    .portal-login-image img{
        width: 100%;
        height: 100%;
    }
    .agency-login-details{
        margin-top:0;
    }
    .update-profile li.nav-item {
        margin: 0 5px;
    }
    .yellow-btn, .yellow-btn:hover{
        font-size:14px;
    }
    h2{
        font-size:18px !important;
    }
}
/* Mobile view end */

/* main screen start */
@media (min-width: 992px){
    .container {
        max-width: 1800px;
        width: 100%;
    }
    .left-side-portion {
        width: 18%;
        padding-left: 5px;
    }
    .right-side-portion {
        width: 80%;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-box-heading {
        text-align: left;
    }
}
/* main screen start */

/* tablet screen start */
@media (min-width: 992px) and (max-width: 1199px){
    .left-menu-icon {
        float: right;
        transform: scale(4);
        margin-right: 20px;
    }
    .right-menu-displayname {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        word-break: break-word;
    }
    .agency-sidenav ul li h3 {
        font-size: 12px !important;
        margin: 5px 0 !important;
    }
    .agency-sidenav ul li .subMenuClass li a {
        font-size: 13px !important;
        display: block !important;
        padding: 7px 10px !important;
    }
    .inner h2 {
        font-size: 20.8px;
    }
    .inner > .font-s16{
        font-size: 14px !important;
    }
    .table-width-80 {
        width: 90% !important;
    }
}

@media (max-width:767px){
    .logo-width{
        width: 140px;
    }
    .message-form-container{
        padding: 12px;
    }
    .right-menu-displayname{
        display:none;
    }
    .mobile-right-menu-displayname{
        display: block;
    }
    .hide-in-mobile{
        display: none;
    }
    .hide-desktop{
        display: block;
        z-index: 9999;
    }
    .mt-md-0{
        margin-top: 0;
    }
    .container-password{
        width:100%;
    }
    .pr-lg-0{
        padding-right: 8px !important;
    }
    .hide_mobile{
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .staff-table td,
    th{
        white-space: nowrap;
    } 
}

@media (max-width: 1280px) and (max-height: 800px) {
    .agency-sidenav ul li .subMenuClass li a{
        padding: 7px 6px;
    }
    .left-menu-text-color{
        font-size: 14px !important;
    }
    .agency-sidenav .navLinksGroup h3{
       font-size: 16px;
    }
}
/* tablet screen end */
/* For New Dashboard Design */
