/*----- FONTS -----*/
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

/*----- FILES -----*/
/* @import url("../css/header_footer.css");*/
/*----- BASIC -----*/
body {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #111111;
    line-height: 1.8;
    position: relative;
    overflow-x: hidden;
}

a,
a:hover,
:hover {
    color: unset;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.favicon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.modal {
    padding: 0;
}

main {
    padding: 85px 0 0px;
}
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.headitemshow,
.headitemshow body {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

.modal-open .modal {
    touch-action: none;
    -ms-touch-action: none;
}

/*----- GENERAL [ START ] -----*/
/*----- GENERAL [ END ] -----*/
/*----- LOGIN-FLOW [ AUTHENTICATION ] -----*/
.login_brand {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 1.5rem;
}

.login_brand img {
    width: 250px;
}

.login_objecticon {
    width: auto !important;
}

.login-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
}

.loginpr {
    font-size: 18px;
    font-weight: 400;
    color: #6F7983;
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.loginpr a {
    font-weight: 700;
    color: #0B2743;
    font-size: 16px;
}

.loginflow_form label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 12px 12px 50px;
}

/* login-focus start */
.loginflow_form input:focus~label,
.loginflow_form input:valid~label .loginflow_form select:focus~label,
.loginflow_form textarea:focus~label,
.input-has-value label {
    font-size: 10px;
    font-weight: 400;
    color: #8895A0;
    background: transparent;
    padding: 0;
    top: -9px;
}

/* .loginflow_form input:focus{
     padding-top: 20px;
     padding-bottom: 10px;
}
 */
.loginflow_form .form-control:focus,
.input-has-value .form-control {
    outline: none;
    box-shadow: none;
    border-color: #3396B9;
    box-shadow: 0px 5px 5px 0px #0000000F;
    background: linear-gradient(0deg, rgb(51 150 185 / 10%), rgb(51 150 185 / 10%)), linear-gradient(0deg, rgba(51, 150, 185, 0.1), rgba(51, 150, 185, 0.1));
}

.loginflow_form .form-control:focus~svg path {
    stroke: unset;
    fill: #3396B9;
}

/* login-focus end */
.no-scroll,
.no-scroll body,
.no-scroll body main,
.no-scroll body main section,
.no-scroll body main section .row,
.no-scroll body main section .row>div {
    height: 100%;
}

.sideimage {
    height: -webkit-fill-available;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 0 60px 60px 0;
}

.login_content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}

.loginflow_form .form-control {
    border: 1.2px solid #E2E2E2;
    height: auto;
    line-height: normal;
    padding: 16px 20px 16px 50px;
    border-radius: 18px !important;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #111111;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    display: block;
    box-shadow: 0px 5px 5px 0px transparent;
}

.loginflow_form .form-group {
    position: relative;
}

.loginflow_form .form-group svg {
    position: absolute;
    top: 0;
    left: 0;
    margin: 17px 18px;
}

.toggle-hide-show {
    color: rgb(84 84 84 / 30%);
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px;
}

.forgot_password {
    font-size: 16px;
    font-weight: 700;
    color: #545454;
    display: block;
    text-align: right;
}

.loginbtn {
    box-shadow: 0px 6px 8px 0px #00000033;
    background: #3396B9;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 18px;
    line-height: normal;
    padding: 14px 20px;
    display: block;
    width: 100%;
    border: 1px solid #3396B9;
    text-align: center;
}

.loginbtn:hover {
    background: #fff;
    color: #3396B9;
}

.account_link {
    display: block;
    text-align: center;
    color: #6F7983;
    font-size: 16px;
    font-weight: 400;
}

.account_link a {
    font-weight: 700;
    color: #3396B9;
}

.resend_link {
    font-size: 18px;
    font-weight: 400;
    color: #3396B9;
    padding: 0;
    border: none;
    background: transparent;
    display: block;
    text-align: center;
    width: 100%;
}

.custom_otpblog {
    display: grid;
    grid-auto-flow: column;
}

.custom_otpblog .form-control,
.custom_otpblog .form-control:focus {
    padding: 10px 10px !important;
    height: 70px;
    width: 70px;
    margin: auto;
    text-align: center;
    font-size: 20px;
}

.signup_content {
    max-width: unset;
    justify-content: flex-start;
    padding: 30px 0;
}

.signup_content .loginbtn {
    max-width: 375px;
    margin: 0 auto;
}

.lgplan_blog {
    margin: 1rem 0;
}

.plan_box,
.plan_box_home {
    position: relative;
    width: 100%;
    box-shadow: 0px 8px 14px 0px #00000014;
    border: 3px solid transparent;
    margin-bottom: 15px;
    height: 100%;
    padding: 25px 25px;
    display: block;
    border-radius: 20px;
    cursor: pointer;
}

/*.plan_box:hover{
     border: 3px solid #3396B9;
     box-shadow: 0px 8px 14px 0px #3396B9A3;
}*/
.wd-subscript-tab .tab-pane .row>div {
    margin-bottom: 20px;
}

.planbx_img {
    position: relative;
    width: 100%;
}

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

.topplan_bxcontent span {
    font-size: 14px;
    font-weight: 400;
    color: #3396B9;
    display: block;
}

.topplan_bxcontent h6 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    text-align: left;
    margin: 0;
}

.topplan_bxcontent h6 small {
    font-size: 12px;
    font-weight: 400;
    color: #545454;
}

.topplan_bxcontent p {
    font-size: 12px;
    color: #000000;
    margin: 0;
}

.topplan_bx img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 12px;
}

.planbx_title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    display: block;
    text-align: left;
}

.planbx_listing li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.planbx_listing li span {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.planbx_listing li svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

/*.plan_boxcontent {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     padding: 55px 65px 30px;
}
*/
.bxplan_heading {
    background: linear-gradient(0deg, #3396B9, #3396B9), linear-gradient(0deg, rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0.29));
    border: 1px solid #FFFFFF4A;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 60px;
    padding: 10px 50px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: -50px auto 20px;
    position: relative;
}

.pydetails_blog {
    box-shadow: 0px -6px 24px 0px #0000001A;
    padding: 20px 20px;
}

.pydetails_listing {
    margin-bottom: 20px;
}

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

.pydetails_listing span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}

.pydetails_listing span b {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

#paymentmodal .modal-header {
    padding: 20px 20px;
    margin-bottom: 0;
}

#paymentmodal .modal-body {
    padding: 0px 20px 20px;
}

.modal-title svg {
    width: 30px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.pymodal-title {
    font-size: 16px;
    font-weight: 700;
    color: hsl(0deg 0% 0% / 50%);
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 0.7px solid hsl(0deg 0% 0% / 10%);
}

.icon_modal {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

#confirmpop h4 {
    font-size: 24px;
    font-weight: 700;
    color: #424143;
    margin: 2rem 0 0;
    display: block;
    line-height: 1.6;
}

#confirmpop .modal-dialog {
    max-width: 370px;
    width: 100%;
}

/*----- LOGIN-FLOW [END] -----*/
/*----- LEGAL-SECTION [ START ] -----*/
.wd-mr-home {
    background: url(../images/home/welcome-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 550px;
}

.wd-welcom-txt {
    color: #fff;
}

.wd-welcom-txt h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.wd-welcom-txt h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.wd-welcom-txt p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.wd-media-link {
    display: flex;
    align-items: center;
    gap: 11px;
}

.wd-media-link img {
    height: 45px;
    max-width: 100%;
    object-fit: contain;
}

.wd-mr-video {
    padding: 70px 0;
}

.wd-video-arae {
    position: relative;
    z-index: 0;
}

.wd-video-arae img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.wd_video_btn {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    transform: translate(-50%, -50%);
    animation: ripple 0.7s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 28px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 28px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(2, 167, 170, 0);
    }
}

/*--modal popup--*/
.wd_video_bx .modal-content,
.wd_video_bx .modal-header {
    background: transparent;
    padding: 0;
    border: 0;
}

.wd_video_bx .modal-body {
    padding: 0;
}

.wd_video_bx .modal-header .close {
    opacity: 1;
    padding: 0;
    margin: -20px -12px 0rem auto;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.wd_video_bx .modal-header .close span {
    border: 1px solid #194b5c;
    background: #194b5c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.wd-mr-title h6 {
    color: #3396B9;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wd-mr-title h6 span svg {
    width: 19px;
    height: 2px;
}

.wd-mr-title h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.wd-mr-title p {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.wd-more-vido {
    color: #3396B9;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
}

.wd-get-app-blog {
    padding: 50px 0;
}

.aboutsec_middle {
    padding: 50px 0;
}

/* service blog */
.wd-service-blog {
    background: #E9F9FF;
    padding: 60px 0;
}

.wd-service-blog .wd-mr-title h2 {
    color: #195266;
    font-size: 30px;
}

.wd-srevice-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 15px 20px;
    text-align: center;
    height: 100%;
    border: 2px solid transparent;
}

.wd-srevice-box:hover {
    box-shadow: 0px 8px 14px 0px rgba(51, 149, 185, 0.25);
    border: 2px solid #3396B9;
}

.wd-srevice-box img {
    margin-bottom: 10px;
}

.wd-srevice-box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.wd-srevice-box p {
    color: #545454;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.wd-mt-40 {
    margin-top: 40px;
}

.wd-mb-15 {
    margin-bottom: 15px;
}

.wd-projct-prtnr {
    padding: 80px 0;
}

.wd-projct-box {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
}

.wd-projct-box img {
    max-width: 100%;
}

.wd-get-app-blog ul {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.download_store {
    display: block;
    margin-bottom: 18px;
}

.download_store img {
    max-width: 100%;
    height: 52px;
}

.wd-get-app-blog ul li a:last-child {
    margin-bottom: 0;
}

/* service blog end */
/* subscription blog */
.wd-subscript-blog {
    padding: 60px 0;
    background: #F3F3F3;
}

.wd-subscript-blog .wd-mr-title p {
    width: 80%;
    margin: 0 auto;
}

.wd-subscript-tab .nav {
    padding: 6px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 5.074626922607422px 10.149253845214844px 0px rgba(0, 0, 0, 0.06), 0px 0px 5.074626922607422px 0px rgba(0, 0, 0, 0.04);
}

.wd-subscript-tab ul.nav-pills li .nav-link {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 10px 70px;
    background: transparent;
    border-radius: 8px;
    text-transform: capitalize;
}

.wd-subscript-tab ul.nav-pills li .nav-link.active {
    background: #3396B9;
    color: #fff;
    font-weight: 700;
}

.wd-subscript-tab .tab-content {
    padding: 50px 0 0;
}

/* subsscription blog end */
/* -------ABOUT section */
.wd-about-blog {
    padding: 50px 0;
}

.about-logo {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}

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

.wd-pb-80 {
    padding-bottom: 80px;
}

/* ------ABOUT SECTION [end]------------- */
/* policy blog */
.wd-policy-blog {
    padding: 50px 0;
}

.wd-policy-bx {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.wd-policy-bx ul {
    padding: 0;
    margin: 0;
}

.wd-policy-bx ul li {
    display: block;
    margin-bottom: 16px;
}

.wd-policy-bx ul li h2 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.38px;
    margin-bottom: 6px;
}

.wd-policy-bx p,
.wd-policy-bx ul li p {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* contact us */
.wd-contct-blog {
    padding: 50px 0;
}

.wd-contct-blog .wd-mr-title {
    padding-bottom: 80px;
}

.wd-contact-bx {
    border-radius: 23px;
    border: 1px solid #3396B9;
    background: #FFF;
    -webkit-backdrop-filter: blur(9.164999961853027px);
    backdrop-filter: blur(9.164999961853027px);
    text-align: center;
    padding: 0 15px 15px;
}

.wd-contact-bx:hover {
    box-shadow: 0px 6px 8px 0px rgba(51, 149, 185, 0.3);
}

.wd-contact-bx img {
    width: 140px;
    object-fit: contain;
    margin: -40px auto -10px;
}

.wd-contact-bx p {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: -8px;
}

.wd-contact-bx a {
    color: #111;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.wd-contct-frm-bx {
    margin: 50px 0 0;
    padding: 30px 30px 20px 0;
    position: relative;
}

.wd-contct-frm-bx::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
    width: 80%;
    height: 100%;
}

.wd-contct-img img {
    border-radius: 20px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group .form-control {
    border-radius: 18px;
    border: 1.2px solid #E2E2E2;
    background: #FAFAFA;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    height: auto;
}

.contact-form textarea.form-control {
    height: 220px !important;
}

.contact-form .form-control:focus,
.project_pup .form-control:focus,
.wd-mr-srch-form .form-group .form-control:focus {
    color: #545454;
    border-color: #3396B9;
    outline: 0;
    box-shadow: none;
}

.wd-submit-btn {
    display: block;
    width: 55%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 18px;
    background: #3396B9;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.20);
    padding: 12px 30px;
    margin: 0 auto;
    border: 1px solid #3396B9;
}

.wd-submit-btn:hover {
    background: transparent;
    color: #3396B9;
}

/* policy blog end */
/*----- LEGAL-SECTION [ END ] -----*/
/*----- PROJECTS-SECTION [ START ] -----*/
.wd_inner_banner {
    background: #123541 url(../images/inner_banner.png)no-repeat;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wd_inner_banner_txt {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.wd_inner_banner_txt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -15px;
    border-bottom: 4px solid #fff;
    border-radius: 20px;
    width: 91px;
    text-align: center;
}

.wd_project_blog {
    padding: 50px 0;
}

.wd_project_bx {
    margin: 0 auto;
    text-align: center;
}

.wd_project_bx img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.wd_project_bx h3 {
    color: #1D2F35;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.168px;
    margin: 15px auto 20px;
}

.wd_add_new {
    border-radius: 16px;
    background: #3396B9;
    border: 2px solid #3396B9;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    grid-gap: 8px;
}

.wd_add_new:hover {
    background: transparent;
    color: #3396B9;
}

.wd_add_new:hover svg path {
    fill: #3396B9;
}

.project_pup .modal-content,
.wd_edit .modal-content,
.wd_delete .modal-content {
    border-radius: 30px;
    background: #FFF;
    padding: 20px 20px;
}

.project_pup .modal-header,
.wd_edit .modal-header,
.wd_delete .modal-header {
    display: inline-flex;
    margin: 0 auto 15px;
    text-align: center;
    border: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

.project_pup .modal-header h5,
.wd_edit .modal-header h5,
.wd_edit_mdl .modal-header h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

.project_pup .modal-header .close,
.wd_edit .modal-header .close,
.wd_delete .modal-header .close,
.wd_edit_mdl .modal-header .close {
    padding: 0;
    margin: 0rem 0rem 0rem auto;
    opacity: 1;
}

.project_pup .form-group {
    position: relative;
    margin-bottom: 20px;
}

.project_pup .form-control {
    border-radius: 18px !important;
    border: 1.2px solid #E2E2E2;
    /*     background: #FAFAFA url(../images/form-downarrow.png) no-repeat;*/
    padding: 15px 18px;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: auto;
}

.project_pup select {
    background: url(../images/form-downarrow.png)no-repeat;
    background-position: 98% 50%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
}

.date_icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 18px 0 0;
    z-index: 11;
}

.date_icon svg {
    margin: 0 !important;
    position: unset !important;
}

.wd_create_btn {
    border-radius: 18px;
    background: #3396B9;
    border: 1.5px solid #3396B9;
    display: block;
    padding: 12px 25px;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.wd_create_btn:hover {
    background: transparent;
    color: #3396B9;
}

.bg_color {
    background: #FBFBFB;
}

.search_form {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin: 0 auto 50px;
}

.search_form .form-group {
    margin-bottom: 0;
    position: relative;
    width: 85%;
}

.search_form .form-control {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    padding: 15px 45px;
}

.search_form .wd_add_new {
    justify-content: center;
    padding: 15px 15px;
    white-space: nowrap;
}

.wd_search_icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10.5px 0px 0 16px;
}

.col_grid_five {
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.wd_project_detail {
    border-radius: 20px;
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    /* z-index: 0;*/
}

.folder_icon {
    margin: -25px auto 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd_project_detail h3 {
    color: #3396B9;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.wd_project_detail h4 {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.36px;
    margin-bottom: 3px;
}

.wd_project_detail p {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.wd_project_detail .project_dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -30px 20px 0 auto;
    width: 35px;
}

.wd_project_detail .project_dropdown .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.14);
    border-radius: 9px;
    float: unset;
    padding: 6px 8px;
    margin: -4px -7px;
}

.wd_project_detail .project_dropdown .dropdown-menu a:first-child {
    border-radius: 9px 9px 0 0;
}

.wd_project_detail .project_dropdown .dropdown-menu a:last-child {
    border: none;
    border-radius: 0 0 9px 9px;
}

.wd_project_detail .project_dropdown .dropdown-menu a {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    color: #111;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}

.wd_project_detail .project_dropdown button {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.wd_project_detail .project_dropdown .dropdown-menu button svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}

.wd_project_detail .project_dropdown .dropdown-menu button:focus {
    background: transparent;
}

.wd_project_detail .project_dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

.wd_edit .loginflow_form .form-control {
    padding: 16px 20px 16px 16px;
}

.wd_edit .loginflow_form label {
    margin: 12px 12px 12px 18px;
}

.wd_edit .loginflow_form .form-group svg {
    right: 0;
    left: unset;
}

.wd_edit .wd_create_btn {
    width: 100%;
    margin: 20px auto 0;
}

/*------EDIT POPUP------*/
/*----DELETE POPUP----*/
.wd_delete .modal-body {
    padding: 0;
}

.wd_delete .modal-body h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 auto 15px;
}

.wd_delete .modal-footer {
    border: 0;
    justify-content: center;
    grid-gap: 15px;
    padding: 0;
    flex-wrap: unset;
}

.wd_no_btn {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(58, 58, 58, 0.10);
    color: #111;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 14px 80px;
    display: inline-block;
}

.wd_no_btn:hover {
    background: transparent;
}

.wd_yes_btn {
    border-radius: 18px;
    border: 1px solid #3396B9;
    background: #3396B9;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 14px 80px;
    display: inline-block;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.20);
}

.wd_yes_btn:hover {
    background: transparent;
    color: #3396B9;
}

/*----- PROJECTS-SECTION [ END ] -----*/
.wd-mr-report-blog {
    padding: 50px 0;
}

.wd-white-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 8px 9px 30px 0px rgba(167, 166, 170, 0.25);
}

.wd-report-lft {
    padding: 20px;
}

.wd-back-btn {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.wd-back-btn svg {
    margin-right: 12px;
}

.wd-report-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 8px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    margin-bottom: 16px;
    position: relative;
}

.wd-report-box:hover,
.wd-report-box.active {
    border: 1px solid #3396B9;
    background: rgba(51, 150, 185, 0.10);
}

.wd-report-dtls {
    display: flex;
    align-items: center;
}

.wd-report-icon svg,
.wd-report-icon img {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    object-fit: contain;
}

.wd-report-txt {
    display: block;
}

.wd-report-txt h3 {
    color: #3396B9;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: unset;
}

.wd-report-txt p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
}

.wd-report-txt span {
    color: #00000080;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: block;
}

.wd-report-headr {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wd-report-headr h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    white-space: nowrap;
}

.hdr-line svg {
    max-width: 100%;
    height: 1px;
}

.wd-report-middle {
    background: #27343E;
    padding: 12px 0;
}

.wd-report-middle p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
    margin: 0;
    text-align: center;
}

.wd-test-name {
    color: #00BCFF;
    font-weight: 700;
}

.wd-no-data {
    text-align: center;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wd-no-data img {
    max-width: 100%;
    height: 250px;
    object-fit: contain;
}

.wd-no-data h4 {
    color: #1D2F35;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.168px;
    margin: 25px auto 30px;
}

#createReport textarea.form-control {
    height: 200px;
}

.wd-add-report {
    border-radius: 16px;
    background: #3396B9;
    /*     filter: blur(0.5px);*/
    border: 2px solid #3396B9;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    grid-gap: 8px;
    white-space: nowrap;
}

.wd-add-report:hover {
    background: transparent;
    color: #3396B9;
}

.wd-add-report.outline-none:hover {
    background: transparent;
    background-color: white !important;
    color: black !important;
    outline: 1px solid #9ce08b !important;
    /* border: 1px solid #9ce08b !important; */
}

.wd-add-report:hover svg path {
    fill: #3396B9;
}

.wd-add-report.outline-none:hover svg path {
    fill: #9ce08b;
}

/* report list */
.wd-report-list {
    padding: 30px 30px;
}

/* search bar */
.wd-mr-srch-form {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wd-mr-srch-form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.wd-srch-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 17px 15px;
}

.wd-mr-srch-form .form-group .form-control {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 15px 15px 15px 50px;
    height: auto;
    display: block;
    color: #545454;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid transparent;
    line-height: normal;
}

.wd-fltr-icon {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
    padding: 0;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.wd-fltr-icon:hover {
    border: 1px solid #3396B9;
}

.wd-edit-access {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wd-edit-access svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/*----- POINTS-SECTION [ START ] -----*/
.wd_points_bx .wd-report-body {
    padding: 0 30px 20px;
}

.wd_points_bx .wd-report-body form label {
    margin: 12px 12px 12px 22px !important;
    color: rgb(84 84 84 / 60%);
}

.wd_points_bx .wd-report-body form .form-control {
    padding: 16px 22px 16px 22px !important;
    background: #FAFAFA;
}

.wd_points_bx .wd-report-body form textarea {
    height: 231px !important;
}

.wd_points_bx {
    position: relative;
    margin-bottom: 30px;
}

.wd_upload {
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-radius: 18px;
    border: 1.2px dashed #3396B9;
    background: #FAFAFA;
}

.wd_upload .profile-pic {
    width: 100%;
    height: 194px;
    display: inline-block;
    border-radius: 18px;
    object-fit: cover;
}

.wd_upload .file-upload {
    display: none;
}

.wd_upload .circle {
    width: 100%;
    height: 194px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.wd_upload .p-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #666666;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd_prview_edit {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    margin: 10px 10px 0 0;
}

.p-image.active_profile .wd_prview_edit {
    opacity: 1;
}

.wd_prview_edit svg,
.wd_upload .upload-button svg {
    position: unset !important;
    margin: 0 !important;
}

.wd_upload .upload-button {
    color: rgb(84 84 84 / 60%);
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fafafa;
    padding: 10px 10px;
    border: 1px dashed #3396b9;
}

.wd_edit_mdl .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 0;
}

.wd_edit_mdl .modal-content {
    border-radius: 30px;
    background: #FFF;
    padding: 0;
}

.wd_edit_mdl .modal-body {
    padding: 0;
}

.wd_aftr_prvw {
    margin-bottom: 50px;
}

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

.wd_edit_mdl .modal-footer {
    border: 0;
    border-radius: 0px 0px 30px 30px;
    background: #FFF;
    box-shadow: 0px -3.535032033920288px 17.675159454345703px 0px rgba(0, 0, 0, 0.04);
}

.wd_edit_mdl .modal-footer ul {
    display: flex;
    align-items: center;
    width: 100%;
    grid-gap: 10px;
    justify-content: space-around;
    margin: 0;
}

.wd_edit_mdl .modal-footer ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wd_edit_mdl .modal-footer ul li a svg {
    width: 22px;
    height: 22px;
}

.wd_edit_mdl .modal-footer ul li a span {
    color: rgb(84 84 84 / 70%);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 10px 0px;
    text-transform: capitalize;
}

.wd_save_btn {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 25px;
    display: inline-block;
    border: 1px solid #3396B9;
    border-radius: 18.854px;
    background: #3396B9;
}

.wd_save_btn:hover {
    background: transparent;
    color: #3396B9;
}

.wd_send_pdf {
    border-radius: 16px;
    background: #545454;
    padding: 8px 25px;
    border: 1px solid #545454;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    grid-gap: 8px;
    white-space: nowrap;
    letter-spacing: -0.168px;
}

.wd_send_pdf:hover {
    background: transparent;
    color: #545454;
}

.wd_send_pdf:hover svg path {
    fill: #545454;
}

.active_profile .upload-button {
    opacity: 0;
}

/*-----POINT LISTING----*/
.wd_points_list li {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: relative;
}

/*.wd_points_list li:before
{
    content: "=";
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #000000;
    width: fit-content;
    height: 100%;
    margin: 0 7px;
    font-size: 20px;
}*/
.wd_point_lft {
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
}

.wd_point_lft img {
    width: 108px;
    border-radius: 10px;
    height: 108px;
    border: 1px solid #cccccc70;
    padding: 5px 5px;
    object-fit: contain;
    background: #cccccc1c;
}

.wd_point_txt {
    height: auto;
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.wd_point_txt h3 {
    color: #3396B9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
}

.wd_point_txt p {
    color: #545454;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

.wd_point_txt span {
    color: #3396B9;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    display: block;
}

/*---- Edit points ----- */

.edit_points label {
    top: -10px !important;
    font-size: 10px;
    margin: 12px 12px 12px 22px !important;
}

.edit_points .form-control {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.16px;
}

.edit_points .form-control {
    padding: 18px 22px 16px 22px !important;
    border-radius: 18px !important;
    border: 1.2px solid #3396B9 !important;
    background: rgba(51, 150, 185, 0.10) !important;
}

.wd_uploaded_img {
    border-radius: 18px;
    border: 2px solid #3396B9;
}

.wd_uploaded_img img {
    height: 194px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.edit_points .wd_create_btn {
    width: 40%;
}

.wd-sl-btngrp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wd-sl-pointblog {
    gap: 0;
}

.wd-sl-btngrp .hdr-line {
    margin-right: 15px;
}

/*----- POINTS-SECTION [ END ] -----*
/*----- PROFILE-SECTION [ START ] -----*/
.bxprofile_md {
    width: 110px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bxreport_head {
    box-shadow: none;
    justify-content: flex-start;
}

.bxreport_head h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 3px;
}

.bxreport_head p {
    font-size: 14px;
    font-weight: 400;
    color: #9EA1B1;
    margin-bottom: 0;
    display: block;
}

.bxprofile_blog .bxreport_head+ul {
    box-shadow: 0px 4px 14px 0px #FAFAFA inset;
    background: #FBFBFB;
    width: 100%;
    padding: 20px 20px;
    border-radius: 30px 30px 10px 10px;
}

.bxprofile_blog ul li:last-child .wd-report-box {
    margin-bottom: 0;
}

.bxprofile_plan {
    padding: 0px 30px 30px;
}

.bxprofile_blog h6 {
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 0;
    margin-left: 15px;
}

.bxprofile_blog .wd-report-dtls svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.proplan_content p {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    margin-bottom: 0;
}

.bxcrown_blog {
    justify-content: flex-start;
    padding: 0 15px 0 0;
    border-radius: 19px;
    align-items: center;
}

.bxcrown_blog .proplan_content {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
}

.bxcrown_blog .proplan_content h6 {
    margin-left: 0;
}

.bxplan_crown {
    background: #3396B9;
    border-radius: 19px 0 0 19px;
    height: 60px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bxcrown_bloginner {
    width: 100%;
}

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

.bxprofile_blog .active {
    background: transparent;
}

.company_form .form-control {
    padding: 16px 15px;
}

.company_form .form-control~label {
    margin: 12px 20px;
}

.company_upld {
    margin: 0;
    text-align: center;
    position: relative;
    border: 2px solid #E2E2E2;
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.company_upld .profile-pic {
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.company_upld .file-upload {
    opacity: 0;
    cursor: pointer !important;
}

input[type="file"] {
    cursor: pointer !important;
}

.company_upld .upload-button {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.custom_uplaod_Sec h6 {
    margin-bottom: 0;
    color: #6F7983;
    font-weight: 400;
    display: inline-block;
}

.inflex_report {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
    width: 100%;
}

.edit_actext {
    font-size: 14px;
    font-weight: 400;
    color: #00000080;
    display: inline-block;
}

.customplan_check [type="radio"]:checked,
.customplan_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.customplan_check label {
    display: block;
    text-align: center;
    border: 1.16px solid #E2E2E2EE;
    background: #FFFFFF;
    border-radius: 23px;
    padding: 10px 10px;
    margin: 30px 0 10px;
    position: relative;
    cursor: pointer;
}

#plan_name-error.error {
    font-size: 12px;
    font-weight: 500;
    color: red;
    width: 100%;
    height: auto;
    margin: 0;
    background: transparent;
    text-align: left;
    display: block;
}

.customplan_check span {
    background: #E2E2E2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 10px;
}

.customplan_check span svg {
    width: 30px;
    height: 30px;
}

.customplan_check label h6 {
    color: #3396B9;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

.customplan_check label h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    display: block;
    margin: 5px 0;
}

.customplan_check label small {
    font-size: 11px;
    font-weight: 400;
    color: #545454;
    display: inline-block;
}

.customplan_check label p {
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-bottom: 0;
}

.customplan_check [type="radio"]:checked+label {
    border: 1.16px solid #3396B9;
    background: #3396B91A;
}

.customplan_check [type="radio"]:checked+label span {
    background: #3396B9;
}

.customplan_check [type="radio"]:checked+label span svg path {
    fill: #fff;
}

.infoicon {
    position: absolute;
    right: 0;
    margin: 0px 10px;
    width: 18px;
    height: 18px;
}

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

.flexteam_text small {
    font-size: 13px;
    font-weight: 400;
    color: #3396B9;
    display: inline-block;
}

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

.expired_text {
    color: #FF0000 !important;
}

.profilesub_blog {
    padding: 30px 30px !important;
}

.profilesub_blog .plan_box,
.profilesub_blog .plan_box_home {
    margin-bottom: 30px;
    height: auto;
    border: 1px solid #cccccc73;
}

.modal-open {
    padding: 0 !important;
}

/*----- PROFILE-SECTION [ END ] -----*/
.company_form .loginbtn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}


@media (max-width: 767px) {
    .login_content .login_logo {
        display: none;
    }
}

.wd-contct-blog h2 {
    text-transform: none;
}

.company_form select {
    appearance: none;
    background: url("../images/drop_arrow.svg") no-repeat !important;
    background-position: 97.7% 50.5% !important;
}

.error {
    font-size: 12px;
    font-weight: 500;
    color: red;
}

/* plan radio button */
.customcheck_plan [type="radio"]:checked,
.customcheck_plan [type="radio"]:not(:checked) {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.customcheck_plan [type="radio"]:checked+.plan_box {
    border: 3px solid #3396B9;
    box-shadow: 0px 8px 14px 0px #3396B9A3;
}

.customcheck_plan {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.bxprofile_plan .iti--separate-dial-code .iti__selected-flag {
    border-radius: 10px 0 0 10px;
    background-color: transparent !important;
}

.bxprofile_plan .iti {
    width: 100%;
}

.popup_delete_logout .modal-content {
    padding: 0;
}

.popup_delete_logout .modal-header {
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}

.popup_delete_logout .modal_headtitle {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.popup_delete_logout .modal-body {
    padding: 0 1rem;
}

.popup_delete_logout .modal-footer {
    padding: 0 1rem 1rem;
}

.modal-open {
    touch-action: none;
    -ms-touch-action: none;
}

/*profile responsive view*/
.wd-profl-resp {
    display: none;
}

/* for scroll css */
.scroll {
    scrollbar-width: auto;
    scrollbar-color: #3396B9;
    padding: 0 0;
}

/* Chrome, Edge, and Safari */
.scroll::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    width: 10px;
    height: 6px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #3396B9;
    border-radius: 10px;
    border: 3px solid #3396B9;
}

.wd_project_detail a {
    display: block;
    text-align: center;
    position: relative;
}

.img_edit_preview .wd_prview_edit {
    opacity: 1;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_upload {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/*edit icon on upload image*/
/*.company_upld:hover {
    opacity: 0.5;
}
.company_upld, .file-upload, .profile-pic, .upload-button{
       cursor: url("../images/profile/Edit.png"), auto  !important;
}*/
.profile-pic:hover {
    opacity: 0.5;
}

.wd-edit-icon {
    opacity: 0;
}

.company_upld:hover .wd-edit-icon {
    opacity: 1;
}

.total-project {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -6px 0px 0 3px;
    box-shadow: 0px 0px 10px 0px #6c757d4f;
}

.wd-report-icon {
    position: relative;
}

.total-report {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    margin: -12px 0px 0 -5px;
    box-shadow: 0px 0px 10px 0px #6c757d4f;
}

.note_text {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    /* border-bottom: 1px solid #cccccc6e; */
    /* padding: 0 0 10px; */
}

.note_text b {
    font-weight: 700;
}

#more {
    display: none;
}

.read_more_less {
    font-size: 13px;
    color: #3396B9;
    text-decoration: underline;
    border: none;
    font-weight: 700;
    background: transparent;
    padding: 0;
}

.bxprofile_plan .iti__flag-container {
    bottom: auto !important;
    margin: 12px 0;
}

.project_modal_includes .modal-dialog {
    max-width: 430px;
}

.project_modal_includes .modal-dialog .modal-body {
    padding: 0;
}

.phnumber_includes {
    font-size: 10px !important;
    color: #8895A0 !important;
    background: transparent;
    padding: 0;
    top: -9px !important;
}

.counter_includes {
    font-size: 11px;
    background: #3396b9;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 4px 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-right: 10px;
}

.flex_counterno {
    display: grid;
    align-items: flex-start;
    grid-auto-flow: column;
}

.fancybox-content {
    bottom: 0;
    right: 0;
}

#renew_plan_name-error {
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border-radius: 0;
}