@import url('fonts.css');

@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

    font-size: 1em;
}

img {
    max-width: 100%;
}

body {
    background: #FBFBFB;
    margin: 0;

    /* font-size: 1rem; */
}

.site_wrapper {
}

/* Variables Start */
.btn-success {

    background-color: #69A842;

    border-color: #69A842;
}

.btn-secondary {
    color: #fff;
    background-color: #495281;
    border-color: #495281;
}

/* Variables End */


/* Main Homepage */
.main_slider_homepage:before{
    content:'';
    background: linear-gradient(78deg, #1f3525 0%, rgb(38 99 54) 47%, #1f3525 100%);

    position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: .5;mix-blend-mode: overlay;}
.main_slider_homepage > .container{z-index:999}
.main_slider_homepage {
    background: url('../images/support_bg2.jpeg?v1');
    min-height: 300px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 2;justify-content: center;
    background-size: cover;padding: 0;
    background-position: 63% 80%;position: relative;background-repeat: repeat-x;}

.main_slider_homepage > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    /* width: 100%; */
    padding-bottom: 0;
}

.main_slider_homepage .search_main {
    width: 100%;
    /* height: 100%; */
    display: flex;
    margin: auto;
    justify-content: center;
    /* color: white; */align-items: center;
    flex-direction: column;
    justify-content: flex-start;align-items: flex-start;}

.main_slider_homepage .search_main div.search_box.focused input {
    border-top-left-radius: 10px !important;
    /* border: 1px solid #69A842 !important; */
    border-bottom: none !important;
    padding-left: .75rem;
    border-bottom-left-radius: 0px !important;
    /* border-left: 1px solid #69a842 !important; */
}

.main_slider_homepage .search_main .search_box.focused .input-group-prepend {
    display: none;
}

.main_slider_homepage .search_main > h2 {
    color: #252424;
    font-weight: 400;
    text-align: center;
    font-size: 1.1rem;color: white;}

.main_slider_homepage .search_main .search_box {
    width: 50%;
    margin-top: 1rem;
    transition: .7s all ease;
    position: relative;
}

.main_slider_homepage .search_main .search_box.focused form {
    /* overflow: visible; */
    height: 100%;
}

.main_slider_homepage .search_main .search_box form {
    position: relative;
    overflow: h;
    height: 50px;
    transition: .7s all ease;
}

.main_slider_homepage .search_main .search_box .form-group {
    display: flex;
    background: white;overflow: auto;
    border-radius: 10px;}

.main_slider_homepage .search_main .search_box.focused .input-group {
    overflow: visible;
    transition: .7s all ease;
}

.main_slider_homepage .search_main .search_box .input-group {
    /* overflow: hidden; */
    transition: .7s all ease;
}

.main_slider_homepage .search_main .search_box .input-group-prepend {
    border-right: 2px solid #eee !important;
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    transition: .7s all ease;
    left: 0;
    position: absolute;
    left: 0;
    z-index: 999;
}


.main_slider_homepage .search_main .search_box .input-group i {
}

.main_slider_homepage .search_main .search_box .input-group-text {
    background: transparent;
    background: white;
    width: 50px !important;
    border: none;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    min-height: 50px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    min-width: 50px !important;
    justify-content: center;
}

.main_slider_homepage .search_main .search_box .input-group input {
    outline: none;
    border-radius: 0 !important;
    border: none !important;
    height: 36px;
    background: transparent;font-size: .85rem;
    -webkit-text-fill-color: #77838F;
    color: #77838F;
    min-height: 50px;
    box-shadow: none !important;
    width: 100%;
    transition: .7s all ease;
    border-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding-left: .8rem;
}


@keyframes buttonBg {
    0%   { right:100%; }

    100% { right:0; }
}

.main_slider_homepage .search_main .search_box .form-group button:before{
    content:'';
    background:  rgb(238 238 238 / 100%);
    position:absolute;z-index:5;
    right: 0;bottom: 0;width: 100%;height: 100%;right: 100%;}
.main_slider_homepage .search_main .search_box .form-group button:hover:before{
    animation: buttonBg .6s 1 linear;
    -webkit-animation-fill-mode: forwards;


}
.main_slider_homepage .search_main .search_box .form-group button  span{z-index:99;position:relative;}
.main_slider_homepage .search_main .search_box .form-group button {


    background: transparent;
    color: #2b2b2b;
    border: none;
    padding: 0 2rem;
    box-shadow: none;
    border-left: 1px solid #ededed;border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 92px;
    position: relative;height: 50px;
    overflow: hidden;}

.main_slider_homepage .search_main .search_box.focused .search_tags {
    opacity: 0;
    transition: .7s all ease
}

.search_tags {
    position: absolute;
    z-index: 9;
    background: #eaf0ea;
    height: auto;
    left: 0;
    top: 50px;
    transition: .7s all ease;
    opacity: 1;
}

.search_tags ul {
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 1rem;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.search_tags ul li a:hover {
    background: #86BE93;
    color: white
}

.search_tags ul li {
    margin-bottom: 1rem;
    display: flex;
    margin-right: 0;
    width: 25%;
    padding: 0 .5rem;
}

.search_tags ul li a {
    background: #F7F7F7;
    color: #393939;
    text-decoration: none;
    padding: 0.3rem 1.2rem;
    border-radius: 15px;
    font-size: .75rem;
    font-weight: 500;
    width: 1100%;
}

/* Featured Sliders */
.featured_sliders {
    padding: 3rem 0;
}

.featured_sliders_row > .col-lg-6 {
    padding: 0 2rem
}

.featured_sliders_row {
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.featured_sliders_row img {
}

.featured_sliders_row h3 {
    color: #383838;
    margin: 0;
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 1rem;
}

.featured_sliders_row h2 {
    color: #626262;
    margin: 0;
    margin-bottom: 1rem;
}

.featured_sliders_row p {
    color: #AAAAAA;
    font-size: .9rem;
    width: 80%;
}

.featured_boxes {
    padding: 3rem 0;
    background: white;}
.featured_boxes .row > .col-md-4{margin-bottom: 2rem;}
.featured_boxes .featured_card {
    border-radius: 4px;
    border: none;
    margin-bottom: 0;
    padding: 0.875rem 1rem;
    box-shadow: 0px 2px 48px rgb(0 0 0 / 6%);
    border: 1px solid #d4d4d4;height: 100%;border-radius: 12px;}

.featured_boxes .featured_card .card-body {
    display: flex;
    padding: 0;
    align-items: center;
}

.featured_boxes .featured_card .featured_card_icon {
    margin-right: 1rem;
}

.featured_boxes .featured_card .featured_card_icon img,.featured_boxes .featured_card .featured_card_icon svg {
    height: 45px;
    width: 45px;
    min-width: 45px;}

.featured_boxes .featured_card .featured_card_body {
    width: 100%;}
.featured_boxes .featured_card .featured_card_body > a  h2{font-size: .9rem;font-weight: 600;margin-bottom: .4rem;}
.featured_boxes .featured_card .featured_card_body > a {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: .8rem;
    color: #212529;}

.featured_boxes .featured_card .featured_card_body p {
    font-size: .8rem;
    color: #77838F;
    width: 85%;
    margin: 0;}

/* Faq Section */
.faq_section {
    padding: 3rem 0;
}

.section_text {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section_text h2 {
    color: black;
}

.section_text p {
    color: #AAAAAA;
    font-size: .9rem;
    width: 50%;
    text-align: center;
    margin: auto;
}

.faq_wrapper {
}

.faq_wrapper .accordion {
}

.faq_wrapper .accordion .accordion-item {
    margin-bottom: 2rem;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: none;
    transition: .6s all ease;
}

.faq_wrapper .accordion-button:not(.collapsed) {
    background: #5ab721 !important;
    color: white;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0 !important;
}

.faq_wrapper .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>");
}

.faq_wrapper .accordion .accordion-item:hover {
    box-shadow: 10px 10px 20px rgb(40 137 56 / 11%);
    transition: .6s all ease;
}

.faq_wrapper .accordion .accordion-item .accordion-header {
    background: #eaf0ea00;
    font-size: .9rem;
    border-radius: 16px;
    cursor: pointer;
}

.faq_wrapper .accordion .accordion-item .accordion-collapse {
}

.faq_wrapper .accordion .accordion-item .accordion-body {
}

.faq_wrapper .accordion .accordion-item .accordion-body p {
    font-size: .9rem;
    color: #727272;
}

/* Faq Section End */

.text_section {
    background: #eaf0ea;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text_section h4 {
}

.text_section p {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: .85rem;
    color: #77838F;
    margin-bottom: 1rem;
}

.text_section a {
    font-size: .85rem;
    font-weight: 650;
    padding: .575rem 1.6rem;
}

/* Contact Quick Start */
.contact_quick {
    padding: 4rem 0;
}

.contact_quick .container {
}

.contact_quick .contact_quick_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
}

.contact_quick .contact_quick_box:hover svg {
    transform: rotate(45deg);
    transition: .7s all ease;
}

.contact_quick .contact_quick_box:last-child:hover svg {
    transform: rotate(15deg)
}

.contact_quick .contact_quick_box svg {
    width: 52px;
    height: 52px;
    transform: rotate(0deg);
    transition: .5s all ease;
}

.contact_quick .contact_quick_box span {
    font-weight: 600;
    font-size: 1.2rem;
    color: #1E2022;
    margin-top: 1rem;
    margin-bottom: .3rem;
}

.contact_quick .contact_quick_box p {
    margin: 0;
    font-size: .9rem;
    color: #77838F;
    /* width: 80%; */
    text-align: center;
    margin: auto;
}

.box_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* Contact Quick End */


/* Dashboard Start */

.dashboard_section {
    padding: 0;
}
.dashboard_header >.container{display: flex;justify-content: space-between;}
.dashboard_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    background: #d2dbe4;padding: 2.5rem 0;border-bottom: 1px solid #dedede94;color: #4a505e !important;}

.dashboard_header .support_profile {
    display: flex;
    align-items: center;
}

.dashboard_header .support_profile .support_profile_img {
    margin-right: 1.5rem;
}

.dashboard_header .support_profile .support_profile_img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.dashboard_header .support_profile .support_profile_name {
}

.dashboard_header .support_profile .support_profile_name span {
    font-weight: 700;

}

.dashboard_header .dashboard_nav {
}

.dashboard_header .dashboard_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.dashboard_header .dashboard_nav ul li {
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.dashboard_header .dashboard_nav ul li .dashboard_nav_icon {
    position: relative;
    display: flex;
    margin-right: 1rem;
}

.dashboard_header .dashboard_nav ul li .dashboard_nav_icon svg {
    width: 40px;
    height: 40px;
    fill: #4a505e !important;}

.dashboard_header .dashboard_nav ul li .dashboard_nav_count.bg-success {
    background: #6DD400 !important;
    border-color: #6DD400 !important;

}

.dashboard_header .dashboard_nav ul li .dashboard_nav_count {
    position: absolute;
    right: -7px;
    color: white;
    top: -4px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    font-size: .8rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard_header .dashboard_nav ul li .dashboard_nav_text {
    display: flex;
    flex-direction: column;
}

.dashboard_header .dashboard_nav ul li .dashboard_nav_text span {
    font-weight: 500;

    display: flex;
    line-height: normal;
}

.dashboard_header .dashboard_nav ul li .dashboard_nav_text .dashboard_nav_count_text {
    font-size: 1.5rem;
    font-weight: 700;

}

.dashboard_header .dashboard_nav ul li.new_ticket a {
    font-weight: 600;
    font-size: .9rem;
    padding: .475rem 1.25rem;
}

.dashboard_body {
}

.dashboard_sidebar {
    border: none;
    filter: drop-shadow(0px 2px 48px rgba(0, 0, 0, 0.06));
    border-radius: 8px;
    padding: 0;
}

.dashboard_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard_sidebar ul li {
    padding: 0;
    transition: 1s all ease;
}

.dashboard_sidebar ul li:last-child a{border-bottom:none !important}
.dashboard_sidebar ul li a {
    color: #484848;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 1s all ease;
    padding: 1rem 2rem;padding-bottom: 1rem;border-bottom: 1px solid #e0e0e0;}

.dashboard_sidebar ul li a.active{border-bottom: 1px solid #6b717e57;}
.dashboard_sidebar ul li a.active, .dashboard_sidebar ul li:hover a {
    color: #465068;
    transition: 1s all ease;
}

.dashboard_sidebar ul li a.active svg, .dashboard_sidebar ul li:hover a svg {
    fill: #465068;
    transition: 1s all ease
}


.dashboard_sidebar ul li a svg {
    fill: #484848;
    width: 24px;
    height: 24px;
    margin-right: .7rem;
    .5s
    all
    animation-timing-function: ease;
}
.dashboard_sidebar ul li a.active span{font-weight:600}
.dashboard_sidebar ul li a span {
    font-size: .95rem;
    font-weight: 450;
}

.support_tabs {
    border: none;
    filter: drop-shadow(0px 2px 48px rgba(0, 0, 0, 0.06));
    border-radius: 8px;
    padding: 0;
}

.support_tabs .card-body {

    padding: 0;
}

.support_tabs .support_tabs_nav {
    margin-bottom: 2rem;
}

.support_tabs .support_tabs_nav ul:after {
    content: '';
    background: hsl(222deg 20% 34% / 30%);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.support_tabs .support_tabs_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
}

.support_tabs .support_tabs_nav ul li.not_active a:before {
    opacity: 0 !important
}

.support_tabs .support_tabs_nav ul li.not_active a:after {
    opacity: 0 !important
}

.support_tabs .support_tabs_nav ul li {
}

.support_tabs .support_tabs_nav ul li a {
    padding: 1rem 2rem;
    display: flex;
    color: #525b72;
    position: relative;
    font-size: .9rem;
}

.support_tabs .support_tabs_nav ul li.active a:before, .support_tabs .support_tabs_nav ul li:hover a:before {
    opacity: 1;
    transition: 1s all ease;
}

.support_tabs .support_tabs_nav ul li a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(105 168 66);
    position: absolute;
    bottom: -7px;
    transition: 1s all ease;
    opacity: 0;
    left: calc(50% - 10px);
}


.support_tabs .support_tabs_nav ul li:hover a:after, .support_tabs .support_tabs_nav ul li.active a:after {
    opacity: 1;
    transition: 1s all ease;
}

.support_tabs .support_tabs_nav ul li a:after {
    content: '';
    /* background: #465068; */
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transition: 1s all ease;
    opacity: 0;
    z-index: 99;
}

.support_tabs .support_tabs_nav ul li.active a {
    font-weight: 650;
}

.support_tabs_filters {
    padding: .5rem 2rem;
}

.support_tabs_filters form {
    display: flex;
    align-items: end;
}

.support_tabs_filters .form-group:first-child {
    padding-left: 0
}

.support_tabs_filters .form-group:last-child {
    width: 100%
}

.support_tabs_filters .form-group, .support_form .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    padding: 0 1rem;
    flex: 1 0 0%;
}

.support_tabs_filters .form-group label, .support_form .form-group label {
    color: #606060;
    font-size: .85rem;
    margin-bottom: .5rem;
}

.support_tabs_filters .form-group input, .support_form .form-group input {
    border: 1px solid #98c06d7a;
    border-radius: 13px;
    padding: .5rem .85rem;
    font-size: .85rem;
    outline: none;
}

.support_tabs_filters .form-group button i {
    margin-right: 1rem
}

.support_tabs_filters .form-group button {
    width: 80%;
    display: flex;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    font-weight: 600;
}

.support_tables {
    margin-top: 2rem;
    padding: .5rem 0rem;
    border: none;
    padding-top: 1rem;
    filter: drop-shadow(0px 2px 48px rgba(0, 0, 0, 0.06));
    border-radius: 8px;
}

.support_table_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: inherit;
    padding: 1rem 1rem;padding-top: 0;}

.support_table_search {
}

.support_table_search .input-group-text {
    background: #F5F5F5;
    border: none;
    height: 40px;
    border-top-left-radius: 10px;
    border: 1px solid #eee;
    border-bottom-left-radius: 10px;
}

.support_table_search .input-group-text i {
    color: #77838F;
}

.support_table_search input {
    background: #F5F5F5;
    color: #77838F;
    border: none;
    outline: none;
    border: 1px solid #eee;
    -webkit-text-fill-color: #77838F;
    font-size: .85rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
    font-weight: 450;
    box-shadow: none !important;
}

.support_table_filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.support_table_filter .nav-item:first-child {
    padding-left: 0
}

.support_table_filter .nav-item:last-child {
    padding-right: 0
}

.support_table_filter .nav-item {
    list-style: none;
    padding: 0 1rem;
}

.support_table_filter .nav-item .nav-link:after {
    display: none
}

.support_table_filter .nav-item .nav-link {
    color: #494949;
    border: 1px solid #CECECE;
    border-radius: 10px;
    outline: none;
    font-size: .85rem;
    display: flex;
    font-weight: 450;
    justify-content: flex-start;
    align-items: center;
    padding: .25rem 1.2rem;
}

.support_table_filter .nav-item .nav-link svg {
    fill: #494949;
    width: 10px;
    height: 10px;
    margin-left: .5rem;
}

.support_table_buttons {
}

.support_table_buttons a {
}

.support_table_buttons a:hover svg {
    filter: grayscale(0);
    transition: .7s all ease
}

.support_table_buttons a svg {
    width: 28px;
    filter: grayscale(.75);
    height: 28px;
    transition: .7s all ease;
}

.support_table_body {
}

.support_table_body > h3, .support_table_filter > h3 {
    font-weight: 600;
    color: #525b72;
    font-size: .95rem;
    margin-bottom: 0;
}

.support_table_items_head {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    z-index: 999;
    position: relative;
    transition: .7s all ease;
}

.support_table_items_head .support_table_col:last-child {
    width: 10%;
}

.support_table_items_head .support_table_col {
    width: 20%;
    text-align: left;
    display: flex;
    font-size: .85rem;
    justify-content: flex-start;
    font-weight: 550;
    text-align: left;
}

.support_table_items_body {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 10px;
    padding: .8rem 0rem;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    /* filter: grayscale(1) blur(2px); */
    transition: .7s all ease;
}

.support_table_items_body span:nth-child(2), .support_table_items_head .support_table_col:nth-child(2) {
    width: 11%;
    margin-right: 9%;
}

.support_table_items_body span:nth-child(3), .support_table_items_head .support_table_col:nth-child(3) {
    width: 20%;
}

.support_table_items_body span:nth-child(4), .support_table_items_head .support_table_col:nth-child(4) {
    width: 14%;
}

.support_table_items_body span:nth-child(5), .support_table_items_head .support_table_col:nth-child(5) {
    width: 14%;
}

.support_table_items_body span:nth-child(6), .support_table_items_head .support_table_col:nth-child(6) {
    width: 14%;
}

.support_table_items_body span.badge {
    width: auto;
    /* opacity: 1; */
    /* color: black; */
    font-weight: 500;
}

.support_table_items_body span:first-child, .support_table_items_head .support_table_col:first-child {
    width: 100%
}

.support_table_items_body span {
    display: flex;
    width: 20%;
    text-align: left;
    justify-content: flex-start;
    align-items: start;
    font-size: .85rem;
}

.support_table_pnr {
    text-decoration: underline;
}

.support_table_buttons {
    display: flex;
    align-items: center;
    width: 14%;
}

.support_table_buttons a {
    padding: 0 1rem;
}

.support_table_buttons a svg {
}

/* Dashboard End */

/* Select 2 Plugins */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: normal;
    font-size: .85rem;
}

.select2-container .select2-selection--single {
    border: 1px solid #98c06d7a;
    border-radius: 13px;
    font-size: .85rem;
    outline: none;
    height: auto;
    padding: .625rem .85rem;
    display: flex;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: calc(50% - 13px);
    right: 9px;
    width: 20px;
}

.select2-results__option {
    font-size: .82rem;
}

.search_box.focused div.search_results {
    transition: 1.2s height ease;
    opacity: 1;
    z-index: 9999 !important;
    height: 300px !important;

}

.search_box.focusout div.search_results {
    z-index: 9999 !important;
}

.search_results {
    position: absolute;
    width: calc(100% - 90px);

    max-height: 300px;
    height: 0px !important;
    top: 50px;
    /* min-height: 0px !important; */
    border-top-left-radius: 0 !important;
    z-index: 9 !important;
    margin-left: 0 !important;
    left: -1px;
    transition: .7s height ease !important;
    opacity: 0;
    border-top: none !important;
    border: none !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding-top: 2px;}

.search_results h3 {
    color: #86BE93;
    font-size: 1rem;
    display: flex;
    margin: auto;
    padding: 0 .5rem;
    border-top: 1px solid #69A842;
    margin-top: 0;
    padding-top: 1rem;
    width: calc(100% - 1rem);
}

.search_results .search_result {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
}

.search_results .search_result li {
    width: 100%;
    display: flex;
    padding: 0 1rem;
    text-align: left;justify-content: flex-start;}

.search_results .search_result li:last-child a {
    border: none
}

.search_results .search_result li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 450;
    font-size: .85rem;
    padding: .8rem 0;
    border-bottom: 1px solid #eee;
}

.search_results .search_result li a span {
    color: #333333;
}

.search_results .search_result li a .search_result_cat {
    color: #999999;
}

.search_results_wrapper {
    border: 1px solid #69A842;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none !important;
    background: white;border-radius: 10px;}

.support_quick-search {
    display: flex;
}

.pagination_wrapper {
    padding: 1rem 0;
}

.pagination {
    justify-content: center;
    align-items: center;
}

.pagination .page-item {
    padding: 0 1rem;
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
    background: #48517f;
    transition: .7s all ease;
}

.pagination .page-item .page-link span {
    font-size: 1.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal; /* height: 32px; */
    margin-top: -2px;
}

.pagination .page-item .page-link {
    background: #6e7287;
    color: white;
    border-radius: 100%;
    transition: .7s all ease;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    align-items: center;
    line-height: normal;
    border: none;
    font-size: .8rem;
    padding: 0;
}

.support_table_item_popup h2 {
    margin-top: .3rem;
    font-size: 1rem;
    text-align: left;
    font-weight: 750;
    background: transparent;
    padding: 0;
    border-radius: 6px;
    margin-bottom: 0;
    line-height: normal;
    display: inline-flex;
}

.badge-primary {
    background-color: #495281;
    color: white
}

.support_table_item_popup {

    display: none;

    position: absolute;

    top: 17%;

    left: calc(50% - 325px) !important;

    border: 1px solid #eee;

    background: white;

    z-index: 999;

    border-radius: 16px;

    min-width: 650px;

    filter: drop-shadow(0px 2px 49px rgba(0, 0, 0, 0.25));

    padding: 0 0px;

    margin-top: 2rem;

    border: 1px solid #eee;
}

.sti_popup_card_header {

    display: flex;

    justify-content: space-between;

    align-items: flex-strart;
}

.support_table_item_popup img {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.sti_popup_header_end h3 {
    font-size: 1.1rem;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: .2rem;
    width: 100%;
    margin: 0;
    margin-bottom: .5rem;
}

.sti_popup_header_end {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .8rem;
    /* font-weight: 600; */
    padding-top: .5rem;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
}

.sti_popup_header_end li b {
    width: 60%;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    font-size: .7rem;
    font-weight: 650;
}

.sti_popup_header_end li {
    align-items: center;
    width: 100%;
    list-style: none;
    padding: .5rem 0;
    display: flex;
    border-bottom: 1px solid #eee;
}

.sti_popup_header_end li span {
    font-size: .75rem;
    width: 40%;
    display: flex;
    justify-content: flex-end;
    /* align-items: flex-end; */
    text-align: right;
}

.sti_popup_header_end span:last-child { /* font-size:.6rem; *//* margin: 0; */
}

.sti_popup_img ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-top: .4rem;
}

.sti_popup_img ul li:last-child {
    justify-content: flex-end;
}

.sti_popup_img ul li {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 400;
    line-height: normal;
    width: 50%;
}

.sti_popup_img svg {
    fill: #72ad4d;
    width: 16px;
    height: 16px;
    margin-right: .3rem;
}

.sti_popup_img span {
    margin-top: .4rem;
    font-size: .78rem;
    margin-bottom: .4rem;
}

.sti_popup_img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem 1.7rem;
    text-align: left;
    border-right: 1px solid #eee;
    padding-right: 1.2rem;
    width: 48%;
    padding-bottom: .8rem;
}

.sti_popup_details > span {
    font-size: 1rem;
    font-weight: 800;
    color: #191a19;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
    padding-bottom: .5rem;
    flex-direction: column;
}

.sti_popup_details > span > b {
    font-size: .8rem;
    color: black;
    font-weight: 400;
    margin-right: 0;
    display: flex;
    line-height: normal;
}

.sti_popup_details {
    width: 52%;
    display: flex;
    justify-content: sp;
    padding: 0.5rem 1rem;
    padding-top: 1.0rem;
    flex-direction: column;
}

.sti_popup_company:hover {
    transition: .7s all ease;
    opacity: 1;
    filter: grayscale(0)
}

.sti_popup_company {
    position: static;
    height: 25px !important;
    right: -12px;
    top: calc(100% + 10px);
    opacity: 1;
    margin: 0 !important;
    transition: .7s all ease;
}

.sti_popup_img_wrapper {
    position: relative;
    margin-bottom: .7rem;
}

.spi_popup_close {
    position: absolute;
    right: -10px;
    background: #1f2b64;
    width: 32px;
    top: -5px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.spi_popup_close svg {
    width: 12px;
    height: 12px;
    fill: white;
}

.support_table_body_items .support_table_items_body:first-child {
    filter: none !important;
}

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

.sti_popup_car_name {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.sti_popup_car_name span {
    margin: 0;
}

.sti_pnr {
    opacity: .4;
}

.sti_pnr span {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 !important;
}

.sti_pnr b {
    display: none;
}

.support_table_pnr2 {
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}

.support_table_pnr2 svg {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: -17px;
    top: calc(50% - 19px);
    opacity: 0;
    transition: .7s all ease;
}

.support_table_pnr2:hover svg {
    opacity: 1
}

.support_table_pnr_support {
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}

.support_table_pnr_support svg {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: -17px;
    top: calc(50% - 7px);
    opacity: 0;
    transition: .7s all ease;
}

.support_table_pnr_support:hover svg {
    opacity: 1
}

.support_table_scroll {
    overflow-y: scroll;
    max-height: 650px;
    overflow-x: hidden;
}

.preloader_card .dots {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.preloader_card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.preloader_card .dots .dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    opacity: .5;
    border-radius: 50%;
    background: #48517f;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite;
}

.preloader_card .dots .dot:nth-child(2) {
    animation-delay: .2s
}

.preloader_card .dots .dot:nth-child(3) {
    animation-delay: .4s
}

@keyframes dot-dot-dot {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        opacity: .5;
    }
    30% {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 1;
    }
}

.support_table_body.popup_active .support_table_items_body, .support_table_body.popup_active .support_table_items_head {
    filter: grayscale(1) blur(2px);
}

.support_table_body {
    position: relative;
}

.support_info_card {
    border-radius: 8px;
    border: 1px solid #69A842;
    background: #F7FDF7;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    margin-bottom: 1rem;
}

.support_info_card_item:first-child, .support_info_card_item:nth-child(5), .support_info_card_item:nth-child(6) {
    width: 15%;
    flex: 0 0 auto;
    width: auto;
    padding-right: 3rem;
}

.support_info_card_item {
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
}

.support_info_card_item span {
    font-size: .75rem;
}

.support_info_card_item span.support_info_item_value {
    font-weight: 550;
}

.breadcrumb_wrapper {
    background: #fff;
    padding: 1rem;
    border-radius: 0;
    border: none;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    filter: drop-shadow(0px 2px 48px rgba(0, 0, 0, 0.06));
}

.breadcrumb_wrapper nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.breadcrumb_wrapper nav ol {
    margin: 0;
}

.breadcrumb_wrapper nav ol li a {
    font-weight: 500;
    color: #706969;
    font-size: .8rem;
}

.breadcrumb_wrapper nav ol li.active {
    color: #495280 !important;
    font-weight: 600;
}

.breadcrumb_wrapper nav ol li {
    font-weight: 500;
    color: #706969 !important;
    font-size: .8rem;
}

.support_form_btn i {
    margin-right: .5rem
}

.support_form_btn {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    background: #6dd400 !important;
    border-color: #6dd400 !important;
    font-weight: 450;
    font-size: .9rem;
    padding: .675rem 1.85rem;
    border-radius: 8px;
}

.support_chat_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #eee; /* padding-bottom: 1rem; */
    margin-bottom: 1.5rem;
}

.support_representative {
}

.support_representative span {
}

.support_chat_body {
}

.support_chat_body_wrapper {
    padding: 0 2rem;
    overflow: scroll;
    max-height: 400px;
}

.support_chat_body_item {
    display: flex;
    width: 100%;
    margin: 1rem 0;
}

.support_chat_user_msg {
    background: #ebf6eb;
    border-radius: 10px;
    padding: 1.4rem 1.5rem;
    display: flex;
    min-width: 250px;
    justify-content: flex-start;
    align-items: flex-start;
}

.support_chat_user_msg span {
    font-weight: 400;
    font-size: .8rem;
}

.support_chat_company_msg {

    background: #EFF5F5;

    border-radius: 10px;

    padding: 1.4rem 1.5rem;

    display: flex;

    min-width: 250px;

    justify-content: flex-start;

    align-items: flex-start;
}

.support_chat_company_msg span {
    font-weight: 400;
    font-size: .8rem;
}

.support_chat_date {
    color: #B0B6C3;
    font-weight: 400;
    font-size: .85rem;
    margin-top: .2rem;
}

.sc_company {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.sc_user {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

.scrollbar::-webkit-scrollbar {
    height: 4px !important;
    width: 4px
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 10px !important;
    webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c5c5c5 !important;
    webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important
}

.support_chat_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
}

.support_chat_form_start {
    display: flex;
    background: #F8F8F8;
    border-radius: 9px;
    width: 100%;
    align-items: center;
    padding: .5rem 0;
}

.support_chat_form_start .schat_form_buttons {
    display: flex;
    border-right: 1px solid #eee;
    margin-right: 1rem;
}

.schat_form_buttons .schat_form_btn {
    padding: 0 1rem;
}

.schat_form_input {
    width: 100%;
    padding-right: 1rem;
}

.schat_form_input input:focus,.schat_form_input textarea:focus {
    border-bottom-color: #cfcfcf !important;
}

.schat_form_input input ,.schat_form_input textarea {
    background: transparent !important;
    border: none;
    font-size: .8rem;
    border-radius: 0 !important;
    width: 100%;
    box-shadow: none !important;
    border-bottom: 1px solid transparent !important;
    transition: .8s all ease;
}

.schat_form_btn svg {
    width: 22px;
    height: 22px;
}

.support_chat_form_end {
    margin-left: 1.5rem;
    display: flex;
    /* height: 100%; */
}

.support_chat_form_end button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
    flex-direction: row-reverse;
    background: #6dd400 !important;
    border-color: #6dd400 !important;
    font-weight: 450;
    font-size: .9rem;
    padding: 0rem 1.85rem;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    color: white;
    height: 100%;
    min-height: 50px;
}

.support_chat_form_end button svg {
    width: 16px;
    height: 16px;
    margin-left: .5rem;
}

.support_chat_form_end button span {
}
@media(max-width:768px){
    .page_breadcrumb .p-breadcrumb .breadcrumbs-container ol li a{font-size:.75rem}
    .page_breadcrumb .page_title{font-size: .9rem;}
    .main_slider_homepage .search_main > h2{font-size: .95rem;font-weight: 400;text-shadow: 2px 2px 14px #1d1c1b94;text-align: left;}
    .main_slider_homepage .search_main{justify-content: flex-start;text-align: left;align-items: flex-start;}
    .main_slider_homepage{min-height: inherit !important;height: auto !important;padding-top: 100px;text-align: center;padding-bottom: 100px;background-size: 100% 100%;}
    .dashboard_section{padding-top:7rem}
    .faq_wrapper .accordion .accordion-item .accordion-body{font-size: .75rem;padding: 1rem 1rem;}
    .faq_wrapper .accordion .accordion-item .accordion-body > *,.faq_wrapper .accordion .accordion-item .accordion-body span,.faq_wrapper .accordion .accordion-item .accordion-body > *,.faq_wrapper .accordion .accordion-item .accordion-body p,.faq_wrapper .accordion .accordion-item .accordion-body > *,.faq_wrapper .accordion .accordion-item .accordion-body div{font-size: .8rem;font-weight: 450;font-family: 'Montserrat', sans-serif !important;}
    .faq_wrapper .accordion .accordion-item .accordion-header{font-size: .8rem;}
    .faq_section{padding: 0 !important;margin-top: 1rem;}
    .support_question_colon{flex-direction: column !important;display: flex;}
    .text_section p{width:100%}
    .search_results{}
    .main_slider_homepage .search_main .search_box .input-group input{
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .main_slider_homepage .search_main .search_box .form-group button{
        width: 100%;
        border-radius: 10px !important;
        margin-top: 0;
        width: auto;}
    .main_slider_homepage .search_main .search_box{
        width: 100%;
    }
    .main_slider_homepage .search_main .search_box .form-group{
        flex-direction: row;}
}
.support_title{font-size: 2rem;font-weight: 700;color: white;}
.pages_wrapper_title{font-size: 1.3rem;border-bottom: 1px solid #dedede;padding-bottom: .5rem;}

.contracts_body .nav-tabs .nav-item .nav-link{font-size:.825rem}
.ticket_search_btn{display: flex;justify-content: flex-start;margin-top: 1rem;}
.ticket_search_btn a{background: #292f38 !important;border-color:#292f38 !important;align-items:center;cursor:pointer;color: white !important;font-weight: 550;font-size: .85rem;border-radius: 10px;padding: .4rem 1.2rem;font-weight: 500;display: flex;transition: .5s all ease;}

.ticket_search_btn a:hover{background: #fff !important;border-color:#fff !important;color: #292f38 !important;}

.ticket_search_btn a i{margin-left:.5rem}
.support_table_col{font-weight: 450;font-size: .8rem;}
.support_table_items_body table{}
.support_table_items_body table tbody tr{background: none !important;}

.support_table_items_body table tbody tr td{font-size: .85rem;font-weight: 400;background: none;padding: .5rem 1rem;vertical-align: middle;}
.ticket_status_table{width: auto !important;display: inline-flex !important;padding: .2rem .5rem;border-radius: 6px;font-weight: 450;font-size: .8rem !important;}
