/* ------------------------------------------------
	Style by : Hanieh Shahriyari
	Email : shahriyari.hanieh@gmail.com
------------------------------------------------ */

@import url("fontCustom.css");

html,
body {
    /*font-size: 16px;*/
    font-size: 12px;
}

body {
    padding: 0;
    margin: 0;
    font-family: "IRANSans";
    font-weight: normal;
    direction: rtl;
    color: #333;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    background: url(../img/background.png) no-repeat bottom left #f5f9fc;
    height: 100vh;
    background-attachment: fixed;
    background-size: 75%;
}

.fontNum {
    font-family: "IRANSans";
    font-style: normal;
}

.fontNum-12 {
    font-family: "IRANSans";
    font-style: normal;
    font-size: 11.5px !important;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #867140;
    }

* {
    outline: none;
}

    *:hover,
    *:focus {
        outline: none;
        box-shadow: none;
    }

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
}

body::-webkit-scrollbar-thumb {
    background-color: #25396f;
    outline: 1px solid #0a8acb;
    border-radius: 8px;
}

.menu ::-webkit-scrollbar {
    width: 3px;
}

.menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
}

.menu ::-webkit-scrollbar-thumb {
    background-color: #25396f;
    outline: 1px solid #0a8acb;
    border-radius: 8px;
}

.fullImg {
    width: 100%
}

/*#region animation*/
@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(15px, 0);
    }

    to {
        transform: translate(0, -0px);
    }
}

@keyframes floating2 {
    from {
        transform: translate(0, 0);
    }

    65% {
        transform: translate(0, 20px);
    }

    to {
        transform: translate(0, 0px);
    }
}

@keyframes floating3 {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(100px, 0px);
    }

    to {
        transform: translate(0, -0px);
    }
}

@keyframes floating4 {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(-100px, 0);
    }

    to {
        transform: translate(0, 0px);
    }
}

/*#endregion animation*/
/* #region Login */
.loginBody > .container-fluid > .row {
    height: 100vh;
}

.loginBody {
    position: relative;
    background: rgba(1, 142, 194, 1);
    background: -moz-linear-gradient(left, rgba(1, 142, 194, 1) 0%, rgba(1, 127, 173, 1) 25%, rgba(1, 103, 143, 1) 51%, rgba(1, 99, 138, 1) 75%, rgba(1, 96, 133, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 142, 194, 1)), color-stop(25%, rgba(1, 127, 173, 1)), color-stop(51%, rgba(1, 103, 143, 1)), color-stop(75%, rgba(1, 99, 138, 1)), color-stop(100%, rgba(1, 96, 133, 1)));
    background: -webkit-linear-gradient(left, rgba(1, 142, 194, 1) 0%, rgba(1, 127, 173, 1) 25%, rgba(1, 103, 143, 1) 51%, rgba(1, 99, 138, 1) 75%, rgba(1, 96, 133, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 142, 194, 1) 0%, rgba(1, 127, 173, 1) 25%, rgba(1, 103, 143, 1) 51%, rgba(1, 99, 138, 1) 75%, rgba(1, 96, 133, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 142, 194, 1) 0%, rgba(1, 127, 173, 1) 25%, rgba(1, 103, 143, 1) 51%, rgba(1, 99, 138, 1) 75%, rgba(1, 96, 133, 1) 100%);
    background: linear-gradient(to right, rgba(1, 142, 194, 1) 0%, rgba(1, 127, 173, 1) 25%, rgba(1, 103, 143, 1) 51%, rgba(1, 99, 138, 1) 75%, rgba(1, 96, 133, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018ec2', endColorstr='#016085', GradientType=1);
}

    .loginBody:before {
        content: "";
        width: 100%;
        height: 100%;
        /*background: #fff;*/
        opacity: 0.5;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

.login-logo {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.loginLink {
    justify-content: space-around;
    display: flex;
    margin: 2rem 0;
    font-size: 1rem;
}

.copyRight {
    margin-top: 5px;
    font-size: 11px;
}

    .copyRight a {
        color: #eab21d;
        font-weight: 500;
    }

        .copyRight a:hover {
            color: #25396f;
        }

.background-login {
    height: 100vh;
    position: relative;
}

.background-yacht {
    height: 100%;
    position: absolute;
    left: 0;
}

.background-yacht-mobile {
    display: none;
}

.cloudBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 250px;
}

.cloudMiddle {
    position: absolute;
    top: 2rem;
    right: 4rem;
    animation-name: floating2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 200px;
}

.yacht-yellow {
    position: absolute;
    top: 10rem;
    left: 40%;
    animation-name: floating3;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.yacht-blue {
    position: absolute;
    top: calc(50% - 40px);
    right: 30%;
    animation-name: floating4;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.login-main {
    position: absolute;
    /* top: calc(50% - 207px); */
    right: 6rem;
    width: 400px;
}

.loginBody .align-items-center {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.login-box-form {
    background: #fff;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #25396f;
}

/* #endregion Login */
/*#region Icon*/
.iconMarina {
    background: url(../img/Menu-Side.png);
    background-size: 413px;
}

[class^="icon-"],
[class*=" icon-"] {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.icon-register {
    background-position: 0 0;
    transition: opacity 0.5s ease-out;
}

.icon-floating {
    background-position: -30px 0;
    transition: opacity 0.5s ease-out;
}

.icon-contract {
    background-position: -90px 0;
    transition: opacity 0.5s ease-out;
}

.icon-base {
    background-position: -360px 0;
    transition: opacity 0.5s ease-out;
}

.icon-dock {
    background-position: -150px 0;
    transition: opacity 0.5s ease-out;
}

.icon-pier {
    background-position: -210px 0;
    transition: opacity 0.5s ease-out;
}

.icon-anchor {
    background-position: -180px 0;
    transition: opacity 0.5s ease-out;
}

.icon-insurance {
    background-position: -240px 0;
    transition: opacity 0.5s ease-out;
}

.icon-equipment {
    background-position: -330px 0;
    transition: opacity 0.5s ease-out;
}

.icon-map {
    background-position: -300px 0;
    transition: opacity 0.5s ease-out;
}

.icon-parking {
    background-position: -270px 0;
    transition: opacity 0.5s ease-out;
}

.icon-wallet-base {
    background-position: -60px 0;
    transition: opacity 0.5s ease-out;
}

.icon-partner {
    background-position: -120px 0;
    transition: opacity 0.5s ease-out;
}

.icon-Menu {
    background-position: 0 -60px;
    transition: opacity 0.5s ease-out;
}

.icon-search {
    background-position: -60px -120px;
    transition: opacity 0.5s ease-out;
}

.icon-user {
    background-position: 0px -120px;
    transition: opacity 0.5s ease-out;
}

.icon-alarm {
    background-position: -30px -120px;
    transition: opacity 0.5s ease-out;
}

.icon-wallet {
    background-position: -220px -120px;
    transition: opacity 0.5s ease-out;
}

.icon-exit {
    background-position: -190px -120px;
    transition: opacity 0.5s ease-out;
}

.icon-more {
    background-position: 0px -150px;
    width: 20px;
    height: 20px;
}

.icon-rise {
    background-position: -40px -150px;
    width: 20px;
    height: 20px;
}

.icon-receipt {
    background-position: -20px -150px;
    width: 20px;
    height: 20px;
}

.iconLink-user {
    background-position: -60px -150px;
    width: 20px;
    height: 20px;
}

.icon-edit {
    background-position: -80px -150px;
    width: 20px;
    height: 20px;
}

.icon-delete {
    background-position: -100px -150px;
    width: 20px;
    height: 20px;
}

.icon-new {
    background-position: -120px -150px;
    width: 20px;
    height: 20px;
}

.icon-back {
    background-position: -140px -150px;
    width: 20px;
    height: 20px;
}

.icon-from-clock {
    background-position: -160px -150px;
    width: 20px;
    height: 20px;
}

.icon-to-clock {
    background-position: -180px -150px;
    width: 20px;
    height: 20px;
}

.icon-Boat-Definitions {
    background-position: -30px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-BoatCategory {
    background-position: -60px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-BoatType {
    background-position: -90px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-Contract-Parking {
    background-position: -150px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-Service-ship {
    background-position: -210px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-Station {
    background-position: -330px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-Station-product {
    background-position: -270px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-Station-StationOrder {
    background-position: -300px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-Inventory {
    background-position: -240px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-pos {
    background-position: -120px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-sale {
    background-position: -300px 0;
    transition: opacity 0.5s ease-out;
}

.icon-StationContract {
    background-position: -180px -60px;
    transition: opacity 0.5s ease-out;
}

.icon-low-temperature {
    background-position: -360px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-high-temperature {
    background-position: -380px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-full-capacity {
    background-position: -220px -170px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-empty-capacity {
    background-position: -240px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-group {
    background-position: -200px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-refresh {
    background-position: -260px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-pay {
    background-position: -280px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-barcode {
    background-position: -300px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-print {
    background-position: -320px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-receipt {
    background-position: -340px -150px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-barcode2 {
    background-position: -120px -170px;
    transition: opacity 0.5s ease-out;
}

.icon-payPos {
    background-position: 0px -200px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-payOnline {
    background-position: -20px -200px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-PayWallet {
    background-position: -40px -200px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-payCash {
    background-position: -60px -200px;
    transition: opacity 0.5s ease-out;
    width: 20px;
    height: 20px;
}

.icon-report {
    background-position: -150px -170px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-register {
    background-position: 0 -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-floating {
    background-position: -30px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-contract {
    background-position: -90px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-base {
    background-position: -360px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-dock {
    background-position: -150px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-pier {
    background-position: -210px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-anchor {
    background-position: -180px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-insurance {
    background-position: -240px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-equipment {
    background-position: -330px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-map {
    background-position: -300px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-parking {
    background-position: -270px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-wallet-base {
    background-position: -60px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-partner {
    background-position: -120px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Boat-Definitions {
    background-position: -30px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-BoatCategory {
    background-position: -60px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-BoatType {
    background-position: -90px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Contract-Parking {
    background-position: -150px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Service-ship {
    background-position: -210px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Station {
    background-position: -330px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Station-product {
    background-position: -270px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Station-StationOrder {
    background-position: -300px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-Inventory {
    background-position: -240px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-pos {
    background-position: -120px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-sale {
    background-position: -300px -30px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-StationContract {
    background-position: -180px -90px;
    transition: opacity 0.5s ease-out;
}

.menu-dropdown li a:hover .icon-report {
    background-position: -180px -170px;
    transition: opacity 0.5s ease-out;
}

/*#endregion ICon*/
/*#region button*/
.btnMarina {
    border-radius: 5px;
    font-weight: 500;
    height: 36px;
    font-size: 1.1rem;
    line-height: 26px;
}

.btnMarinaWhite {
    height: 44px;
    color: #333;
    border-color: #dbdbdb;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .btnMarinaWhite i {
        margin-left: 5px;
    }

.btnMarina-yellow {
    background: #eab21d;
    color: #fff !important;
    border-color: #eab21d;
}

    .btnMarina-yellow:hover,
    .btnMarina-yellow:focus {
        color: #eab21d !important;
        background: rgba(234, 178, 29, 0.3);
    }

.btnMarina-blue {
    background: #0a8acb;
    color: #fff !important;
    border-color: #0a8acb;
}

    .btnMarina-blue:hover,
    .btnMarina-blue:focus {
        color: #0a8acb !important;
        background: rgba(10, 138, 203, 0.3);
    }

.btnMarina-navyBlue {
    background: #25396f;
    color: #fff !important;
    border-color: #25396f;
}

    .btnMarina-navyBlue:hover,
    .btnMarina-navyBlue:focus {
        color: #25396f !important;
        background: rgba(37, 57, 111, 0.2);
    }

.btnMarina-gray {
    background: #dbdbdb;
    color: #333 !important;
    border-color: #dbdbdb;
}

    .btnMarina-gray:hover,
    .btnMarina-gray:focus {
        color: #1d1d1d !important;
        background: #f7f7f7;
    }

/*#endregion button*/
/*#region SideBar Accordeon*/
#main {
    padding: 0;
    margin: 0 auto;
}

.primary-nav {
    position: fixed;
    z-index: 999;
}

.open-panel {
    border: none;
    padding: 0;
}

/* Menu Styles */
.menu {
    position: relative;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 60px;
    }

.primary-nav .menu li {
    /* height: 35px; */
    margin-bottom: 15px;
    margin-top: 15px;
}

.menu,
.menu a,
.menu a:visited {
    color: #333;
    text-decoration: none !important;
    position: relative;
}

    .menu a {
        display: block;
        white-space: nowrap;
        padding: 1em;
    }

.menu-dropdown .active i:before,
.menu-dropdown a:hover i:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #eab21d;
    border-radius: 32px 0 0 32px;
    right: -16px;
    position: absolute;
}

.menu a i {
    position: absolute;
    right: calc(100% - 52px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.openNav .menu a i,
.menu:hover a i {
    right: 17px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.menu a span {
    padding-right: 40px;
    font-weight: 500;
    display: none;
}

.menu:hover a span {
    display: block;
}

.openNav .menu a span {
    display: block;
}

.new-wrapper {
    position: absolute;
    right: 70px;
    width: calc(100% - 70px);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

#menu:checked + ul.menu-dropdown {
    right: 0;
    -webkit-animation: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu {
    position: absolute;
    display: block;
    right: -180px;
    top: 0;
    width: 250px;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
    z-index: 999;
    border-left: 1px solid #f7f7f7;
}

.menu-dropdown {
    top: 0;
    /* overflow-y: auto; */
}

    .menu-dropdown li a {
        padding: 0 15px 0 0;
        align-items: center;
        display: flex;
        height: 35px;
        justify-content: right;
        justify-content: space-between;
    }

        .menu-dropdown li a > small {
            padding-left: 8px;
        }

.menu a.logotype {
    position: absolute !important;
    top: 6px;
    right: calc(125px - 47px);
    right: calc(125px - -62px);
    display: block;
    padding: 0;
    transition: opacity 0.5s ease-out;
}

.openNav a.logotype,
.menu:hover a.logotype {
    right: calc(125px - 47px);
    transition: opacity 0.5s ease-out;
}

.menu a.logotype img {
    width: 55px;
    transition: opacity 0.5s ease-out;
}

.openNav a.logotype img,
.menu:hover a.logotype img {
    width: auto;
    transition: opacity 0.5s ease-out;
}

.menu:hover {
    position: absolute;
    right: 0;
    top: 0;
}

/* hamburger */
.hamburger {
    position: relative;
    right: 0;
    top: 0;
    z-index: 998;
    cursor: pointer;
    background: transparent;
    display: inline-flex;
}

    .hamburger:hover .icon-Menu {
        background-position: 0 -90px;
        transition: opacity 0.5s ease-out;
    }

/* open Nav */
.openNav .new-wrapper {
    position: absolute;
    transform: translate3d(-180px, 0, 0);
    width: calc(100% - 250px);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.openNav .menu {
    transform: translate3d(-180px, 0, 0);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

    .openNav .menu:hover {
        position: absolute;
        right: -180px;
    }

.overflow-container {
    position: relative;
    height: calc(100vh - 0px) !important;
    overflow-y: auto;
    border-top: 88px solid #fff;
    z-index: -1;
    display: block;
}


.primary-nav .menu .submenu ul {
    display: none;
    margin-bottom: 0px;
    font-size: 1rem;
}

.show > ul {
    display: block !important;
}

.primary-nav .menu .submenu ul li {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    margin-right: 10px;
}

    .primary-nav .menu .submenu ul li span {
        padding-right: 5px;
    }

.primary-nav .menu .submenu .submenu2 ul li span {
    padding-right: 15px;
}

.primary-nav .menu .submenu .submenu2 .submenu3 ul li span {
    padding-right: 20px;
}

.primary-nav .menu .submenu ul li a:hover > span {
    text-decoration: underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.primary-nav .submenu > ul li span:before {
    content: "";
    background: #25396f;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 5px;
}

.primary-nav .menu .submenu ul li a {
    height: 28px;
}

.submenu small {
    font-size: 0.7rem;
}

/*#endregion SideBar Accordeon*/
/*#region Ticket*/
.ticket {
    border-radius: 8px;
    display: inline-block;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    background-color: #e8edf8;
    color: #161616;
    font-family: "IRANSans";
    cursor: pointer;
}

    .ticket .ticket-body {
        border-color: #fff;
    }

.ticket-head {
    background-position: center;
    background-size: cover;
    border-radius: 4px 4px 0 0;
    color: white;
    height: 70px;
    position: relative;
}

.ticket-body {
    border-bottom: 1px dashed white;
    padding: 5px;
    position: relative;
}

    .ticket-body:before,
    .ticket-body:after {
        background-color: #fff;
        border-radius: 100%;
        content: "";
        height: 10px;
        position: absolute;
        top: 100%;
        width: 10px;
    }

    .ticket-body:before {
        left: 2px;
        transform: translate(-70%, -45%);
    }

    .ticket-body:after {
        right: 2px;
        transform: translate(70%, -45%);
    }

    .ticket-body h4 {
        text-align: center;
        color: #25396f;
        font-size: 0.99rem;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        /*white-space: nowrap;*/
        height: 30px;
        display: grid;
        align-items: center;
    }

    .ticket-body p {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin: 5px;
    }

        .ticket-body p span {
            margin-bottom: 0;
            color: #343435;
            float: left;
            display: grid;
            margin-right: 8px;
            font-size: 0.99rem;
        }

.layer {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px 4px 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ticket .footer {
    padding: 5px;
}

    .ticket .footer h3 {
        color: #eab21d;
        font-size: 0.99rem;
        margin-bottom: 0;
        text-align: center;
    }

.capacity.ticket .footer h3 {
    font-size: 1.2rem;
}

.temperature {
    height: 44px;
}

    .temperature p {
        margin-bottom: 0;
        color: #343435;
        float: left;
        display: grid;
        margin-right: 8px;
        font-size: 1rem;
        line-height: 15px;
    }

.ticket-sec2 {
    background-color: #f0f4fb;
}

.ticket-sec3 {
    background-color: #fbf0d1;
}

.ticket-sec4 .ticket-body {
    border: 0;
}

    .ticket-sec4 .ticket-body:before,
    .ticket-sec4 .ticket-body:after {
        display: none;
    }

.ticket-sec4 {
    background-color: #ebf0fd;
}

    .ticket-sec4 .ticket-body p {
        justify-content: center;
        margin: 15px 5px;
    }

.titleGray {
    height: 44px;
    color: #333;
    border-color: #dbdbdb;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #dbdbdb;
    color: #333;
    border-color: #dbdbdb;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.1rem;
}

/*#endregion Ticket*/
/*#region header*/
.header {
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-message button {
    margin-left: 10px;
}

.menu-message img {
    margin-left: 10px;
    border-radius: 100%;
}

.menu-message p {
    margin: 0;
}

.menu-button .input-group {
    direction: ltr;
    border: 1px solid #eef1f8;
    border-radius: 5px;
}

    .menu-button .input-group .btn {
        background: #fff;
        border: 0;
        display: flex;
    }

        .menu-button .input-group .btn:hover,
        .menu-button .input-group .btn:focus {
            border: 0;
        }

    .menu-button .input-group .form-control {
        direction: rtl;
        border: 0;
    }

        .menu-button .input-group .form-control:hover,
        .menu-button .input-group .form-control:focus {
            outline: none;
            border: 0;
            box-shadow: none;
        }

.head-note {
    margin-right: 15px;
    line-height: 0;
    display: block;
    position: relative;
}

    .head-note span {
        background: #eab21d;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        position: absolute;
        right: 0;
    }

/*#endregion header*/
/*#region Inner*/
.back-white {
    border: 1px solid #eef1f8;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

.title {
    color: #25396f;
    font-size: 2rem;
    margin: 0;
}

/*#endregion Inner*/
/*#region Table Marina*/
.tableMarina .table thead tr td {
    border-bottom: 1px solid #0a8acb;
    font-size: 1.3rem;
    font-weight: 500;
    color: #00407e;
}

.tableMarina .table-hover > tbody > tr:hover > * {
    background: rgba(247, 247, 247, 0.5);
    box-shadow: none;
}

.tableMarina .table > :not(caption) > * > * {
    padding: 1rem 0.25rem;
}

.btn-more {
    background: #ccd6ea;
    border-radius: 5px;
    display: inline-flex;
    padding: 0 2px;
}

    .btn-more:hover,
    .btn-more:focus,
    .btn-more:active {
        background: #00407e;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.btnMarina-formEdit {
    background: #FFDE00;
    border-radius: 5px;
    color: #fff;
}

    .btnMarina-formEdit:hover,
    .btnMarina-formEdit:active,
    .btnMarina-formEdit:focus {
        background: rgba(255, 222, 0, 0.7);
        color: #fff;
        border-color: #FFDE00;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.btnMarina-formDelete {
    background: #df0404;
    border-radius: 5px;
    color: #fff;
}

    .btnMarina-formDelete:hover,
    .btnMarina-formDelete:active,
    .btnMarina-formDelete:focus {
        background: rgba(223, 4, 4, 0.65);
        color: #fff;
        border-color: #df0404;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.btnMarina-formNew {
    background: #3CCF4E;
    border-radius: 5px;
    color: #fff;
}

    .btnMarina-formNew:hover,
    .btnMarina-formNew:active,
    .btnMarina-formNew:focus {
        background: rgba(60, 207, 78, 0.7);
        color: #fff;
        border-color: #3CCF4E;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.btnMarina-formBack {
    background: #fff;
    border-radius: 5px;
    color: #0a8acb;
    border-color: #0a8acb;
    font-weight: 500;
}

.btnMarina-table i.icon-back {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}

.btnMarina-formBack:hover,
.btnMarina-formBack:active,
.btnMarina-formBack:focus {
    background: rgba(10, 138, 203, 0.1);
    color: #0a8acb;
    border-color: #0a8acb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btnMarina-table i {
    float: right;
    margin-left: 8px;
}

.table-truncate {
    white-space: nowrap;
}

/*#endregion Table Marina*/
/*#region Message Color*/
.text-yellow {
    color: #eab21d;
}

.text-blue {
    color: #0a8acb;
}

.text-navyBlue {
    color: #25396f;
}

.text-gray {
    color: #dbdbdb;
}

.textMarina-wait {
    color: #FD841F;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-family: "IRANSans";
}

    .textMarina-wait:before {
        content: "";
        background: #FD841F;
        height: 8px;
        width: 8px;
        display: block;
        border-radius: 10px;
        margin-left: 5px;
    }

.textMarina-success {
    color: #3CCF4E;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-family: "IRANSans";
}

    .textMarina-success:before {
        content: "";
        background: #3CCF4E;
        height: 8px;
        width: 8px;
        display: block;
        border-radius: 10px;
        margin-left: 5px;
    }

.textMarina-unsuccess {
    color: #df0404;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-family: "IRANSans";
}

    .textMarina-unsuccess:before {
        content: "";
        background: #df0404;
        height: 8px;
        width: 8px;
        display: block;
        border-radius: 10px;
        margin-left: 5px;
    }

.textMarina-normal {
    color: #6c6c6c;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-family: "IRANSans";
}

    .textMarina-normal:before {
        content: "";
        background: #3CCF4E;
        height: 8px;
        width: 8px;
        display: block;
        border-radius: 10px;
        margin-left: 5px;
    }

/*#endregion Message Color*/
/*#region Credit Card Marina*/
.creditMarina-bank {
    border: 0;
    background: transparent;
}

    .creditMarina-bank .card-body {
        padding: 0;
    }

    .creditMarina-bank .card-title {
        margin: 1.4rem 0;
    }

.creditMarina-item > div {
    width: 48%;
}

.creditMarina-item p {
    margin: 0;
    margin-right: 8px;
    font-weight: 500;
}

.creditMarina-rise > span {
    background: rgba(234, 178, 29, 0.3);
    border-radius: 7px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.creditMarina-receipt > span {
    background: rgba(10, 138, 203, 0.3);
    border-radius: 7px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

/*#endregion Credit Card Marina*/
/*#region Form*/
.formMarina.form-floating > label {
    right: 0;
    left: auto;
}

.formMarina.form-floating .form-select,
.formMarina.form-floating .form-control {
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    border: 0;
    border-bottom: 1px solid #0a8acb;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.formMarina.form-floating .form-select {
    background-position: left 0.75rem center;
    /* padding: 1rem 0.75rem 1rem 2.25rem; */
    padding-left: 2.25rem;
    padding-right: 0.75rem;
}

.formMarina.form-floating > .form-select:hover,
.formMarina.form-floating > .form-select:focus,
.formMarina.form-floating > .form-control:hover,
.formMarina.form-floating > .form-control:focus {
    background-color: #fcfcfc;
    border-bottom: 1px solid #25396f;
    outline: none;
    box-shadow: none;
}

    .formMarina.form-floating > .form-control-plaintext ~ label,
    .formMarina.form-floating > .form-control:focus ~ label,
    .formMarina.form-floating > .form-control:not(:placeholder-shown) ~ label {
        top: 6px;
        padding: 0;
        right: 12px;
        transform-origin: top right;
    }

.formMarina.form-floating > .form-select ~ label {
    top: 6px;
    padding: 0;
    right: 3px;
}

.formMarina.form-floating > .form-control-plaintext:focus,
.formMarina.form-floating > .form-control-plaintext:not(:placeholder-shown),
.formMarina.form-floating > .form-control:focus,
.formMarina.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    background-color: #fcfcfc;
    border-bottom: 1px solid #25396f;
}

.formMarina.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.formMarina.form-floating textarea {
    height: 10rem;
}

.formMarina-readonly .form-control {
    border-radius: 5px 5px 0 0;
    border: 0;
    border-bottom: 1px solid #25396f;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: calc(3.5rem + 2px);
    background: rgba(10, 138, 203, 0.2);
}

    .formMarina-readonly .form-control::placeholder {
        color: #25396f;
        font-weight: 600;
    }

    .formMarina-readonly .form-control:hover,
    .formMarina-readonly .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.formMarina-check a {
    color: #0a8acb;
}

    .formMarina-check a:hover {
        color: #25396f;
    }

.formMarina-check .form-check-input:focus {
    box-shadow: none;
}

.formMarina-check .form-check-input {
    border: 1px solid #25396f;
}

.formMarina-check .form-check-label {
    color: #25396f;
}

.form-upload {
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    border: 0;
    border-bottom: 1px solid #0a8acb;
    padding: 1rem 0.75rem;
}

    .form-upload .profile-pic,
    .form-upload [class^="profile-pic-"] {
        display: inline-block;
    }

    .form-upload .file-upload,
    .form-upload [class^="file-upload-"] {
        display: none;
    }

    .form-upload .circle {
        text-align: center;
    }

    .form-upload img {
        max-width: 100%;
        height: auto;
    }

    .form-upload .p-image {
        display: flex;
        cursor: pointer;
    }

        .form-upload .p-image:hover {
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        }

    .form-upload .upload-button,
    .form-upload [class^="upload-button-"] {
        font-style: inherit;
        font-size: 1rem;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        color: #25396f;
        border: 1px solid #25396f;
        text-align: center;
        padding: 5px;
        margin-top: 5px;
    }

        .form-upload .upload-button:hover,
        .form-upload [class^="upload-button-"]:hover {
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
            border: 1px solid #eab21d;
            color: #eab21d;
        }

.swithcMarina {
    color: #333;
    padding-left: 0;
}

.switch-description {
    float: right;
    margin: 4px 0;
    min-width: 60px;
}

.swithcMarina .switch-input {
    display: none;
}

    .swithcMarina .switch-input:active ~ .switch-indicator::after {
        width: 20px;
    }

    .swithcMarina .switch-input:checked ~ .switch-indicator {
        border: 10px solid #eab21d;
    }

        .swithcMarina .switch-input:checked ~ .switch-indicator::after {
            top: -8px;
            left: 4px;
        }

    .swithcMarina .switch-input:checked:active ~ .switch-indicator::after {
        left: 0px;
    }

.swithcMarina .switch-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    transition: 0.1s;
    border: 2px solid #ddd;
}

    .swithcMarina .switch-indicator::after {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        transition: 0.1s;
        top: 0px;
        left: 0px;
        background: #fff;
        box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
    }

.formMarina-group > div:first-child {
    width: calc(100% - 120px);
}

.formMarina-group > div:last-child {
    width: 120px;
}

.formMarina-group .form-control {
    border-top-left-radius: 0 !important;
}

.formMarina-group .btn {
    height: 44px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1rem;
    font-weight: 400;
}



/*#endregion Form*/
/*#region Link Marina*/
.linkMarina {
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(37, 57, 111, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(37, 57, 111, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(37, 57, 111, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .linkMarina:hover {
        background: #fcfcfc;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(37, 57, 111, 0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(37, 57, 111, 0.2);
        box-shadow: 0px 0px 5px 0px rgba(37, 57, 111, 0.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

/*#endregion  Link Marina*/
/*#region  contract Marina*/

.contractMarina {
    border-radius: 10px;
    text-decoration: none;
    background-image: url(../img/back-contract.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

    .contractMarina:hover {
        color: #fff;
    }

    .contractMarina i {
        background-color: rgba(255, 255, 255, 0.75);
        width: 60px;
        height: 60px;
        border-radius: 5px;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .contractMarina:hover i {
        background: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .contractMarina.success {
        background-color: #3CCF4E;
    }

        .contractMarina.success i:before {
            content: "";
            background-image: url(../img/Menu-Side.png);
            background-position: -150px -120px;
            display: block;
            width: 40px;
            height: 30px;
            background-size: 413px;
        }

    .contractMarina.unsuccess {
        background-color: #df0404;
    }

        .contractMarina.unsuccess i:before {
            content: "";
            background-image: url(../img/Menu-Side.png);
            background-position: -120px -120px;
            display: block;
            width: 30px;
            height: 30px;
            background-size: 413px;
        }

    .contractMarina.wait {
        background-color: #FD841F;
    }

        .contractMarina.wait i:before {
            content: "";
            background-image: url(../img/Menu-Side.png);
            background-position: -90px -120px;
            display: block;
            width: 30px;
            height: 30px;
            background-size: 413px;
        }

    .contractMarina strong {
        margin-top: 3.5rem;
        font-size: 2rem;
    }

/*#endregion  contract Marina*/
/* #region progressbar */
.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
    clear: both;
    margin-bottom: 16px;
}

    .progressbar li {
        width: 100%;
        position: relative;
        text-align: center;
        color: #dbdbdb;
    }

        .progressbar li:before {
            width: 10px;
            height: 10px;
            content: "";
            counter-increment: step;
            line-height: 10px;
            display: block;
            text-align: center;
            margin: 11px auto 10px auto;
            border-radius: 50%;
            background-color: #dbdbdb;
            z-index: 1;
            position: relative;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: "";
            position: absolute;
            background-color: #dbdbdb;
            top: 15px;
            right: -50%;
            z-index: 0;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li a {
            color: #dbdbdb;
        }

        .progressbar li.active {
            color: #0a8acb;
        }

            .progressbar li.active:before {
                border: 7px solid #0a8acb;
                background-color: #fff;
                width: 20px;
                height: 20px;
                margin-top: 6px;
                margin: 6px auto 5px auto;
            }

            .progressbar li.active:after {
                background-color: #0a8acb;
            }

            .progressbar li.active.step-past:before {
                border: 1px solid #0a8acb;
                background-color: #0a8acb;
                width: 20px;
                height: 20px;
                margin: 6px auto 5px auto;
                content: "\e0e1";
                font-family: "fontCustom" !important;
                font-size: 10px;
                padding: 4px;
                color: #fff;
            }

            .progressbar li.active a,
            .step-past a,
            .step-past a:hover {
                color: #0a8acb;
                font-weight: 400;
            }

/* #endregion progressbar */
/* #region Nav Mobile */
.nav-mobile {
    display: none;
    background-color: #fff;
    border-top: 1px solid #f7f7f7;
    width: 100%;
    z-index: 1000;
    position: fixed;
    bottom: 0;
}

    .nav-mobile > div {
        display: flow-root;
        width: 100%;
    }

    .nav-mobile .head-note {
        float: left;
        margin-right: 1rem;
    }

    .nav-mobile .p-2 > div {
        float: right;
        margin: 0 1rem 0 0;
        margin-top: calc(-0.5rem - 28px);
        border: 1px solid #f7f7f7;
        border-top: 0;
        border-radius: 100%;
        border-right: 0;
        transform: rotate(-45deg);
    }

    .nav-mobile .hamburger {
        background: #eab21d;
        padding: 10px;
        border-radius: 100%;
        border: 6px solid #f7f7f7;
        transform: rotate(45deg);
    }

        .nav-mobile .hamburger.active {
            border: 6px solid #fff;
        }

/* #endregion Nav Mobile */
/* #region Platform */
.platform-body {
    display: flex;
    background: #0188ba;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.Platform-line {
    display: flex;
    align-items: center;
}

    .Platform-line > .yachtMap {
        margin: 0 0 0 10px;
    }

        .Platform-line > .yachtMap:before {
            height: 2px;
            width: 10px;
            bottom: 60px;
            left: -10px;
        }

.platform-left {
}

.platform-main {
    flex: 1 1 auto !important;
    display: flex;
    flex-direction: column;
    direction: ltr;
}

.platform-right {
    /* border-right: 4px solid #8e8d8d; */
}

    .platform-right .platformPier {
        width: 40px;
        display: flex;
        height: 100%;
        float: right;
    }

        .platform-right .platformPier span {
            transform: rotate(90deg);
            transform-origin: center;
            height: 40px;
            width: 100px;
            white-space: nowrap;
            margin-top: 30px;
        }

.street {
    background: #a0a0a0;
    width: 30px;
    height: 100%;
    text-align: center;
    border-radius: 0 8px 8px 0;
}

    .street i {
        display: inline-block;
        height: 100%;
        width: 2px;
        border-right: 3px dashed #fff;
    }

.platformPier {
    background: #a0a0a0;
    height: 25px;
    text-align: center;
    z-index: 10;
    font-size: 1.6rem;
    font-weight: 500;
}

/* #region Platform Dock */
/* Dock 10 */
.platformDock-10 {
    position: relative;
    width: 10px;
}

    .platformDock-10 i:first-child {
        background: #a0a0a0;
        width: 10px;
        height: 10px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: -10px;
    }

        .platformDock-10 i:first-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 10px;
            height: 10px;
            border-bottom-left-radius: 20px;
        }

    .platformDock-10 span {
        background: #a0a0a0;
        height: 90px;
        width: 10px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        border-radius: 8px 8px 0 0;
    }

    .platformDock-10 i:last-child {
        background: #a0a0a0;
        width: 10px;
        height: 10px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: 10px;
    }

        .platformDock-10 i:last-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 10px;
            height: 10px;
            border-bottom-right-radius: 20px;
        }

.platformBottom .platformDock-10 i:first-child {
    bottom: auto;
    top: 0;
}

    .platformBottom .platformDock-10 i:first-child:after {
        border-bottom-left-radius: 0;
        border-top-left-radius: 20px;
    }

.platformBottom .platformDock-10 span {
    bottom: auto;
    top: 0;
    border-radius: 0 0 8px 8px;
}

.platformBottom .platformDock-10 i:last-child {
    bottom: auto;
    top: 0;
}

    .platformBottom .platformDock-10 i:last-child:after {
        border-bottom-right-radius: 0;
        border-top-right-radius: 20px;
    }

.platformTop .platformDock-10:last-child i:first-child {
    display: none;
}

.platformBottom .platformDock-10:last-child i:first-child {
    display: none;
}

/* Dock 8 */
.platformDock-8 {
    position: relative;
    width: 8px;
}

    .platformDock-8 i:first-child {
        background: #a0a0a0;
        width: 10px;
        height: 10px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: -10px;
    }

        .platformDock-8 i:first-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 10px;
            height: 10px;
            border-bottom-left-radius: 20px;
        }

    .platformDock-8 span {
        background: #a0a0a0;
        height: 70px;
        width: 8px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        border-radius: 8px 8px 0 0;
    }

    .platformDock-8 i:last-child {
        background: #a0a0a0;
        width: 10px;
        height: 10px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: 8px;
    }

        .platformDock-8 i:last-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 10px;
            height: 10px;
            border-bottom-right-radius: 20px;
        }

.platformTop .platformDock-8:last-child i:first-child {
    display: none;
}

/* Dock 6 */
.platformDock-6 {
    position: relative;
    width: 6px;
}

    .platformDock-6 i:first-child {
        background: #a0a0a0;
        width: 8px;
        height: 8px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: -8px;
    }

        .platformDock-6 i:first-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 8px;
            height: 8px;
            border-bottom-left-radius: 20px;
        }

    .platformDock-6 span {
        background: #a0a0a0;
        height: 60px;
        width: 6px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        border-radius: 8px 8px 0 0;
    }

    .platformDock-6 i:last-child {
        background: #a0a0a0;
        width: 8px;
        height: 8px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: 6px;
    }

        .platformDock-6 i:last-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 8px;
            height: 8px;
            border-bottom-right-radius: 20px;
        }

.platformBottom .platformDock-6 i:first-child {
    bottom: auto;
    top: 0;
}

    .platformBottom .platformDock-6 i:first-child:after {
        border-bottom-left-radius: 0;
        border-top-left-radius: 20px;
    }

.platformBottom .platformDock-6 span {
    bottom: auto;
    top: 0;
    border-radius: 0 0 8px 8px;
}

.platformBottom .platformDock-6 i:last-child {
    bottom: auto;
    top: 0;
}

    .platformBottom .platformDock-6 i:last-child:after {
        border-bottom-right-radius: 0;
        border-top-right-radius: 20px;
    }

.platformTop .platformDock-6:last-child i:first-child {
    display: none;
}

.platformBottom .platformDock-6:last-child i:first-child {
    display: none;
}

/* Dock 4 */
.platformDock-4 {
    position: relative;
    width: 4px;
}

    .platformDock-4 i:first-child {
        background: #a0a0a0;
        width: 6px;
        height: 6px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: -6px;
    }

        .platformDock-4 i:first-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 6px;
            height: 6px;
            border-bottom-left-radius: 20px;
        }

    .platformDock-4 span {
        background: #a0a0a0;
        height: 50px;
        width: 4px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        border-radius: 8px 8px 0 0;
    }

    .platformDock-4 i:last-child {
        background: #a0a0a0;
        width: 6px;
        height: 6px;
        display: block;
        float: right;
        position: absolute;
        bottom: 0;
        right: 4px;
    }

        .platformDock-4 i:last-child:after {
            content: "";
            background: #0188ba;
            display: block;
            width: 6px;
            height: 6px;
            border-bottom-right-radius: 20px;
        }

.platformBottom .platformDock-4 i:first-child {
    bottom: auto;
    top: 0;
}

    .platformBottom .platformDock-4 i:first-child:after {
        border-bottom-left-radius: 0;
        border-top-left-radius: 20px;
    }

.platformBottom .platformDock-4 span {
    bottom: auto;
    top: 0;
    border-radius: 0 0 8px 8px;
}

.platformBottom .platformDock-4 i:last-child {
    bottom: auto;
    top: 0;
}

    .platformBottom .platformDock-4 i:last-child:after {
        border-bottom-right-radius: 0;
        border-top-right-radius: 20px;
    }

.platformTop .platformDock-4:last-child i:first-child {
    display: none;
}

.platformBottom .platformDock-4:last-child i:first-child {
    display: none;
}

/* #endregion Platform Dock */
/* #region Platform Yacht Top */
.platformTop {
    display: flex;
    align-items: flex-end;
    margin-left: 50px;
}

    .platformTop .yachtMap {
        margin: 0 2px 10px;
    }

    .platformTop img:before {
        content: "";
        display: block;
        height: 40px;
        width: 7px;
        background: #b1b1b1;
        position: absolute;
        bottom: 0;
        left: 50%;
    }

/* #endregion Platform Yacht Top */
/* #region Platform Yacht Bottom */
.platformBottom {
    display: flex;
    align-items: flex-start;
}

    .platformBottom .yachtMap {
        margin: 10px 2px 0;
    }

    .platformBottom img {
        transform: rotate(180deg);
    }

/* #endregion Platform Yacht Bottom */

.yacht50 {
    width: 50px;
    display: block;
    height: 100px;
    border: 1px dashed #fff;
}

.yacht42 {
    width: 42px;
    display: block;
    height: 100px;
    border: 1px dashed #fff;
}

.yacht38 {
    width: 38px;
    display: block;
    height: 100px;
    border: 1px dashed #fff;
}

.yacht32Big {
    width: 32.3px;
    display: block;
    height: 100px;
    border: 1px dashed #fff;
}

.yacht32 {
    width: 32px;
    display: block;
    height: 100px;
    border: 1px dashed #fff;
}

.yacht65 {
    height: 185px;
    display: block;
    width: 60px;
    border: 1px dashed #fff;
}

.platform1 {
    height: 120px;
    display: flex;
    padding-top: 15px;
}

    .platform1 .platformPier {
        width: 40%;
    }

.platform2,
.platform3,
.platform4,
.platform5,
.platform6,
.platform7 {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.platformPier {
    /*width: 940px;*/
    width: 100%;
}

.platform2 .platformBottom {
    margin-left: 68px;
}

.platform3 .platformTop {
    margin-left: 62px;
}

.platform3 .platformBottom {
    margin-left: 69.5px;
}

.platform4 .platformTop,
.platform5 .platformTop {
    margin-left: 69.5px;
}

.platform4 .platformBottom,
.platform5 .platformBottom {
    margin-left: 69.5px;
}

.platform6 .platformTop,
.platform6 .platformBottom,
.platform7 .platformTop,
.platform7 .platformBottom {
    margin-left: 24px;
}

.platform8 {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

    .platform8 .yachtMap {
        margin: 3px 8px 3px 0;
    }

.yachtMap {
    position: relative;
}

    .yachtMap:before {
        position: absolute;
        content: "";
        background: #ababab;
        height: 10px;
        width: 2px;
        bottom: -10px;
        left: calc(50% - 1px);
    }

.platformBottom .yachtMap:before {
    top: -10px;
    bottom: auto;
}

.platform8 .yachtMap:before {
    transform: rotate(90deg);
    top: calc(50% - 1px);
    bottom: auto;
    left: auto;
    right: -5px;
}

/* #endregion Platform */
/* #region Step Bar */

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media(max-width: 768px) {
        font-size: 12px;
    }
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background-color: #eab21d;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #eab21d;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }

/* #endregion Step Bar */
/* #region Image Upload */

#dropzone-external {
    width: 100%;
    height: 200px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

    #dropzone-external > * {
        pointer-events: none;
    }

    #dropzone-external.dropzone-active {
        border-style: solid;
    }

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* #endregion Image Upload */
/* #region Owner */
body.ownerBody {
    padding: 0;
    margin: 0;
    font-family: "IRANSans";
    font-weight: normal;
    direction: rtl;
    color: #333;
    text-align: right;
    overflow: hidden;
    overflow-y: hidden;
    background: #f7f7f7;
    height: 100vh;
    position: relative;
}

.ownerBody a {
    color: #25396f;
    text-decoration: none;
}

.bodyScroll ::-webkit-scrollbar {
    width: 3px;
}

.bodyScroll ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
}

.bodyScroll ::-webkit-scrollbar-thumb {
    background-color: #25396f;
    outline: 1px solid #0a8acb;
    border-radius: 8px;
}

.bodyScroll {
    padding-bottom: 45px;
    height: calc(100vh - 110px);
    overflow: hidden;
    overflow-y: auto;
    margin-top: -2px;
}

.titleOwner {
    position: relative;
    color: #25396f;
    margin-bottom: 10px;
    padding-right: 18px;
}

    .titleOwner:before {
        position: absolute;
        content: "";
        right: 0;
        top: 9px;
        width: 8px;
        HEIGHT: 8px;
        border-radius: 10px;
        border: 2px solid #25396f;
    }

    .titleOwner:after {
        position: absolute;
        content: "";
        right: 8px;
        top: 13px;
        width: 6px;
        height: 1px;
        background: #25396f;
    }

/*#region Icon*/
.iconMarinaOwner {
    background: url(../img/icon-01.png);
    background-size: 240px;
}

[class^="iconOwner-"],
[class*=" iconOwner-"] {
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: opacity 0.5s ease-out;
}

.iconOwner-user {
    background-position: 0 0;
}

.iconOwner-wallet {
    background-position: -30px 0;
}

.iconOwner-alarm {
    background-position: -60px 0;
}

.iconOwner-exit {
    background-position: -90px 0;
}

.iconOwner-raiseMoney {
    background-position: -120px 0;
}

.iconOwner-receipt {
    background-position: -150px 0;
}

.iconOwner-message {
    background-position: -180px 0;
}

.iconOwner-home {
    background-position: -210px 0;
}

.iconOwner-ship {
    background-position: 0 -30px;
    width: 40px;
    height: 40px;
}

.iconOwner-contract {
    background-position: -40px -30px;
    width: 40px;
    height: 40px;
}

.iconOwner-more {
    background-position: -80px -30px;
    width: 20px;
    height: 40px;
}

.iconOwner-plus {
    background-position: -100px -30px;
    width: 40px;
    height: 40px;
}

.iconOwner-paid {
    background-position: -140px -30px;
    width: 40px;
    height: 40px;
}

.iconOwner-unpaid {
    background-position: -180px -30px;
    width: 40px;
    height: 40px;
}

.iconOwner-orderService {
    background-position: 0 -70px;
    width: 80px;
    height: 80px;
}

.iconOwner-followOrder {
    background-position: -80px -70px;
    width: 80px;
    height: 80px;
}

.iconOwner-guestAdd {
    background-position: -160px -70px;
    width: 80px;
    height: 80px;
}

.iconOwner-financeBill {
    background-position: 0px -150px;
    width: 80px;
    height: 80px;
}

.iconOwner-crimesViolation {
    background-position: -80px -150px;
    width: 80px;
    height: 80px;
}

.iconOwner-lawyer {
    background-position: -160px -150px;
    width: 80px;
    height: 80px;
}

.iconOwner-ownership {
    background-position: 0px -230px;
    width: 80px;
    height: 80px;
}

.iconOwner-shipAdd {
    background-position: -80px -230px;
    width: 80px;
    height: 80px;
}

.iconOwner-afterSale {
    background-position: -160px -230px;
    width: 80px;
    height: 80px;
}

.iconOwner-active {
    background-position: 0px -310px;
    width: 40px;
    height: 40px;
}

.iconOwner-expired {
    background-position: -40px -310px;
    width: 40px;
    height: 40px;
}

.iconOwner-waiting {
    background-position: -80px -310px;
    width: 40px;
    height: 40px;
}

.iconOwner-parkNum {
    background-position: -120px -310px;
    width: 40px;
    height: 40px;
}

.iconOwner-contractPrice {
    background-position: -160px -310px;
    width: 40px;
    height: 40px;
}

.iconOwner-sale {
    background-position: -200px -310px;
    width: 40px;
    height: 40px;
}

.iconOwner-payment {
    background-position: 0px -350px;
    width: 40px;
    height: 40px;
}

.iconOwner-afterSaleSmall {
    background-position: -40px -350px;
    width: 40px;
    height: 40px;
}

/*#endregion Icon*/
/*#region header*/
.ownerBody header {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.headerOwner {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .headerOwner .iconMarinaOwner {
        margin: 0 5px;
    }

    .headerOwner p {
        margin: 0;
        color: #25396f;
    }

    .headerOwner a {
        line-height: 0;
    }

.walletOwner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: #dee2e6;
    padding: 0 5px 0 0;
    border-radius: 5px;
}

    .walletOwner span {
        text-align: left;
        color: #979797;
        display: grid;
    }

        .walletOwner span small {
            font-size: .7em;
        }

        .walletOwner span strong {
            font-size: .85em;
            color: #25396f;
        }

/*#endregion header*/
/* #region floating */
.cardOwnerBody {
    position: relative;
    padding-top: 10px;
}

    .cardOwnerBody::before {
        background: #fff;
        content: "";
        height: 55%;
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        z-index: -1;
    }

.cardOwner {
    padding: 8px;
    background: #25396f;
    color: #e0e0e0;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .cardOwner div:first-child {
        border-bottom: 2px dotted #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .cardOwner a h3 {
        color: #fff;
        margin: 0;
    }

    .cardOwner div span,
    .cardOwner a span {
        background: #fff;
        border-radius: 5px;
        display: inline-block;
        line-height: 0;
        padding: 5px;
        margin-left: 8px;
    }

.plusOwner a {
    color: #e0e0e0;
}

.cardOwner div p {
    display: grid;
    margin: 0;
    line-height: 24px;
}

    .cardOwner div p > strong > i {
        display: inline-block;
        float: right;
        font-style: normal;
        margin-left: 5px;
    }

.plusOwner > a h3 {
    margin: 0;
}

/* #endregion floating */
/* #region btnIcon */

.btnOwnerLink span {
    background: #fff;
    padding: 15px 8px 30px;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 0;
}

.btnOwnerLink:hover h5 {
    color: #ffc107;
}

.btnOwnerLink span i {
}

.btnOwnerLink h5 {
    text-align: center;
    margin: 0;
    margin-top: -12px;
}

    .btnOwnerLink h5 strong {
        display: inline-block;
        background: #ffffff;
        padding: 5px 12px;
        border-radius: 0 0 10px 10px;
        margin: auto;
        border: 4px solid #f7f7f7;
        font-size: 1.2rem;
        font-weight: 500;
        position: relative;
    }

        .btnOwnerLink h5 strong small {
            position: absolute;
            top: -15px;
            left: -10px;
            background: #ffc107;
            border-radius: 10px;
            line-height: 20px;
            width: 20px;
            text-align: center;
            color: #25396f;
        }

/* #endregion btnIcon */
/* #region footer */
.homeOwnerBtnBack {
    position: fixed;
    bottom: 73px;
    right: 0;
    width: 100%;
    height: 45px;
    background: rgba(247, 247, 247, 0);
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 65%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(65%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 65%, rgba(247, 247, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 65%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 65%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 65%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0);
}

.copyrightOwner h6 {
    font-size: 0.8rem;
    margin: 0;
    margin-bottom: 3px;
    color: #adb5bd;
    padding: 10px 0 0;
    text-align: center;
}

    .copyrightOwner h6 a {
        color: #eab21d;
    }

.homeOwnerBtn {
    position: fixed;
    bottom: 66px;
    right: 10px;
    z-index: 2;
}

    .homeOwnerBtn span {
        background: #fff;
        width: 12px;
        height: 12px;
        display: block;
        float: right;
        margin-top: 27px;
    }

        .homeOwnerBtn span:first-child:after {
            content: "";
            background: #f7f7f7;
            display: block;
            width: 12px;
            height: 12px;
            border-bottom-left-radius: 20px;
        }

        .homeOwnerBtn span:last-child:after {
            content: "";
            background: #f7f7f7;
            display: block;
            width: 12px;
            height: 12px;
            border-bottom-right-radius: 20px;
        }

.homeOwner {
    background: #fff;
    padding: 4px 4px 0 4px;
    line-height: 0;
    border-radius: 5px;
    float: right;
}

    .homeOwner a {
        background: #eab21d;
        display: inline-block;
        border-radius: 5px;
        padding: 6px;
    }

        .homeOwner a:hover {
            background: #dee2e6;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .homeOwner span:before {
        background: #f7f7f7;
    }

.ownerBody footer {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footerOwner a i,
.footerOwner a span {
    margin: auto;
}

.footerOwner a span {
    position: relative;
}

.footerOwner a:hover span {
    color: #6c757d;
}

.footerOwner a span > small {
    position: absolute;
    top: 1px;
    left: -20px;
    background: #dee2e6;
    border-radius: 10px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    color: #25396f;
}

/* #endregion footer */
/* #region bill */
.billOwner {
    padding: 8px;
    border: 1px solid #25396f;
    color: #25396f;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #f9fafb;
}

    .billOwner a {
        color: #25396f;
    }

        .billOwner a span,
        .billOwner-in div span {
            display: inline-block;
            line-height: 0;
            padding: 0 0 0 5px;
            margin-left: 8px;
            border-left: 1px solid #25396f;
        }

        .billOwner a p,
        .billOwner-in > div p {
            display: grid;
            margin: 0;
            line-height: 20px;
            margin-left: 8px;
        }

        .billOwner a > div strong,
        .billOwner-in > div > div strong {
            padding-left: 10px;
            font-size: 1.3rem;
        }

        .billOwner a > div p,
        .billOwner-in > div > div p {
            padding-left: 0;
            text-align: left;
            line-height: 17px;
        }

            .billOwner a > div p strong,
            .billOwner-in > div > div p strong {
                font-size: 1rem;
                padding-left: 0;
            }

.billOwner-in > div {
    border-bottom: 1px dashed #25396f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .billOwner-in > div.row {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.billOwner-in .titleIn {
    border: 0;
    position: relative;
}

    .billOwner-in .titleIn:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: #25396f;
        position: absolute;
        top: 17px;
    }

    .billOwner-in .titleIn span {
        border: 1px solid #25396f;
        border-radius: 6px;
        padding: 5px 8px;
        line-height: inherit;
        margin: 0 10px;
        font-size: 1.2rem;
        font-weight: 500;
        background: #fff;
        z-index: 5;
        position: relative;
    }

/* #endregion bill */
/* #endregion Owner */
/*#region contact*/
.contact-body {
    background: none;
    box-shadow: none;
    padding: 15px;
    min-height: auto;
}

.contact-map {
}

    .contact-map iframe {
        height: 100%;
        width: 100%;
        min-height: 15rem;
        border: 0;
    }

.contact-body address {
    line-height: 30px;
    padding: 0 10px;
    font-weight: 100;
    min-height: 15rem;
}

    .contact-body address strong {
        color: #fc5e63;
        font-weight: 400;
        margin-left: 5px;
    }

/*#endregion contact*/
/* #region Kiosk */
body.kiosk {
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: "IRANSans";
    font-weight: normal;
    direction: rtl;
    color: #333;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    background: #f0f4fb;
    height: 100vh;
    background-attachment: fixed;
    background-size: 75%;
}

.kiosk a {
    color: #333;
    text-decoration: none;
}

body.kiosk::-webkit-scrollbar,
.kiosk .ticketWrapper::-webkit-scrollbar,
.kiosk .basketWrapper::-webkit-scrollbar {
    width: 6px;
}

body.kiosk::-webkit-scrollbar-track,
.kiosk .ticketWrapper::-webkit-scrollbar-track,
.kiosk .basketWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
}

body.kiosk::-webkit-scrollbar-thumb,
.kiosk .ticketWrapper::-webkit-scrollbar-thumb,
.kiosk .basketWrapper::-webkit-scrollbar-thumb {
    background-color: #25396f;
    outline: 1px solid #343434;
    border-radius: 8px;
}

.kiosk {
    position: relative;
}

    .kiosk .title {
        color: #25396f;
        font-size: 2rem;
        margin: 0;
        margin-top: 1.5rem;
    }


    .kiosk .ticket {
        border-radius: 4px;
        display: inline-block;
        text-align: right;
        text-transform: uppercase;
        width: 100%;
        background-color: white;
        color: #161616;
    }

        .kiosk .ticket .ticket-body {
            border-color: #f0f4fb;
        }

    .kiosk .ticket-head {
        background-position: center;
        background-size: cover;
        border-radius: 4px 4px 0 0;
        color: white;
        height: 250px;
        position: relative;
    }

    .kiosk .ticket-body {
        border-bottom: 1px dashed white;
        padding: 10px 15px;
        position: relative;
    }

        .kiosk .ticket-body:before,
        .kiosk .ticket-body:after {
            background-color: #f0f4fb;
            border-radius: 100%;
            content: "";
            height: 20px;
            position: absolute;
            top: 100%;
            width: 20px;
        }

        .kiosk .ticket-body:before {
            left: 5px;
            transform: translate(-70%, -45%);
        }

        .kiosk .ticket-body:after {
            right: 5px;
            transform: translate(70%, -45%);
        }

        .kiosk .ticket-body h4 {
            text-align: center;
            color: #25396f;
            font-size: 1.5rem;
            margin: 0;
        }

    .kiosk .capacity .ticket-body h4 {
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .kiosk .ticket-body p {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin: 0 8px 8px;
    }

        .kiosk .ticket-body p:last-child {
            margin-bottom: 0;
        }

        .kiosk .ticket-body p span {
            margin-bottom: 0;
            color: #343435;
            float: left;
            display: grid;
            margin-right: 8px;
            font-size: 1rem;
        }

    .kiosk .layer {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 4px 4px 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .kiosk .ticket .footer {
        padding: 15px 25px;
    }

        .kiosk .ticket .footer h3 {
            color: #eab21d;
            font-size: 1.6rem;
            margin-bottom: 0;
            text-align: center;
        }

    .kiosk .capacity.ticket .footer h3 {
        font-size: 1.2rem;
    }

    .kiosk .btnMarina-navyBlue {
        background: #25396f;
        color: #fff;
        border-color: #25396f;
        padding: 10px;
    }

        .kiosk .btnMarina-navyBlue:hover,
        .kiosk .btnMarina-navyBlue:focus {
            color: #25396f;
            background: rgba(37, 57, 111, 0.2);
        }

    .kiosk footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kiosk .btnMarina-gray {
        background: #dbdbdb;
        color: #333;
        border-color: #dbdbdb;
    }

        .kiosk .btnMarina-gray:hover,
        .kiosk .btnMarina-gray:focus {
            color: #1d1d1d;
            background: #f7f7f7;
        }

    .kiosk .btnBig {
        border-radius: 5px;
        font-weight: 500;
        height: 50px;
        font-size: 1.5rem;
    }

    .kiosk .iconMarina {
        background: url(../img/kiosk-01.png);
        background-size: 300px;
    }

    .kiosk .icon-low-temperature {
        background-position: 0 0;
        width: 40px;
        height: 40px;
    }

    .kiosk .icon-high-temperature {
        background-position: -40px 0;
        width: 40px;
        height: 40px;
    }

    .kiosk .icon-time {
        background-position: -80px 0;
        width: 40px;
        height: 40px;
    }

    .kiosk .icon-back {
        background-position: -120px 0;
        width: 40px;
        height: 40px;
    }

    .kiosk .icon-refresh {
        background-position: -160px 0;
        width: 40px;
        height: 40px;
    }

    .kiosk .icon-basket {
        background-position: -200px 0;
        width: 40px;
        height: 40px;
    }

    .kiosk .icon-capacity-full {
        background-position: 0px -40px;
        width: 30px;
        height: 30px;
    }

    .kiosk .icon-capacity-empty {
        background-position: -30px -40px;
        width: 30px;
        height: 30px;
    }

    .kiosk .icon-timer {
        background-position: -60px -40px;
        width: 30px;
        height: 30px;
    }

    .kiosk .ticketWrapper {
        height: calc(100vh - 145px);
        overflow-y: scroll;
    }

    .kiosk header {
        padding: 10px 0;
    }

    .kiosk .headerRight > div {
        display: flex;
        align-items: center;
        flex-direction: row;
        float: right;
        margin-left: 20px;
    }

    .kiosk .headerRight p {
        margin-bottom: 0;
        color: #343435;
        float: left;
        display: grid;
        margin-right: 8px;
        font-size: 1.3rem;
        line-height: 20px;
    }

    .kiosk .headerLeft button {
        display: flex;
        align-items: center;
        text-align: left;
        flex-direction: row-reverse;
        box-shadow: none;
        border: 0;
        border-radius: 5px;
        padding: 5px 10px;
        background: #dee2e6;
    }

    .kiosk .headerLeft p {
        margin-bottom: 0;
        color: #343435;
        display: grid;
        margin-left: 8px;
        font-size: 1.3rem;
    }

    .kiosk .footerLeft button {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-direction: row-reverse;
        box-shadow: none;
        border: 0;
        border-radius: 5px;
        padding: 5px 10px;
        background: #dee2e6;
        width: 200px;
    }

    .kiosk .footerLeft p {
        margin-bottom: 0;
        color: #343435;
        display: grid;
        margin-left: 8px;
        font-size: 1.4rem;
    }

    .kiosk .footerRight {
        position: relative;
    }

        .kiosk .footerRight span {
            position: absolute;
            background: #25396f;
            width: 30px;
            height: 30px;
            font-size: 1.4rem;
            text-align: center;
            line-height: 30px;
            border-radius: 5px;
            color: #fff;
            bottom: 33px;
            right: 45px;
        }

    .kiosk .basket {
        padding: 7px;
        background: #eab21d;
        border-radius: 5px;
        align-items: center;
        display: flex;
        float: right;
        border: 0;
    }

    .kiosk .progressbarWrapper {
        border: 1px solid #eef1f8;
        background: #fff;
        margin: 15px 0;
    }

    .kiosk .progressbar {
        margin: 0;
        padding: 0;
        counter-reset: step;
        clear: both;
        margin-bottom: 15px;
        margin-top: 15px;
    }

        .kiosk .progressbar li {
            width: 100%;
            position: relative;
            text-align: center;
            color: #dbdbdb;
        }

            .kiosk .progressbar li:before {
                width: 10px;
                height: 10px;
                content: "";
                counter-increment: step;
                line-height: 10px;
                display: block;
                text-align: center;
                margin: 11px auto 10px auto;
                border-radius: 50%;
                background-color: #dbdbdb;
                z-index: 1;
                position: relative;
            }

            .kiosk .progressbar li:after {
                width: 100%;
                height: 2px;
                content: "";
                position: absolute;
                background-color: #dbdbdb;
                top: 15px;
                right: -50%;
                z-index: 0;
            }

            .kiosk .progressbar li:first-child:after {
                content: none;
            }

            .kiosk .progressbar li a {
                color: #dbdbdb;
            }

            .kiosk .progressbar li.active {
                color: #343434;
            }

                .kiosk .progressbar li.active:before {
                    border: 7px solid #343434;
                    background-color: #fff;
                    width: 20px;
                    height: 20px;
                    margin-top: 6px;
                    margin: 6px auto 5px auto;
                }

                .kiosk .progressbar li.active:after {
                    background-color: #343434;
                }

                .kiosk .progressbar li.active.step-past:before {
                    border: 1px solid #343434;
                    background-color: #343434;
                    width: 20px;
                    height: 20px;
                    margin: 6px auto 5px auto;
                    content: "\e0e1";
                    font-family: "fontCustom" !important;
                    font-size: 10px;
                    padding: 4px;
                    color: #fff;
                }

                .kiosk .progressbar li.active a,
                .kiosk .step-past a,
                .kiosk .step-past a:hover {
                    color: #343434;
                    font-weight: 400;
                }

    .kiosk .basketWrapper {
        height: calc(100vh - 255px);
        overflow-y: scroll;
    }

        .kiosk .basketWrapper .form-control {
            background-color: #f9fafb;
            border-radius: 5px 5px 0 0;
            border: 0;
            border-bottom: 1px solid #0a8acb;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            font-size: 1.5rem;
            line-height: 2;
            height: 50px;
        }

        .kiosk .basketWrapper .form-label {
            margin-bottom: .5rem;
            font-size: 1.2rem;
            margin-right: 10px;
        }

    .kiosk .btnMarina {
        border-radius: 5px;
        font-weight: 500;
        font-size: 1.1rem;
        background: #25396f;
        color: #fff;
        border-color: #25396f;
        line-height: 2;
        display: block;
        width: 100%;
        height: 50px;
    }

    .kiosk .btnPay {
        justify-content: start;
        display: flex;
        align-items: center;
        width: auto;
        height: auto;
        float: right;
        margin: 0 10px;
    }

        .kiosk .btnPay span {
            margin-right: 10px;
        }

        .kiosk .btnPay img {
            width: 50px;
        }

    .kiosk .barcode {
        width: 400px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .kiosk .btnMarinaWhite {
        background: #fff;
        color: #25396f;
        width: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        margin: auto;
        height: auto;
    }

        .kiosk .btnMarinaWhite img {
            width: 50px;
            margin-left: 10px;
        }

/* #endregion Kiosk */


@media only screen and (max-width: 1299px) {
    .platformPier {
        /*width: 750px;*/
        width: 100%;
    }

    .platformTop {
        margin-left: 10px;
    }

    .platform2 .platformTop img {
        width: 40px;
    }

    .platform2 .platformBottom img {
        width: 32px;
    }

    .platform2 .platformBottom {
        margin-left: 48px;
    }

    .Platform-line > .yachtMap img {
        width: 40px;
    }

    .platform3 .platformTop img {
        width: 30px;
    }

    .platform3 .platformTop {
        margin-left: 24px;
    }

    .platform3 .platformBottom img {
        width: 25px;
    }

    .platform3 .platformBottom {
        margin-left: 40px;
    }

    .platform4 .platformTop, .platform5 .platformTop {
        margin-left: 40px;
    }

        .platform4 .platformTop img, .platform4 .platformBottom img,
        .platform5 .platformTop img, .platform5 .platformBottom img {
            width: 25px;
        }

    .platform4 .platformBottom, .platform5 .platformBottom {
        margin-left: 40px;
    }

    .platform6 .platformTop img, .platform6 .platformBottom img,
    .platform7 .platformTop img, .platform7 .platformBottom img {
        width: 24px;
    }

    .platform6 .platformTop, .platform6 .platformBottom,
    .platform7 .platformTop, .platform7 .platformBottom {
        margin-left: 26px;
    }

    .platform8 img {
        height: 150px;
    }

    .platform8 {
        margin-top: 90px;
    }

    .yacht50 {
        width: 40px;
    }

    .yacht42 {
        width: 32px;
        height: 80px;
    }

    .yacht38 {
        width: 30px;
        height: 80px;
    }

    .yacht32Big {
        width: 25px;
        height: 80px;
    }

    .yacht32 {
        width: 24px;
        height: 80px;
    }

    .yacht65 {
        height: 150px;
        width: 50px;
    }
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1039px) {
    /*.platformPier {width: 636px;}*/
    .platformPier {
        width: 100%;
    }

    .platformTop {
        margin-left: 16px;
    }

    .platform2 .platformTop img {
        width: 32px;
    }

    .platform2 .platformBottom img {
        width: 27px;
    }

    .platform2 .platformBottom {
        margin-left: 19px;
    }

    .Platform-line > .yachtMap img {
        width: 35px;
    }

    .platform3 .platformTop img {
        width: 25px;
    }

    .platform3 .platformTop {
        margin-left: 5px;
    }

    .platform3 .platformBottom img {
        width: 20px;
    }

    .platform3 .platformBottom {
        margin-left: 36px;
    }

    .platform4 .platformTop, .platform5 .platformTop {
        margin-left: 36px;
    }

        .platform4 .platformTop img, .platform4 .platformBottom img,
        .platform5 .platformTop img, .platform5 .platformBottom img {
            width: 20px;
        }

    .platform4 .platformBottom, .platform5 .platformBottom {
        margin-left: 36px;
    }

    .platform6 .platformTop img, .platform6 .platformBottom img,
    .platform7 .platformTop img, .platform7 .platformBottom img {
        width: 19px;
    }

    .platform6 .platformTop, .platform6 .platformBottom,
    .platform7 .platformTop, .platform7 .platformBottom {
        margin-left: 32px;
    }

    .platform8 img {
        height: 90px;
    }

    .platform8 {
        margin-top: 90px;
    }

    .yacht50 {
        width: 32px;
        height: 80px;
    }

    .yacht42 {
        width: 27px;
        height: 70px;
    }

    .yacht38 {
        width: 25px;
        height: 65px;
    }

    .yacht32Big {
        width: 20px;
        height: 65px;
    }

    .yacht32 {
        width: 19px;
        height: 65px;
    }

    .yacht65 {
        height: 90px;
        width: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .yacht-blue {
        right: -80px;
        bottom: 10px;
        top: auto;
        width: 200px;
    }

    .cloudMiddle {
        top: -4rem;
        right: 2rem;
        width: 150px;
    }

    .yacht-yellow {
        left: 70%;
        top: 16rem;
    }

    .login-main {
        right: auto;
    }
}

@media only screen and (max-width: 929px) {
    .platform-body {
        min-width: 825px;
    }

    .platform-scroll {
        display: block;
        overflow: auto;
    }
}

@media only screen and (max-width: 767px) {
    .yacht-blue {
        right: -80px;
        bottom: auto;
        top: 10px;
        width: 200px;
    }

    .cloudMiddle {
        display: none;
    }

    .menu ul {
        margin-bottom: 75px;
    }

    .title {
        font-size: 1.5rem;
    }

    .menu-message img {
        margin-left: 5px;
    }

    .menu-message p {
        font-size: 0.85rem;
    }

    .new-wrapper {
        padding-bottom: 55px;
    }

    .nav-mobile {
        display: block;
    }

    .header .nav-toggle {
        display: none;
    }

    .primary-nav {
        width: 100%;
    }

    .new-wrapper {
        right: 0;
        width: 100%;
    }

    .menu {
        right: -100%;
        width: 100%;
        border-left: 0;
    }

        .menu:hover {
            right: 0;
            width: 100%;
            background-color: #fff;
            z-index: 999;
            border-left: 0;
        }

            .openNav a.logotype,
            .menu:hover a.logotype,
            .menu a.logotype {
                right: calc(50% - 47px);
            }

                .menu a.logotype img {
                    width: auto;
                }

    .openNav .new-wrapper {
        transform: translate3d(0, 0, 0);
        width: 100%;
    }

    .openNav .menu {
        transform: translate3d(-100%, 0, 0);
    }

        .openNav .menu:hover {
            right: -100%;
        }

    .menu a i {
        right: 17px;
    }

    .menu-button .head-note {
        display: none;
    }

    .nav-mobile .hamburger,
    .head-note {
        line-height: 0;
        display: block;
    }

    .loginBody:before,
    .loginBody:after,
    .loginBody > .container-fluid:before,
    .loginBody > .container-fluid:after {
        display: none;
    }

    .loginBody > .container-fluid > .row {
        flex-direction: inherit;
        position: relative;
    }

    .login-L {
        height: 18rem;
        min-height: 18rem;
        overflow: hidden;
    }

    .login-R {
        top: 3rem;
        position: absolute;
        margin-right: 8.33333333%;
        background: transparent;
    }

    .login-logo {
        margin-bottom: 15px;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    .login-R .login-box {
        background: #fff;
        padding: 2rem 15px;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
        box-shadow: 0 5px 10px 0px rgba(51, 51, 51, 0.2);
    }

    .table-truncate.tableMarina tbody tr td {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .tableMarina .table thead tr td {
        font-size: 1.1rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 575px) {
    .bodyScroll {
        height: calc(100vh - 160px);
    }

    .background-yacht {
        display: none;
    }

    .yacht-yellow {
        top: 50%;
    }

    .login-main {
        width: 80%;
    }

    .yacht-blue {
        right: -10px;
        bottom: 10px;
        width: 200px;
        top: auto;
    }

    .cloudBottom {
        bottom: 0px;
        width: 150px;
    }

    .background-yacht-mobile {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .login-logo {
        margin-bottom: 10px;
        width: 70px;
    }

    .login-R .col-lg-10 {
        padding: 1rem 0;
    }

    .progressbar {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 430px) {

    .login-main {
        width: 90%;
    }

    .back-white .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }

        .back-white .d-flex.justify-content-between.align-items-center > div {
            text-align: left;
        }

    .title {
        margin-bottom: 5px;
    }

    .progressbar li {
        font-size: 0.9rem;
    }
}


@media only screen and (max-width:767px) {
    .contact-body address {
        min-height: auto;
    }
}
/**************************************************************/

.dx-tab-text {
    font-family: "IRANSans";
    font-style: normal;
}

.dx-toolbar-label {
    font-family: "IRANSans";
    font-style: normal;
}

.dx-texteditor-input {
    font-family: "IRANSans" !important;
    font-style: normal !important;
    font-size: 1rem !important;
}

.dx-rtl .dx-checkbox-text, .dx-rtl.dx-checkbox-text, .dx-datagrid-nodata, .dx-empty-message,
.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label span,
.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label span,
.dx-texteditor-input,
.dx-placeholder,
.dx-toast-message,
.dx-dialog-message,
.dx-error-message,
.dx-button-text,
.dx-list-item-content,
.dx-tag-content,
.dx-fileuploader-input-container,
.dx-form-group-caption,
.dx-switch .dx-switch-off,
.dx-switch .dx-switch-on,
.dx-selectbox .dx-texteditor-input:read-only {
    font-family: "IRANSans" !important;
    font-style: normal !important;
}

.dx-rtl .dx-switch .dx-switch-off, .dx-switch.dx-rtl .dx-switch-off {
    margin-left: 0;
}

.dx-toolbar {
    background-color: rgba(191, 191, 191, .15);
    padding: 5px 10px;
}

.dx-list-item-icon-container,
.dx-toolbar-before {
    width: 36px;
    padding-right: 0px !important;
    text-align: center;
}

.dx-list-item-content {
    padding-left: 10px !important;
}

.dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.panel-list {
    height: 400px;
}

.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.panel-list .dx-list-item {
    color: #fff;
    border-top: 1px solid rgba(221, 221, 221, .2);
}

    .panel-list .dx-list-item .dx-icon {
        color: #fff !important;
    }

.dx-tile-content {
    height: 100%;
    padding: 0;
    position: relative;
}

    .dx-tile-content .image {
        height: 100px;
        width: 100%;
        background-position: inherit;
        background-size: cover;
        padding: 10px;
        display: block;
        opacity: 1;
    }

.dx-tile {
    border: 1px solid #999;
}

    .dx-tile.dx-state-hover {
        border-color: #eee;
    }

.dx-tile-content .title {
    font-size: 12px;
    position: absolute;
    background-color: black;
    color: white;
    opacity: 0.7;
    padding: 5px;
    left: 0px;
    /* top: 9px; */
    bottom: 20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dx-tile-content .price {
    font-size: 12px;
    position: absolute;
    background-color: black;
    color: white;
    opacity: 0.7;
    padding: 2px;
    left: 0px;
    /* top: 39px; */
    width: 100%;
    bottom: 0;
    text-align: center;
}

.dx-toolbar-item {
    padding: 0 5px !important;
}

.dx-tile {
    height: auto !important;
}

.dx-list-item-before-bag .dx-list-select-checkbox,
.dx-list-item-before-bag .dx-list-select-radiobutton {
    margin-left: 0px !important;
}

.dx-popup-title.dx-toolbar .dx-toolbar-label {
    font-size: 16px;
}

.schedule-content {
    height: 100%;
    padding: 0;
    position: relative;
    background-color: #eaeef9;
    color: #212529;
    opacity: 0.7;
}

    .schedule-content .scheduleItem {
        font-size: 12px;
        padding: 6px 0;
        left: 0px;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        user-select: none;
    }

        .schedule-content .scheduleItem i {
            margin-left: 4px;
        }

.guest-content {
    height: 100%;
    padding: 0;
    position: relative;
    background-color: #ddd;
    color: #212529;
    opacity: 0.7;
}

    .guest-content .guestItem {
        font-size: 12px;
        padding: 6px 0;
        left: 0px;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        user-select: none;
    }

        .guest-content .guestItem i {
            margin-left: 4px;
        }

        .guest-content .guestItem .StationSales-content {
            height: 100%;
            padding: 0;
            position: relative;
            background-color: #337ab7;
            color: white;
            opacity: 0.7;
        }

.StationSales-content .StationSalesItem {
    font-size: 12px;
    padding: 10px 0;
    left: 0px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
}

.gvcellInVisibility {
    pointer-events: none;
    opacity: 0.2;
}

.dxc-title text {
    font-family: "IRANSans" !important;
    font-size: 15px !important;
    opacity: 0.35 !important;
    color: whitesmoke !important;
}

.dxc-arg-elements text {
    font-family: "IRANSans" !important;
    font-size: 10px !important;
}

.dxc-labels-group text,
.dxc-legend text {
    font-family: "IRANSans" !important;
    font-size: 11.5px !important;
}

.dx-dropdowneditor-button-visible .dx-texteditor-input {
    padding-right: 5px !important;
}

.ltrTxtInGridEditor {
    text-align: left !important;
    direction: ltr !important;
}


.Invoice .dx-tile {
    border: 0px solid rgba(221, 221, 221, .6) !important;
}

.SelectedTile {
    background-color: #5cb85c !important;
}

.OrderingState {
    background-color: #eab21d;
}

.ReservedState {
    background-color: #e00700;
}

    .SelectedTile > div > h4,
    .OrderingState > div > h4,
    .ReservedState > div > h4 {
        color: #fff;
    }

.TableState {
    position: absolute;
    top: 6px;
    font-size: 0.7rem;
    left: -11px;
    color: #fff;
}

.setLeftToRight {
    direction: ltr !important;
}



.lblCaption {
    padding-bottom: 3px;
    color: #8f8b8a;
}


