﻿:root {
    --theme-background: #B41E82;
    --theme-color: #B41E82;
    --theme-hover-color: #fff;
    --theme-hover-background: #99166D;
    --depart-label: #B41E82;
    --trip-label: #5083b9;
    --btn-background: #FF8200;
    --btn-background-hover: #E67300;
}

#faq .faicontext {
    float: left;
    color: var(--theme-color);
    font-weight: bold;
}

#faq .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

#privacypolicy .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

.btn-set-price-tag {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
}

.page-section {
    padding: 6rem 0 0rem;
}

.qrImageModal .modal-header {
    background: var(--theme-background);
}

.qrImageModal #exampleModalLongTitle {
    background: var(--theme-background);
    color: #eeeeee;
}

/* width */
.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#login .bg-login {
    background-image: url(../../img/loginhalf.png);
    background-size: cover;
}

#register .btn-register {
    background: var(--btn-background);
}

    #register .btn-register:hover {
        background: var(--btn-background-hover) !important;
    }

.back-to-top {
    background: var(--theme-background);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #FFFFFF;
}

.header-title {
    margin: 10px 25px;
    color: black;
    font-weight: 900;
    font-size: medium;
}

.lar-ml {
    margin-left: 24px;
}

@media (min-width: 320px) and (max-width: 700px) {
    .header-title {
        font-size: 14px;
        margin-left: 10px;
    }

    .logo {
        margin-left: 10px;
    }
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

#login .eye-password {
    position: absolute;
    padding: .8rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    right: 0;
}


/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register .eye-password {
    position: absolute;
    padding: 0.37rem;
    border: 1 px solid #E0E3E5;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    right: 0;
    bottom: 0;
}


/*--------------------------------------------------------------
# Account Edit
--------------------------------------------------------------*/
#password .eye-password {
    position: absolute;
    padding: .39rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    right: 0;
    z-index: 4;
}

.dashboard-section {
    padding-bottom: 6rem;
}


/*--------------------------------------------------------------
# Update Password
--------------------------------------------------------------*/
#resetPassword .eye-password {
    position: absolute;
    padding: 0.36rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    right: 0;
    z-index: 4;
}


/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
/*xs*/
@media (min-width: 320px) and (max-width: 575px) {
    .title-index {
        font-size: 51px !important;
        text-align: center !important;
        line-height: 50px !important;
        margin-top: 15px !important;
    }

    #hero {
        height: 770px !important;
    }

    .ticket-search {
        width: 100% !important;
        opacity: 0.9;
    }

    @media (min-height: 550px) and (max-height: 639px) {
        .title-index {
            font-size: 40px !important;
        }
    }
}

/*sm*/
@media (min-width: 576px) and (max-width: 767px) {
    .title-index {
        font-size: 84px !important;
        line-height: 138px !important;
    }
}

/*md*/
@media (min-width: 768px) and (max-width: 991px) {
    .title-index {
        font-size: 75px !important;
        line-height: 77px !important;
        margin-top: 41px !important;
    }

    #icon-boxes {
        height: 375px;
    }

    #hero {
        height: 69vh !important;
    }

    @media (min-height: 1100px) {

        #hero {
            height: 73vh !important;
        }

        .home-tabs {
            padding-top: 226px !important;
        }
    }
}

/*lg*/
@media (min-width: 992px) and (max-width: 1199px) {
    .title-index {
        font-size: 102px !important;
        margin-top: 35px !important;
        line-height: 179px !important;
    }

    @media (min-height: 500px) and (max-height: 699px) {
        #hero {
            height: 99vh !important;
        }

        .title-index {
            font-size: 87px !important;
            margin-top: 26px !important;
            line-height: 119px !important;
        }
    }

    @media (min-height: 700px) and (max-height: 1299px) {
        .title-index {
            font-size: 94px !important;
            margin-top: 20px !important;
            line-height: 171px !important;
        }

        .departOrigin, .departDestination {
            font-size: 13px !important;
        }

        #hero {
            height: 86vh !important;
        }
    }

    @media (min-height: 1300px) {
        #hero {
            height: 79vh !important;
        }

        .title-index {
            margin-top: 130px !important;
        }
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .home-tabs {
        padding-top: 177px !important;
    }
}
/*xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .ticket-search {
        width: 100%;
    }

    @media (min-height: 550px) and (max-height: 650px) {
        .title-index {
            font-size: 107px !important;
            line-height: 176px !important;
        }

        .departOrigin, .departDestination {
            font-size: 13px !important;
        }

        #hero {
            height: 98vh !important;
        }
    }

    @media (min-height: 651px) and (max-height: 680px) {
        .title-index {
            font-size: 107px !important;
            line-height: 176px !important;
        }

        .departOrigin, .departDestination {
            font-size: 13px !important;
        }
    }

    @media (min-height: 681px) and (max-height: 750px) {
        .title-index {
            font-size: 108px !important;
            margin-top: 51px !important;
            line-height: 78px !important;
        }
    }

    @media (min-height: 1000px) {
        #hero {
            height: 74vh !important;
        }
    }
}

/*xxl*/
@media (min-width: 1400px) {
    .ticket-search {
        padding: 22px;
        /*background-color: #CCCCCC !important;*/
        background-color: rgba(204, 204, 204, 0.7) !important;
        border-radius: 12px;
        margin: auto;
        width: 80%;
    }

    @media (min-height: 600px) and (max-height: 749px) {
        .title-index {
            font-size: 107px !important;
        }
    }

    @media (min-height: 750px) and (max-height: 850px) {
        .title-index {
            font-size: 115px !important;
            margin-top: 69px !important;
            line-height: 97px !important;
        }
    }

    @media (min-height: 851px) and (max-height: 950px) {
        .title-index {
            font-size: 131px !important;
            margin-top: 55px !important;
            line-height: 232px !important;
        }
    }

    @media (min-height: 951px) {
        .title-index {
            font-size: 146px !important;
            margin-top: 75px !important;
            line-height: 246px !important;
        }
    }
}

.home-tab {
    min-width: 100px;
    padding: 5px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #444444;
    background-color: #C9D9D4;
    font-weight: bold;
    display: none;
    vertical-align: middle;
    margin-right: 3px;
}

.ticket-search {
    /*background-color: #CCCCCC !important;*/
    background-color: rgba(136, 136, 136, 0.4) !important;
    border-radius: 24px;
}

    .ticket-search .departOrigin,
    .ticket-search .departDestination {
        color: #FFF;
    }

    .ticket-search .input-container {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .ticket-search .input-container img {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            pointer-events: none;
        }

        .ticket-search .input-container input {
            padding-left: 40px;
        }

    .ticket-search .ticket-searchbtn {
        border-radius: 32px;
        background: var(--btn-background);
        color: #FCFCFC;
        font-size: 18px;
        width: 100%;
        margin-top: 24px;
    }

.title-index {
    font-size: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.60);
}

.back-to-top:hover {
    background: var(--theme-hover-background);
}

#hero {
    background: url(../../img/hero2.png) top center;
    margin-bottom: 0px;
    background-size: cover;
}

    #hero::after {
        background-color: transparent;
    }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.mobile-nav .active a .menu-text:hover {
    color: #064F9C;
}

.mobile-nav .active > a {
    color: #444444 !important;
    text-decoration: none;
}

.mobile-nav li:hover > a {
    color: var(--theme-color) !important;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Feauture
--------------------------------------------------------------*/
#icon-boxes .curved {
    width: 100%;
    height: 90px;
    background: white;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

#icon-boxes .icon-box-container {
    position: relative;
    top: -9rem;
}

#login .icon-user.icon-pass {
    padding: .8rem .95rem;
}


/*--------------------------------------------------------------
# Seat
--------------------------------------------------------------*/
#datepick .panel-body .btn-sel {
    background: var(--theme-background);
    border: 1px solid var(--theme-background);
}

/*--------------------------------------------------------------
# Sales support
--------------------------------------------------------------*/
.contactModal .modal-header {
    background: var(--theme-background);
    letter-spacing: 0.15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -1px;
}


/*--------------------------------------------------------------
# Progress
--------------------------------------------------------------*/
#search .btn-search-complete {
    padding: 9px 0;
    color: #EEEEEE;
}

#search .btn-search {
    background-color: #C4C4C4;
    padding: 9px 0;
    color: #EEEEEE;
}

#search .hr-search-complete::after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: -1;
    top: 35%;
    left: -25%;
    border: 1px solid var(--theme-background);
}

#searchdetail .btn-search-complete {
    padding: 9px 0;
    color: #EEEEEE;
}

#searchdetail .btn-search {
    background-color: #C4C4C4;
    padding: 9px 0;
    color: #EEEEEE;
}

#searchdetail .hr-search-complete::after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: -1;
    top: 35%;
    left: -25%;
    border: 1px solid var(--theme-background);
}

#searchdetail .btn-homeset1 {
    background: var(--btn-background) !important;
}

/*--------------------------------------------------------------
# Trip Listing
--------------------------------------------------------------*/
#modalfilter .allcomp {
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    background: #D5D5D5;
}

#datepick .drbox {
    width: 101px;
    height: 29px;
    background: var(--theme-background);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

#datepick .btnEdit {
    background: var(--theme-background);
}

#datepick .btn-date {
    border: 1px solid #AAA;
    background-color: transparent;
}

#datepick .removecolor {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

#datepick .firstbtnd {
    border-left: 1px solid #AAA !important;
}

#datepick .lastbtnd {
    border-right: 1px solid #AAA !important;
}

#datepick .btn-date .datesethead {
    color: #666666;
}

#datepick .selecteddate .datesethead {
    color: #000 !important;
}

@media (min-width: 375px) and (max-width: 767px) {
    #datepick .firstbtnd {
        border-left: 1px solid #AFDBD3 !important;
        border-top: 1px solid #AFDBD3 !important;
        border-bottom: 1px solid #AFDBD3 !important;
    }

    #datepick .btn-date {
        border: 1px solid #AFDBD3;
        background-color: #EAF0F0;
    }

    #datepick .lastbtnd {
        border-right: 1px solid #AFDBD3 !important;
    }

    #datepick .xsblackcolor {
        background-color: transparent;
    }

    #datepick .panelset {
        background: #f4f4f4;
    }
}

.backcolor {
    background-color: transparent;
}

#datepick .panelset {
    background: #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 10px;
}

.backcolor3 {
    background-color: #F4F4F4;
}

#datepick .panel-body .btn-ava {
    border-radius: 5px;
    text-align: center;
    border: 1px solid #EDEDED;
    background-color: #EDEDED;
}

#datepick .btn-circle {
    border: 1px solid #A5A5A5;
}

#datepick .panel-body .btn-barver {
    background: #EDEDED;
}

#datepick .panel-body .panelselection {
    padding: 8px 0;
    border-radius: 8px;
    background-color: #EDEDED;
}

#datepick .setsmallla .cutnirightspace span {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#datepick .btn-proceed {
    background: var(--btn-background);
    border-radius: 8px;
}


.btn-no-custom {
    background-color: var(--btn-background);
}

    .btn-no-custom:hover {
        color: #FFF;
    }

.transinfogroup2 > img {
    width: 120px;
    height: 70px;
    object-fit: contain;
}
/*--------------------------------------------------------------
# Trip Info
--------------------------------------------------------------*/
#tripinfo {
    background: #D5D5D5;
    min-height: 100%;
    transition: all 0.5s;
    padding: 0;
    font-size: 14px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), inset 0 4px 4px rgb(0 0 0 / 25%);
    width: 100%;
    margin-top: 70px;
    position: relative;
}

    #tripinfo .tripdetail .departbox,
    #searchdetail .departbox {
        background: var(--theme-background);
    }

#tripdetails .departbox {
    background: var(--theme-background);
}

#search .btn-search-complete {
    background-color: var(--theme-background);
}

#tripdetails .top5px,
#tripdetails .topnegative10px {
    border: 0 solid var(--theme-color);
}

#tripdetails .transinfoheader,
#searchdetail .transinfoheader {
    border-bottom: 1px solid #CCCCCC;
}

#tripdetails .seatnum,
#searchdetail .seatnum {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}

#tripdetails .seatplace,
#searchdetail .seatplace.seat-lbl {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

#searchdetail .seatplace {
    font-size: 14px;
}

#tripdetails .insure-content-link {
    text-decoration: underline;
    color: #04549F !important;
    font-weight: 500 !important;
}

#tripdetails label {
    color: rgba(0, 0, 0, 0.60);
    font-weight: normal;
    font-size: 14px;
}

#tripdetails .seat-lbl {
    color: #777;
    font-weight: normal;
    font-size: 14px;
}

#tripdetails .btn-proceed {
    background: var(--btn-background);
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 10px 25px;
    min-width: 150px;
}

#tripdetails .section-title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

@media (min-width: 375px) and (max-width: 767px) {
    .panel-default .transinfogroup3 {
        border-top: 1px solid #CCC;
    }
}
/*--------------------------------------------------------------
# Insurance
--------------------------------------------------------------*/
#tripdetails .btn-cancel {
    background: #EDEDED;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #888888;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-weight: 600;
}

#tripdetails .btn-no {
    background: #D5D5D5;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
}

#tripdetails .product-container i {
    color: var(--theme-background);
    transition: transform .3s;
}

/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
#tripdetails .redeem {
    background-color: var(--theme-background);
}

#searchdetail .btn-homeset {
    background: var(--theme-background);
}

#tripdetails .panel-grey {
    background-color: #EDEDED;
}

.panel-default > .panel-heading {
    color: #444;
    background-color: #F3F3F3;
    border-color: #ddd;
}

.panel-payment > .panel-body {
    padding: 4px 15px !important;
}

#tripdetails .cancel {
    background-color: #EDEDED;
    font-size: 14px;
    border-radius: 8px;
    color: #888888;
    text-align: center;
    font-weight: bold;
    border: 0 solid #dcdcdc !important;
}

#tripdetails .redeem-disc {
    color: #777;
    font-size: 16px;
    font-weight: 700;
}

#searchdetail .panel,
#searchdetail .panel-grey,
#searchdetail .panel-body {
    background-color: transparent;
}

#searchdetail .top5px,
#searchdetail .topnegative10px {
    border: 0 solid var(--theme-color);
    border-radius: 12px;
    background: #FFF;
}

#searchdetail .placename {
    color: #444;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

#searchdetail .booking-details {
    border-left: 0 solid #ADB2B3;
}

/*--------------------------------------------------------------
# Dialog box / Modal
--------------------------------------------------------------*/
.modal-custom {
    color: white;
    margin-top: -1px;
}

.modal-header {
    border-radius: 3px 3px 0 0;
    background: var(--theme-background) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#modalfilter .modal-header {
    background: #FFF;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#modalfilter .btn-company {
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    background: #D5D5D5;
}

#modalfilter .btncompactive {
    border-radius: 8px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    color: #888888;
}

#modalfilter button.close.icon-button-color.theme-color {
    color: var(--theme-color);
}

#modalfilter .btn-yes-custom {
    border-radius: 6px;
}

#modalTripModify .modal-header .close {
    color: var(--theme-color);
}

#modalTripModify .ticket-search {
    border-radius: 0;
}

.modal-header .close {
    color: white;
}

#modalfilter .modal-title {
    color: #888888;
    font-weight: 700;
}

#modalfilter .transname,
#modalfilter #slider-time-text {
    font-weight: 400;
    font-size: 14px;
}

#modalfilter #slider-time-text {
    font-weight: 400;
    font-size: 14px;
    color: #777777;
}

#modalfilter .transname1 {
    color: #777;
    font-weight: 400;
}

.modal .btn-proceed {
    background-color: var(--btn-background);
}

.panel-collapse .modal-header .modal-title {
    color: #FFF;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.slider-info.slider-ghost .slider-handle {
    border-color: var(--theme-color);
}

.slider-info .slider-selection {
    background-color: var(--theme-color) !important;
}

#activate {
    margin-top: 50px;
}


/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
.mt28 {
    margin-top: 26px;
}


/*-----------------------------------------------------
    Csdropdown
 ----------------------------------------------------*/

@media (max-width: 374px) {
    .csdropdown .item.level3 {
        font-size: 11px !important;
        line-height: 30px !important;
    }

    .ticket-search .form-control {
        font-size: 12px !important;
    }

    .csdropdown {
        max-height: 250px !important;
    }
}

@media (min-width: 375px) and (max-width: 760px) {
    .csdropdown .item.level3 {
        font-size: 14px !important;
        line-height: 32px !important;
    }

    .csdropdown {
        max-height: 250px !important;
    }
}

@media (max-width: 374px) {
    .titleset {
        font-size: 16.5px !important;
    }

    #transpick .btn-trans-active {
        padding: 0px 5px !important;
        font-size: 10px !important;
        width: auto !important;
        border-radius: 4px;
    }

    #transpick .btn-trans {
        width: auto !important;
        font-size: 10px !important;
        padding: 5px;
        border-radius: 4px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .titleset {
        font-size: 19px !important;
    }

    #transpick .btn-trans-active {
        padding: 5px !important;
        font-size: 12px !important;
        width: auto !important;
    }

    #transpick .btn-trans {
        width: auto !important;
        font-size: 12px !important;
        padding: 5px;
    }
}

.noteTax {
    font-size: 14px;
    display: inline-block;
}

@media (max-width:767px) {
    .noteTax {
        font-size: 10.6px;
    }
}

/*--------------------------------------------------------------
# Account Detail
--------------------------------------------------------------*/
#tichis .cpanel-acc,
#tichis .btn-head {
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
}

.userdashboard .titleset {
    color: #444;
    font-size: 24px;
}

.userdashboard .panel-accdet {
    background-color: #EDEDED !important;
    padding-top: .5rem;
}

.userdashboard .btnsave,
.userdashboard .btntopup,
.userdashboard .btn-add,
.userdashboard .btnverifyg {
    background: var(--btn-background) !important;
}

    .userdashboard .btnsave:hover,
    .userdashboard .btntopup:hover {
        background: var(--btn-background-hover);
        color: #FFF;
    }

.userdashboard .titleset b {
    color: #777;
    font-size: 20px;
}

.panel-accdet .input-label {
    color: #939393;
    font-size: 14px;
}

.panel-body-accdet .whitetextinput {
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    background: #FFF;
}

.panel-body-accdet th,
.panel-body-accdet thead tr td {
    border: none;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.panel-body-accdet .table thead th {
    border-bottom: 0px solid #dee2e6;
}

.userdashboard .btnmobile,
#gowallet .btnconfirm {
    background: var(--theme-background) !important;
}
/*--------------------------------------------------------------
# My Ticket
--------------------------------------------------------------*/
.boxforwrapthis-panel {
    background-color: transparent;
}

.history#triptable .boxforwrapthis-panel .boxforwrapthis .btn-trip,
#tripdetails .ticketgroup .boxforwrapthis .panel-tichis {
    background: #EDEDED;
}

    #tripdetails .ticketgroup .boxforwrapthis .panel-tichis .seatplace.name-lbl {
        color: #444;
        font-size: 14px;
    }

    #tripdetails .ticketgroup .boxforwrapthis .panel-tichis span.pushticket.fs14 {
        color: #777;
    }

#tripdetails .close .fas, #tripdetails .close {
    color: #FFF;
}


#tripdetails .btn-tools {
    background: transparent;
    border: 0px;
}

.btn-transparent.btn-view sv g {
    margin: 0 5px -1px;
    color: var(--theme-background);
}

.panel-body-accdet .table-striped tbody tr {
    background-color: #fff;
    border-bottom: 3px solid #EDEDED;
}

.panel-body-accdet tbody tr td {
    border: none;
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

    .panel-body-accdet tbody tr td.money {
        text-align: center;
    }

/*--------------------------------------------------------------
# Friends & Family
--------------------------------------------------------------*/

.userdashboard .ff-detail {
    background-color: #F9F9F9 !important;
    border: 1px solid #E8E8E8;
}

.userdashboard .contact-lbl {
    color: #939393;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.userdashboard .panel-accdet .formtext {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
}

@media (min-width: 992px) {
    .userdashboard .panel-accdet .list-unstyled {
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
        margin-top: .3rem;
        width: 245px;
        box-shadow: 0px -1px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
        position: absolute;
        overflow-y: auto;
        padding-bottom: .5rem;
        max-height: 200px;
        z-index: 1080;
    }
}

.userdashboard .panel-accdet .dialcode-item {
    padding: .5rem;
}



@media (min-width: 375px) and (max-width: 767px) {
    .btn-transparent.btn-view {
        display: flex;
    }

        .btn-transparent.btn-view svg {
            margin: 3px 0 0;
            color: var(--theme-background);
        }

    .panel-body-accdet tbody tr td {
        font-size: 14px;
    }

        .panel-body-accdet tbody tr td.money {
            text-align: right;
        }
}
