body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

.owl-dot:focus {
    box-shadow: none;
    outline: none;
}

input:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus,
.btn:active,
.btn:visited {
    outline: none;
    box-shadow: none;
}


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /*background-image: linear-gradient(#000000, rgba(0, 0, 0, 0) 100%);*/
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.headerBg {
    background: #fff;
    position: fixed;
    animation: headerBg .2s linear 1;
    box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
}

.logo img {}

.menuIco {
    margin-right: 10px;
    padding: 13px 0;
    cursor: pointer;
}

.headerBg .navBar li a {
    color: #171717;
}

@-webkit-keyframes headerBg {
    0% {
        margin-top: -75px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerBg {
    0% {
        margin-top: -75px;
    }

    100% {
        margin-top: 0;
    }
}

.navBar {}

.navBar li {
    margin-left: 15px;
}

.navBar li a {
    color: #fff;
    transition: .3s;
}

.navBar li a:hover {
    color: #f58635;
    transition: .3s;
}

.navBar li a.active {
    color: #f58635;
    transition: .3s;
}

.navbar-nav .menu-drop .dropdown-menu {
    right: 0;
    left: auto;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 12px;
    padding: 6px 0;
}

.navbar-nav .menu-drop .dropdown-menu a.dropdown-item {
    padding: 0px 15px;
    font: 15px/22px "Roboto", sans-seirf;
    color: #00000080;
}



/*footer-nav started.*/
.footer-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: auto;
    text-align: center;
}

.footer-nav ul li {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
    margin-top: 5px;
}

.footer-nav ul li a {
    color: #24a6d5;
}

.footer-nav ul li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #24a6d5;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:active,
.footer-nav ul li a:focus {
    color: #24a6d5;
}

.footer-nav ul li h6 {
    font-size: 13px;
    margin-top: 5px;
}

/*footer-nav ended.*/

/*utkarsh saxena css started.*/

.nav-link {
    font: 14px/40px "Robot", sans-serif;
    color: #5e5e5e;
    padding: 0 15px;
    margin-left: 3px;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    color: #24a6d5;
    outline: none;
    border: none;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-md .navbar-nav .nav-link img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #24a6d5;
}

.collapse.navbar-collapse {
    padding: 6px 0;
}

/*utkarsh saxena css ended.*/

.headerBtn {}

.headerBtn .btn {
    border: 1px solid #24a6d5;
    border-radius: 0;
    padding: 6px 15px;
    font-size: 15px;
    color: #24a6d5;
    margin-left: 6px;
}

.headerBtn .signUp {
    background: #24a6d5;
    color: #fff;
}




.title {
    font-size: 35px;
    margin-bottom: 25px;
    color: #282828;
    font-weight: 700;
    line-height: 1.1em;
}

.title span {
    color: #24a6d5;
    font-weight: 300;
}


.title2 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #282828;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}

.title2 span {
    color: #24a6d5;
    font-weight: 300;
}




.bannerMainSection {
    position: relative;
}

.bannerSection {
    background-color: #e5e5e5;
    background-image: url('../images/banner.png');
    height: 625px;
    position: relative;
    background-size: cover;
}

.bannerSection .container {
    height: 100%;
}

.bannerContent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.bannerContent h1,
.bannerContent h2 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2em;
}

.bannerContent h1 {
    color: #282828;
    font-weight: 700;
}

.bannerContent h2 {
    color: #24a6d5;
    font-weight: 300;
}

.bannerContent p {
    font-size: 16px;
    color: #282828;
    margin: 5px 0 0;
    max-width: 400px;
}



.bannerMainSection .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 46px;
    z-index: 999;
    transform: translateY(-50%);
}

.bannerMainSection .owl-prev,
.bannerMainSection .owl-next {
    width: 25px;
    height: 18px;
    margin: 0 5px !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
}

.bannerMainSection .owl-prev:hover,
.bannerMainSection .owl-next:hover {
    background-color: transparent !important;
}

.bannerMainSection .owl-prev span,
.bannerMainSection .owl-next span {
    display: none;
}

.bannerMainSection .owl-prev {
    background-image: url('../images/prev.png') !important;
}

.bannerMainSection .owl-next {
    background-image: url('../images/next.png') !important;
}

.bannerMainSection .owl-dots {
    width: 100%;
    left: 0;
    bottom: 15px;
    position: absolute;
}

.bannerMainSection .owl-dot span {
    margin: 4px !important;
    background: #7d7d7d !important;
}

.bannerMainSection .owl-dot.active span,
.bannerMainSection .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid #24a6d5;
}




.infoSection {
    padding: 65px 0;
}

.infoSection .title {
    text-align: center;
}


.infoMainBox {
    text-align: center;
    padding: 40px 0;
}

.infoBox {
    display: inline-block;
    max-width: 175px;
    margin: 0 20px;
}

.infoBox img {
    margin-bottom: 12px;
}

.infoBox p {
    font-size: 15px;
    color: #686868;
    line-height: 1.2em;
    margin-bottom: 0;
}

.infoDetail {
    font-size: 18px;
    color: #282828;
    line-height: 1.5em;
    margin-bottom: 0;
    text-align: center;
    max-width: 725px;
    margin: 15px auto 0;
}




.contentSection {
    padding: 50px 0 0;
    background: #f9f9f9;
}

.contentImg {
    padding-right: 25px;
}

.contentImg img {
    width: 100%;
}

.contentBox {
    padding-left: 25px;
}

.contentBox p {
    font-size: 16px;
    color: #8ea6af;
    line-height: 2em;
}

.contentBox .btn {
    background: #24a6d5;
    color: #fff;
    padding: 7px 18px 6px;
    margin-top: 85px;
    border-radius: 3px;
    font-size: 15px;
}

.leftContent {
    background: transparent;
}

.leftContent .contentLeft {
    transform: translate(100%);
}

.leftContent .contentRight {
    transform: translateX(-100%);
}

.leftContent .contentBox {
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}

.leftContent .contentImg {
    padding-right: 0;
    padding-left: 25px;
}






.readyToSignUp {
    background: #282828;
    padding: 75px 0;
    margin-top: 25px;
}

.readyToSignUp .title2 {
    text-align: center;
    color: #fff;
}

.readyToSignUp p {
    color: #fff;
    font-size: 16px;
    line-height: 2.2em;
    max-width: 650px;
    margin: 10px auto 0;
    text-align: center;
    font-weight: 100;
}

.readyToSignUp p a {
    color: #24a6d5;
}

.readyToSignUpBtns {
    text-align: center;
    padding: 35px 0 0;
}

.readyToSignUpBtns .btn {
    border: 1px solid #fff;
    padding: 8px 25px;
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}

.readyToSignUpBtns .signUp {
    background: #24a6d5;
    border: 1px solid #24a6d5;
}













/* --- bottom footer --- */
footer {
    background: #fff;
    padding: 45px 0 30px;
    color: #8ea6af;
}

.footer-logoSec {
    padding-right: 25px;
}

.footer-logoSec p {
    font-size: 15px;
    line-height: 2em;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

/*.copyRight { font-size: 12px; padding: 10px 0 0; }*/
.footerHed {
    font-size: 18px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 15px;
}

.footerLink {
    padding: 0;
    margin: 0;
}

.footerLink li {
    list-style: none;
    margin-bottom: 12px;
    padding: 0;
}

.footerLink li a {
    color: #8ea6af;
    font-size: 14px;
}

.footerLink li a:hover {
    color: #24a6d5;
    text-decoration: none;
}

.footSocial {}

.footSocial a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #8ea6af;
    border-radius: 50%;
    margin-right: 5px;
}


.newsLetter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 10px 0 25px;
}

.newsLetter input {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
    height: 45px;
    padding: 3px 10px;
    font-size: 12px;
    color: #24a6d5;
    border: none;
    /*box-shadow: 0px 3px 7px rgba(35,31,32,0.1);*/
    box-shadow: -3px 2px 12px 2px rgba(0, 0, 0, 0.08);
    background: #f8fafa;
    border-radius: 4px 0px 0px 4px;
}

.newsLetter input::-webkit-input-placeholder {
    color: #8ea6af;
}

.newsLetter input::-moz-placeholder {
    color: #8ea6af;
}

.newsLetter input:-ms-input-placeholder {
    color: #8ea6af;
}

.newsLetter input:-moz-placeholder {
    color: #8ea6af;
}

.newsLetter .btn {
    float: left;
    width: 95px;
    height: 45px;
    background: #24a6d5;
    color: #fff;
    font-size: 15px;
    border-radius: 0px 4px 4px 0px;
}

.copyRightBox {
    background: #24a6d5;
    padding: 12px 0 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}


/* ====== Footer Section end ====== */





/*Sign up Section started.*/

.no-padding {
    padding: 0 !important;
}

section.signup {
    position: relative;
    padding-top: 70px;
    background: url(../images/signup-banner2.jpg) no-repeat;
}

section.signup .col-lg-8 {
    position: static;
}

.headerBtn .btn {
    padding: 8px 15px;
}

nav.navbar.navbar-expand-md {
    padding: 9px 0 8px;
}

.headersignupBg {
    background: #fff;
    position: fixed;
    animation: headerBg .2s linear 1;
    box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #282828cc;
}

.signup_content {
    max-width: 535px;
    padding: 159px 0;
}

.signup_content h2 {
    font: 900 60px/1 "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.signup_content p {
    color: #fff;
    font: 15px/26px "Roboto", sans-serif;
}

.form-section {
    max-width: 343px;
    margin-left: auto;
    padding: 76px 0;
}

section.signup .form-section h5 {
    font: bold 20px/normal "Roboto", sans-serif;
    color: #282828;
}

section.signup .form-section p {
    font: 13px/normal 'Roboto', sans-serif;
}

section.signup .form-section p.matter {
    color: rgba(0, 0, 0, 0.7);
}

.signup-form .form-group .input-group input.form-control {
    height: auto;
    line-height: 46px;
}

.signup-form .form-group .input-group .input-group-text {
    background: transparent;
    padding: .375rem 1.375rem;
    color: #c4c4c4;
}

.signup-form .col-5 label {
    color: #969696;
    font: 300 15px/50px 'Roboto', sans-serif;
    margin: auto;
}

.circle-box input:checked ~ .input-box {
    background: #24a6d5;
}

.circle-box input {
    opacity: 0;
    position: relative;
    z-index: 1;
    left: 1px;
    top: 1px;
}

.input-box {
    position: absolute;
    top: 18px;
    left: 15px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

.circle-box input:checked ~ .input-box:after {
    display: block;
}

.input-box:after {
    content: "";
    display: none;
    position: absolute;
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-section .submit {
    display: block;
    width: 100%;
    color: #fff;
    font: 15px/48px "Roboto", sans-serif;
    background: #24a6d5;
    border: none;
}

.form-section .submit:focus,
.form-section .submit:active,
.form-section .submit:hover {
    outline: none;
}

.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    border-color: #ced4da;
}

.or {
    text-align: center;
    background: url(../images/arrow.png) repeat no-repeat 0 55%;
}

.or span {
    display: inline-block;
    padding: 0 5px;
    background: #fff;
    color: #969696;
    line-height: 70px;
}

.opposite {
    display: block;
    background: #0077b7;
    color: #fff;
    text-align: center;
}

.opposite:hover,
.opposite:active,
.opposite:focus {
    color: #fff;
}

.opposite:after {
    content: "";
    display: block;
    clear: both;
}

.opposite i {
    background: #006aa3;
    color: #fff;
    line-height: 60px;
    width: 20%;
    float: left;
    font-size: 29px;
}

.opposite span {
    width: 80%;
    display: block;
    float: left;
    line-height: 60px;
}

.form-group p a {
    color: #24a6d5;
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
}
/*Signup form ended.*/



/*Homepage started.*/

section.searchbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.headerGap {
    height: 70px;
}

.search-input {
    position: relative;
    line-height: 1;
    float: left;
    margin: 17px 0;
}

.search-input:first-child {
    border-right: 1px solid #939393;
    padding-right: 20px;
}

.search-input:nth-child(2) {
    padding-left: 18px;
    padding-right: 20px;
}

.search-input input:checked ~ .input-check {
    border-color: #24a6d5;
}

.search-input:nth-child(2) .input-check {
    left: 15px;
}

.search-input input:checked ~ label {
    color: #24a6d5;
}

.search-input input {
    opacity: 0;
    position: relative;
    z-index: 1;
    left: 1px;
    top: 1px;
}

.input-check {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 15px;
    width: 15px;
    border: 1px solid #939393;
    border-radius: 50%;
}

.search-input:last-child .input-check {
    left: 18px;
}

.search-input label {
    margin: auto;
    line-height: 1;
}

.search-input input:checked ~ .input-check:after {
    display: block;
}

.input-check:after {
    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #24a6d5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-box {
    width: 73%;
    float: left;
    position: relative;
}

.search:after {
    content: "";
    display: block;
    clear: both;
}

.search .search-box input {
    width: 100%;
    line-height: 50px;
    background: #f2f2f2;
    border-radius: 30px;
    border: none;
    padding: 0 25px;
}

.search .search-box button {
    border-radius: 30px;
    line-height: 50px;
    background: #f2f2f2;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px;
}

.diffrent {
    padding: 8px 0 7px;
}

.diffrent a:hover,
.diffrent a:active,
.diffrent a:focus {
    text-decoration: none;
}

.diffrent a {
    border-radius: 20px;
    padding: 0 14px;
    display: inline-block;
    font: 14px/35px "Roboto", sans-serif;
}

.diffrent a#invite {
    color: #282828;
    background: #f2f2f2;
}

.diffrent a#new_sol {
    color: #fff;
    background: #24a6d5;
    margin-left: 10px;
}

section.homepage.handpicked h3 {
    font-size: 18px;
    line-height: 28px;
}

.query {
    padding: 15px 22px 15px 15px;
    border: 1px solid #f2f2f2;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.query p.question {
    font: bold 16px/28px "Roboto", sans-serif;
}

.query p.answer {
    font: 15px/24px "Roboto", sans-serif;
    color: #282828;
}

.query p span {
    color: #24a6d5;
}

.query p.answer span {
    font-weight: bold;
}

.code-query {
    height: 270px;
    border-radius: 3px;
    background: #2b2b2b;
    padding: 10px 4px;
    margin-bottom: 15px;
}

.code-box {
    overflow-y: auto;
    height: 100%;
}

/* width */
.code-box::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.code-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #414141;
    border-radius: 5px;
}

/* Handle */
.code-box::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

p.link {
    font: 15px/24px 'Roboto', sans-serif;
    margin: auto;
}

p.link a {
    color: #24a6d5;
}

p.link a:active,
p.link a:focus,
p.link a:hover {
    text-decoration: none;
}

p.note {
    font: 15px/24px "Roboto", sans-serif;
    color: #282828;
}

.comment-section {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 12px;
}

.comment-section a {
    color: #bdbdbd;
    font: 15px/28px "Roboto", sans-serif;
}

.comment-section a:not(:last-child) {
    padding-right: 28px;
    border-right: 1px solid #e5e5e5
}

.comment-section a:not(:first-child) {
    padding-left: 28px;
}

.comment-section a:hover,
.comment-section a:active,
.comment-section a:focus {
    text-decoration: none;
}

.question p {
    line-height: 47px;
    margin: auto;
}

.question p:not(last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.question p a {
    color: #24a6d5;
}


a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.aboutyou {
    padding: 30px 0;
    border-bottom: 1px solid #dfdfdf;
}

.about p {
    margin-bottom: 5px;
    font: 14px/28px 'ROboto', sans-serif;
}

.about p b {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    color: #282828;
}

.about p span {
    width: 68%;
    display: inline-block;
    color: #939393;
}

.about p a {
    color: #24a6d5;
}

.about p a.manage {
    display: inline-block;
    padding: 0 17px;
    border-radius: 2px;
    line-height: 33px;
    border: 1px solid #24a6d5;
}

.activity {
    padding: 40px 0;
}

.activity .img-block {
    margin-bottom: 5px;
}

.activity .img-block:after {
    content: "";
    display: block;
    clear: both;
}

.activity .img-block .img-box {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-right: 10px;
}

.text p {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.text p a {
    font: 600 16px/normal "Roboto", sans-serif;
    color: #24a6d5;
}

/*Homepage ended.*/
/*Sign up Section ended.*/


/*Profile-edit started.*/

section.profile-edit {
    margin-top: 30px;
}

nav.side-nav:before {
    content: "";
    width: 10000px;
    height: 350px;
    background: #f7f9fa;
    position: absolute;
    right: 0;
    z-index: -1;
    top: -27px;
}

.side-nav {
    position: relative;
}

.side-nav ul {
    padding: 0;
    display: block;
}

.side-nav ul li {
    display: block;
}

.side-nav ul li a {
    font: 15px/50px "Roboto", sans-serif;
    color: #000;
    display: block;
}

.side-nav ul li.active a,
.side-nav ul li a:hover {
    color: #24a6d5;
    border-color: #24a6d5;
}

.nav.nav-tabs.static-nav li a {
    font: 14px/2 'Roboto', sans-serif;
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding: 0 3px;
    color: #282828;
}

.new-form {
    margin-bottom: 30px;
}

.profile-edit-form .new-form input:-internal-autofill-selected {
    color: #24a6d5 !important;
}

.nav.nav-tabs.static-nav li a.active,
.nav.nav-tabs.static-nav li a:hover {
    color: #24a6d5;
    border-color: #24a6d5;
}


.nav.nav-tabs.static-nav li:not(:first-child) a {
    margin-left: 20px;
}

.nav.nav-tabs.static-nav li:not(:last-child) a {
    margin-right: 20px;
}

.tab-content.static-content {
    margin-top: 25px;
}

.heading {
    padding-bottom: 24px;
}

.heading h3 {
    font: 18px/28px "Roboto", sans-serif;
    color: #282828;
    margin: auto;
}

.heading p {
    font: 14px/2 "Roboto", sans-serif;
    color: #939393;
    margin: auto;
}

.preview {
    margin-bottom: 50px;
}

.preview:after {
    content: "";
    display: block;
    clear: both;
}

.preview-image,
.input {
    float: left;
    position: relative;
}

.input {
    width: calc(100% - 175px);
    display: table;
    height: 130px;
    border-bottom: 1px solid #0000001a;
    margin-left: 20px;
}

.input-box2 {
    display: table-cell;
    vertical-align: middle;
}

.img-show {
    float: left;
    width: 130px;
    overflow: hidden;
    border-radius: 50%;
    height: 130px;
    border: 1px solid #6f6f6f;
    background: #f9f9f9;
}

.img-show img {
    width: 100%;
    height: 100%;
}

.preview-image label {
    height: 130px;
    width: 130px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.upload {
    font: 14px/33px "Roboto", sans-serif;
    display: inline-block;
    color: #939393;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0px 17px;
}

input#image {
    position: absolute;
    left: 0px;
    line-height: 29px;
    opacity: 0;
    max-width: 120px
}

/*Profile edit form */

.profile-edit-form label {
    font: 15px/20px "Roboto", sans-serif;
    color: #414141;
    margin: auto;
}

.profile-edit-form .new-form input,
.profile-edit-form .new-form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    background: #fafafa;
    font: 15px/33px "Roboto", sans-serif;
    padding: 5px 7px;
    resize: none;
    color: #939393;
}

.profile-edit-form .new-form input:focus,
.profile-edit-form .new-form textarea:focus {
    color: #24a6d5;
    border-color: #24a6d5;
    outline: none;
}

.profile-edit-form .older-notes {
    border: 1px solid #c3c3c3;
}

.btn-box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.profile-edit-form .older-notes .btn-box input {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
}

/*.profile-edit-form .older-notes .btn-box input[type="text"]:read-only, .profile-edit-form .older-notes textarea:read-only{
    background: #ccc;
}*/

.profile-edit-form .older-notes input,
.profile-edit-form .older-notes textarea {
    border: none;
    border-radius: 0;
}

.btn-box button[type=button] {
    border: none;
    background: #fafafa;
    color: #24a6d5;
    padding: 0 9px;
    text-decoration: underline;
}

.profile-edit-form .older-notes textarea {
    border-top: 1px solid #c3c3c3;
}

.btn-block.text-right {
    margin-top: -7px;
    border: 1px solid #C3C3C3;
    border-top: 0;
}

.profile-edit-form .new-form.add-note textarea:nth-child(2) {
    border-bottom: 0px;
    border-radius: 5px 5px 0 0;
}

.btn-block.text-right {
    background: #fafafa;
}

.btn-block.text-right button,
.save-btn button,
.create-block a,
.btn-edit button {
    padding: 0 24px;
    border-radius: 13px;
    border: none;
    font: 14px/30px "Roboto", sans-serif;
    margin: 0 5px 5px;
}

.btn-block.text-right button:disabled {
    cursor: no-drop;
    opacity: .5;
}

button#cancel,
.cancel {
    background: #f2f2f2;
}

button#Save,
.save,
.modal-footer .save {
    background: #24a6d5;
    color: #fff;
}

.save-btn button,
.create-block a,
.btn-edit button {
    line-height: 42px;
    padding: 0 35px;
    border-radius: 21px;
}

.create-block a {
    padding: 0;
    text-align: center;
}

.create-block .cancel {
    color: #282828;
}

.create-block a:hover,
.create-block a:active,
.create-block a:focus {
    color: inherit;
}

.create-block a.save:hover,
.create-block a.save:active,
.create-block a.save:focus {
    color: #fff;
}

.alert.remove {
    padding: 32px 15px 20px;
    box-shadow: 0px 0px 10px #00000014;
    border-radius: 0;
    margin-top: 30px;
}

.alert.remove img {
    max-width: 100%;
}

.alert-dismissible.remove .close {
    padding: 2px 6px;
    background: #ccc;
}

.alert.alert-dismissible.fade.show.remove.text-center p {
    margin-top: 20px;
}

#try {
    font: normal 15px/33px "Roboto", sans-serif;
    border: 1px solid #24a6d5;
    color: #fff;
    border-radius: 20px;
}

/*Profile-edit ended.*/



/*Company profile-edit started.*/

.company-image {
    height: 150px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #e5e5e6;
}

.img-show-company img {
    width: 100%;
}

.company-image .input-group2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: .3s;
    background: rgba(0, 0, 0, 0.6)
}

.company-image:hover .input-group2 {
    opacity: 1;
}

.company-image .input-group2 input {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.company-image .input-group2 .upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.company-image .input-group2 .upload:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.company-image .input-group2 .upload label {
    margin: auto;
}

.preview.company .preview-image {
    margin-left: 10px;
    margin-top: -40px;
}

.preview.company .preview-image .img-show {
    border-radius: 0;
}

.preview.company .input {
    height: 90px;
}

/*Company profile-edit ended.*/



/*Notification css started.*/
section.notification {}

.notification .notification-header h4 {
    font: 18px/28px "Roboto", sans-serif;
    color: #282828;
    margin: auto;
}

.notification .notification-header p {
    font: 14px/2 "Roboto", sans-serif;
    color: #939393;
}

.notification .notification-header p:after {
    content: "";
    display: block;
    clear: both;
}

.notification .notification-header button {
    border: none;
    background: transparent;
    font: 14px/2 "roboto", sans-serif;
    color: #24a6d5;
    padding: 0;
}

.notification-block {
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    background: #f5f6f7;
    height: 730px;
}

/* width */
.notification-block::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.notification-block::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
}

/* Handle */
.notification-block::-webkit-scrollbar-thumb {
    background: #24a6d5;
    border-radius: 10px;
}

/* Handle on hover */
.notification-block::-webkit-scrollbar-thumb:hover {
    background: #00bbff;
}

.notification-box {
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.notification-box.unread {
    background: #f5f6f7;
}

.notification-box:hover {
    background: #eaedef;
}

.notification-text {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
}

.notification-text h5 {
    font: 16px/22px "Roboto", sans-serif;
    color: #282828;
    margin: auto;
}

.notification-text img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.notification-text a {
    font: 14px/20px "Roboto", sans-serif;
    color: #939393;
    display: inline-block;
}

.notification-btn-box {}

.notification-btn-box button {
    font: 11px/25px"Roboto", sans-serif;
    width: 80px;
    text-align: center;
    border: none;
    border-radius: 17px;
    margin: 10px 0;
}

.notification-btn-box button.accept {
    color: #fff;
    background: #24a6d5;
    margin-right: 7px;
}

.notification-btn-box button.decline {
    color: #939393;
    background: #f2f2f2;
}

.notification-btn-box .view {
    color: #24a6d5;
    line-height: 47px;
    display: inline-block;
}

.done {
    background: #f5f6f7;
}

.done p {
    font: 12px/1 "Robot", sans-serif;
    color: rgba(0, 0, 0, 0.3);
    margin: auto;
    padding: 20px 0;
}

/*Notification css ended.*/


/*Myresume css started.*/
section.resume {
    margin-top: 29px;
}

.back-btn {
    margin-bottom: 20px;
}

.back-btn button {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 0;
}

.back-btn span {
    font-size: 20px;
    line-height: 44px;
    display: inline-block;
}


.cover-box,
.collapse-accordian button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.resume-img-box {
    padding-left: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
    max-width: 85px;
}

.resume-img-box img {
    width: 100%;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: block;
}

.other {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
    padding: 0 15px;
}

.name-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.name-section h3 {
    font: bold 25px/28px "Roboto", sans-serif;
    color: #24a6d5;
    text-transform: uppercase;
    margin: auto;
}

.name-section p {
    font: 13px/normal "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.address-section p {
    font: 13px/20px "Roboto", sans-serif;
}

.address,
.skill-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 15px;
}

.address span,
.skill-title span,
.collapse-accordian button span {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #24a6d5;
    border-radius: 50%;
}

.box-append,
.skill-title h5 {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
}

.box-append h5,
.skill-title h5 {
    font: bold 14px/1 "Roboto", sans-serif;
    color: #24a6d5;
    margin: auto;
}

.box-append p {
    font: 13px/1 "Roboto", sans-serif;
    color: #939393;
    margin: auto;
}

.skill-title h5 {
    line-height: 30px;
}

.skills {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.skills li {
    display: block;
    padding-left: 12px;
    position: relative;
    margin-bottom: 8px;
}

.skills li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #939393;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.skills .progress {
    height: 8px;
}

.skills .progress-bar {
    border-radius: 0 5px 5px 0;
    background: #24a6d5;
}

.skills .col-md-4 {
    margin-bottom: 20px;
}

.collapse-accordian button {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.card:not(:last-child) .custom-collapse-box {
    padding: 17px 0 35px;
    border-left: 1px solid #939393;
    max-width: calc(100% - 15px);
    margin-left: 15px;
}

.card:last-child .custom-collapse-box {
    max-width: calc(100% - 15px);
    margin-left: 15px;
}

.collapse-accordian .card:last-child .card-body {
    border-left: 1px solid #939393;
    padding-top: 17px;
}

.collapse-accordian .accordion > .card {
    border: none;
}

.collapse-accordian .card-body {
    border: none;
    padding: 0;
    padding-left: 25px;
}

.collapse-accordian .accordion > .card .card-header {
    background: transparent;
    border: none;
    margin-bottom: auto;
    padding: 0;
}


ul.points {
    list-style: none;
    padding: 0;
    border-left: 1px solid #24a6d5;
    margin: auto;
}

ul.points li {
    padding-left: 18px;
    position: relative;
    font: 14px/1 "Robot", sans-serif;
    color: #282828;
    padding-top: 17px;
}

ul.points li:first-child {
    padding-top: 13px;
}

ul.points li:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #24a6d5;
    left: -5px;
    top: 20px;
}

ul.points li:first-child:before {
    top: 16px;
}

ul.points li.true:before,
ul.points li.false:before {
    content: "\2713";
    color: #fff;
    width: 14px;
    height: 14px;
    top: 17px;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    left: -7px;
    background: #45b713;
}

ul.points li.false:before {
    content: "x";
    background: #d72a2a;
    line-height: 13px;
    top: 18px;
}

ul.points li a {
    color: #24a6d5;
}

ul.points li a:hover,
ul.points li a:active,
ul.points li a:focus {
    color: #24a6d5;
}

/*Myresume css ended.*/



/*Dashboard started.*/
.company-details {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.company-details ul,
.project-details ul {
    list-style: none;
    padding: 0;
    background: #f7f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: auto;
}

.company-details ul li,
.project-details ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 25px 24px;
    height: 83px;
}

.project-details ul li.see-more {
    padding: 2px 24px;
    height: 36px;
}

.project-details ul li.head {
    background: #f7f9fa;
}

.project-details ul li {
    background: #fff;
    height: 53px;
    padding: 10px 24px;
}

.company-details ul li:not(:last-child),
.project-details ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.company-details ul li h4,
.project-details ul li h4 {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.project-details ul li h5 {
    display: inline-block;
    font: 14px/32px "Roboto", sans-serif;
    color: #969696;
}

.company-details ul li img {
    max-width: 160px;
    max-height: 35px;
}

.company-details ul li h4,
.project-details ul li h4 {
    text-align: right;
    color: #282828;
    font: 15px/28px "Roboto", sans-serif;
    margin: 0;
}

.project-details ul li h4 {
    text-align: left;
}

.company-details ul li h4:before {
    content: "\f058";
    font-family: "font awesome 5 free";
    padding-right: 2px;
    display: inline-block;
    color: #007a12;
}

.company-details ul li span.time,
.project-details ul li span {
    padding-left: 32px;
    padding-right: 8px;
    display: inline-block;
    color: #24a6d5;
    font: 15px/28px "Roboto", sans-serif;
}

.project-details ul li.head span,
.project-details ul li.head h4,
.project-details ul li.head h5 {
    color: #969696;
}

.project-details ul li.see-more a,
.project-details ul li.see-more a:hover,
.project-details ul li.see-more a:active,
.project-details ul li.see-more a:focus {
    width: 100%;
    line-height: 33px;
    color: #24a6d5;
}

/*Dashboard ended.*/

/*rejection started.*/
/*#rejection .modal-dialog{
    margin-top: 270px;
}*/

#rejection .modal-body.text-center {
    padding: 48px 1rem 40px;
}

#rejection .modal-body.text-center h2 {
    margin: auto;
    padding-bottom: 37px;
    font: bold 20px/1 "Roboto", sans-serif;
}

.modal-footer {
    justify-content: center;
    border: none;
    padding: 0;
    padding-bottom: 25px;
}

.modal-footer button {
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 55px;
    border-radius: 20px;
    background: #e5e5e5;
    color: #000;
}

#rejection .modal-body i {
    font-size: 68px;
    color: #24ae60;
}

/*rejection ended.*/

/*confirmation popup started.*/
#confirmation .modal-body p {
    color: #969696;
}

/*confirmation popup ended.*/


/*alert input started.*/
.alert-input {
    width: 100%;
    height: 65px;
    line-height: 63px;
    border: 1px solid #24a6d5;
    padding: 0 15px;
}

/*alert input ended.*/

/*Notification started.*/
.comment-box {
    padding: 14px 17px;
    background: #f7f9fa;
    text-align: left;
}

.sender-details h4 {
    display: inline-block;
    color: #24a6d5;
    font: normal 14px/26px "Roboto", sans-serif;
}

.sender-details img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.comment-box p.text {
    font: 600 16px/26px "Robot", sans-serif;
    color: #282828;
}

/*Notification ended.*/

/*manage employee started.*/
.add-employee {
    margin-bottom: 20px;
}

.add-employee form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.add-employee form .employee-search {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
}

.add-employee input[type=search] {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    font: 15px/normal "Roboto", sans-serif;
    color: #24a6d5;
}

.add-employee form:after {
    content: "";
    display: block;
    clear: both;
}

.employee-search {
    float: left;
    margin-right: 10px;
    padding: 0 9px;
    border-radius: 20px;
    box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.add-employee input[type=button] {
    height: 45px;
    border: none;
    padding: 0 30px;
    border-radius: 22px;
}

ul.nav.nav-tabs.static-nav.table-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

ul.nav.nav-tabs.static-nav.table-nav li {
    -webkit-box-flex: 1;
    flex: 1;
    width: 1%;
}

ul.nav.nav-tabs.static-nav.table-nav li a {
    margin: auto !important;
}


.Provisional-employees {
    margin-bottom: 50px;
}

.Provisional-employees h4 {
    font: 600 18px/28px "Roboto", sans-serif;
    color: #282828;
}

.Provisional-employees table thead {
    background: #f7f9fa;
}

.Provisional-employees table tbody tr:not(:last-child),
.Provisional-employees table thead tr {
    border-bottom: 1px solid #e5e5e5;
}

.Provisional-employees table thead th,
.Provisional-employees table td {
    color: #939393;
    font: 14px/28px "Roboto", sans-serif;
    padding: 15px 9px 15px 18px;
}

.Provisional-employees table thead th:last-child {
    text-align: center;
}

.Provisional-employees table i.fas.fa-info-circle{
    position: relative;
    cursor: pointer;
}

.Provisional-employees table tr .table-details{
    position: absolute;
    width: 200px;
    height: 200px;
    overflow-x: auto;
    padding: 10px;
    background: #f7f9fa;
    color: #24a6d5;
    z-index: 1;
    border: 1px solid #E5E5E6;
    font-weight: 400;
    display: none;
}

.Provisional-employees table thead th .table-details::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.Provisional-employees table thead th .table-details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.Provisional-employees table thead th .table-details::-webkit-scrollbar-thumb {
    background: #24a6d5;
    border-radius: 10px;
}


.Provisional-employees table td {
    font-weight: 600;
    color: #282828;
}

.Provisional-employees table thead th:first-child, .Provisional-employees table tbody td:first-child {
    padding-left: 18px;
}

.Provisional-employees table thead th:last-child, .Provisional-employees table tbody td:last-child {
    padding-right: 9px;
}

.Provisional-employees table .left, .Provisional-employees table .not-join, .Provisional-employees table .not-join input:disabled, .Provisional-employees table .not-join input, .Provisional-employees table .job_left{
    color: #d52424;
}

.Provisional-employees table tr:last-child td {
    padding-top: 9px;
    padding-bottom: 9px;
}

.Provisional-employees table td input {
    background: transparent;
    border: 1px solid #e5e5e5;
    width: 118px;
    padding-left: 5px;
}

.table-two table td input, .table-two table td select{
    width: 95px;
    height: 32px;
} 

.table-two table td input[type=date], .table-two table top:     ;d input[type=datetime-local], .table-two table td input[type=month], .table-two table td input[type=time]{
    width: 115px;
}

.Provisional-employees table td input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.Provisional-employees table td input:disabled::-webkit-calendar-picker-indicator {
    display: none;
}

.Provisional-employees table td input:disabled::-webkit-clear-button {
    display: none;
}

.Provisional-employees table td input:disabled, .Provisional-employees table td select:disabled  {
    border-color: transparent;
    width: 105px;
    -webkit-appearance: none;
}

.Provisional-employees table td .pending {
    color: #f2bc00;
}

.Provisional-employees table td .accept, .Provisional-employees table td .verify {
    color: #2eb848;
}

.Provisional-employees table td:last-child {
    text-align: right;
}

.Provisional-employees table tr button{
    background: transparent;
    padding: 0 9px;
    font: 14px/17px "Roboto", sans-serif;
    border: none;
    border-right: 1px solid #939393;
    color: #24a6d5;
}

.Provisional-employees table tr button.show{
    border: none;
}

.Provisional-employees table tr button.delete {
    color: #d52424;
}

.Provisional-employees table tr button:last-child {
    border: none;
    padding-right: 0;
}

.Provisional-employees table tr button.see-more {
    border: none;
    width: 100%;
    padding: 0;
    line-height: 28px;
    font-weight: 600;
}

.table-one select {
    font-weight: 600;
}

.table-one select:disabled {
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

/*manage employee ended.*/

/*my solutions started.*/
.my-solutions .comment-section a:first-child {
    color: #5d3939;
}

.my-solutions .comment-section a:first-child i {
    color: #3f2f2f;
}

.back-btn.sol button {
    background: #f7f9fa;
}

.solution-table-box,
.pending-list {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    overflow-x: auto;
}

/* width */
.solution-table-box::-webkit-scrollbar,
.pending-list::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.solution-table-box::-webkit-scrollbar-track,
.pending-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.solution-table-box::-webkit-scrollbar-thumb,
.pending-list::-webkit-scrollbar-thumb {
    background: #24a6d5;
    border-radius: 10px;
}

.solution-table-box table,
.Provisional-employees table {
    width: 748px;
}

.solution-table-box table thead {
    background: #f7f9fa;
    border-bottom: 1px solid #e5e5e5;
}

.solution-table-box table thead tr th {
    padding: 9px 0px 8px;
}

.solution-table-box table tr th:first-child {
    padding-left: 19px;
}

.solution-table-box table tr th:last-child {
    padding-right: 19px;
    text-align: right;
}

.solution-table-box thead th {
    font: 14px/28px "Roboto", sans-serif;
    color: #939393;
}

.solution-table-box table tbody th {
    height: 53px;
}

.solution-table-box table tbody tr:not(.last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.solution-title {
    max-width: 250px;
}

.solution-title h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 600 14px/normal "Robot", sans-serif;
    color: #282828;
    margin: auto;
}

.submit-name {
    color: #24a6d5;
    font: 14px/normal "Roboto", sans-serif;
}

.submit-date {
    font: 14px/normal "Roboto", sans-serif;
    color: #969696;
}

.action button {
    background: transparent;
    border: none;
    padding: 0;
}

.action .approve {
    padding: 3px 0 3px 5px;
    border-radius: 20px;
    color: #fff;
    background: #24a6d5;
    width: 85px;
    line-height: 24px;
    position: relative;
    border: 1px solid #24a6d5;
    font-size: 12px;
    text-align: left;
    margin-right: 7px;
}

.action .approve:focus {
    background: #fff;
    color: #24a6d5;
    outline: none;
}

/*.action .approve:after{
    content: "\2039";
    transform: rotate(270deg);
    position: absolute;
    font-size: 21px;
    top: 0px;
    right: 14px;
}*/

.action .approve:focus:after {}

.action button.reject {
    font: 12px/normal "Roboto", sans-serif;
    color: #d00909;
}

/*my solutions ended.*/


/*Notification details started.*/
.notification-details{
    padding: 15px 20px;
    background-color: #f7f9fa;
}

.notification-details h4{
    font: 600 16px/26px "Roboto", sans-serif;
    color: #282828;
}

.notification-details img{
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    background: #f7f9fa;
    border: 1px solid #939393;
}

.notification-details a.img{
    margin-right: 10px;
}

.notification-details a.name{
    font: 14px/26px "Robot", sans-serif;
    color: #939393;
}

.notification-details p.text{
    font: 15px/24px "Roboto", sans-serif;
    color: #282828;
}

.notification-details a.view-content{
    color: #24a6d5;
}

.notification-details .notification-btn-box{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
}

.notification-details .notification-btn-box button{
    font: 15px/35px "Roboto", sans-serif;
    width: auto;
    padding: 0 22px;
}

.notification-details .notification-btn-box button.decline{
    border: 1px solid #e5e5e5;
}

/*Notification details ended.*/
