

/* ---------------------------------------------------
    login system page and lock screen page
----------------------------------------------------- */

.d2c_login_system{
    height: 100vh;
}
.d2c_login_wrapper{
    padding: 3.125rem 3.75rem;
    border-radius: var(--border-radius);
}
.d2c_login_system .btn img{
    max-width: 1.188rem;
}
.d2c_login_system .d2c_left_image{
    width: 95%;
}
.d2c_sub_heading p{
    display: inline-block;
    background: var(--bs-white);
    color: var(--primary_one);
    font-weight: 500;
    font-size: 15px;
}
.d2c_sub_heading::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(53, 38, 117, 0.20);
    height: 0.125rem;
    left: 0rem;
    z-index: -1;
}
.d2c_login_wrapper .d2c_link{
    font-weight: 600;
}
form .form-check-input:checked{
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.d2c_login_wrapper .d2c_link_btn{
    border: 0.063rem solid rgba(229, 227, 242, 0.5);
    border-radius: 0.313rem;
    padding: 0.625rem 1.25rem;
    font-weight: 400;
}
.d2c_login_wrapper .d2c_google_link_btn .d2c_apple_image_2{
    display: none;
}
.d2c_login_wrapper .d2c_google_link_btn:hover .d2c_apple_image_1{
    display: none;
}
.d2c_login_wrapper .d2c_google_link_btn:hover .d2c_apple_image_2{
    display: block;
}
.d2c_login_wrapper .d2c_link_description{
    color: var(--bs-primary);
    font-weight: 400;
    font-size: 16px;
}

/* --------------------------------------------------
    Chat Page page
----------------------------------------------------- */
.d2c_chatAi {
    max-width: 43.75rem;
    margin: auto;
    height: 75vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.chat-box-container {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 0;
}
.chat-box-header {
    display: block;
    text-align: center;
}
.ai,
.person {
    text-align: left;
}
.chat-box {
    flex-grow: 1;
    background-color: #fff;
    overflow-y: scroll;
    padding: 1.25rem 0;
}
.ai,
.d2c-ai-container,
.d2c-person-container,
.person {
    overflow: auto;
}
.chat-box::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}
.chat-box p {
    margin: 0;
}
.d2c_chatAi .d2c_chat_input_wrapper{
    border-color: var(--border_color);
}
.d2c_chat_input_wrapper .chat-submit{
    padding: 3px 10px;
}
.ai,
.person {
    margin: 0rem 0.5rem;
    border-radius: 6px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.ai {
    background: rgba(53, 38, 117, 0.02);
    border: 0.031rem solid #ebe9f1;
    float: left;
    padding: 0.938rem;
    min-width: 15rem;
}
.person {
    background-color: var(--bs-primary);
    float: right;
    padding: 0.313rem 0.938rem;
}
.person p {
    color: #fff;
}
.regenerate-btn {
    float: left;
    margin-left: 2.688rem;
}
.person-date {
    float: right;
    margin-right: 0.375rem;
}
.chat-input-container {
    position: relative;
    height: 3.75rem;
    width: 100%;
    display: flex;
    bottom: 0;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.chat-input:focus {
    outline: 0;
}
.d2c_avatar {
    height: 2.5rem;
    width: 2.5rem;
    object-fit: cover;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}
.d2c-person-container .image-container {
    float: right;
}
.d2c-ai-container .image-container {
    float: left;
}
.response-body {
    margin: 0.625rem 0;
}
.d2c-ai-container .response-body,
.d2c-person-container .response-body {
    display: flex;
    align-content: center;
    align-items: flex-start;
}
.d2c-person-container .response-body {
    justify-content: flex-end;
}
.d2c-ai-container .response-body {
    justify-content: flex-start;
}
.d2c-ai-container .response-body .ai {
    order: 2 !important;
}
.d2c_regenerate_btn{
    background: var(--border_color);
    color: rgba(53, 38, 117, 0.40);
}
.d2c_regenerate_btn:hover{
    background: var(--border_color);
    color: var(--bs-primary);
}
.d2c_regenerate_btn.active{
    background: var(--border_color) !important;
    color: var(--bs-primary) !important;
}
.d2c-person-container .d2c_regenerate_btn{
    display: none;
}

/* --------------------------------------------------
    Keyword Idea page
----------------------------------------------------- */
.d2c_keyword table tbody > tr:last-child > td{
    border-bottom: none;
}
.d2c_keyword .card-header{
    padding: 1.25rem;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

/* --------------------------------------------------
    user history page
----------------------------------------------------- */
.d2c_user_action_btn .btn{
    color: rgba(53, 38, 117, 0.30);
    padding: 7px 12px;
}
.d2c_user_action_btn .btn:hover{
    color: var(--bs-white);
}


/* --------------------------------------------------
    Settings page
----------------------------------------------------- */
.d2c_settings hr{
    border: 0.063rem solid #EBE9F1;
    margin: 2rem 0;
}
.d2c_settings p{
    color: var(--primary_one);
}
.d2c_profile_image{
    width: 6.25rem;
    height: 6.25rem;
    object-fit: cover;
}
.input_container label {
    border: 0.063rem solid #EBE9F1;
    border-radius: 0.375rem;
    padding: 0.625rem 0.938rem;
    margin-top: 0.875rem;
    transition: .4s;
    width: 6.25rem;
    color: rgba(53, 38, 117, 0.70);
    font-size: 0.875rem;
}

.input_container label:hover {
    border: 0.063rem solid #EBE9F1;
    background-color: #f7f7f7;
    transition: .4s;
}


/* --------------------------------------------------
    Documentation page
----------------------------------------------------- */
.d2c_doc_data table{
    border-collapse: separate;
    border-spacing: 0 0.938rem;
}
.d2c_doc_data table tbody > tr > td{
    border-top: 0.063rem solid #EBE9F1;
    border-bottom: 0.063rem solid #EBE9F1;
    padding: 8px 1rem !important;
}
.d2c_doc_data table tbody > tr > td:first-child{
    border-left: 0.063rem solid #EBE9F1;
    border-radius: 0.625rem 0rem 0rem 0.625rem;
    -webkit-border-radius: 0.625rem 0rem 0rem 0.625rem;
    -moz-border-radius: 0.625rem 0rem 0rem 0.625rem;
    -ms-border-radius: 0.625rem 0rem 0rem 0.625rem;
    -o-border-radius: 0.625rem 0rem 0rem 0.625rem;
}
.d2c_doc_data table tbody > tr > td:last-child{
    border-right: 0.063rem solid #EBE9F1;
    border-radius: 0rem 0.625rem 0.625rem 0rem;
    -webkit-border-radius: 0rem 0.625rem 0.625rem 0rem;
    -moz-border-radius: 0rem 0.625rem 0.625rem 0rem;
    -ms-border-radius: 0rem 0.625rem 0.625rem 0rem;
    -o-border-radius: 0rem 0.625rem 0.625rem 0rem;
    text-align: right;
}

/* ---------------------------------------------------
   tools page
----------------------------------------------------- */


.d2c_search_box_wrapper{
    border: 0.063rem solid #EBE9F1;
}
.d2c_search_box_wrapper .input-group-text i{
    transform: rotate(90deg);
}

/* list style */
.d2c_search_list{
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 72vh;
    overflow-y: scroll;
}
.d2c_search_list li{	
    cursor: pointer;
    color: var(--primary_one);
    margin: 0.625rem 0rem;
    transition: .4s all ease;
    font-size: 0.938rem;
    font-weight: 500;
    text-transform: capitalize;
}
.d2c_search_list li:hover{
    color: #E62B5D;
    transition: .4s all ease;
}
.d2c_search_box_wrapper .form-control:focus{
    border-color: var(--border_color);
}
.d2c_search_list::-webkit-scrollbar {
    display: none;
}


/* ---------------------------------------------------
 Dashboard page
----------------------------------------------------- */
.d2c_dashboard_hero{
    background-color: rgba(53, 38, 117, 1);
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3.125rem 4.375rem;
    border-radius: 0.625rem;
}
.d2c_dashboard_hero .btn{
    background: #fff;
    color: var(--bs-primary);
}
.d2c_dashboard_hero .btn:hover{
    color: var(--bs-danger);
}
.d2c_dashboard_hero .btn:active{
    color: var(--bs-danger);
    background: var(--bs-white);
}
.d2c_action_btn .btn{
    color: rgba(53, 38, 117, 0.30);
}
.d2c_action_btn .btn:hover{
    color: var(--bs-white);
}
.d2c_writing_category small::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: var(--bs-primary);
    margin: 0rem 0.625rem;
}
.d2c_writing_category small:last-child::after{
    display: none;
}


/* --------------------------------------------------
    landing page start
----------------------------------------------------- */
/* hero section */
.d2c_hero{
    background: linear-gradient(180deg, rgba(53, 38, 117, 0.98) 0%, rgba(255, 68, 118, 0.98) 100%),url(../images/hero_bg.png),lightgray 50%;
}
.d2c_hero_content{
    padding: 11.25rem 0rem 9.375rem 0rem;
}
.d2c_hero_content p small{
    color: #C8C8C8;
}
.d2c_hero_content .d2c_credit_card{
    font-size: 15px;
    font-weight: 400;
}
.d2c_hero_content .d2c_hero_title{
    font-size: 3.75rem;
    line-height: 80px;
}

/* how works section */
.d2c_how_works{
    background: linear-gradient(180deg, rgba(253, 234, 239, 0.00) 0%, #FDEAEF 192.52%);
}
.d2c_works_card {
    background: var(--bs-white);
    padding: 3.125rem 1.563rem;
    border: 0.063rem solid #EBE9F1;
    border-radius: 0.75rem;
    transition: .4s all ease;
}
.d2c_works_card .d2c_card_text{
    font-size: 1rem;
}
.d2c_works_card p,
.d2c_works_card h6{
    color: var(--bs-primary);
}
.d2c_works_card_icon{
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 0.375rem;
    border: 0.125rem solid var(--bs-primary);
    color: var(--bs-primary);
    margin: 0rem auto 1.25rem auto;
    transition: .4s all ease;
}
.d2c_works_card:hover{
    background: var(--bs-primary);
    cursor: pointer;
    transition: .4s all ease;
}
.d2c_works_card:hover .d2c_works_card_icon{
    color: #C2BED6;
    border-color: #C2BED6;
    transition: .4s all ease;
}
.d2c_works_card:hover h3,
.d2c_works_card:hover p{
    color: #EBE9F1 !important;
    transition: .4s all ease;
}
.d2c_works_card:hover h6{
    color: #9A93BA;
}

/* preview dashboard image section */
.d2c_preview{
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.d2c_preview_image_wrapper{
    border-radius: 0.75rem;
    border: 0.063rem solid #EBE9F1;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0rem 0rem 26px 0rem rgba(53, 38, 117, 0.07);
}
.d2c_preview_image_wrapper img{
    box-shadow: 0rem 0rem 1.625rem 0rem rgba(53, 38, 117, 0.07);
    border-radius: 0.75rem;
}

/* chat preview section */
.d2c_chat_preview{
    background-color: rgba(235, 233, 241, 0.30);
    background-image: url(../images/polygon.png),url(../images/polygon.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 5% 15%,95% 85%;
}

/* FAQ section */
.d2c_faq_wrapper{
    border-bottom-right-radius: var(--border-radius);
    transition: .4s all ease;
    margin-bottom: 1.25rem;
}
.d2c_faq_wrapper:hover{
    border-color: var(--primary_one) !important;
    transition: .4s all ease;
}
/* call to action section */
.d2c_call_to_action{
    padding-top: 6.25rem;
    border-radius: 0.75rem 0.75rem 0rem 0rem;
    background: linear-gradient(180deg, #170854f7 -10%, #e62b5dc7 125%),url(../images/circle_1.png),url(../images/circle_2.png);
    background-repeat: no-repeat;
    background-position: 5% 35%,95% 90%;
}
.d2c_call_to_action img{
    border-radius: 0.75rem 0.75rem 0rem 0rem;
}
.d2c_call_to_action .btn{
    background: var(--bs-white);
    color: var(--bs-danger);
    border-color: var(--bs-white);
}
.d2c_call_to_action .btn:hover{
    color: var(--bs-primary);
}
.d2c_call_to_action .btn:active{
    color: var(--bs-primary);
    background: var(--bs-white);
    border-color: var(--bs-white);
}
.d2c_call_to_action h2{
    padding: 0px 20px 0px 20px;
}

/* --------------------------------------------------
    landing page end
----------------------------------------------------- */

/*---------------------------------------------------
    Advanced Form and editor page start
-----------------------------------------------------*/

#d2c_form_step {
    max-width: 100%;
}
#d2c_form_step .d2c_step_form_header {
    gap: 0.313rem;
    text-align: center;
    font-size: 0.9em;
}
#d2c_form_step .d2c_step_form_header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 1.25rem;
}
#d2c_form_step .d2c_step_form_header .stepIndicator.active {
    font-weight: 700;
    color: var(--bs-danger);
}
#d2c_form_step .d2c_step_form_header .stepIndicator.finish {
    font-weight: 600;
    color: var(--bs-primary);
}
#d2c_form_step .d2c_step_form_header .stepIndicator::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--bs-danger);
    border-radius: 50%;
    border: 0.188rem solid #fde3ea;
}
#d2c_form_step .d2c_step_form_header .stepIndicator.active::before {
    background-color: var(--bs-danger);
}
#d2c_form_step .d2c_step_form_header .stepIndicator.finish::before {
    background-color: var(--bs-primary);
    border: 0.188rem solid #e2dcff;
}
#d2c_form_step .d2c_step_form_header .stepIndicator::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    width: 100%;
    height: 0.063rem;
    background-color: #f3f3f3;
}
#d2c_form_step .d2c_step_form_header .stepIndicator.active::after {
    background-color: var(--bs-danger);
}
#d2c_form_step .d2c_step_form_header .stepIndicator.finish::after {
    background-color: var(--bs-primary);
}
#d2c_form_step .d2c_step_form_header .stepIndicator:last-child:after {
    display: none;
}
#d2c_form_step input,
#d2c_form_step textarea {
    width: 100%;
    background-color: transparent;
    border: 0.063rem solid var(--border_color);
    border-radius: 0.313rem;
    padding: 0.75rem 1rem;
    color: var(--bs-primary);
    font-size: 0.875rem;
    font-weight: 400;
}
#d2c_form_step input:focus,
#d2c_form_step textarea:focus {
    border-color: var(--bs-primary);
    outline: 0;
}
#d2c_form_step input.invalid,
#d2c_form_step textarea.invalid {
    border-color: #ffaba5 !important;
}
#d2c_form_step .step {
    display: none;
}
#d2c_form_step .form-footer {
    overflow: auto;
    gap: 1.25rem;
}
#editor{
    border-radius: 0px 0px 8px 8px;
}
.ql-toolbar{
    border-radius: 8px 8px 0px 0px;
}
.ck-editor__editable{
    height: 15.625rem;
}
.tox .tox-notification--in{
    display: none !important;
}
.ck-content{
    border-radius: 0px 0px 8px 8px !important;
}
.ck-toolbar{
    border-radius: 8px 8px 0px 0px !important;
}

.ql-toolbar.ql-snow,.ql-container,.ck.ck-editor,.tox-editor-container,.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label{
    font-family: var(--primary_font) !important;
}
.tox-notifications-container{
    display: none !important;
}

/*---------------------------------------------------
    Advanced Form end
-----------------------------------------------------*/

/*---------------------------------------------------
    advanced table page
-----------------------------------------------------*/
.page-link {
    color: var(--bs-dark);
    font-weight: 600;
    padding: 0.625rem 1.063rem;
    border-color: #EBEBEB;
}
.dataTables_length select {
    width: 70px !important;
    padding: 4px 12px !important;
    height: auto;
}

table.dataTable tbody tr.selected>*,table.dataTable>tbody>tr>.selected {
    box-shadow: inset 0rem 0rem 0rem 624.938rem rgb(243 240 255);
    color: var(--bs-primary);
}
.page-item.active .page-link {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary);
    color: var(--bs-white);
}
.dt-button{
    background: transparent !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}
.dt-button:focus{
    box-shadow: none !important;
    outline: none !important;
}
.dt-button-active{
    box-shadow: none !important;
    outline: none !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.dataTables_paginate{
    margin-bottom: 20px !important;
}
.dataTables_filter input[type=search]{
    padding: 4px 12px;
}
.dataTables_length,.dataTables_filter{
    padding: 4px !important;
}

/* ---------------------------------------------------
    FAQ page
----------------------------------------------------- */

.d2c_faq_accordion .accordion-item {
    background: var(--bs-white);
    border-radius: 0.313rem !important;
    margin-bottom: 1.5rem;
    border: 0.063rem solid var(--border_color) !important;
}
.d2c_faq_accordion .accordion-button {
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    color: var(--paragraph_color);
    font-weight: 500;
}
.d2c_faq_accordion .accordion-button:focus {
    z-index: 0;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}
.d2c_faq_accordion .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    box-shadow: none;
    border-radius: 0.313rem !important;
}
.d2c_faq_accordion .accordion-button.collapsed {
    border-radius: 0.313rem;
}
.d2c_faq_accordion .accordion-body {
    color: var(--paragraph_color);
    padding-top: 0rem;
    border-radius: 0.313rem !important;  
    font-size: 0.938rem;
    font-family: var(--primary_font) !important;
}
.accordion-button::after{
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23352675'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after{
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e62b5d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* ---------------------------------------------------
    privacy policy and terms of condition page
----------------------------------------------------- */
.d2c_privacy_policy p,.d2c_terms_condition p{
    font-size: 1rem;
}
.d2c_privacy_policy p a,.d2c_terms_condition p a{
    font-weight: 600;
    font-size: 1rem;
}
.d2c_privacy_policy p a:hover,.d2c_terms_condition p a:hover{
    color: var(--bs-danger);
}
.d2c_privacy_policy li{
    color: var(--paragraph_color);
    font-weight: 500;
}


/* ---------------------------------------------------
    invoice page
----------------------------------------------------- */
.d2c_invoice_header .d2c_logo{
    max-width: 197px;
}

/*---------------------------------------------------
    create invoice page
-----------------------------------------------------*/
.d2c_count_wrapper input{
    border-radius: 0.375rem;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--border_color);
    text-align: center;
    font-weight: 600;
}
.d2c_count_wrapper input:focus-visible{
    outline: none;
}
.d2c_invoice_list td a{
    color: var(--primary_one);
}
.d2c_invoice_list td a:hover{
    color: var(--bs-primary);
}

/*---------------------------------------------------
    EVENT CALENDER
-----------------------------------------------------*/
.d2c_event_calender .list-group .list-group-item {
    padding: 0.2rem 0rem;
    border: none;
    background-color: transparent !important;
    font-weight: 500;
}

.d2c_theme_light .d2c_event_calender .list-group .list-group-item {
    color: var(--bs-dark);
}

.d2c_event_calender .list-group .list-group-item::before {
    content: '';
    height: 0.688rem;
    width: 0.688rem;
    border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    -ms-border-radius: 0.125rem;
    -o-border-radius: 0.125rem;
    background-color: var(--bs-secondary);
    margin-right: 0.4rem;
}

.d2c_event_calender .list-group .list-group-item:nth-child(2):before {
    background-color: var(--bs-warning);
}
.d2c_event_calender .list-group .list-group-item:nth-child(2){
    color: var(--bs-warning);
}

.d2c_event_calender .list-group .list-group-item:nth-child(3):before {
    background-color: var(--bs-danger);
}
.d2c_event_calender .list-group .list-group-item:nth-child(3){
    color: var(--bs-danger);
}

.d2c_event_calender .list-group .list-group-item:nth-child(4):before {
    background-color: var(--bs-primary);
}
.d2c_event_calender .list-group .list-group-item:nth-child(4){
    color: var(--bs-primary);
}

.d2c_event_calender a {
    text-decoration: none;
}
.fc .fc-daygrid-day.fc-day-today{
    background: transparent !important;
}
.fc a[data-navlink]{
    color: rgba(35, 35, 35, 0.7);
}
.d2c_event_calender .fc-col-header-cell-cushion a {
    color: rgba(35, 35, 35, 0.7);
    font-weight: 600;
}
.fc-theme-standard th{
    padding: 0.625rem !important;
}
.d2c_event_calender thead a{
    color: var(--bs-primary);
}

.fc .fc-button-primary {
    background-color: rgba(98, 113, 235, 0.1) !important;
    border: none !important;
    color: var(--bs-primary) !important;
    text-transform: capitalize !important;
}
.fc .fc-button-primary:focus{
    box-shadow: none !important;
}
.fc .fc-toolbar-title{
    color: var(--bs-primary);
    font-weight: 600;
}
.fc .fc-button {
    border-radius: 0.188rem !important;
    -webkit-border-radius: 0.188rem !important;
    -moz-border-radius: 0.188rem !important;
    -ms-border-radius: 0.188rem !important;
    -o-border-radius: 0.188rem !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -0.063rem !important;
}
.fc-scrollgrid{
    background: transparent;
    border-radius: var(--border-radius);
    border: none !important;
}
.fc .fc-scrollgrid-section-header>*,.fc .fc-scrollgrid-section-liquid>td{
    padding: 0rem !important;
}
.fc-scrollgrid-sync-table tbody tr td:last-child{
    border-right: 0rem !important;
}
.fc-h-event .fc-event-title{
    vertical-align: middle !important;
    padding: 0rem 0.625rem !important;
    font-size: 0.75rem !important;
    display: flex !important;
    justify-content: center !important;
    
}
.fc-day{
    padding: 2px !important;
}


/* ---------------------------------------------------
    Timeline page
----------------------------------------------------- */

.d2c_timeline_upper {
    margin-bottom: 140px;
}
.d2c_timeline_upper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--bs-primary);
    bottom: -70px;
}
.d2c_timeline_content {
    width: 20%;
    position: relative;
}
.d2c_timeline_content::before {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: 0px;
    background: rgba(166, 170, 180, 0.3);
}
.d2c_timeline_upper .d2c_timeline_content::before {
    bottom: -53px;
}
.d2c_timeline_wrapper {
    padding: 30px;
}
.d2c_timeline_wrapper .d2c_timeline_content::after {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -82px;
    left: -12px;
    background: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--bs-white);
}
.d2c_timeline_upper .d2c_timeline_content:first-child::after {
    content: '2';
}
.d2c_timeline_upper .d2c_timeline_content:last-child::after {
    content: '4';
}
.d2c_timeline_down .d2c_timeline_content::before {
    top: -53px;
}
.d2c_timeline_down .d2c_timeline_content::after {
    top: -84px;
    left: -12px;
}
.d2c_timeline_down .d2c_timeline_content:first-child::after {
    content: '1';
}
.d2c_timeline_down .d2c_timeline_content:nth-child(2)::after {
    content: '3';
}
.d2c_timeline_down .d2c_timeline_content:last-child::after {
    content: '5';
}
/* trading journey timeline */
.d2c_trading_journey_timeline {
    padding: 1.875rem;
}
.d2c_trading_timeline_content {
    position: relative;
}
.d2c_trading_timeline_content .d2c_years {
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    position: absolute;
    top: 1.25rem;
    right: -1.75rem;
}
.d2c_trading_timeline_content p i {
    font-size: 0.5rem;
    border: 0.063rem solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: 3.125rem;
    padding: 0.188rem;
}
.d2c_trading_timeline_content .d2c_timeline_title{
    color: var(--bs-primary);
}
.d2c_trading_timeline_content p sup {
    top: -0.188rem;
    z-index: 11;
}
.d2c_trading_timeline_content .d2c_card_wrapper {
    padding: 1.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    position: relative;
}
.d2c_trading_journey_timeline .d2c_trading_timeline_content:first-child::after,
.d2c_trading_journey_timeline .d2c_trading_timeline_content:nth-child(3)::after {
    content: '';
    width: 0.063rem;
    height: 100%;
    background: var(--bs-primary);
    position: absolute;
    right: -0.5rem;
    top: 1.875rem;
    z-index: 0;
}
.d2c_trading_journey_timeline .d2c_trading_timeline_content:nth-child(4) .d2c_years {
    left: -0.75rem;
}

/*---------------------------------------------------
    Map page
-----------------------------------------------------*/
.d2c_map {
    width: 80% !important;
    height: 21.875rem;
    margin: 0rem auto;
}
#world_map svg path{
    fill: var(--bs-primary);
}
#usa_map svg path{
    fill: var(--bs-secondary);
}
#canada_map svg path{
    fill: var(--paragraph_color);
}
#australia_map svg path{
    fill: var(--bs-danger);
}

/*---------------------------------------------------
    card page
-----------------------------------------------------*/
.d2c_basic_card .card-img-top{
    height: 300px;
    object-fit: cover;
}
.d2c_overlay_card .card-img{
    height: 400px;
    object-fit: cover;
}
.card-img-overlay {
    background: linear-gradient(0deg, rgb(53 38 117 / 70%), rgb(53 38 117 / 33%));
}


/*---------------------------------------------------
    Button page
-----------------------------------------------------*/
.d2c_hover_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 1.25rem;
    border-radius: 0.938rem;
    text-align: center;
    border: 0.063rem solid var(--bs-primary);
    color: var(--bs-primary);
    z-index: 0;
    background: var(--bs-white);
} 
.d2c_hover_btn:hover{
    color: var(--bs-white);
    border-color: var(--bs-primary);
}
.d2c_hover_btn::before,.d2c_hover_btn::after{
    position: absolute;
    content: "";
    background: var(--bs-primary);
    transition-duration: 0.3s;
    z-index: -1;
    opacity: 1;
}
/* top */
.btn_fill_top::before {
    inset: auto auto 0rem 0rem;
    width: 100%;
    height: 0rem;
} 
.btn_fill_top:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
} 
/* right */
.btn_fill_right::before {
    inset: 0rem auto auto 0rem;
    width: 0rem;
    height: 100%;
} 
.btn_fill_right:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
} 
/* down */
.btn_fill_down::before {
    inset: 0rem auto auto 0rem;
    width: 100%;
    height: 0rem;
} 
.btn_fill_down:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
} 
/* left */
.btn_fill_left::before {
    inset: 0rem 0rem auto auto;
    width: 0rem;
    height: 100%;
} 
.btn_fill_left:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
} 
/* middle */
.btn_fill_middle::before {
    inset: auto auto 0rem 0rem;
    width: 100%;
    height: 0rem;
} 
.btn_fill_middle:hover::before {
    width: 100%;
    height: 50%;
    opacity: 1;
} 
.btn_fill_middle::after {
    inset: 0rem auto auto 0rem;
    width: 100%;
    height: 0rem;
} 
.btn_fill_middle:hover::after {
    height: 50%;
} 
/* horizontal middle */
.btn_fill_middle_horizontal::before {
    inset: 0rem 0rem auto auto;
    width: 0rem;
    height: 100%;
} 
.btn_fill_middle_horizontal:hover::before {
    width: 50%;
    height: 100%;
    opacity: 1;
} 
.btn_fill_middle_horizontal::after {
    inset: 0rem auto auto 0rem;
    width: 0rem;
    height: 100%;
} 
.btn_fill_middle_horizontal:hover::after {
    width: 50%;
} 

/* details button css */
/* detail top */
.d2c_detail_btn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 1.25rem;
    margin: 0rem 0.188rem 0.375rem;
    text-align: center;
    border: none;
    text-decoration: none;
    background: var(--bs-white);
    color: var(--bs-primary);
    white-space: nowrap;
    border-radius: 0.25rem;
    z-index: 0;
} 
.d2c_detail_btn::after{
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    content: "";
    border: 0.125rem solid var(--bs-primary);
    z-index: 2;
    margin: 0rem;
    transition: border-bottom-width 0.1s ease 0.2s, height 0.2s ease 0.1s, width 0.2s ease 0s, margin 0.2s ease 0s;
}
.d2c_detail_top {
    position: relative;
    transition-duration: 0.3s;
    overflow: visible;
    box-sizing: border-box;
    border: none;
    padding: 0.625rem 1.375rem;
} 
.d2c_detail_top::after {
    top: 0rem;
    right: 0rem;
    border-bottom-width: 0.125rem;
} 
.d2c_detail_top:hover::after {
    width: 60%;
    height: 0rem;
    border-width: 0.125rem 0.125rem 0rem;
    margin: 0rem 20%;
    transition: border-bottom-width 0.1s ease 0s, height 0.2s ease 0.1s, width 0.2s ease 0.2s, margin 0.2s ease 0.2s;
} 
/* detail right */ 
.d2c_detail_right::after{
    bottom: 0rem;
    right: 0rem;
    border-left-width: 0.125rem;
    transition: border-left-width 0.1s ease 0.2s, width 0.2s ease 0.1s, height 0.2s ease 0s, margin 0.2s ease 0s;
}
.d2c_detail_right:hover::after {
    width: 0rem;
    height: 60%;
    border-width: 0.125rem 0.125rem 0.125rem 0rem;
    margin: 5% 0rem;
    transition: border-left-width 0.1s ease 0s, width 0.2s ease 0.1s, height 0.2s ease 0.2s, margin 0.2s ease 0.2s;
} 
/* detail bottom */
.d2c_detail_bottom::after{
    left: 0rem;
    bottom: 0rem;
    border-top-width: 0.125rem;
    transition: border-top-width 0.1s ease 0.2s, height 0.2s ease 0.1s, width 0.2s ease 0s, margin 0.2s ease 0s;
}
.d2c_detail_bottom:hover::after {
    width: 60%;
    height: 0rem;
    border-width: 0rem 0.125rem 0.125rem;
    margin: 0rem 20%;
    transition: border-top-width 0.1s ease 0s, height 0.2s ease 0.1s, width 0.2s ease 0.2s, margin 0.2s ease 0.2s;
} 
/* detail bottom */
.d2c_detail_left::after{
    bottom: 0rem;
    left: 0rem;
    border-right-width: 0.125rem;
    transition: border-right-width 0.1s ease 0.2s, width 0.2s ease 0.1s, height 0.2s ease 0s, margin 0.2s ease 0s;
}
.d2c_detail_left:hover::after {
    width: 0rem;
    height: 60%;
    border-width: 0.125rem 0rem 0.125rem 0.125rem;
    margin: 5% 0rem;
    transition: border-right-width 0.1s ease 0s, width 0.2s ease 0.1s, height 0.2s ease 0.2s, margin 0.2s ease 0.2s;
}

/* ---------------------------------------------------
    Pagination page
----------------------------------------------------- */

.page-item {
    background: transparent;
}

.page-link {
    color: var(--bs-dark);
    font-weight: 600;
    padding: 0.625rem 1.063rem;
    border-color: #EBEBEB;
}
.page-link:hover,.page-link:focus{
    color: var(--bs-primary);
}
.page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link{
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary);
}
.d2c_flat_pagination .page-link {
    border-color: transparent;
}

.d2c_rounded_pagination .page-item:first-child .page-link {
    border-top-left-radius: 2.688rem;
    border-bottom-left-radius: 2.688rem;
}

.d2c_rounded_pagination .page-item:last-child .page-link {
    border-top-right-radius: 2.688rem;
    border-bottom-right-radius: 2.688rem;
}

.d2c_separated_pagination .page-link {
    margin: 0.313rem;
    border-radius: 0.375rem;
}

.d2c_separated_rounded .page-link {
    border-radius: 50% !important;
    margin: 0.313rem;
    width: 2.813rem;
    height: 2.813rem;
    padding: 0.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d2c_custom_pagination .page-item {
    display: flex;
    align-items: center;
}

.d2c_separated_pagination .page-link {
    margin: 0rem 0.313rem;
    border-radius: 0.375rem;
}
.d2c_custom_pagination .page-link{
    background: transparent;
    border-color: transparent;
}
.d2c_custom_pagination .d2c_page_number {
    width: 2.188rem;
    height: 2.188rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d2c_custom_pagination .page-item.active .page-link {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary);
}


/* ---------------------------------------------------
    alert page
----------------------------------------------------- */
.d2c_notification_alert button{
    width: max-content;
    display: inline-block;
}
.d2c_custom_alert_image{
    object-fit: cover;
}
.d2c_additional_content hr{
    border-color: initial;
}

/* ---------------------------------------------------
    error page
----------------------------------------------------- */

.d2c_error {
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.d2c_error_content h1 {
    font-size: 9.375rem;
}
.d2c_error_content h3 {
    font-size: 40px;
    font-weight: 600;
    color: red;
}
.d2c_error_content p {
    font-size: 1.125rem;
}
/* ---------------------------------------------------
    lock screen page
----------------------------------------------------- */
.d2c_lockscreen {
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.d2c_lockscreen .d2c_user_avatar {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin: 0rem auto 1.25rem auto;
}
.d2c_lockscreen_content .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2.5px);
    color: var(--bs-white);
}
.d2c_lockscreen_content .btn {
    border-radius: var(--border-radius);
    padding: 10px 10px 9px 10px;
}
.d2c_lockscreen_content .form-control::placeholder {
    color: #00000038;
}

/* 
    Template Name: {{AIWriteCraft - AI Writing SaaS Dashboard Template}}
    Template URL: {{https://designtocodes.com/product/aiwritecraft-ai-writing-saas-dashboard-template/}}
    Description: {{AIWriteCraft is a SaaS dashboard template that you can use for AI Keyword Generators, AI Content Generators, AI Chatbots, and more. Developers can easily customize the template to their needs.}}
    Author: DesignToCodes
    Author URL: https://www.designtocodes.com
    Text Domain: {{ AIWriteCraft }}  
*/