.header {
    background-color: #003B71;
    padding: 8px 16px;
}

.logo {
    height: 50px;
}

.reg-page {
    background-color: #E9F8FF;
}

.main-page .container-fluid {
   /* padding: 0 100px;*/
}

.inner-header {
    background-color: #013C73;
    font-size: 28px;
    color: #fff;
    margin-top: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px 24px;
}

.inner-content {
    background-color: #FBFBFB;
    padding: 12px 24px 40px 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.inner-content-1 {
    padding: 8px 0 32px 0;
}

.reg-page .form-control {
    background-color: #D2EBFF;
    color: #4F597E;
    border-color: transparent;
    padding: 12px 16px;
    height: auto;
}

.custom-file-label {
    background-color: #D2EBFF;
    padding: 12px 16px;
    height: auto;
    max-height: 50px;
    border: 0;
}

.custom-file-label:after {
    background-color: #013C73;
    color: #D2EBFF;
    padding: 12px;
    height: auto;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Choose File";
}

select {
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    position: relative;
}

.select-wrap {
    position: relative;
}

.select-wrap select {
    border: solid 1px grey;
    border-radius: 3px;
    font-size: 16px;
    color: gray;
    height: 42px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-wrap select:focus {
    outline: none;
    box-shadow: none;
    box-shadow: 0 0 0 0.2rem #007bff40;
}

.select-wrap .select-side {
    /* or 100px */
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #013C73;
    color: #D2EBFF;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-wrap .select-side i {
    font-size: 14px;
}

.select-wrap .select-side:before {
    border-left: solid 1px lightgrey;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
}

.select-wrap .select-side i.blue {
    color: #4e7af0;
}

.signup-details {
    background-color: #E9F8FF;
    border-radius: 10px;
    padding: 40px;
}

.signup-details .form-control {
    background-color: #fff;
    border-radius: 10px;
}

.signup-btn-wrap {
    margin: 40px 0 8px 0;
}

.custom-btn {
    background-color: #D8261A;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
}

.signup-details a {
    color: #2E3B66;
    font-weight: 500;
}

.login-img {
    width: 80%;
    margin: auto;
}


/********* OTP Verification *************/

.otp-content {
/*    display: flex;*/
    align-items: center;
    justify-content: center;
 /*   height: calc(100vh - 250px);*/
    position: relative;
    z-index: 1;
}

.otp-content:after {
    position: absolute;
    content: "";
    background-image: url('../assets/img/otp-bg.png');
    right: 10%;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 70%;
    height: 70%;
}

.otp-content .row {
    /*    width: 100%;*/

}

.otp-card {
    background-color: #D2EBFF;
    padding: 60px 60px;
    height: auto;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.otp-input .form-control {
    background-color: #fff;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 500;
    width: 50px;
    height: 80px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.custom-otp-btn {
    width: calc(100% - 140px);
    font-size: 24px;
}


/************* Template *****************/

.template-list {
    background-color: #fafafa;
    box-shadow: 0 0 6px #003b701f;
    padding: 16px;
}

.template-list .btn-primary {
    background-color: #003B71;
}

.secondary-title {
    color: #003b70;
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
}

.secondary-title:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #D8261A;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.header-bottom {
    background-color: #004F90;
    color: #D2EBFF;
    padding: 8px 16px;
}

.user-details-list {
    display: flex;
    align-items: center;
}

.user-details-list div {
    margin-right: 60px;
}

.user-resume {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
}

.user-resume label {
    margin-bottom: 4px;
}

.user-resume-title {
    color: #003b70;
    font-size: 20px;
    text-align: center;
    padding: 16px 0;
}

.user-video-wrap {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
}

.user-resume-secondary-title {
    font-size: 20px;
}

.video-text-c {
    background-color: #fff;
    padding: 40px 0;
}

.user-profile-ut {
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
}

.user-profile-ut-title {
    color: #003b70;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.ur-btn-light {
    background-color: #D2EBFF;
    border-radius: 4px;
    border-color: #003b70;
    color: #003b70;
}

.ur-btn {
    background-color: #003b70;
    border-radius: 4px;
    color: #D2EBFF;
}

.video-text-c .form-group {
    position: relative;
}

.video-text-c .icon {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 14px;
}

.video-text-c .form-control {
    background-color: transparent;
    border-color: #4F597E;
    padding: 8px 16px 8px 32px;
    border-radius: 25px;
}

.video-text-c .custom-btn {
    border-radius: 25px;
    font-size: 16px;
    padding: 8px 40px;
}

.search-list-flex {
    display: flex;
    align-items: center;
}

.search-list {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 24px;
    margin: 16px 0;
}

.search-list-1,
.search-list-2,
.search-list-3 {
    margin-bottom: 12px;
}

.search-list-2,
.search-list-3 {
    color: #555;
}

.search-list-footer {
    border-top: 1px solid #D2EBFF;
    padding: 16px 0 0 0;
    font-size: 14px;
    font-weight: 500;
}

.search-list-3 p {
    font-size: 14px;
}

.search-list-footer i {
    margin-right: 4px;
}

.search-list-footer div {
    margin: 0 8px;
}

.search-list-1 div {
    margin: 0 8px;
}

.search-list-1 i {
    margin-right: 4px;
}

.search-list-job-title {
    font-size: 20px;
    font-weight: 700;
}

.search-list-job-title i {
    margin-right: 4px;
}

.search-list-job-edu {
    margin-left: auto;
}

.footer {
    min-height: 10px;
    background-color: #003B71;
    margin-top: 60px;
}

.choose-temp .modal-lg {
    max-width: 100%;
}

.service_slide {
    display: flex;
    align-items: center;
    padding: 1rem 0 4rem;
    justify-content: center;
    width: 100%;
    max-height: 100%;
}

.service_slide * {
    min-height: 1px;
}

.close-btn:focus {
    outline: 0;
}

.user-update {
    min-height: calc(100vh - 24px);
    position: relative;
}

.user-update .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

ul {
	 list-style-type: none; 
}

.comment-row {
	border-bottom: #e0dfdf 1px solid;
	margin-bottom: 15px;
	padding: 15px;
}

.outer-comment {
	background: #F0F0F0;
	padding: 20px;
	border: #dedddd 1px solid;
}

span.commet-row-label {
	font-style: italic;
}

span.posted-by {
	color: #09F;
}

.comment-info {
	font-size: 0.8em;
}
.comment-text {
    margin: 10px 0px;
}
.btn-reply {
    font-size: 0.8em;
    text-decoration: underline;
    color: #888787;
    cursor:pointer;
}
#comment-message {
    margin-left: 20px;
    color: #189a18;
    display: none;
}

.page-link {
    color: #555;
}

.page-link.active {
    background-color: #003b70;
    color: #fff;
}

div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }
label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #4A148C;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

 
input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}


input.star-1:checked ~ label.star:before { color: #F62; }
 

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

@media only screen and (max-width: 767px) {
    .main-page .container-fluid {
        padding: 0 15px;
    }
    .logo {
        height: 35px;
    }
    .inner-content {
        padding: 12px 24px;
    }
    .inner-header {
        font-size: 20px;
        padding: 12px 24px;
    }
    .signup-details {
        margin-top: 32px;
        padding: 16px;
    }
    .otp-card {
        padding: 16px;
    }
    .otp-input .form-control {
        width: 50px;
        height: 60px !important;
        padding: 4px;
    }
    .otp-content {
        height: auto;
        padding: 40px 16px;
    }
    .template-list {
        padding: 8px;
    }
    .user-details-list {
        align-items: flex-end;
        color: #D2EBFF;
        padding: 8px 16px;
    }
    .user-details-list .nav-item {
        margin-bottom: 8px;
    }
    .secondary-title {
        font-size: 16px;
    }
    .secondary-title:before {
        width: 12px;
        height: 12px;
        top: 4px;
        left: 4px;
    }
    .slick-prev,
    .slick-next {
        /*display: none !important;*/
    }
    button:focus {
        outline: none;
    }
    .navbar-collapse {
        background-color: #004F90;
        /*  padding: 16px 0;*/
        margin-top: 8px;
    }
    .search-list {
        padding: 16px 12px;
        font-size: 14px;
    }
    .search-list-1,
    .search-list-2 .search-list-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-list-1 div {
        margin-left: 0;
        font-size: 14px;
    }
    .icon-sm {
        font-size: 12px;
    }
    .search-list-footer {
        justify-content: space-between;
    }
    .search-list-footer div {
        margin: 0 4px;
    }
    .temp-page .inner-content {
        padding: 12px 16px;
    }
    .temp-page .btn {
        font-size: 14px;
    }
    .otp-page {
        min-height: calc(100vh - 24px);
    }
    .otp-page .footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 24px;
    }
    .user-update .footer {
        bottom: 0;
    }
}