* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Mulish', sans-serif;
}

body,
html {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

/* ********************* Login Page Css ******************** */
.auth-left-side {
    padding: 60px 30px 40px;
}

.auth-logo {
    width: 100%;
    text-align: center;
}

.auth-logo img {
    width: 100px;
}

.sign-main {
    max-width: 608px;
    margin: 35px auto 0;
}

.forgot-main {
    padding-top: 80px;
}

.sign-main h2 {
    color: #11142D;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.005em;
}

.sign-inner {
    padding-top: 35px;
}

.sign-itm {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    position: relative;
}

.sign-itm label {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    margin-left: 5px;
}

.sign-itm input {
    border: 1px solid #11162C;
    padding: 12px 11px;
    border-radius: 4px;
    color: #9A9AB0;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.005em;
}

.sign-itm input:focus {
    outline: 1px solid #7579E5;
    border: 1px solid #7579E5;
}

.sign-itm input::placeholder {
    color: #9A9AB0;
}

.sign-itm.sign-itm-row {
    flex-direction: row;
    justify-content: space-between;
}

.pass-fgot {
    text-align: right;
}

.pass-fgot a {
    color: #9A9AB0;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    text-align: right;
}

.remembr-check label {
    color: #9A9AB0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-left: 5px;
    margin-bottom: 0;
}

.auth-right-side {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url('../images/auth-right-bg.svg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

.auth-right-side img {
    width: 144px;
    padding-top: 110px;
}

.forgot-right-side img {
    padding-top: 0;
}

.auth-right-side .cloud-pic {
    width: 350px;
    max-width: 350px;
    margin-top: -80px;
    padding-top: 0;
}

.plan-login-right-side img {
    padding-bottom: 100px;
}

.plan-login-right-side h1 {
    font-size: 51px;
    color: white;
    padding-bottom: 110px;
    font-weight: bold;
}

.plan-login-side h1 {
    font-size: 35px;
    color: white;
    font-weight: bold;
    padding-top: 110px;
}

.sign-box {
    padding-top: 35px;
}

.sign-box .signin-btn {
    background: #7579E5;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.005em;
    border-radius: 6px;
    width: 172px;
}

.signup-account-box {
    padding-top: 45px;
    color: #9A9AB0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-left: 5px;
    margin-bottom: 0;
}

.signup-account-box a {
    color: #7579E5;
    text-decoration: underline;
    margin-left: 10px;
}

.view-icon {
    position: absolute;
    right: 14px;
    top: 33px;
}

.view-icon img {
    width: 17px;
}

/* ************************** SignUp Page Css ************************ */

.sign-main h1 {
    color: #000000;
    font-weight: 600;
    font-size: 40px;
    line-height: 68px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    text-align: center;
}

.signup-main {
    margin-top: 0;
}

.signup-left {
    padding: 30px;
}

.signup-main h1 {
    font-size: 30px;
}

.signup-main .signup-account-box {
    padding-top: 10px;
}

.signup-main .sign-inner {
    padding-top: 10px;
}

.create-account {
    text-align: center;
    padding-top: 25px;
}

.sign-row {
    display: flex;
}

.signup-content .sign-itm label {
    margin-left: 0;
}

.signup-content .sign-itm input {
    border: 1px solid #797979;
    color: #000000;
}

.signup-content .sign-itm input::placeholder {
    color: #000000;
}

.signup-content .sign-itm input:focus {
    outline: none;
}

.sign-itm.sign-itm-box {
    width: 50%;
}

.sign-itm.sign-itm-box:first-child input {
    border-radius: 6px 0 0 6px;
    border-right: 0;
}

.sign-itm.sign-itm-box:last-child input {
    border-radius: 0 6px 6px 0;
}

/* ************************ Forgot Page Css *********************** */
.sign-box.reset-box {
    padding-top: 40px;
}

.sign-main p {
    color: #92929D;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-top: 8px;
    line-height: 1.3;
}

.forgot-main .sign-itm input {
    border: 1px solid #7579E5;
}

.auth-right-side h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    text-align: center;
    padding: 80px 0;

}

.vertificationnumber {
    display: flex;
}

.vertificationnumber input:first-child {
    margin-left: 0;
}

.vertificationnumber input {
    width: 59px;
    height: 50px;
    border: 1px solid #1545C9;
    border-radius: 8px;
    margin: 0 10px;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #7579E5;
    transition: all ease-in-out 0.3s;
}

.vertificationnumber input:active,
.vertificationnumber input:focus {
    border: none !important;
    outline: none !important;
}

.vertificationnumber input:hover {
    background: #7579E5;
    color: #fff;
    border: 1px solid #7579E5;
}

.send-box {
    padding-top: 60px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ******************** Income Page Css ******************* */
.notification-box {
    position: relative;
    display: none;
}

.notification-box-setting {
    display: block !important;
}

.noti-dot {
    position: absolute;
    right: -4px;
    top: -6px;
    background: url('../images/dotCounter.svg') no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.bell-icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7579E5;
    border-radius: 14px;
}

.income-content {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.income-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.income-top h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.add-itm-box .add-itm-btn {
    background: #7579E5;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.income-item-list {
    display: flex;
    justify-content: space-between;
}

.inc-head {
    width: 33%;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.02em;
    padding: 25px 0 20px;
    text-align: left;
}

.in-head-del {
    text-align: right;
}

.income-data-list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DBDDE6;
}

.income-data-list:last-child {
    border: none;
}

.inc-data {
    width: 33%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    padding: 12px 0;
    text-align: left;
}

.data-icons {
    display: flex;
    justify-content: flex-end;
    width: 18%;
}

.inc-icon {
    margin: 0 8px;
}

.inc-head:last-child {
    width: 18%;
}

.inc-icon-btn {
    border: none;
}

/* ******************* Income Page Right Side ********************** */
.total-income-content {
    background: #FFFFFF;
    box-shadow: 0px 12px 23px rgb(62 73 84 / 4%);
    border-radius: 12px;
    padding: 20px;
}

.total-inc-box {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.totl-txt {
    padding-left: 15px;
}

.totl-txt h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}

.totl-txt p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #171717;
}

.sort-box .card {
    border: none;
    box-shadow: 0px 0px 4px #00000038;
}

.ac-sort-btn {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    line-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac-sort-btn p {
    margin-bottom: 0;
}

.sort-box .card-header {
    padding: 6px 20px;
    color: #fff;
    background: #7579E5;
}

.sort-box .collapse {
    background: #fff;
}

.ac-sortitm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort-box {
    padding-bottom: 80px;
}

.sort-box .accordion {
    padding-top: 25px;
}

.down-angle img {
    width: 18px;
    height: 18px;
}

/* input styles !!!YOU NEED THEM */
.checkbox-block {
    display: flex;
    justify-content: space-between;
}

.checkbox-effect:not(:checked),
.checkbox-effect:checked {
    position: absolute;
    left: -9999px;
}

.ac-sortitm p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.checkbox-block label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

/* checkbox effect #1 */
.checkbox-effect-1:not(:checked) + label:before,
.checkbox-effect-1:checked + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #7579E5;
    box-sizing: border-box;
    border-radius: 2px;
}

.checkbox-effect-1:not(:checked) + label:after,
.checkbox-effect-1:checked + label:after {
    content: "";
    font-family: fontawesome;
    font-size: 12px;
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    left: 4px;
    color: #fff;
    transform-origin: center center;
}

.checkbox-effect-1:not(:checked) + label:after {
    transform: scale(0);
}

.checkbox-effect-1:checked + label:before {
    background-color: #7579E5;
    border-color: #7579E5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.checkbox-effect-1:checked + label:after {
    transform: scale(1);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
}

/* ************************** Setting Page Css *********************** */

.setting-main-row {
    border-radius: 12px;
    background: #fff;
    padding: 40px 20px;
}

.page-heading h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}

.setting-box {
    display: flex;
    padding: 35px 10px;
    cursor: pointer;
    transition: 1s;
}

.setting-box:hover {
    transform: scale(1.1);
    z-index: 2;

}

.setting-text h2 {
    color: #7579E5;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.setting-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #424242;
    margin-bottom: 0;
}

.setting-pic {
    background: #D8D9F8;
    width: 82px;
    height: 82px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.setting-pic img {
    width: 50px;
}

.setting-text {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-heading-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.category-heading-box a button {
    background-color: #7579E5;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 15px;

}


.cat-pic-box {
    background: #D8D9F8;
    padding: 0 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
}

.cat-text-box {
    margin-left: 20px;
}

.cat-text-box h2 {
    color: #7579E5;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
}

.category-heading-box .fa-long-arrow-left {
    display: none;
}

.cat-text-box h2, .profile-inner-heading h2 {
    padding-top: 10px !important;
}

@media screen and (max-width: 575px) {
    .category-heading-box .fa-long-arrow-left {
        display: block;
        color: #7579E5;
    }

    .category-heading-box a button {
        display: none;

    }
}

@media screen and (max-width: 355px) {
    .profile-inner-heading h2 {
        padding-top: 0px !important;
    }
}


.cat-text-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #424242;
    margin-bottom: 0;
}

.cat-type {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    border-bottom: 1px solid #DBDDE6;
    padding: 12px 0;
}

.setting-main-row .row > div:last-child .cat-type {
    border: none;
}

.cat-type h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 20px 0;
}

.add-cat-heading h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

.cat-middle-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.cat-middle-content input {
    border: 2px solid #7579E5;
    border-radius: 6px;
    padding: 5px;
    width: 100%;
}

.cat-middle-content input:focus {
    outline: none;
}

.cat-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0 5px;
}

.cat-btn-box .cat-btn {
    border-radius: 8px;
    border: none;
    padding: 10px;
    width: 48%;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #7579E5;
    color: #6806F7;
    background: #fff;
}

.cat-btn-box .cat-btn.active {
    background: #7579E5;
    color: #fff;
}

.user-detail-type-hd {
    display: flex;
    justify-content: space-between;
}

.user-detail-type-hd h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 42px 0 5px;
}

.user-detail-type {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3D3D3D;
    border-bottom: 1px solid #DBDDE6;
    padding: 12px 0;
}

.user-detail-type-hd > div {
    width: 33%;
}

.user-detail-type > div {
    width: 33%;
}

.user-pf-color-hd,
.user-edit-del-hd {
    text-align: center;
}

.user-pf-color {
    text-align: center;
}

.user-detail-type h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 42px 0 5px;
}

.color-box {
    width: 24px;
    height: 24px;
    background: #7579E5;
    margin: auto;
}

.user-edit-del .data-icons {
    padding: 0;
    margin: auto;
}

.basic-del-hd {
    text-align: right;
    padding-right: 10px;
}

.bsic-delicon {
    margin: 0 !important;
    margin-left: auto !important;
}

/* ***************** Search bar content ******************* */
.search-field-outer {
    position: relative;
}

.search-bar-content {
    width: 100%;
    position: absolute;
    top: 60px;
    display: none;
    z-index: 1;
    background-color: #fff;
}

.search-bar-content ul {
    border: none;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.144);
}

.search-bar-content ul li {
    line-height: 21px;
    color: #424242;
}

.search-bar-content ul li:hover {
    background-color: #4242421f;
}

@media only screen and (min-width: 1500px) {
    .auth-left-side {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100vh;
        position: relative;
    }

    .forgot-main {
        padding-top: 0;
    }

}


@media only screen and (max-width: 1400px) {
    .setting-text h2 {
        font-size: 18px;
    }

    .setting-text p {
        font-size: 12px;
    }

    .setting-pic {
        width: 50px;
        height: 50px;
    }

    .setting-pic img {
        width: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-0 {
        order: 0;
    }

    .forgot-main {
        padding: 0 22px;
    }

    .total-income-content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .auth-right-side .cloud-pic {
        width: 423px;
        max-width: 423px;
        margin-top: -95px;
    }

    .auth-right-side img {
        width: 180px;
    }

    .inc-head {
        font-size: 13px;
    }

    .category-content-box {
        margin-top: 60px;
    }

    .dashboard-summary-left {
        padding: 0 7%;
    }

    .dashboard-summary-right {
        padding: 0 7%;
        padding-bottom: 70px;
    }

    .responsive-mobile-navbar {
        height: 100vh;
        overflow-y: scroll;
        align-items: flex-start;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
    }

    .navbar-nav {
        order: 1;
    }

    .has-search.profile {
        position: absolute;
        top: 0;
        right: 11px;
        top: 85px;
    }

    .has-search {
        position: absolute;
        top: 97px;
        right: 0;
    }

    .logout-dropdown {
        left: -138px;
    }

    .sidenav {
        padding-top: 30px;
    }

    .search-field-outer {
        padding-top: 20px;
    }

    .notification-section {
        margin: 0 !important;
    }

    .has-search-input .form-control-feedback {
        top: 28px;
    }

    .notification-box.notification-box-setting {
        position: absolute;
        right: 95px;
        top: 85px;
    }

    .bell-icon-box {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .select-plane-title h1 {
        font-size: 52px;
    }

    .basic-plan-content h1 {
        font-size: 50px;
    }

    .basic-plan-content h2 {
        font-size: 40px;
    }

    .basic-plan-content h2 sub {
        font-size: 16px;
    }

    .basic-plan-content p {
        font-size: 16px;
    }

    .choose-plan-btn a button {
        font-size: 18px;
    }

    .dashboard-summary-right {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 635px) {
    .plan-login-right-side h1 {
        font-size: 31px;
        color: white;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 599px) {
    .sign-main h2 {
        font-size: 25px;
    }

    .auth-left-side {
        padding: 100px 10px;
    }

    .sign-itm label {
        margin-left: 0;
        font-size: 14px;
    }

    .sign-itm input {
        font-size: 14px;
    }

    .view-icon {
        top: 35px;
    }

    .view-icon img {
        width: 20px;
    }

    .pass-fgot a {
        font-size: 12px;
    }

    .sign-box {
        padding-top: 30px;
    }

    .sign-box .signin-btn {
        font-size: 12px;
        width: 157px;
    }

    .sign-main h1 {
        font-size: 33px;
    }

    .sign-row {
        flex-direction: column;
    }

    .sign-itm.sign-itm-box {
        width: 100%;
    }

    .sign-itm.sign-itm-box:first-child input {
        border-radius: 6px;
    }

    .sign-itm.sign-itm-box:last-child input {
        border-radius: 6px;
    }

    .auth-right-side h2 {
        font-size: 30px;
    }

    .reset-box .signin-btn {
        width: 160px;
    }

    .vertificationnumber input {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .user-detail-type-hd h2 {
        font-size: 13px;
    }

    .ac-sort-btn {
        font-size: 17px;
    }

    .down-angle img {
        width: 15px;
        height: 15px;
    }

    .totl-txt h3 {
        font-size: 17px;
    }

    .totl-txt p {
        font-size: 15px;
    }

    .dashboard-summary-right {
        flex-direction: column;
    }

    .dashboard-summary-right > div {
        padding-bottom: 50px;
    }

    .dashboard-summary-right > div:first-child {
        padding-top: 60px;
    }

    .income-items-lists-mein {
        display: flex;
        justify-content: space-between;
    }

    .income-item-list {
        flex-direction: column;
    }

    .income-item-list .inc-head {
        line-height: 21px;
        padding: 20px 0;
    }

    .income-data-list {
        flex-direction: column;
        padding-left: 35px;
        border: 0;
    }

    .income-data-list .inc-data {
        width: auto;
        line-height: 21px;
        padding: 20px 0;
    }

    .total-inc-data {
        padding-top: 9px !important;
    }

    .income-items-lists-mein {
        overflow-x: scroll;
    }

    .inc-data.data-icons {
        width: 73px;
    }

    .ac-sortitm p {
        font-size: 17px;
    }

    .checkbox-effect-1:not(:checked) + label:before,
    .checkbox-effect-1:checked + label:before {
        width: 18px;
        height: 18px;
    }

    .modal-dialog.modal-dialog-centered-edit {
        margin: 10.5rem 1rem;
    }
}

@media only screen and (max-width: 499px) {
    .cat-btn-box .cat-btn {
        font-size: 10px;
    }

    .cat-pic-box {
        width: 55px;
        height: 55px;
        border-radius: 8px;
    }

    .cat-pic-box img {
        width: 35px;
    }

    .select-plane-title h1 {
        font-size: 35px;
    }

    .basic-plan-content h1 {
        font-size: 35px;
    }

    .basic-plan-content h2 {
        font-size: 22px;
    }

    .basic-plan-content h2 sub {
        font-size: 13px;
    }

    .basic-plan-content p {
        font-size: 13px;
    }

    .choose-plan-btn a button {
        width: 160px;
        height: 45px;
        font-size: 15px;
    }

    .sign-main p {
        font-size: 14px;
    }

    .income-top h2 {
        font-size: 17px;
    }

    .add-itm-box .add-itm-btn {
        padding: 7px 10px;
        font-size: 12px;
    }

    .header-text-field-inner h1 {
        font-size: 22px;
    }

    .profile img {
        width: 40px;
        height: 40px;
    }

    .bell-icon-box {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }

    .bell-icon-box img {
        width: 25px;
    }

    .sidenav .nav-item .nav-link {
        font-size: 14px !important;
        font-weight: 600;
    }

    .sidenav-item .hover-image {
        display: none;
    }

    .sidenav {
        padding-top: 10px;
    }

}

@media only screen and (max-width: 375px) {
    .header-text-field-inner h1 {
        font-size: 19px;
    }

    .profile img {
        width: 35px;
        height: 35px;
    }

    .has-search .dropdown-logout img {
        width: 14px;
    }

    .has-search {
        top: 90px;
    }

    .dashboard-bar-main {
        padding-top: 155px;
    }
}

input.error, select.error {
    border: 1px dotted orangered !important;
}

.swal-wide {
    width: 250px !important;
    background-color: #a5dc86 !important;
}

.swal-wide .swal2-title {
    font-size: 16px;
    top: 2px;
    color: white !important;
}

.swal-wide .swal2-icon {
    margin: 0.5em auto 0.6em;
}

.swal-wide .swal2-icon.swal2-success {
    display: none !important;
}

.container-fluid.p-0.bg-color, .container-fluid.p-0 {
    position: relative;
}

.container-fluid.p-0.bg-color .alert-danger, .alert-info {
    position: absolute;
    top: 0;
    z-index: 999;
}

.container-fluid.p-0 .alert-danger, .alert-info {
    position: absolute;
    top: 0;
    z-index: 999;
}
.checkbox-mark::before {
    border: 1px dotted red !important;
}
.social-btn-sp #social-links {
  margin: 0 auto;
  max-width: 500px;
}
.social-btn-sp #social-links ul li {
  display: inline-block;
}          
.social-btn-sp #social-links ul li a {
  padding: 15px;
  /* border: 1px solid #ccc; */
  margin: 1px;
  font-size: 40px;
}
table #social-links{
  display: inline-table;
}
table #social-links ul li{
  display: inline;
}
table #social-links ul li a{
  padding: 5px;
  /* border: 1px solid #ccc; */
  margin: 1px;
  font-size: 15px;
  /* background: #e3e3ea; */
}
.fa-facebook-square{
  color: #3b5998 !important;
}
.fa-twitter{
  color: #00acee !important;
}
.fa-linkedin{
  color: #0e76a8 !important;
}
