:root {
    --text-color: #797979;
    --primary-color: #ffb200;
    --secondary-color: #ff2e64;
    --title-color: #222222;
    --white-color: #ffffff;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--text-color);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
}

a,
a:hover,
a:focus,
button,
button:hover {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

svg,
svg path {
    -webkit-transition: var(--primary-color);
    -moz-transition: var(--primary-color);
    -ms-transition: var(--primary-color);
    -o-transition: var(--primary-color);
    transition: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
}

img {
    max-width: 100%;
}

.d-none {
    display: none !important;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 1.4;
}

iframe {
    width: 100%;
    border: none;
}

.ptw_chat_toggle {
    background: linear-gradient(90.05deg, var(--primary-color) 0.05%, var(--secondary-color) 99.96%) !important;
}
.ptw_chat_toggle>.ptw_chat_bubble_arrow {
    z-index: -1 !important;
}
.ptw_chat_toggle>.ptw_chat_bubble_arrow {
  border-right: 20px solid var(--primary-color) !important;
}

/*=============================
 Font Family Css Style
=============================*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');

/*=============================
    ScrollBar Style
=============================*/

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background-color: #f5f7f9;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
}

/*=============================
 Basic magin Style
=============================*/

.marT30 {
    margin-top: 30px;
}

.ptw_widget_wrapper {
    z-index: 2 !important;
}
.ptw_chat_box_wrapper>.ptw_chat_box_inner>.ptw_cb_header {
    background: linear-gradient(90.05deg, var(--primary-color) 0.05%, var(--secondary-color) 99.96%) !important;
}
.ptw_btn {
    background: linear-gradient(90.05deg, var(--primary-color) 0.05%, var(--secondary-color) 99.96%) !important;
}
.ptw_chat_toggle {
    background: linear-gradient(90.05deg, var(--primary-color) 0.05%, var(--secondary-color) 99.96%) !important;
}
.ptw_chat_toggle>.ptw_chat_bubble_arrow {
    z-index: -1 !important;
}
/*=============================
 Login Page Style
=============================*/

.cs_login_main {
    position: relative;
    overflow: hidden;
}

.cs_login_main .cs_auth_login_wrapper {
    position: relative;
    display: flex;
    min-height: 100vh;
    max-width: 100%;
    width: 100%;
}


.cs_login_main .cs_login_content {
    position: relative;
    max-width: 615px;
    width: 100%;
}

.cs_authdetails {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
    padding: 60px 95px 30px 95px;
    background-color: #fff;
}


.cs_login_main a.cs_logo_ {
    display: block;
    position: relative;
    margin-bottom: 90px;
}

.cs_login_main .cs_login_content h3 {
    margin-bottom: 5px;
    line-height: 1.4;
    color: var(--title-color);
    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.cs_login_main .cs_login_content p {
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-color);
    font-family: Nunito Sans;
    font-size: 16px;
    letter-spacing: 0em;
    text-align: left;
}


.cs_login_main .cs_auth_input_wrapper {
    position: relative;
    margin: 35px 0 25px 0;
}

.cs_login_main .cs_auth_input {
    padding: 8px 48px 8px 72px;
    border-radius: 5px;
    color: var(--title-color);
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    transition: var(--transition);
    position: relative;
    border: 1px solid #EFF2FF;
    background-color: #fff;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 18px;
}

.cs_login_main .cs_auth_input label {
    color: var(--text-color);
    margin-bottom: 0;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
}

.cs_login_main .cs_auth_input input {
    border: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--title-color);
    background-color: #0000;
    padding: 0;
}

.cs_login_main .cs_auth_input input:focus {
    border: 1px solid 0;
}

.cs_login_main .cs_auth_input.cs_auth_input_focus {
    background-color: var(--white-color);
    box-shadow: 0px 4px 30px 0px #40478D1A;
    z-index: 55;
}

span.cs_auth_inpt_lft_icn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EFF2FF;
}

.cs_login_main .cs_login_ic {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    cursor: pointer;
}

.cs_login_main .cs_remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.cs_login_main .cs_remember a {
    line-height: 1.4;
    color: var(--primary-color);
    margin-right: 5px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
}

.cs_login_main .cs_remember a:hover {
    color: var(--primary-color);
}

.cs_login_main .cs_authdetails p.get_start {
    line-height: 1.4;
    margin-top: 20px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: var(--text-color);
}

.login-clip {
    animation: 6s cs_main_anim infinite alternate;
}

@keyframes cs_main_anim {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.cs_auth_input.cs_input_focus:before {
    opacity: 1;
}

.cs_auth_input:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.5px;
    height: 60%;
    background-color: var(--primary-color);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s all;
    transform: translate(0, -50%);
}

/*=============================
 Login Checkbox Style
=============================*/

.cs_checkbox input {
    display: none;
}

.cs_checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.4;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: var(--text-color);
}

.cs_checkbox label:before {
    content: '';
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 11px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 2px solid var(--text-color);
}

.cs_checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: -0.6px;
    left: 7.6px;
    width: 6.4px;
    height: 13.8px;
    border: 2px solid var(--text-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cs_checkbox input:checked+label span.dots-shap {
    background-color: #fff;
}

a.wpa_logo_ {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -15px;
}

span.dots-shap {
    position: absolute;
    background: #0000;
    width: 9px;
    height: 9px;
    display: block;
    left: 11px;
    top: 0;
}


/*=============================
 Button Style
=============================*/

.cs_login_main .cs_btn {
    min-height: 48px;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--white-color);
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    overflow: hidden;
    background: linear-gradient(90.05deg, var(--primary-color) 0.05%, var(--secondary-color) 99.96%);
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    box-shadow: 0px 24px 30px rgb(255 47 99 / 15%);
}

.cs_login_main .cs_btn:hover {
    border: 0;
}

/*.cs_btn:hover {*/
/*    box-shadow: 0px 24px 30px rgb(255 47 99 / 15%);*/
/*}*/

.cs_login_main .cs_btn:active {
    transform: scale(0.95);
}

.cs_login_main .cs_btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
    background: linear-gradient(91.52deg, var(--secondary-color) 2.41%, var(--primary-color) 81.75%);
    opacity: 0;
    visibility: hidden;
    /*transform: scale(0, 1);*/
    border-radius: 5px;
    border: 0;
}

.cs_login_main .cs_btn:hover:after {
    opacity: 1;
    visibility: visible;
    /*transform: scale(1, 1);*/
}

.cs_login_main .cs_btn:focus {
    border: 0;
    color: #fff;
}

.cs_login_main .cs_btn:focus span svg {
    fill: var(--primary-color);
}

.cs_login_main .cs_btn span {
    margin: 0 5px 0 15px;
    float: right;
}

::placeholder {
    font-size: 16px;
    letter-spacing: 0px;
    color: #c9cacd;
    font-weight: 400;
}


.cs_right_auth {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/right-bg.png);
    background-size: cover;
    background-repeat: repeat;
    position: relative;
}

.cs_login_main .cs_btn_area .sign_btn {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #221f25;
    font-weight: 700;
    position: relative;
}

.cs_login_main .cs_btn_area .sign_btn:hover {
    color: var(--primary-color);
}

.cs_login_main .cs_btn_area a.sign_btn:before {
    position: absolute;
    content: '';
    right: 100%;
    width: 49px;
    height: 1px;
    background-color: #f1f1f8;
    top: 50%;
    margin-right: 15px;
    transition: var(--transition);
}

.cs_login_main .cs_btn_area a.sign_btn:hover::before {
    background-color: var(--primary-color);
}

.cs_login_main .cs_btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.cs_login_main .cs_signup .cs_auth_input:nth-child(2):before {
    position: absolute;
    width: 83%;
    left: 31px;
    top: -1px;
    background-color: #E2E4FC;
    height: 1px;
    content: '';
}

.cs_login_main .cs_signup .cs_auth_input:nth-child(2):after {
    position: absolute;
    width: 83%;
    left: 31px;
    bottom: -1px;
    background-color: #E2E4FC;
    height: 1px;
    content: '';
}

.cs_login_main .cs_signup .cs_auth_input.cs_auth_input_focus:nth-child(2):after {
    display: none;
}

.cs_login_main .cs_signup .cs_auth_input.cs_auth_input_focus:nth-child(2):before {
    display: none;
}


/*=============================
    Vector Style
=============================*/

.cs_shap.vector-1 {
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 70px;
    animation: 6s cs_anim_1 infinite alternate;
}

@keyframes cs_anim_1 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-10px);
    }
}

.cs_shap.vector-2 {
    position: absolute;
    z-index: 2;
    left: 110px;
    top: 304px;
    animation: 6s cs_anim_2 infinite alternate;
}

@keyframes cs_anim_2 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

.cs_shap.vector-3 {
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 45%;
    animation: 6s cs_anim_3 infinite alternate;
}

@keyframes cs_anim_3 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

.cs_shap.vector-4 {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    right: 50px;
    animation: 6s cs_anim_4 infinite alternate;
}

@keyframes cs_anim_4 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

.cs_shap.vector-5 {
    position: absolute;
    right: 15%;
    bottom: 30%;
    width: 50px;
    height: 50px;
    animation: 6s cs_anim_5 infinite alternate;
}

@keyframes cs_anim_5 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

.cs_shap.vector-6 {
    position: absolute;
    left: 11%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    animation: 6s cs_anim_6 infinite alternate;
}

@keyframes cs_anim_6 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

/**/
.cs_back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cs_back_btn a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--title-color);
    gap: 10px;
    display: flex;
}

.cs_back_btn a:hover {
    color: var(--primary-color);
}

.cs_back_btn a:hover svg path {
    fill: var(--primary-color);
}

/*=============================
Notification Message  Style
=============================*/

.cs_notification {
    position: fixed;
    right: -406px;
    bottom: 25px;
    padding: 15px 20px 15px 25px;
    overflow: hidden;
    max-width: 302px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 24px 30px rgb(255 47 99 / 15%);
    z-index: 8;
}

.cs_notification_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.cs_notification_icon {
    width: 40px;
}

.cs_notification.success .cs_notification_msg h4 {
    color: #36B133;
}

.cs_notification.error .cs_notification_msg h4 {
    color: #FF4057;
}

.cs_notification_msg h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
}

.cs_notification_msg {
    margin-bottom: 5px;
    width: calc(100% - 40px);
}

.cs_notification_msg p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--text-color);
    padding-top: 2px;
}

.cs_notification_close {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #0000;
}

.cs_notification_close a {
    font-size: 15px;
    color: #737ca0;
    line-height: 1.4;
}

.cs_notification.success,
.cs_notification.error {
    right: 25px;
}

.cs_login_main.cs_fgt_password .cs_btn_area a.sign_btn:before {
    display: none;
}

.cs_login_main.cs_fgt_password .cs_login_content {
    position: relative;
    padding: 85px 50px 50px 50px;
    width: 460px;
}

.cs_frg_log {
    position: relative;
    margin-top: 25px;
}

.cs_frg_log a {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #221f25;
    font-weight: 700;
    position: relative;
}

p.cs_frg_log span {
    width: 50px;
    height: 2px;
    background-color: #f1f1f8;
    display: block;
    margin-left: 11px;
}


/*=============================
Responsive Style
=============================*/

@media (max-width:1450px) {
    .cs_shap.vector-1 img {
        max-width: 70px;
    }
    .login-clip {
        max-width: 475px;
    }

    .cs_login_main .cs_login_content {
        max-width: 550px;
    }
}

@media (max-width:1200px) {
    .cs_shap.vector-1 img {
        max-width: 70px;
    }
    .cs_authdetails {
        padding: 60px 60px 30px 60px;
    }

    .cs_login_main .cs_login_content {
        max-width: 455px;
    }

    .login-clip {
        max-width: 400px;
    }
}


@media (max-width:991px) {
    .cs_right_auth {
        display: none !important;
    }

    .cs_login_main .cs_login_content {
        max-width: 520px;
        margin: 0 auto;
    }

    .cs_login_main .cs_auth_login_wrapper {
        align-items: center;
    }

    .cs_login_main {
        background-image: url(../images/right-bg.png);
        background-size: cover;
        background-repeat: repeat;
    }

    .cs_authdetails {
        padding: 50px;
        border-radius: 5px;
    }

    .cs_login_main a.cs_logo_ {
        margin-bottom: 10px;
    }

    .cs_login_main .cs_login_content h3 {
        font-size: 28px;
    }
}


@media (max-width:767px) {
    .cs_login_main .cs_auth_input_wrapper {
        margin: 25px 0 25px 0;
    }
}

@media (max-width:575px) {
    .cs_login_main .cs_login_content {
        margin: 0 20px;
    }

    .cs_login_main .cs_login_content h3 {
        font-size: 26px;
    }

    .cs_login_main a.cs_logo_ img {
        max-width: 180px;
    }

    .cs_authdetails {
        padding: 35px;
    }
}
