@charset "utf-8";
/* CSS Document */
:root {
    --green-dark: #188034;
    --green-medium: #34a853;
    --green: #4ac46a;
    --green-light: #c8e6c9;
    --green-vlight: #f3faf4;
    --blue-dark: #2363ce;
    --blue-medium: #4285f4;
    --blue: #5997ff;
    --blue-light: #bbdefb;
    --blue-vlight: #ecf3fe;
    --orange-dark: #cc8000;
    --orange-medium: #ffa000;
    --orange: #ffac22;
    --orange-light: #ffecb3;
    --orange-vlight: #fffbf0;
    --purple-dark: #68019f;
    --purple-medium: #7102ae;
    --purple: #a181b2;
    --purple-light: #c6b5cf;
    --purple-vlight: #fdf8fe;
    --cyan-dark: #008b6e;
    --cyan-medium: #019e7e;
    --cyan: #1abc9c;
    --cyan-light: #c1f7ec;
    --cyan-vlight: #e1faf1;
    --gray-dark: #47464a;
    --gray-medium: #555359;
    --gray: #7E7B84;
    --gray-light: #D5D3D9;
    --gray-vlight: #F7F7F7;
    --brown-dark: #57372b;
    --brown-medium: #795548;
    --brown: #ad8475;
    --brown-light: #d6c4b3;
    --brown-vlight: #f8f3f2;
    --red-dark: #9c160c;
    --red-medium: #c22417;
    --red: #fd5e50;
    --red-light: #f46f64;
    --red-vlight: #fff6f5;
    --sienna-dark: #cc4e0b;
    --sienna-medium: #d3662c;
    --sienna: #d2723e;
    --sienna-light: #d1794c;
    --sienna-vlight: #fbf1ec;
    --orange2-dark: #ff8400;
    --orange2-medium: #ff9727;
    --orange2: #ffaa4e;
    --orange2-light: #ffc689;
    --orange2-vlight: #ffe3c4;
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("https://sttc.tcharter.ir/css/font/IRANSansWeb(FaNum).woff?#iefix") format("embedded-opentype"), url("https://sttc.tcharter.ir/css/font/IRANSansWeb(FaNum).ttf") format("truetype");
}
@font-face {
    font-family: "IRANSansEn";
    font-style: normal;
    font-weight: normal;
    src: url("https://sttc.tcharter.ir/css/font/IRANSansWeb.woff?#iefix") format("embedded-opentype"), url("https://sttc.tcharter.ir/css/font/IRANSansWeb.ttf") format("truetype");
}
/*==========colors============*/

.blue-vlight{background: var(--blue-vlight) !important; }
.blue-light{background: var(--blue-light) !important; }
.blue, .blue-light:hover, .other-row:hover{background: var(--blue) !important;}
.blue-medium{background: var(--blue-medium) !important; color:#fff;}
.blue-dark, .blue-dark:hover, .blue-medium:hover{background: var(--blue-dark) !important; color:#fff;}

.green-vlight{background: var(--green-vlight)!important; }
.green-light{background:var(--green-light)!important; }
.green, .green-light:hover/*, .airplane-row:hover*/{background: var(--green)!important;}
.green-medium {background: var(--green-medium)!important; color:#fff;}
.green-dark, .green-dark:hover, .green-medium:not(.reservation):hover{background: var(--green-dark)!important; color:#fff;}

.orange-vlight{background: var(--orange-vlight)!important; }
.orange-light{background: var(--orange-light)!important; }
.orange, .orange-light:hover/*, .train-row:hover*/{background: var(--orange)!important;}
.orange-medium{background: var(--orange-medium)!important; color:#fff;}
.orange-dark, .orange-dark:hover, .orange-medium:not(.reservation):hover{background: var(--orange-dark)!important; color:#fff;}

.brown-vlight{background:#f8f3f2 !important; }
.brown-light{background:#d6c4b3 !important; }
.brown, .brown-light:hover, .car-row:hover{background:#8c6b5f !important;}
.brown-medium{background:#795548; color:#fff; }
.brown-dark, .brown-dark:hover, .brown-medium:not(.reservation):hover{background:#57372b !important; color:#fff;}

.purple-vlight{background: var(--purple-vlight)!important;}
.purple-light{background: var(--purple-light)!important;}
.purple, .purple-light:hover/*, .rent-row:hover*/{background: var(--purple)!important;}
.purple-medium{background: var(--purple-medium)!important; color:#fff;}
.purple-dark, .purple-dark:hover, .purple-medium:hover{background: var(--purple-dark)!important; color:#fff;}

.red-vlight{background:#fff6f5 !important;}
.red-light{background:#f46f64; !important;}
.red, .red-light:hover, .tourism-row:hover{background:#fd5e50 !important;}
.red-medium{background:#c22417 !important; color:#fff;}
.red-dark, .red-medium:hover{background:#9c160c !important; color:#fff;}

.gray-vlight{background:var(--gray-vlight) !important;}
.gray-light{background:var(--gray-light); !important;}
.gray, .gray-light:hover{background: var(--gray) !important;}
.gray-medium{background:var(--gray-medium) !important; color:#fff;}
.gray-dark, .gray-medium:hover{background: var(--gray-dark) !important; color:#fff;}

.cyan-vlight{background:var(--cyan-vlight) !important;}
.cyan-light{background:var(--cyan-light); !important;}
.cyan, .cyan-light:hover{background: var(--cyan) !important;}
.cyan-medium{background:var(--cyan-medium) !important;}
.cyan-dark, .cyan-medium:hover{background: var(--cyan-dark) !important; color:#fff;}

.sienna-vlight{background:var(--sienna-vlight) !important;}
.sienna-light{background:var(--sienna-light); !important;}
.sienna, .sienna-light:hover{background: var(--sienna) !important;}
.sienna-medium{background:var(--sienna-medium) !important;}
.sienna-dark, .sienna-medium:hover{background: var(--sienna-dark) !important; color:#fff;}

.orange2-vlight{background: var(--orange2-vlight)!important; }
.orange2-light{background: var(--orange2-light)!important; }
.orange2, .orange2-light:hover/*, .train-row:hover*/{background: var(--orange2)!important;}
.orange2-medium{background: var(--orange2-medium)!important; color:#fff;}
.orange2-dark, .orange2-dark:hover, .orange2-medium:not(.reservation):hover{background: var(--orange2-dark)!important; color:#fff;}

.green-text {
    color: var(--green-dark);
}
.orange-text {
    color: var(--orange-dark);
}
.cyan-text {
    color: var(--cyan-dark);
}
.blue-text {
    color: var(--blue-dark);
}
.purple-text {
    color: var(--purple-dark);
}
.cyan-text {
    color: var(--cyan-dark);
}
.red-text {
    color: var(--red-dark);
}
.brown-text {
    color: var(--brown-dark);
}
.gray-text {
    color: var(--gray-dark);
}
.sienna-text {
    color: var(--sienna-dark);
}
.orange2-text {
    color: var(--orange2-dark);
}
/*=============================*/
body {
    font-family: IRANSansEn;
    font-size: .85rem;
}
body:lang(fa) {
    font-family: IRANSans;
    font-size: .85rem;
}

a, a:hover, a:active, a:focus, a:visited {
    outline: none;
    border: 0;
    text-decoration: none;
}
.text-gray-500 {
    color: var(--bs-gray-500) !important;
}
#captcha_image {
    border: 1px solid #ced4da;
    max-height: 37px;
    height: 37px;
    width: 100%;
}
#recaptcha-container {
    background: white;
}

/*=============loading============*/
@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}
.loading-bar{
    text-align: center;
    color:#fff;
}
.loading-bar span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-size: 5em;
    line-height: 0.4;
}

.loading-bar span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}
/*==============topbar==============*/
.ad-block {
    height: 100%;
    margin: 6.8rem 10px 15px 0;
}
.topbar {
    background: rgba(0,0,0,0.7);
}
.topbar, .topbar a {
    color: #fff;
}
.topbar ul > .nav-item:first-child {
    /*display: unset;
    position: absolute;
    right: 2.5rem;
    top: .5rem;*/
    padding-top: .5rem;
}
.logo {
    margin: 2.3rem 0;
}
/*===============language=================*/
#language {
    position: relative;
}
#language .flag {
    background-image: url("../img/lang.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin:5px;
    vertical-align: top;
}
#language a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
#language .dropdown-item a {
    font-size: smaller;
}
#language .dropdown-item:hover, #language .dropdown-item a:hover {
    background: inherit;
    color: var(--blue)
}
#language .dropdown-menu {
    min-width: 5.6rem;
}
.flag_fa {background-position: 0 0;}
.flag_en {background-position: 0 -12px;}
.flag_ar {background-position: 0 -24px;}
.flag_tr {background-position: 0 -36px;}
.flag_fr {background-position: 0 -48px;}
/*=============layout============*/
.left-sidebar, .right-sidebar {
    height: 100%;
    display: none;
}
@media (min-width: 992px) {
    .left-sidebar, .right-sidebar {
        display: unset;
    }
}
/*===========tabs============*/
.nav-tabs {
    border: 0;
}
[role="tab"] {
    border-radius: 3px 3px 0 0;
    text-align: center;
    margin: 0 .5px;
    margin-top: 4px;
    border: none;
}
[role="tab"][aria-selected="false"] {
    background: #ebe8e2;
    padding: 7px 6px;
    color: var(--gray);
    box-shadow: 0 -10px 10px -8px rgba(0,0,0,0.3) inset;
    opacity: 0.9;
    border-radius: 3px 3px 0 0;
    border: none;
}
[role="tab"][aria-selected="true"], [role="tab"][aria-selected="true"]:hover {
    color: #fff!important;
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
    margin-top: 0;
    border: none;
}
/*
#airplane-tab[aria-selected="true"] {
    color: #fff;
    background: var(--green);
}
#train-tab[aria-selected="true"] {
    color: #fff;
    background: var(--orange);
}
#hotel-tab[aria-selected="true"] {
    color: #fff;
    background: var(--cyan);
}
#hotel_out-tab[aria-selected="true"] {
    color: #fff;
    background: var(--blue-dark);
}
#rent-tab[aria-selected="true"] {
    color: #fff;
    background: var(--purple-dark);
}*/
.main-menu-area{
    display:none;
}
.mobile-menu-area{
    display:block;
}
@media (min-width: 992px) {
    .main-menu-area{
        display:block;
    }
    .mobile-menu-area{
        display:none;
    }
    [role="tab"]{
        min-width: 110px;
    }
}
.tab-content {
    border-radius: 8px;
    min-height: 53px;
    padding: 10px;
    position: relative;
    z-index: 10000;
}
.tab-content .search-input {
    border: none !important;
    color:#888 !important;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 0.37rem 0.75rem;
    font-size: inherit;
    line-height: 1.58;
    background-color: #fff;
    background-clip: padding-box;
}
.tab-content input[type=number] {
    border: none !important;
    color:#888 !important;
    width: 2rem;
    text-align: start;
    direction: inherit;
}
input.search-input:focus {
    outline-width: 0;
}
.tab-content #filters {
    background-color: #fff;
    width: 100%;
    text-align: right;
    padding: 1rem;
    position: absolute;
    margin: 0 -12px;
    z-index: 10;
}
.tab-content select {
    -webkit-select-appearance: none;
    -webkit-appearance: none;
    padding: .35rem !important;
}
@media (prefers-reduced-motion: reduce) {
    .search-input .collapsing {
        transition-duration: 0s;
    }
}
.clearicon {
    margin: 8px -20px;
    color: grey;
    display: none;
    position: absolute;
    top: 0;
    left: 2rem;
}
.suggestions-box {
    max-height: 50vh;
    overflow: auto;
    width: 100%;
    padding: 0 0 0 0;
    border-width: 1px;
    border-color: white;
    border-radius: 0 0 12px 12px;
    background-color: #f4f4f4;
    font-size: 13px;
    color: #888;
    position: absolute;
    z-index: 99;
    display: none;
    box-shadow: 16px 19px 30px 0 rgba(100, 100, 100, 0.33);
}
.suggestion-item {
    padding: 3px 5px 3px 0;
    text-align: right;
}
.suggestion-item:hover, .highlighted {
    background-color: darkblue;
    color: white;
}
#swap {
    margin-top: -6px;
    text-align: end;
    margin-bottom: -6px;
    z-index: 100;
    color: #575555;
    width: 100%;
}
#flight-info #set_price [class*="col-"]:last-child{
    margin-left: .75rem;
    margin-right: .5rem;
}
.price-btn {
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
@media (max-width:575.98px) {
    .tab-content .hotelInternalSearchContainer [class*="col-sm-"], .tab-content #rent [class*="col-sm-"]{
        padding-top: calc(var(--bs-gutter-x) * 0.5);
    }
    .tab-content [class*="col-sm-"]:last-child{
        padding-top: calc(var(--bs-gutter-x) * 0.5);
    }
    #flight-info #set_price [class*="col-"]{
        margin-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .insurances {
        font-size: 12px;
    }
}
@media (min-width:576px) {
    #swap {
        transform: rotate(90deg);
        color: #fff;
        width: auto;
        margin: 2px 0;
        padding: 0;
        font-size: large;
        display: inline-block;
    }
    .tab-content #rent [class*="col-"]:not(:last-child), .tab-content .hotelInternalSearchContainer [class*="col-"]:not(:last-child){
        -moz-padding-end: 0;
        -webkit-padding-end: 0;
    }
    .tab-content [class*="col-sm-12"]{
        padding-top: calc(var(--bs-gutter-x) * 0.5);
    }
    .insurances {
        font-size: 12px;
    }
}
@media (min-width:768px) {
    .tab-content [class*="col-sm-12"]{
        padding-top: 0;
    }
    .tab-content [class*="col-"]:not(:last-child), #flight-info [class*="col-"]:not(:last-child){
        -moz-padding-end: 0;
        -webkit-padding-end: 0;
    }
}
@media (min-width:992px) {
    .tab-content [class*="col-"]:not(:last-child), #flight-info [class*="col-"]:not(:last-child){
        -moz-padding-end: 0;
        -webkit-padding-end: 0;
    }
    #flight-info [class*="col-"]:not(:first-child){
        -moz-padding-start: .25rem;
        -webkit-padding-start: .25rem;
    }
    .tab-content #train [class*="col-"]:nth-child(3), .tab-content #airplane [class*="col-"]:nth-child(3){
        -moz-padding-start: 0;
        -webkit-padding-start: 0;
    }
    .tab-content [class*="col-sm-12"]{
        padding-top: 0;
    }
}

/*===============ticket-search-result==============*/
#result-box, .panel {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 20px black;
    position: relative;
    z-index: 1;
    color: #605e5e;
    min-height: 400px;
}
.panel {
    background: #f7f7f7;
}
.main-content {
    position: relative;
    z-index: 1;
}
#result-box-headline {
    color: #484848;
}
.ticketrow, .ticketrow a{
    color: #fff;
    font-size: 23px;
    border-radius: 3px;
    margin: 9px 0px;
    padding: 5px;
    cursor: pointer;
    height: 45px;
}
.ticketrow:first-child{
    margin-top: 0;
}
.tocityres {
    font-size: 1rem;
    border: 0;
    border-radius: 0 0 3px 3px;
    margin-top: -9px;
    cursor: pointer;
    padding: 0 2rem;
}
.ticketsubrow, .ticketsubrow-rent {
    padding: .2rem;
}
.gray-line {
    border-bottom: 1px solid #d4dae4;
}
.ticketsubrow *, .ticketsubrow *:hover, .ticketsubrow-rent *, .ticketsubrow-rent *:hover {
    color: #7a7a7a;
    font-weight: bold;
}
.ticketsubrow:hover, .ticketsubrow-rent:hover {
    background-color: #e0e7f1;
}
#dates {
    padding: .5rem 1.5rem 0;
}
.grid {
    display: grid;
    gap: .3rem;
}
#dates {padding: .5rem .25rem 0;}
.grid-dates {
    grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 992px) {
    .grid-dates {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
}
.daterow {
    border-radius: 2px;
    height: 7rem;
    position: relative;
}
#dateItem {
    margin-top: 1rem;
}
.daterow *, .daterow *:hover {
    color: white;
}
.linked_arrow .icon {
    transform: matrix(-0.6, 0.6, 0.6, 0.6, 0, 7);
}
.grid-page {
    grid-template-columns: 1fr;
}
@media (min-width: 992px) {
    .linked_arrow .icon {
        opacity: 0.8;
        transform: matrix(-0.6, 0.6, 0.6, 0.6, 0, 0);
    }

    .grid-page {
        grid-template-columns: .66fr 1fr 1fr .66fr;
    }
}
.grid-page .c-page, .grid-page #request {
    border-radius: 3px;
    display: inherit;
    color: #fff;
    margin: .25rem auto;
    line-height: 2.5rem;
    white-space: nowrap;
}
.grid-page .disable-page, .grid-page .disable-page:hover, .grid-page #request {
    background: rgba(255, 255, 255, 0.4);
    color: #b7b7b7;
}
.main-date-paginate {
    display: none;
}
.mobile-date-paginate {
    font-size: .9rem;
}
@media (min-width: 992px) {
    .main-date-paginate{
        display: grid;
    }
    .mobile-date-paginate{
        display: none;
    }
}
/*================tickets============*/
.main-ticket-list{
    display: none;
}
.mobile-ticket-list{
    display: revert;
}
@media (min-width: 992px) {
    .main-ticket-list{
        display: revert;
    }
    .mobile-ticket-list{
        display: none;
    }
}
.ticketinfo div {
    font-size: 1rem;
    color: black;
    font-weight: bold;
}
.ticketList > a, .ticketList thead a{
    color: #fff;
}
.ticketList td {
     cursor: pointer;
     padding: 2px 1px;
}
.ticketList th {
    padding: 2px;
}
/*=================site ratting================*/
.myhint {
    pointer-events: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0ms;
    z-index: 1000000;
    background: hsl(0, 0%, 27%);
    display: none;
    color: hsl(0, 0%, 93%);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px;
    opacity: 0.95;
}
.site_rating {
    direction: ltr;
    text-align: center;
    color: #FFF;
}
.myhint:before {
    background: none repeat scroll 0 0 transparent;
    border-color: transparent hsl(0, 0%, 27%) transparent transparent ;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.myhint:after,.myhint:before{
    top: 10%;
    left: -4%;
    pointer-events: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0ms;
    z-index: 1000000;
}
.rate{font-size: 10px; text-align: center;}
.rate div{direction:ltr;text-align: right; width: 255px;}
.rate span:first-of-type span{	margin-left:5px;}
.rate font{
    float:right;
    padding-right:5px;
    width: 62%;
}
.show_hint:hover .myhint{
    display: block;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0ms;
}
.myhint:hover:before, .myhint:hover:after, .myhint:focus:before, .myhint:focus:after{
    display: block;
}
/*================footer============*/
.footer{
    opacity: 0.8;
    padding: 5px 5px 0px;
    vertical-align: middle;
    font-size: 11px;
    color : #fff;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,.6);
    border-radius: 0 0 8px 8px ;
    margin-top: -5px;
    position: relative;
    z-index: 0;
}
.footer .social-networks a {
    background: #fff;
    font-size: .9rem;
    color: #000;
    border-radius: 3px;
    width: 20px;
    margin: 3px;
    padding: 3px;
    text-decoration: none;
}

.footer a{
    color: #A5A5A5;
}
/*============ADS============*/
.adsDiv img {
    height: 200px;
    border-radius: 8px;
}
/*============sidebar============*/
#darkSidebar {
    min-height: 100vh;
    white-space: nowrap;
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    width: 10.5rem;
    z-index: 996;
    transition: all 0.3s;
    padding: 5px;
    padding-top: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    background:rgba(0,0,0,0.7);
    color: #ccc;
}
#darkSidebar .nav-item {
    position: relative;
}
#darkSidebar .nav-item .nav-link {
    text-align: center;
    padding: 0 0.75rem;
    display: inline-flex;
    color: #cfcbcb;
}
#darkSidebar .nav-item .nav-link span {
    padding-left: 10px;
    padding-right: 10px;
}
#darkSidebar .nav-item.active .nav-link {
    #font-weight: 700;
}
@media (min-width: 992px) {
    #darkSidebar {
        width: 12rem;
    }
}
#darkSidebar .nav-item.active .nav-link, #darkSidebar .nav-item .nav-link:hover {
    color: #fff;
}
#member-info {
    line-height: 2.5;
    padding: .5rem;
}
/*============form============*/
/* Chrome, Safari, Edge, Opera */
.error-message {
    color: var(--bs-red);
}
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}*/
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    /*opacity: 1;
    -webkit-appearance:  inner-spin-button;*/
    -webkit-appearance: none;
    margin: 0;
}
.number-input {
    position: relative;
    width: fit-content;
}

.number-input input {
    width: 50px;
}
.spinners {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 1px;
    transform: translateY(-50%);
}

.spinner {
    font-size: 7px;
    border: none;
    padding: 0 1px;
    color: #a09c9c;
}

.spinner:hover {
    background: lightgrey;
}
.regsteps .regterm textarea {
    border-radius: 0;
    width: 95%;
    border: none;
    font-size: 12px;
    height: 180px;
    margin: 10px;
    text-align: justify;
    direction: rtl;
    overflow: inherit;
}
.input {
    width: 100%;
}
.btn-circle {
    border-radius: 100%;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}
.border-bottom-primary {
    border-bottom: 0.25rem solid #0d6efd !important;
}
.form-check-inline {
    display: inline-flex;
    padding-left: 0;
}
.form-check-inline .checkbox {
    position: static;
    margin-top: 0;
    margin-right: 0.6rem;
    margin-left: 0;
}
.form-control {
    font-size: 0.85rem;
}
input[type="text"].form-control, select.form-control {
    max-height: 36px;
}
select {
    padding: .42rem !important;
}
#AddRequestForm .input {
    margin: auto .2rem;
}
.pin-code input {
    text-align: center;
    width: 96%;
}
/*===========Modal============*/
.modal-dialog-scrollable .modal-content {
    overflow: unset;
    border-radius: 0;
}
.modal-header {
    border: 0;
    padding: 0;
    position: relative;
}
.modal-header .btn-close {
    margin: 0;
    position: absolute;
    border-radius: 100%;
    background-color: #000;
    color: #fff;
    opacity: 1;
    z-index: 10;
    padding: .2rem;
}
@media (max-width: 575.98px) {
    .modal-header .btn-close {
        right: 0;
        top: 0;
    }
    .tocityres {
        padding: 0 .8rem;
    }
}
@media (min-width:576px) {
    .modal-header .btn-close {
        right: -.5rem;
        top: unset;
    }
}
.submit .btn-primary {
    background: #0d6efd;
    color: #fff;
}
.currency_symbole {
    font-size: .65rem;
}
.table {
    vertical-align: middle;
}
.table td{
    padding: 3px;
}

.reset {
    all: revert;
}
.fieldset-reset {
    border: 1px solid;
    border-radius: .15rem;
    color: #000;
}
.legend-reset {
    float: revert;
    width: revert;
    font-size: 1rem;
    padding: 0 .25rem;
}
.grid-reserve {
    grid-template-columns: repeat(7, 1fr);
}
/*==========autocomplete===========*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0 10px;
    min-width: 150px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*==========================*/
.transparent, .transparent:focus {
    color: #fff !important;
    border-radius: .15rem;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
}
.transparent:disabled {
    color: #2e2e2e;
}
.transparent-medium {
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
}
.transparent[type="submit"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-outline {
    border-color: #fff;
    background: none;
    color: #fff;
}
.transparent-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent[type="button"] {
    padding: .3em;
    border: none;
    width: auto;
    margin: 0 20px;
}
.btn[name="installment_pay"]:hover a{
    color: #fff;
}

/*============================*/
.table .text-truncate {
    max-width: 8rem;
}
/*============================*/
#rent-accessories [role="tab"], #rent-accessories [role="tab"]:hover {
    color: #fff!important;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid white;
    background: none;
}
#rent-accessories [role="tab"][aria-selected="true"] {
    border: none;
    font-weight: bold;
}

#androidapp {
    background: #fff none repeat scroll 0 0;
    position: relative;
    top: 37px;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size:18px;
    height: 50px;
}