@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    /* list-style: none; */
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

::selection {
    background: #1de9b6;
}

::-moz-selection {
    background: #1de9b6;
}

body {
    font-family: 'Open Sans', sans-serif;
    caret-color: #1de9b6;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.col-30 {
    width: 18%;
}

.col-70 {
    width: 82%;
}


.logo-nav {
    padding: 48px 50px 50px;
}

.sidenav {
    position: relative;
    width: 18%;
}

.logo-top {
    padding: 30px 50px 45px;
}

.logo-top a {
    padding: 0 !important;
    border: none !important;
}

.logo-top a img {
    width: 100%;
}

.logo-top a:hover {
    background: transparent !important;
    border: none !important;
}

.sidenav li {
    position: relative;
    line-height: normal;
}

.sidenav li>a {
    display: flex!important;
    align-items: center;
    text-decoration: none !important;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    line-height: normal;
    height: auto;
    padding: 15px 22px;
}
.sidenav li>a.collapsible-header{
    cursor: default !important;
}
.sidenav li>a.collapsible-header:hover{
    background: transparent !important;
    border-left:4px solid #fff !important;
}
.show-more-btn{
    height: auto;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: rgb(0, 191, 165) !important;
}



.sidenav li ul .navigation-link{
/* white-space: nowrap; */
        width: 100%;
    /* text-overflow: ellipsis; */
    overflow: hidden;
        line-height: normal !important;

}

.sidenav li>a .material-icons {
    position: relative;
    margin-right: 10px;
}

.add-right {
    position: absolute !important;
    right: 15px;
    margin-right: 0;
    top: 15px;
    font-size: 24px !important;
    z-index: 101;
    padding: 0 !important;
    font-weight: normal !important;
    background: transparent !important;
    border: none !important;
}

.add-right:hover {
    border: none !important;
}

.sidenav li ul li a {
    font-weight: normal;
    padding-left: 57px;
}

.main-bar {
    padding: 32px 48px 0px 40px;
}

.btn-user {
    width: 48px;
    height: 48px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none !important;
    color: rgb(78, 90, 98);
}

.btn-user:hover {
    color: rgb(78, 90, 98);
}


.btn-user img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgb(29, 233, 182);
    box-sizing: content-box;
    color: rgb(78, 90, 98);
    background-color: rgb(188, 188, 188);
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.user-sec {
    position: relative;
}

.user-sec .dropdown-content {
    top: 45px !important;
    min-width: 200px;
    height: auto !important;
    border: 1px solid rgb(226, 226, 226);
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 8px 0px;
    border-radius: 5px;
    padding: 10px 0;
    text-align: left;
    right: 0 !important;
    left: initial !important;
}

.user-sec .dropdown-content li {
    min-height: inherit;
}

.user-sec .dropdown-content li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 6px 23px;
    text-decoration: none;
}

.dropdown-content li span {
    color: rgb(0, 0, 0);
}
.main-top-header{
    position: relative;
    z-index: 1000;
}
.main-top-header h3 {
    font-size: 1.375rem;
    color: rgb(17, 17, 17);
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Open Sans, sans-serif;
}

.user-sec .dropdown-content.drop-new {
    padding: 15px !important;
    min-width: 300px !important;
}

.user-sec .color-link {
    color: rgb(29, 233, 182);
}

.search-top {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 360px;
    padding-left: 20px;
    border-radius: 44px;
    border: 1px solid rgb(224, 224, 224);
    text-align: left;
    height: 44px;
}

.search-top .search-wrapper {
    display: flex;
    width: 100%;
}

.search-top .search-wrapper input {
    margin-bottom: 0;
    border: none !important;
    font-size: 14px !important;
    height: auto;
    box-shadow: none !important;

}

.search-top .search-wrapper input::placeholder {
    color: rgb(139, 139, 139);
      box-shadow: none !important;
      border: none;
}

.search-top .search-wrapper .material-icons {
    width: 45px;
    align-items: center;
    display: flex;
    color: rgb(133, 133, 133);
}

.states-writing {
    padding: 30px 0 10px;
}

.states-writing .top-showall {
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.states-writing .top-showall h4 {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(158, 158, 158);
    text-transform: uppercase;
}

.states-writing .top-showall span a {
    font-size: 13px;
    line-height: 2.15;
    color: rgb(0, 191, 165);
    text-decoration: underline;
}

.bg-transparent.btn{
    background: transparent !important;
}
.bg-transparent.btn:hover{
    background: rgb(239, 239, 239) !important;
}
.new-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-box {
    background: rgba(100, 255, 218, 0.06);
    border: 1px solid rgb(29, 233, 182);
    border-radius: 4px;
    text-align: center;
    padding: 32px;
    height: 280px;
}

.number-text {
    font-size: 59px;
    line-height: 1;
    font-weight: 500;
    margin: 0px 0px 15px;
}

.chart-box h5 {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}

.chart-box p {
    margin-bottom: 0;
}

.chart-box p span {
    margin-top: 27px;
    font-size: 13px;
    color: rgb(158, 158, 158);
    line-height: 1.23;
    display: inline-block;
}

.recent-doc {
    padding: 16px 56px 16px 72px;
    position: relative;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #586d79;
    text-decoration: none !important;
    overflow: initial !important;

}

.recent-doc:hover {
    color: rgb(29, 233, 182);
}

.recent-doc .material-icons {
    font-size: 22px;
}

.recent-doc .doc-icon {
    position: absolute;
    left: 15px;
}

.relrtr .dot-icon {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 10;
    color: rgb(153, 153, 153);
}

.relrtr {
    position: relative;
}

.ab-top {
    width: 150px !important;
}

.ab-top.dropdown-content {
    min-width: 150px;
    height: auto !important;
    border: 1px solid rgb(226, 226, 226);
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 8px 0px;
    border-radius: 5px;
    padding: 10px 0;
    right: 0 !important;
    left: inherit !important;
}

.ab-top.dropdown-content li {
    min-height: inherit;
}

.ab-top.dropdown-content li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 10px 23px;
    text-decoration: none;
}

.modal-style {
    max-height: inherit;
    background: transparent;
    border: none;
}

.modal-style.modal {
    width: 455px;
    max-height: 80vh;
}

.modal-style .modal-content {
    height: auto;

    margin: 0 auto;
    padding: 24px 34px;

}

.modal-style .modal-content h4 {
    margin: 0px 0px 18px;
    padding: 0px;
    color: rgb(17, 17, 17);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: left;
}

.modal-style .modal-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0px;
    box-sizing: border-box;
    overflow: visible;
    border-top: none;
    border-bottom: none;
    flex: 1 1 auto;
    max-height: 170px;
}

.modal-style .green-color.btn {
    color: rgb(23, 180, 148);
}

.modal-style .black-color.btn {
    color: rgb(0, 0, 0);
}

.modal-style .modal-close.btn:hover {
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 2px;
}

.modal-style .modal-delete.btn {
    color: rgb(23, 180, 148);
}

.modal-style .modal-delete.btn:hover {
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 2px;
}


.curcel-area {
    border: 10px solid #D6D6D6;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.curcel-area .dropdown-content {
    min-width: 200px;
    left: initial !important;
    right: 0 !important;
}

.curcel-area .dropdown-content a {
    text-decoration: none;
}

.curcel-area .dropdown-content li {
    display: flex;
    align-items: center;
}

.curcel-area .dropdown-content label {
    margin-bottom: 0 !important;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;

}

.curcel-area .dropdown-trigger {
    color: rgb(0, 191, 165);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.curcel-area .dropdown-trigger span {
    font-size: 24px;
}

.featured-section {
    padding: 16px 48px;
    border-top: 1px solid rgb(238, 238, 238);
    background: rgba(29, 233, 182, 0.1);
    text-decoration: none !important;
    width: 100%;
}

.featured-section:hover {
    background: #D1E6E1;
}

.bg-whiter.featured-section:hover {
    background: #eee !important;
}


.row_no-spacing>[class|=col] {
    padding: 0;
}

.col-xs2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col_no-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.content-one {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.43;
    color: rgb(97, 97, 97);
    max-height: 200px;
    overflow: hidden;
    word-break: break-all;
}

.po-relative {
    position: relative;
}

.dot-icon2 {
    position: absolute;
    right: 15px;
    top: 18px;
    color: rgb(153, 153, 153);
    z-index: 10;
}
.dot-icon3 {
    position: absolute;
    right: 15px;
    top: 18px;
    color: rgb(153, 153, 153);
    z-index: 10;
}
.po-relative .dropdown-content {
    left: inherit !important;
    right: 0 !important;
    min-width: 235px;
}

.po-relative .dropdown-content a {
    text-decoration: none;

}

.position-left-star{
    position: relative;
    left: 0;
    margin-left: -30px;
    top: 6px;

}

.modal.modal-md.modal-style {
    width: 612px;
}

.mobile-logo {
    display: none;
}

.projects-writing {
    padding: 40px 40px;
}

.projects-writing .text-h4 {
    color: rgb(0, 191, 165);
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.edit-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
}

.input-field2 {
    border-radius: 3px !important;
    color: rgba(0, 0, 0, 0.87) !important;
    border:none !important;
    position: relative;
    appearance: textfield;
    font-size: 30px !important;
    padding: 3px 5px !important;
    margin-left: -5px !important;
    /* font-style: italic; */

}

.input-field2::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-style: italic;
}

.input-field2:focus {
    border: 1px solid #bdbdbd !important;
    outline: none !important;
    box-shadow: none !important;
}
.edit-text-box .invalid-feedback{
    position: absolute;
    bottom: -15px;
    left: 0;

}


.delete-ic {
    color: rgb(153, 153, 153);
}

.dropdown-content.drop-right {
    right: 0 !important;
    left: initial !important;
    transform: initial !important;
}

.dropdown-content.drop-right a:hover {
    text-decoration: none !important;
}

.upper-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(158, 158, 158);
    text-transform: uppercase;
    font-style: initial !important;
}



.recent-doc2 {
    padding: 15px 15px 15px 15px;
    position: relative;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #586d79;
    text-decoration: none !important;

}

.recent-doc2:last-child {
    border-bottom: none;
}

.recent-doc2:hover {
    background-color: #E5E5E5;
}


.recent-doc2 .doc-icon {
    position: absolute;
    left: 15px;
}

.recent-doc2 label {
    margin-bottom: 0;
    color: rgb(0, 0, 0);
}

.recent-doc2 label span::after {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}

.recent-doc2 label span::before {
    top: 2px !important;
    left: 4px !important;
}

.time-tracked td h6 {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: rgb(153, 153, 153);
    line-height: 1;
}

.task-link {
    color: rgb(0, 191, 165);
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
}



.ring-radio label {
    margin-bottom: 0;
}

.ring-radio label span::after {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}

.ring-radio label span::before {
    top: 2px !important;
    left: 4px !important;
}

.ring-radio input.value-text {
    font-style: initial !important;
}

.wd-right-40 {
    width: 35%;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-right-40 span {
    font-size: 14px;
}

.wd-right-40 span i {
    position: relative;
    margin-right: 10px;
    font-size: 18px;
}

.wd-right-40 div {
    font-size: 14px;
    color: rgb(23, 180, 148);
    min-width: 45px;
}

.tune-icon {
    color: rgb(153, 153, 153);
    font-size: 20px;
    transform: rotate(90deg);
}

.dropdown-content.tune-ic-box {
    width: 240px !important;
    padding: 15px !important;
    list-style: none;
}

.dropdown-content.tune-ic-box li.f-child {
    padding: 0 0 10px !important;
    min-height: inherit !important;
    line-height: normal !important;
}

.dropdown-content.tune-ic-box li {
    min-height: auto !important;
}

.dropdown-content.tune-ic-box li:hover {
    background: transparent !important;
}

.dropdown-content.tune-ic-box li span::before {
    border: none;
}




.client-orders {
    padding: 20px 0;
}

.input-find {
    padding: 0 12px;
    border: 1px solid #a5b4bc;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    font-size: 15px;
    font-family: "Open Sans",
        sans-serif;
    position: relative;
    width: 100%;
}

.select-find .select-dropdown.dropdown-trigger {
    padding: 0 12px !important;
    border: 1px solid #a5b4bc !important;
    border-radius: 3px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 15px !important;
    font-family: "Open Sans",
        sans-serif;
    width: 100%;
    margin-bottom: 0 !important;
}


.select-find .caret {
    right: -20px;
}

.select-find ul li {
    min-height: auto;
}

.select-find ul li span {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.select-find ul li:hover {
    background: transparent !important;
}

.select-find ul li.selected {
    position: relative;
}

.select-find ul li.selected::after {
    content: "";

    position: absolute;
    font-size: 24px;
    display: block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    height: 24px;
    width: 24px;
    top: 5px;
    margin: 0px;
    left: 6px;
    background: url(../img/check-tick.svg) no-repeat center;
    background-size: contain;
}

.time-tracked thead th {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(124, 144, 155);
    position: relative;
    background-color: inherit;
}

.message-center {
    text-align: center;
    margin-top: 200px;
}

.guide-box {
    border: 1px solid rgb(238, 238, 238);
}

.guide-img img {
    width: 100%;
}

.guide-content {
    padding: 1.5em;
}

.guide-content h3 {
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 15px;
}

.guide-content p {
    font-size: 1em;
    line-height: 1.4;
    color: rgb(97, 97, 97);
}

.percent-for {
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.percent-for div {
    color: rgb(255, 87, 34);
}

.percent-for div i {
    font-style: initial;
    text-decoration: line-through;
    color: #000;
}

.percent-for .material-icons {
    color: #1de9b6;
}

.btn-green {
    background: #1de9b6;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 100px;
}

.input-field3 label {
    box-sizing: border-box;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    width: 100%;
}

.email-id1 {
    margin-right: 24px;
    margin-bottom: 16px;
}

.btn-sdw {

    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}

.recent-doc2 h6 {
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0;
}

.recent-doc2 span {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0px 0px;
    color: rgba(0, 0, 0, 0.54);
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}


.left-sidebar-jobs {
position: relative;
    padding: 0 15px 24px 40px;
    display: inline-block;
    width: 100%;
}
.left-sidebar-jobs form{
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.no-pl-l {
    padding-left: 0 !important;
    background: #EEEEEE;
    padding-bottom: 40px;
}

.bar-pnl {
    padding: 0 48px 0 0;
}

.left-sidebar-jobs h2 {
    font-size: 22px;
    color: rgb(17, 17, 17);
    line-height: 2.2;
    margin: 3rem 0px 40px;
}

.jobSearchSaved {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.jobSearchSaved ul.dropdown-content{
    min-width: 150px !important;
}



.jobSearchSaved h5 {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(158, 158, 158);
    text-transform: uppercase;
}

.keyBoard-search {
    padding: 0 0 25px 0;
    width: 100%;
}
.keyBoard-search .key-text{
    box-sizing: border-box;
    width: 96% !important;
}

.radio-check-mark.tune-ic-box [type="radio"]+span:before, .radio-check-mark.tune-ic-box [type="radio"]+span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid transparent;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.radio-check-mark.tune-ic-box [type="radio"]:checked + span:not(.lever):before{
    top: -4px !important;
    left: -5px !important;
    width: 12px !important;
    height: 22px !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid rgb(29, 233, 182) !important;
    border-bottom: 2px solid rgb(29, 233, 182) !important;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}


.radio-check-mark.tune-ic-box [type="radio"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}



.keyBoard-search h4 {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: rgb(33, 33, 33);
}

.key-text {
    margin-top: 0;
    margin-bottom: 24px;
    height: 20px !important;
    width: 100%;
    display: block;
    padding: 5px !important;
    background: #fff !important;
    border: 1px solid #666 !important;
    border-radius: 2px !important;
    margin-bottom: 20px !important;

}

.key-text::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.filter-key .filter-text {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(158, 158, 158);
    text-transform: uppercase;
}

.filter-key a {
    padding: 10px 15px;
    float: right;
    font-size: 13px;
    text-align: center;
    width: auto;
    position: relative;
    /* right: -30px; */
    color: rgb(0, 191, 165);
}

.filter-key a:hover {
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 2px;
}

.display-list {
    margin-bottom: 0;
}

.display-list label {
    margin-bottom: 0 !important;
}

.display-list label span {
    font-size: 14px !important;
    padding-left: 25px !important;
    color: rgb(66, 66, 66);
}

.display-list label span::after {
    width: 15px !important;
    height: 15px !important;
    top: 5px !important;
}

.display-list label span::before {
    top: 3px !important;
    width: 5px !important;
    height: 10px !important;
}


.display-list2 {
    margin-bottom: 3px;
}

.display-list2 label {
    margin-bottom: 0 !important;
    word-break: break-all;
}

.display-list2 label span {
    font-size: 14px !important;
    padding-left: 25px !important;
    color: rgb(66, 66, 66);
    word-break: break-all;
}


.save-filter {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans",
        sans-serif;
    color: rgb(0, 191, 165);
}

.save-filter:hover {
    background-color: #DDDDDD;
}

.bg-un {
    background: rgb(38, 49, 54);
    min-height: 100vh;
    position: relative;
}

.black-sidebar-jobs {
    position: fixed;
    padding: 0px 30px;
    height: 100%;
    overflow-y: scroll;
    width: 18.333333%;
}

.black-sidebar-jobs h2 {
    font-size: 22px;
    color: rgb(238, 238, 238);
    line-height: 2.2;
    margin: 40px 0px 60px;
}

.intro {
    padding: 0 0 40px 0;
}

.flex-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(72, 90, 99);
}

.flex-intro h6 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.flex-intro span {
    font-size: 12px;
    color: rgb(124, 144, 155);
}

.intro ul {
    margin: 0 0 0 -30px;
    position: relative;
    padding: 0;
    list-style: none;
}

.intro ul li {
    margin-left: 0;
    position: relative;
    border-left: none;
    line-height: 1.29;
    position: relative;
}

.intro ul li .ring {
    position: absolute;
    right: 10px;
    top: 16px;
}

.intro ul li a {
    padding: 16px 60px 16px 30px;
    color: rgb(189, 189, 189);
    font-size: 14px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-left: 4px solid transparent;
}

.intro ul li a:hover {
    background: #222C30;
    border-left: 4px solid #1de9b6;
}

.intro ul li a.active {
    background: #222C30;
    border-left: 4px solid #1de9b6;
}


@keyframes progress {
    0% {
        --percentage: 0;
    }

    100% {
        --percentage: var(--value);
    }
}

@property --percentage {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}

[role="progressbar"] {
    --percentage: var(--value);
    --primary: rgb(29, 233, 182);
    --secondary: rgb(72, 90, 99);
    --size: 26px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}

[role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%),
            var(--secondary) 0);
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
}

/* [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
} */
.main-bg-black {
    background: rgb(38, 49, 54);
}

.bg-black-gray {

    min-height: 100vh;
    position: relative;
}

.un-library {
    /* height: 100%; */
    padding-top: 50px;
    padding-left: 20px;
}

.un-library .video-iframe {
    width: 100%;
    margin-bottom: 25px;
}

.un-library .video-iframe iframe {
    width: 100%;
    border: none;
    height: 450px;
}

.comment-box {
    margin-bottom: 15px;
}

.comment-textarea {
    background: rgba(25, 33, 37, 0.7);
    border: none;
    padding: 18px;
    border-radius: 3px;
    max-height: 180px;
    min-height: 90px;
    width: 100%;
    font-size: 15px;
    color: rgb(189, 189, 189);
    font-family: "Open Sans",
        sans-serif;
}

.un-library h4 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(72, 90, 99);
    margin-bottom: 0;
}

.download-doc {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0px;
    padding: 16px 15px 16px 15px;
    position: relative;
    color: rgb(224, 224, 224);
    line-height: 1.49;
    font-size: 15px;
    border-bottom: 1px solid rgb(72, 90, 99);
    width: 100%;
}

.download-doc .article-icon {
    position: relative;
    margin-right: 15px;
    color: rgb(88, 109, 121);
    font-size: 20px;
    bottom: -3px;
}

.download-ic {
    position: relative;
    bottom: -3px;
    color: rgb(0, 191, 165);
}

.download-doc:hover {
    background: rgba(25, 33, 37, 0.7);
}

.un-library .slider {
    width: 100%;
    overflow: hidden;
    height: 450px;
    position: relative;
    padding: 0 70px;

}

.slider-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.slider-wrapper .slide img {
    height: 100%;
    object-fit: contain;
}

.un-library .slide {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 500ms linear;
}

.slider-wrapper>.slide:first-child {
    opacity: 1;
}

.slider-nav {
    height: 64px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -32px;
    z-index: 1000;
}

.slider-nav button {
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-indent: -9999em;
    background-color: transparent;
    background-repeat: no-repeat;
}

.slider-nav button:focus {
    outline-style: none;
}

.slider-nav button.slider-previous {
    float: left;
    background-image: url('../img/left-back.svg');
    display: none;
    margin-left: 0;
    background-size: 38px;

}

.slider-nav button.slider-next {
    float: right;
    background-image: url('../img/right-back.svg');
    margin-right: 0;
    background-size: 38px;
}


.pagenation-text {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding: 15px 0;
}

.fullscreen-btn {
    padding: 10px 15px;
    color: #fff;
    background: rgb(0, 191, 165);
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}

.white-featured {
    background: #fff;
}

.white-featured:hover {
    background: #E5E5E5;
}


.irs--round .irs-bar {
    background-color: rgb(0, 191, 165);
}

.irs--round .irs-handle {
    background-color: rgb(0, 191, 165);
    border-color: rgb(0, 191, 165);
    box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: rgb(0, 191, 165);
}

.irs--round .irs-handle {
    width: 10px;
    height: 10px;
    top: 32px;
}

.irs--round .irs-bar {
    height: 2px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}


.goals-section {
    padding: 40px 0;
}

.words-perday {
    border-top: 1px solid rgb(224, 224, 224);
    margin-top: 10px;
    padding: 40px 0 0;
}

.goals-line h5 {
    font-size: 15px;
    line-height: 1.47;
    color: rgb(0, 0, 0);
    margin-bottom: 0;
}

.goals-line .text-st {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    display: block;
    color: rgb(158, 158, 158);
}

.goals-line .text-st i {
    color: #000;
    font-style: initial;
}

.task-list1 {
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.43;
    color: rgb(0, 191, 165);
}

.task-list1 span {
    position: relative;
    margin-right: 10px;
    color: #000;
}

.wd-225-ring {
    width: 225px;
    height: 225px;
    border: 10px solid #D6D6D6;
    border-radius: 50%;
    position: relative;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.number-pro {
    width: 100%;
    height: 100px;
}

.number-pro h6 {
    color: rgb(189, 189, 189);
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.last-days {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-bottom: 5px;
}

.last-days h4 {
    color: #111;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 100%;
}

.table th,
.table td {
    border-top: none;
}

.table th {
    font-weight: normal;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 24px;
    height: auto;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(153, 153, 153);
    position: relative;
    background-color: inherit;
    letter-spacing: -0.3px;
}

.table td {
    padding-left: 0px;
    padding-right: 24px;
    height: auto;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: inherit;
    line-height: normal;
    color: rgb(0, 0, 0);
}

.table thead th {
    border: none;
}

.fnt-s {
    font-size: 13px;
    line-height: 2.15;
    color: rgb(153, 153, 153);
    vertical-align: middle;
    font-style: normal;
    position: relative;
    top: -5px;
}

.display-box {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: "Open Sans",
        sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px,
        rgb(0 0 0 / 12%) 0px 1px 4px;
    border-radius: 2px;
    padding: 24px;
    margin-top: 30px;
    margin-bottom: 24px;
}

.display-box h4 {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding-left: 0px;
    width: 100%;
}

/* new profile page */


.class-view {
    position: absolute;
    background-color: rgb(38, 49, 54);
    width: 50px;
    height: 50px;
    font-size: 22px;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 15px;
    top: 20px;
    color: var(--green-bg);
}

.class-view:hover {
    background: rgb(109 116 119);
}



.class-settings {
    position: absolute;
    background-color: rgb(38, 49, 54);
    width: 50px;
    height: 50px;
    font-size: 22px;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 15px;
    top: 80px;
    color: var(--green-bg);
}

.class-settings:hover {
    background: rgb(109 116 119);
}

.class-photo {
    position: absolute;
    background-color: rgb(38, 49, 54);
    width: 50px;
    height: 50px;
    font-size: 22px;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 15px;
    bottom: 20px;
    color: var(--green-bg);
    /* display: none; */
}

.top-changing-content-banner:hover .class-photo {
    display: inline-flex;
}

.class-toggle {
    position: absolute;
    background-color: rgb(38, 49, 54);
    width: 50px;
    height: 50px;
    font-size: 22px;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 15px;
    top: 20px;
    color: var(--green-bg);
}

.class-toggle:hover {
    background: rgb(109 116 119);
}

.add-s-account {
    border: 2px solid var(--green-bg);
    position: relative;
    height: 32px;
    line-height: 28px;
    min-width: 88px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Open Sans",
        sans-serif;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: var(--green-bg);
}

.ss-account {
    top: 42px !important;
    background: #fff;
    min-width: 350px !important;
    padding: 15px 16px !important;
    border-radius: 2px;
    position: absolute;
    z-index: 100;
    box-shadow: rgba(0 ,0 ,0 , 75%) 0px 12px 32px 0px;
}

.ss-account h4 {
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.link-upload{
    color: rgb(72, 90, 99);
        position: relative;
        font-size: 16px;
        display: inline-block;
        user-select: none;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        vertical-align: middle;
        margin-right: 8px;
}
.link-fetch{
    vertical-align: middle;
        color: rgb(66, 66, 66);
        font-size: 16px;
}
.del-btn{
    border: 10px;
        box-sizing: border-box;
        display: inline-block;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
        outline: none;
        font-size: 0px;
        font-weight: inherit;
        position: relative;
        vertical-align: middle;
        overflow: visible;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        width: 24px;
        height: 24px;
        background: none;
}
button.del-btn:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
.m-delete{
    color: rgb(212, 221, 226);
        position: relative;
        font-size: 24px;
        display: inline-block;
        user-select: none;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.middle-x-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}






.flex-field-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-field-2 .input-field input.validate {
    width: 280px;
    font-size: 14px;
}
.add-circle {
    color: var(--green-bg);
    cursor: pointer;
}







.aside-left {
    background: #fff;
    width: 20%;
    height: 100vh;
    position: fixed;
    transition: .3s;
    left: -20%;
    z-index: 100;
    padding: 0;
    top: 0;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}

.aside-left .sidenav {
    width: 100%;
    position: relative;
    transform: initial !important;
}

.aside-left.close1 {
    left: 0;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);

}

.op-bg {
    position: relative;
}

.op-bg::after {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}
.settings-sidebar {
    background: #fff;
    width: 325px;
    height: 100vh;
    position: fixed;
    transition: .3s;
    right: -325px;
    z-index: 9999;
    padding: 15px 0;
    top: 0;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    overflow: auto;
}

.settings-sidebar.close2 {
    right: 0;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);

}

.op-bg2 {
    position: relative;
    overflow: hidden;
}

.op-bg2::after {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.close-settings {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.themes-area {
    padding: 30px 30px 30px 30px;
    border-bottom: 1px solid #ccc;
}

.themes-area h3 {
    font-size: 15px;
    font-weight: 600;
    color: rgb(72, 90, 99);
}

.themes-area .form label {
    width: 49.333%;
}

.show-marketplace {
    padding: 30px;
}

.show-marketplace h5 {
    font-size: 15px;
    font-weight: 600;
    color: rgb(72, 90, 99);
    margin-top: 0px;
    margin-bottom: 5px;
}


/*------------------------------------------------------------------
[Inputs - Switcher]
*/
.button-switch {
    font-size: 16px;
    height: 32px;
    margin-bottom: 0;
    position: relative;
    width: 80px;
}

.button-switch .lbl-off,
.button-switch .lbl-on {
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0.5em;
    transition: opacity 0.25s ease-out 0.1s;
    text-transform: uppercase;
    margin-bottom: 0;
}

.button-switch .lbl-off {
    right: 9px;
    color: #fff;
}

.button-switch .lbl-on {
    color: #fefefe;
    opacity: 0;
    left: 12px;
}

.button-switch .switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    opacity: 1;
    width: 0;
}

.button-switch .switch::before,
.button-switch .switch::after {
    content: "";
    font-size: 1em;
    position: absolute;
}

.button-switch .switch::before {
    border-radius: 1.25em;
    background: rgb(65, 66, 68);
    height: 1.875em;
    left: -0.25em;
    top: -0.1875em;
    transition: background-color 0.25s ease-out 0.1s;
    width: 80px;

}

.button-switch .switch::after {
    box-shadow: 0 0.0625em 0.375em 0 #666;
    border-radius: 50%;
    background: #fff;
    height: 1.5em;
    transform: translate(0, 0);
    transition: transform 0.25s ease-out 0.1s;
    width: 1.5em;
}

.button-switch .switch:checked::after {
    transform: translate(49px, 0);
}

.button-switch .switch:checked~.lbl-off {
    opacity: 0;
}

.button-switch .switch:checked~.lbl-on {
    opacity: 1;
}

.button-switch .switch#switch-orange:checked:before {
    background: var(--green-bg);
}

.button-switch .switch#switch-orange2:checked:before {
    background: var(--green-bg);
}

.switch-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.switch-flex .name-span {
    font-size: 14px;
    color: rgb(165, 180, 188);
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 80%;
    padding-right: 10px;
}

.modal-style.modal.modal-lg {
    max-width: 768px;
    width: 95%;
    top: 0 !important;
    height: 100%;
    overflow: hidden;
}

.modal-style.modal.modal-lg .modal-dialog {
    max-width: 100%;
min-height: calc(100vh - 3.5em);
}

.free-label.fill-for{
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: initial !important;
}


.up-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}




#material-tabs2 {
    position: relative;
    display: block;
    padding: 0;
}

#material-tabs2>a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-family: var(--font-family1);
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: rgb(88, 109, 121);
    width: 125px;
    text-decoration: none !important;
}

#material-tabs2>a.active {
    color: var(--green-bg);
    outline: none;
}

#material-tabs2>a:not(.active):hover {
    background-color: inherit;
}

@media only screen and (max-width: 520px) {
    #material-tabs2>li>a {
        font-size: 11px;
    }
}

.green-bar {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 4px;
    background: var(--green-bg);
    display: block;
    left: 0;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}

#tt1-tab.active~span.green-bar {
    left: 0;
    width: 125px;
}

#tt2-tab.active~span.green-bar {
    left: 130px;
    width: 125px;
}

.photo-gallery {
    padding: 25px 0 0 0;
}

.search-pp {
    position: relative;
    height: 50px;
    border: 1px solid rgb(165, 180, 188);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ss-ic {
    color: rgb(124, 144, 155);
    position: absolute;
    font-size: 24px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    top: 13px;
    left: 16px;
}


.gallery-thum {
    max-height: calc(100vh - 415px);
    overflow-x: hidden;
    overflow-y: auto;
}

.img-over {
    position: relative;

}
.img-over img{
    height: 250px;
}
.gallery-thum .img-over.active-border img{
    box-shadow: 0px 0px 0 10px rgb(29 233 182);
}

.photo-by {
    padding: 12px;
    background: black;
    opacity: 0.6;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    color: white;
    font-size: 13px;
}

.photo-by a {
    color: #1de9b6;
    text-decoration: underline;
}
.svg-link{
   fill: #fff;
}
.mm-not.row{
    margin: 0 !important;
}
.btn-green-cancel {
    border-radius: 2px;
    height: 45px;
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    color: rgb(29, 233, 182);
    border: 2px solid rgb(29, 233, 182);
    min-width: 120px;
}

.btn-get-save {
    border-radius: 2px;
    height: 45px;
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
    border: 2px solid rgb(29, 233, 182);
    min-width: 120px;
    background-color: rgb(29, 233, 182);

}

.upload-btn-in {
    position: relative;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 12px;
}

.upload-btn-in .btn1 {
    height: 32px;
    color: rgba(0, 0, 0, 0.87);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: rgb(124, 144, 155);
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-in input[type=file] {
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.pd24:hover::after {
    font-family: 'Material Icons';
}

.pd24 {
    position: relative;
}

.boxses i {
    display: none;
    color: #ffff;
    position: absolute;
    right: 15px;
    top: 15px;
}

.boxses:hover i {
    display: block;
}

/* new profile page end */



/*---- 12.04.2022 ---*/

.verified-text {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;

}

.verified-text span {
    color: #1de9b6;
    font-size: 40px;
    position: relative;
    margin-right: 15px;
}

.pro-features {
    position: relative;
    padding-top: 50px;
}

.gooey {
    background: #F6F9F8;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 400px;
    height: 350px;
    animation: morph 3s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50px;
}


.gooey:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    /* box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.1); */
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background: #F6F9F8;
}


.gooey:after {
    animation: morph 3s linear infinite;
    animation-delay: 400ms;
    opacity: .89;
    content: "";
    line-height: 120px;
    text-indent: -21px;
}

@keyframes morph {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        opacity: .89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0;
    }
}

.pro-features ul {
    padding-left: 55px;
    position: relative;
    z-index: 1;
}

.pro-features ul li {
    padding: 10px 0;
    color: #485a63;
    font-size: 18px;
    list-style: none;
}

.pro-features ul li span {
    position: relative;
    margin-right: 15px;
    color: #1de9b6;
    font-weight: bold;
    top: 2px;
}

.info-ic {
    color: #666;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.material-tooltip {
    max-width: 200px !important;
    font-size: 12px !important;
}

.btn-get-start {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: #1de9b6;
    text-align: center;
    padding: 0 2em;
    color: #ffffff;
    height: 50px;
}

.btn-get-start .spinner-border {
    width: 30px !important;
    height: 30px !important;
    position: relative;
    top: 0;
}

.ready-to-use h1 {
    font-size: 44px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0px 0.5em;
    color: rgb(38, 49, 54);
}

.ready-to-use h1 strong {
    background-image: linear-gradient(90deg, rgb(26, 234, 182) 0px, rgb(183, 246, 225));
    background-size: 100% 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: 600;
}

.spread-text {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.46;
    color: rgb(0, 191, 165);
    margin: 1em 0px;
    text-align: center;
}

.states-writing {
    position: relative;
}

.in-visable-pro {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);

}

.go-pro-btn-section {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

/* .states-writing.sticky-scroll.sticky-btn .go-pro-btn-section{
    display: block;
} */
.get-go-pro {
    box-sizing: border-box;
    display: inline-block;
    font-family: Open Sans,
        sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 40px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: #1de9b6;
    text-align: center;
    padding: 10px 25px;
    color: #ffffff !important;
}

.latest-job {
    border: 2px solid #1de9b6;
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
}

.latest-job span {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}


.see-the-services {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

.service-btn {
    border: 2px solid rgb(244, 143, 177);
    height: 32px;
    line-height: 28px;
    min-width: 88px;
    display: inline-block;
    border-radius: 2px;
    color: rgb(244, 143, 177) !important;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.blur-btn {
    opacity: 0.2;
    cursor: alias;
}

.pro-btn {
    height: 32px;
    color: #fff !important;
    line-height: 32px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #1de9b6;
    padding: 0 20px;
}

.pos-relative {
    position: relative;

}

.beginner-box {
    padding-top: 30px;
}

.beginner-guide {
    border-bottom: 1px solid rgb(224, 224, 224);
    margin-bottom: 30px;
}

.beginner-guide h1 {
    font-weight: 300;
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 0.2em;
}

.beginner-guide h6 {
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 0.5em;
}


.level-b {
    background: rgb(245, 245, 245);
    display: inline-block;
    border-radius: 23px;
    font-size: 11px;
    color: rgb(97, 97, 97);
    line-height: 2;
    padding: 0px 12px;
    margin-right: 8px;
    margin-bottom: 30px;
    text-transform: capitalize;
}


.description-box .video-iframe2 {
    width: 100%;
}

.description-box .video-iframe2 iframe {
    width: 100%;
    height: 335px;
    border: none;
    background: #000;
}

.skills {
    background: rgb(245, 245, 245);
    padding: 1em;
}

.skills h2 {
    font-weight: 300;
    font-size: 1.5em;
}

.skills ul {
    margin: 20px 0 0 25px;
}

.skills ul li {
    list-style: disc;
    margin: 5px 0;
}

.description-box h3 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
    margin: 15px 0;
}

.description-box p {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}

.pp-list {
    margin: 20px 0 0 35px;
}

.pp-list li {
    list-style: disc;
    margin: 5px 0;
}

.curriculum {
    background: rgb(238, 238, 238);
    padding: 1.5em;
    margin: 1.5em 0px;
}

.curriculum h2 {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0px;
}

.accordiyan-section {
    border: none !important;
}

.accordiyan-section .collapsible-header {
    display: flex;
    align-items: center;
    position: relative;
    background: rgb(238, 238, 238);
    border: none !important;
}

.accordiyan-section .collapsible-header i {
    color: rgb(117, 117, 117);
}


.accordiyan-section .collapsible-header div h5 {
    font-size: 16px;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    line-height: 16px;
    margin-bottom: 0;
}

.accordiyan-section .collapsible-header div span {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0px 0px;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arrow-position {
    position: absolute;
    right: 15px;
}


.accordiyan-section .collapsible-body {
    border: none;
    padding: 20px;
}

.guide-box {
    display: inline-block;
    width: 100%;
}

.accordiyan-section .collapsible-body .coll-body-link li {
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.accordiyan-section .collapsible-body .coll-body-link li:hover {
    background: #D6D6D6;
}

.accordiyan-section .collapsible-body .coll-body-link li i {
    position: relative;
    margin-right: 20px;
    color: rgb(117, 117, 117);
}

.accordiyan-section .collapsible-body .coll-body-link li div h5 {
    font-size: 16px;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    line-height: 16px;
    margin-bottom: 0;
}

.accordiyan-section .collapsible-body .coll-body-link li div span {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0px 0px;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jump-start {
    border: 1px solid rgb(238, 238, 238);
}

.jpm-box {
    padding: 1.5em;
}

.jpm-box h4 {
    margin-top: 0px;
    font-weight: 300;
    font-size: 1.4em;
    margin-bottom: 25px;
}

.price-font {
    font-size: 2em;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}

.buy_now {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans",
        sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 15px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: rgb(29, 233, 182);
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
}

.buy_now:hover {
    background: #1BD7A8;
    color: #fff;
}

.skills h3 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.sticky-side.sticky-box {
    position: sticky;
    top: 30px;
    width: 100%;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .price-font {
        font-size: 16px;
    }

    .jpm-box h4 {
        font-size: 14px;
    }

    .jpm-box {
        padding: 15px;
    }

    .skills ul li {
        font-size: 12px;
    }

    .skills h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    .no-pl-l{
        padding-bottom: 0 !important;
    }
    .left-sidebar-jobs{
        padding-bottom: 0;
    }
    .row.row_no-spacing.top-xs{
        display: inline-block;
        width: 100%;
    }
    .content-one{
        margin-bottom: 15px;
    }
    .col_no-flex{
        margin-bottom: 15px;
    }
    .filter-key a{
        right: 0;
        text-align: right;
        padding-right: 0;
    }
    .recent-doc{
        padding: 16px 16px 16px 52px;
    }
    .pro-features ul {
        padding-left: 0;
    }

    .gooey {
        width: 100%;
        left: 0;
        height: 250px;
    }

    .main-top-header h3 {
        font-size: 16px;
    }

    .pro-features ul li {
        font-size: 14px;
    }

    .pro-features ul li span {
        margin-right: 10px;
        font-size: 20px;
    }

    .ready-to-use h1 {
        font-size: 30px;
    }

    .spread-text {
        font-size: 18px;
    }

    .ready-to-use {
        overflow: hidden;
    }

    .see-the-services {
        display: inline-block;
        width: 100%;
    }

    .pro-btn {
        margin-left: 0 !important;
    }

    .curriculum {
        padding: 15px;
    }

    .accordiyan-section .collapsible-header {
        padding: 10px 0;
    }

    .accordiyan-section .collapsible-body {
        padding: 10px 0;
    }

    .arrow-position {
        right: 0;
    }

    .curriculum h2 {
        font-size: 24px;
    }
    .user-sec .dropdown-content {
        min-width: 200px !important;
    }
}

/*---- 12.04.2022 ---*/

.modal.portfolio_modal {
    width: 500px !important;
    padding: 24px !important;
    background: rgb(250, 250, 250) !important;
    border-radius: 0 !important;
    top: 50%;
    transform: translateY(-50%);
        box-shadow: rgb(0 0 0 / 16%) 0px 11px 28px 0px;
}

.modal.portfolio_modal.pop-show{
    display: block;
}


.themes-area2 .temp-picker{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: "Open Sans",
    sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px,
    rgb(0 0 0 / 12%) 0px 1px 4px;
    border-radius: 2px;
    width: 130px;
    height: 165px;
    margin: 12px;
    cursor: pointer;
    padding-top: 10px;
}

.stripe-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    flex: 1 1 0%;
    border: 1px solid rgb(212, 221, 226);
    margin-bottom: 15px;
}
.stripe-section img.stripe{
    width: 90px;
    height: 36px;
}
.col-b{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 2px;
    display: inline-block;
    min-width: 88px;
    height: 32px;
    width: 98px;
    vertical-align: middle;
}

.cancel-btn{
    border: 2px solid rgb(244, 143, 177);
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans",
    sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 15px 15px 0px 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 56px;
    line-height: 56px;
    min-width: 88px;
    color: rgb(244, 143, 177) !important;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    width: 160px;
    text-transform: uppercase;
}


.grid {
    margin: 0 auto;
    -moz-column-count: 3;
        -moz-column-gap: 3%;
        -moz-column-width: 30%;
        -webkit-column-count: 3;
        -webkit-column-gap: 3%;
        -webkit-column-width: 30%;
        column-count: 3;
        column-gap: 3%;
        column-width: 30%;
}

.grid-item {
    width: 100%;
    height: auto;
        display: inline-block;
}

.grid-item img {
    width: 100%;
    height: 100%;
}

.edit-small-btn{
        border: 2px solid var(--green-bg);
            position: relative;
            height: 32px !important;
            line-height: 28px;
            min-width:70px !important;
            border-radius: 2px !important;
            background-color: var(--green-bg) !important;
            display: inline-block;
            font-family: "Open Sans", sans-serif;
            cursor: pointer;
            padding-left: 15px;
            padding-right: 15px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px !important;
            color: #fff !important;
}
.cur-point{
    cursor: pointer;
}

.nav_drop li {
color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 6px 23px;
    text-decoration: none;
        display: block;
    line-height: normal;
}

.modal-details .modal-content{
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}


.modal-details .modal-content .modal-top{
    padding:24px 34px;
    background: #F4F3F4;
}

.modal-details .modal-content .modal-top h2{
        margin: 0px;
    padding: 0 0 35px 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.modal-tabs-area{
    padding: 0 34px 0 34px;
    margin-top: -30px;
}

.modal-tabs-area .tabs{
    background: transparent;
    margin-top: -18px;
}
.modal-tabs-area .tabs a{
    background: transparent !important;
    color: rgb(88, 109, 121) !important;
}

.modal-tabs-area .tabs a.active{
    color: rgb(29, 233, 182) !important;
}

.modal-tabs-area .tabs .indicator{
    height: 3px;
    background-color: rgb(29, 233, 182);
}

.modal-content-tab{
    padding: 30px 0;
}
.modal-content-tab .form-group label{
    font-weight: bold;
    color: #333;
}
.modal-content-tab .form-group .form-control{
    border: 3px solid #ccc !important;
    border-radius: 3px;
    padding:0 15px;
    box-sizing: border-box !important;

}
.modal-content-tab .form-group .form-control::placeholder{
    font-style: italic;
}
.modal-content-tab .form-group .form-control:focus{
box-shadow: none !important;
 border: 3px solid #ccc !important;
}
.modal-content-tab .form-group textarea.form-control{
    height: 300px;
    padding: 15px;
}
.modal-content-tab .form-group input.select-dropdown{
     border: 3px solid #ccc !important;
     padding: 0 0 0 15px;
     box-sizing: border-box;
}

.upload-img2{
    position: relative;
}
.upload-img2 input[type="file"]{
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    opacity: 0;
    text-align: center;
}
.upload-img2 img{
    background: #F4F3F4;
}


.modal.modal-ver1 h2{
         margin: 0px;
    padding: 0 0 25px 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.modal.modal-ver1 .blog_post{
    background: #F4F3F4;
    padding: 20px;
    border-radius: 5px;
    display: flex;

}
.modal.modal-ver1 .blog_post img{
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 20px;
}

.modal.modal-ver1 .blog_post h3{
          margin: 0px;
    padding: 0 0 0 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.modal.modal-ver1 .blog_post p{
    font-size: 13px;
}

.d-space-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attach-pick{
        border: 3px solid #ccc !important;
    border-radius: 3px;
    padding: 15px;
    height: 200px;
    background: #fff;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.attach-pick img{
    width: 50px;
    height:60px;
}
.attach-pick h6{
    text-transform: uppercase;
    font-weight: bold;
    color:  rgb(29, 233, 182);
    font-size: 14px;
    margin: 15px 0 0 0;
}


.attach-pick input[type="file"]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.vfied_user,
.vfied_user h5 {
    color: #1de9b6;
    font-weight: normal;
}

.vfied_user {
    display: flex;
}

.vfied_user span {
    margin-right: 5px;
}
@media only screen and (min-width:1024px) and (max-width:1366px) {
    .curcel-area {
        width: 180px;
        height: 180px;
    }
}
.datepicker-date-display{
    padding: 10px !important;
}
.datepicker-date-display .date-text{
    font-size: 30px !important;
}
.datepicker-table th{
    padding: 0px 5px !important;
}
.close-icon-i{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #666;
}
.taber-box .tab-content #tab2{
    position: relative;
}
#side_menu{
    position: absolute !important;
    left: -36px !important;
    top: 24px !important;
}
/* .relrtr .dot-icon{
        top: 12px;
} */
.cancel-btn-link-button.shepherd-button{
    background: transparent !important;
    border: none !important;
    color: #1de9b6 !important;
    text-transform: capitalize !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-top: 10px !important;
    display: inline-block !important;
    font-weight: normal !important;
}
.cancel-btn-link-button.shepherd-button:focus{
    outline: none !important;
    box-shadow: none !important;

}
.tip-common .shepherd-footer{
    flex-wrap: wrap !important;
}
.welcome-video .shepherd-footer{
    flex-wrap: wrap !important;
}
.welcome-video .shepherd-footer .cancel-btn-link-button.shepherd-button{
    text-align: center !important;
}

.cancel-btn-link{
    color: #1de9b6 !important;
    text-transform: capitalize !important;
    text-decoration: none;
    font-weight: normal !important;
    text-align: left !important;
}