/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}
.osf_tabs{
    display:none;
}
.osf_active_tab{
    display:inline-block;
    width:100%;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #3d424e;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 1050px;
    background: #ffffff;
    z-index: 6;
    padding: 22px 28px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
    overflow-y: scroll;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #3D424E;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
    top:0px;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #2AB66A;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 8px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Product area start ----------------------*/
.product__filter__nav {
    display: flex;
    align-items: center;
}

.product__filter__nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 16px;
    color: #707070;
    transition: .3s;
    margin-right: 28px;
}

.product__filter__nav a span {
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.product__filter__nav a:hover,
.product__filter__nav a.active {
    color: #000;
}

.product__filter {
    padding-bottom: 25px;
}

.product__area {
    padding: 50px 60px;
}

.bg-red {
    background: #FF0000 !important;
}

.product__card {
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 12%);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px 19px;
    padding-top: 0;
    padding-right: 0;
}

.product__card__top {
    display: flex;
    border-bottom: 1px solid #F1F1F1;
}

.product__card__top>* {
    width: 50%;
    max-width: 50%;
    padding: 12px 0px;
}

.product__card__top__left {
    border-right: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
}

.tag {
    font-size: 15px;
    font-weight: 500;
    background: #10BA4B;
    padding: 8px 10px;
    line-height: 1;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    min-width: 100px;
    text-align: center;
}

.progress {
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 50px;
    height: 11px;
    margin: 0 15px;
}

.progress-percentage {
    font-size: 13px;
    font-weight: 500;
    margin-right: 15px;
}

.product__card__top__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-top: 0;
    padding-bottom: 0;
}

.product__top__right__left {
    display: flex;
    align-items: center;
}

.product__top__right__left p {
    color: #707070;
    font-size: 11px;
    line-height: 1.1;
    margin: 0;
}

.osf_auction_seperator {
    padding: 0px 15px;
    color: #e3e3e3;
    display: inline-block;
}

.product__list__btn {
    display: flex;
    align-items: center;
    border-left: 1px solid #f1f1f1;
    padding-left: 12px;
    height: 100%;
    padding-right: 17px;
}

.product__list__btn button {
    position: relative;
    top: -1px;
}

.product__card__main {
    padding-top: 15px;
}

.product__card__left {
    display: flex;
    border-right: 1px solid #f1f1f1;
    padding-right: 10px;
}

.product__card__tags {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    margin-right: 16px;
}

.product__card__tags .tag {
    margin-bottom: 9px;
    text-align: center;
}

.product__card__thumb {
    width: 142px;
    height: 115px;
    flex: 0 0 auto;
    margin-right: 18px;
    border-radius: 10px;
    overflow: hidden;
}

.product__card__left__wrapper {
    display: flex;
    align-items: center;
}

.product__card__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product__card__left__content h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

.product__card__list {
    border-top: 1px solid #F1F1F1;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
}

.product__card__list li {
    list-style: none;
    padding-right: 9px;
    border-right: 1px solid #F1F1F1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 9px;
}

.product__card__list li b {
    display: block;
    line-height: 1.4;
}

.product__card__right__top p {
    color: #707070;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.product__card__right__top p span {
    margin-right: 6px;
    text-align: left;
    position: relative;
    top: -2px;
    width: 20px;
    display: inline-block;
}

.product__card__right__top p a {
    color: #707070;
    margin-right: 7px;
}

.product__id {
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product__id span {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.product__card__right {
    padding: 0 18px;
}

.product__card__btns a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #A1BFE5;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: .3s;
}

.product__card__btns a:hover,

.product__card__btns a.active {
    background: #374782;
    border-color: #374782;
    color: #fff;
}

.product__card__btns {
    padding-top: 10px;
}

.product__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product__tags button {
    border: 1px solid #707070;
    color: #707070;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 5px 10px;
    margin-right: 9px;
    font-weight: 500;
}

.profile-tag-active {
    background: #374782;
    color: #fff;
    display: inline-flex;
    line-height: 1.1;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 8px;
}

.product__card__left__content h2 span {
    background: #E3E3E3;
    border-radius: 50px;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 9px;
    height: 16px;
    width: 16px;
    position: relative;
    top: 1px;
}

.product__card__left__content h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.product__profile__thumb {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 18px;
    flex: 0 0 auto;
}

.product__profile__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-tag-active img {
    margin-left: 6px;
}

.profile-tag-active span {
    background: #10BA4B;
    padding: 6px;
    line-height: 1;
    font-weight: 800;
    margin-right: 7px;
    border-radius: 7px 0 0 7px;
}

.sidebar-close {
    cursor: pointer;
    margin-left: 20px;
    flex: 0 0 auto;
    max-width: 29px;
}

.product__card__top__right.w-100 {
    max-width: 100%;
    width: 100%;
}

.product__card__btns a.active:hover {
    background: #2f2f2f;
}

/*---------------------- Product area end ----------------------*/


/*---------------------- Sidebar area start ----------------------*/
.sidebar-title h4 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.sidebar-title {
    padding-bottom: 35px;
}

.sidebar-tasks {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 35px;
}

.sidebar-tasks h4 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    margin-right: 30px;
    flex: 0 0 auto;
}

.task-progress {
    width: 100%;
    display: flex;
    align-items: center;
}

.task-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.task-title .plus {
    background: #374782;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 10px;
}

.task-title .plus:hover {
    background: #2f2f2f;
}





.task-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #E3E3E3;
}

.task-list-item-left {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.task-list-item-left .check-btn {
    margin-right: 20px;
    position: relative;
    top: -1px;
    background: transparent;
    border: 0;
    padding: 0;
    flex: 0 0 auto;
}

.check-btn img {
    filter: brightness(0);
    opacity: .2;
    cursor: pointer;
    transition: .3s;
}

.check-btn.active i, .check-btn i:hover{
    color:#0fba4b;
    opacity: 1;
}

.task-list-item-right p {
    font-size: 12px;
    color: #707070;
    margin: 0;
    line-height: 1.2;
    margin-left: 30px;
}

.task-list-item-right p span {
    margin: 0 10px;
}

.task-wrapper {
    padding-bottom: 30px;
}


.bg-blue {
    background: #A1BFE5 !important;
}

.bg-yellow {
    background: #FFF5A5 !important;
}


.bg-dark-blue {
    background: #2F2EF8 !important;
}

.modal-content {
    border: 0;
    padding: 30px;
    border-radius: 8px;
}

.input-item {
    height: 54px;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px #dddddd54;
}

.input-item button {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 15px;
    padding-right: 18px;
}

.input-item button img {
    margin-right: 7px;
}

.modal-header.sidebar-title {
    margin-bottom: 30px;
}


.form-input>* {
    height: 62px;
    width: 100%;
    border-radius: 50px;
    border: 0;
    outline: none;
    padding: 0 22px;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.modal__form__box {
    padding: 20px 30px;
    padding-bottom: 8px;
    margin-bottom: 18px;
    box-shadow: inset 0 0px 6px #ddddddba;
    border-radius: 12px;
}

.modal__form__box.small .form-input>* {
    height: 40px;
    font-size: 15px;
    padding: 0 14px;
    margin-bottom: 13px;
    box-shadow: 0 0 7px #ddddddbd;
}

.modal__form__box textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: 0;
    padding: 0;
    outline: none;
    border-bottom: 1px solid #70707026;
    margin-bottom: 10px;
}

.modal-edit-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 9px;
}

.modal-edit-btns button {
    background: transparent;
    border: 0;
    outline: none;
    margin-right: 10px;
}

.modal-form-submit button {
    background: #374782;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    border: 0;
    padding: 17px 27px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.modal-form-submit button i {
    margin-left: 18px;
    font-size: 15px;
}

.modal-form-submit button:hover {
    background: #2f2f2f;
}

.timer {
    background: #202020;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    border-radius: 7px;
    padding-left: 10px;
    flex: 0 0 auto;
}

.timer b {
    background: #f00;
    padding: 6px 11px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0 7px 7px 0;
    margin-left: 8px;
}
.osf_sidebar,.add_new_task_close{
    cursor: pointer;
    border: 1px solid black;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5.3px;
    border-radius: 50%;
    font-size: 12px;
}
/*---------------------- Sidebar area end ----------------------*/

@media (min-width: 320px) and (max-width: 1400px) {

    .product__card__left__content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tag {
        font-size: 14px;
        padding: 8px 8px;
        min-width: 90px;
    }


    .product__card__thumb {
        width: 120px;
        height: 100px;
        margin-right: 15px;
    }
}

@media (min-width: 320px) and (max-width: 1200px) {

    .tag {
        font-size: 13px;
        padding: 8px 7px;
        min-width: 82px;
    }


    .product__card {
        box-shadow: 0 0 30px -10px #ddd;
        margin-bottom: 18px;
        padding: 13px 15px;
        padding-top: 0;
        padding-right: 0;
    }


    .product__top__right__left p {
        font-size: 12px;
    }

    .product__card__tags {
        margin-right: 14px;
    }

    .product__tags button {
        font-size: 13px;
        padding: 6px 10px;
        margin-right: 9px;
    }

    .product__card__left__content h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .product__card__left__content h2 span {
        margin-right: 8px;
        height: 14px;
        width: 14px;
    }

    .offcanvas-area {
        width: 910px;
    }

    .modal-dialog {
        max-width: 900px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .modal-dialog {
        max-width: 700px;
    }

    .product__card__right {
        padding: 0 18px;
        padding-left: 0;
        padding-top: 19px;
    }


    .product__card__top__right {
        padding-left: 12px;
    }

    .offcanvas-area {
        width: 640px;
        padding: 22px;
    }

    .sidebar-tasks h4 {
        font-size: 26px;
        margin-right: 20px;
    }

    .task-list-item-left {
        font-size: 14px;
    }

    .task-list-item-right p {
        margin-left: 20px;
    }


    .task-list-item-left span {
        margin-right: 12px;
        max-width: 22px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .modal-dialog {
        max-width: 550px;
    }


    .product__filter__select select {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }


    .sidebar-title h4 {
        font-size: 24px;
    }

    .modal-content {
        padding: 24px;
    }

    .product__card__top {
        flex-direction: column;
    }

    .product__card__top>* {
        width: 100%;
        max-width: 100%;
        padding: 13px 0px;
    }

    .product__card__top__right {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .product__list__btn {
        padding-left: 10px;
        padding-right: 14px;
        padding-bottom: 7px;
    }



    .product__card__left {
        flex-direction: column;
    }

    .product__card__tags {
        margin-right: 0;
        flex-direction: revert;
        padding-bottom: 2px;
    }


    .product__card__tags>* {
        margin-right: 9px;
    }

    .offcanvas-area {
        width: 540px;
        padding: 20px;
    }


    .sidebar-title {
        padding-bottom: 25px;
    }

    .task-title .plus {
        width: 40px;
        height: 40px;
        font-size: 17px;
        margin-left: 10px;
    }

    .sidebar-tasks {
        flex-direction: column;
    }

    .sidebar-tasks h4 {
        font-size: 24px;
        margin-right: 0;
        margin-bottom: 12px;
    }


    .sidebar-tasks .progress {
        margin-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .task-list-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .task-list-item-right p {
        margin-left: 0;
        margin-top: 6px;
    }.form-input > * {
        height: 56px; 
        padding: 0 20px; 
        font-size: 15px; 
    }
    .modal-form-submit button { 
        font-size: 15px; 
        padding: 15px 23px; 
    }
    .modal-content {
        padding: 18px;
    }

    .sidebar-title h4 {
        font-size: 22px;
    }

    .sidebar-close {
        margin-left: 19px;
        max-width: 26px;
    }

    .modal__form__box {
        padding: 20px 24px;
        padding-bottom: 8px;
        margin-bottom: 18px;
    }

    .offcanvas-area {
        width: 100%;
        padding: 18px;
    }

    .offcanvas-area .product__card__left__wrapper {
        flex-direction: column;
    }

    .offcanvas-area .product__card__thumb {
        width: 105px;
        height: 90px;
        margin-right: 0;
        margin-bottom: 13px;
    }

    .product__card__left__content h4 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .product__card__thumb {
        width: 105px;
        height: 90px;
        margin-right: 13px;
    }

    .product__card__btns a {
        margin-top: 11px;
    }

    .product__top__right__left {
        flex-wrap: wrap;
    }

    .product__profile__thumb {
        width: 65px;
        height: 65px;
        margin-right: 14px;
    }

    .product__card__left__content h2 {
        font-size: 25px;
        margin-bottom: 11px;
    }

    .product__card__left__content h2 span {
        margin-right: 7px;
        height: 10px;
        width: 10px;
    }

    .product__tags button {
        font-size: 11px;
        padding: 6px 8px;
        margin-right: 7px;
    }

    .profile-tag-active {
        font-size: 14px;
    }

    .profile-tag-active span {
        padding: 5px;
        font-size: 13px;
    }

    .product__tags>* {
        margin-bottom: 4px;
    }

    .product__filter__select select {
        height: 48px;
        padding: 0 20px;
        font-size: 15px;
        max-width: 210px;
    }

    .product__area {
        padding: 40px 0;
    }
}