﻿/* For Accounts Pages Only */
.navbar-nav{
    align-items:center;
}
@media(min-width:768px) {
    .border-left {
        border-left: 1px solid #788494;
    }
    .border-bottom {
        border-bottom: 1px solid #788494;
    }
    .minw-300 {
        min-width: 550px !important;
    }
    .account-content {
        width: calc(50%); 
        background: #39A0DC;
        box-sizing: border-box;
    }
    .account-inputs {
        width: calc(50%);
      
        display: flex;
        flex: 0 0 50%;
        
    }.text-white.text-md-blue{
          color:#39A0DC!important;
     }
    .account-content:before {
        content: '';
        background-color: #FF3A2A;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -4em;
        width: 0.5em;
        overflow: visible;
        z-index: 2;
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg);
        height: 80%;
        top: 10%;
    }
    .account-content:after {
        content: '';
        background-color: #39A0DC;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -3em;
        width: 7em;
        overflow: visible;
        z-index: 2;
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    .account-inputs #loginForm {
        width: 100%;
    }
.account-padding{
    padding:50px;
}
    .pr-30 {
        padding-right: 30px !important;
    }
    .accountlogo {
        padding: 50px 0px 0px 50px;
    }
}

.bg-img1 {
    background-image: url('../../assets/img/letmethinkgreen_a_picture_of_singapore_logistics_and_shipping_i_7095182a-b49c-48c6-ac24-c8f34cfaa7eb 3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 505px;
    height: calc(100vh - 64px);
}
.bg-img1.homeHeight{
    height:auto;
}
.bg-img2 {
    background-image: url('../../assets/img/image 4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
 }
.maxh-32 {
    max-height: 32px;
}
.radius-10{
    border-radius: 10px;
}
.blue-bg {
    background: #0072C642;
}
.f-18{
    font-size: 18px;
}
.bg-maroon {
    background-color: #B93330 !important;
}
.main-list .col-md a {
    text-align: center;
    background: #000000b5;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 17px 10px;
}
    .main-list .col-md a.active  {
        background: #082767;
    }
.btn-blue {
    background: #0072C6;
    border-radius: 10px;
    color: #fff;
    padding: 5px 15px;
}
.history a {
    display: block;
    margin: 20px 0px;
    color: #3D3434;
    font-size: 14px;
    font-family: 'Istok Web Regular', sans-serif !important;
}
.maroon {
    color: #B93330;
}
.tablenew tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tablenew tr:last-child td {
    border-bottom: 0px;
}
.tablenew tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.tablenew td a {
    color: #000;
}
.tablenew td {
    padding: 0.55rem 0.75rem;
    vertical-align: baseline;
    border-top: 0px solid #dee2e6;
    line-height: 17px;
    background: #D9D9D966;
}
.istok-bold {
    font-family: 'Istok Web Bold', sans-serif !important;
}
.blue {
    color: #356CE6;
}
.tablenew {
    border-spacing: 0px 6px;
    border-collapse: inherit;
}
.tablenew * {
    font-size: 16px !important;
    color: #000;
    font-family: 'Istok Web Regular', sans-serif !important;
}
.tablenew thead th {
    border: 0;
    line-height: 23px !important;
    font-size: 16px !important;
    text-transform: capitalize;
     font-family: 'Istok Web Semibold', sans-serif !important;
    color: #3D3434 !important;
    text-align: left;
    background-color: transparent;
    border-spacing: 0;
}
.main-list {
    margin-top: -100px;
    box-shadow: 0px 0px 5px 0px #7a7a7a;
}
.radius0 {
    border-radius: 0px;
}
.f-40 {
    font-size: 40px;
}
.gotu {
    font-family: 'Gotu Regular', sans-serif !important;
}
.Istok {
    font-family: 'Istok Web Regular', sans-serif !important;
}
.grey{
    color: grey;
}
.darkblue {
    color: #0D2C70;
}
.text-blue{
    color:#39A0DC;
}
.f-25 {
    font-size: 25px;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Istok Web Regular', sans-serif !important;
    align-self: center;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}

.bg-blue {
    background-color: #0D2C70 !important;
}
.f-13 {
    font-size: 13px !important;
}
.f-12 {
    font-size: 12px !important;
}
.color-yellow {
    color: #DBBD96 !important;
}
.newHeading {
    color: #39A0DC;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
    text-transform: capitalize;
}
.matrixTbl .form-control {
    font-size: 16px !important;
    border: 1px solid #39A0DC !important;
    padding: 5px 6px;
    height: auto;
    background: #F5FBFF !important;
    font-weight: normal;
    color: #000 !important;
    border-radius: 0rem !important;
    width: auto !important;
}
.navbar {
   
    box-shadow: 0px 0px 8px 0px #d4e3fe;
  
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
@media (min-width: 992px) {
    .col-lg-custom4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-lg-custom8 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.375rem 0.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sky-blue {
    background-color: #F5FBFF;
}
.plus-btn {
    background: transparent;
    padding: 0px;
    border: 0px;
    color: #39a0dc42;
}
.plus-btn i {
    font-size: 24px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.look-heading {
    color: #006cbb;
    text-shadow: 2px 2px #ff1628;
    font-size: 32px !important;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
    font-family: 'Open Sans Medium', sans-serif !important;
}
label {

    font-size: 14px;
}
.f-17{
    font-size: 17px !important;
}
.a-black {
    color: #495057;
}
.cart-table {
    border-collapse: collapse;
    white-space: nowrap !important;
}
.f-22{
    font-size: 22px !important;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.new-heading {
    color: #006cbb;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    margin-left: 0px;
    text-shadow: 3px 3px #ff1628;
    margin-bottom: 0px;
    line-height: 1.5;
    font-family: 'Open Sans Bold', sans-serif !important;
    text-transform: uppercase;
    /* font-weight: bold; */
}
.grey-tshadow {
    text-shadow: 2px 2px #39a0dc;
}
.f-19 {
    font-size: 19px !important;
}
@media (min-width: 992px){
    .col-lg-7-custom {
        -ms-flex: 0 0 59.333333%;
        flex: 0 0 59.333333% !important;
        max-width: 59.333333% !important;
    }
    .col-lg-2-custom {
        -ms-flex: 0 0 15.666667%;
        flex: 0 0 15.666667% !important;
        max-width: 15.666667% !important;
    }
} 
.account-input {
    border-radius: 4px !important;
}
.suppRow tbody tr td {
    padding: 1rem;
    min-width: 60px;
    font-size: 12px !important;
    /* font-size: 17px !important; */
}
.purple-col {
    border-right: 1px solid #E680FF !important;
    border-bottom: 1px solid #E680FF !important;
    border-left: 1px solid #E680FF !important;
    border-top: 1px solid #E680FF !important;
    color: #E680FF !important;
    background-color: #e680ff1a !important;
}
.green-col {
    border-right: 1px solid #D1F6DC !important;
    border-bottom: 1px solid #D1F6DC !important;
    border-left: 1px solid #D1F6DC !important;
    border-top: 1px solid #D1F6DC !important;
    color: #43CE6C !important;
    background-color: #D1F6DC !important;
}
.pink-col {
    border-right: 1px solid #F9DEDE !important;
    border-bottom: 1px solid #F9DEDE !important;
    border-left: 1px solid #F9DEDE !important;
    border-top: 1px solid #F9DEDE !important;
    color: #D65353 !important;
    background-color: #F9DEDE !important;
}
.suppTerm td:nth-child(3n+1) {
    background-color: #FDF5FF !important;
}
.suppRow tbody tr:nth-child(2) td {
    font-weight: 600;
    color: #39A0DC !important; font-size: 12px !important;
}
    .suppTerm td:hover {
        border: 1px solid #E680FF !important;
        color: #E680FF !important;
        background-color: #e680ff1a !important;
    }
.suppTerm td:nth-child(6), .suppTerm td:nth-child(7), .suppTerm td:nth-child(8), .suppTerm td:nth-child(9) {
    background-color: #F5FFF8 !important;
}
.suppTerm td:nth-child(10), .suppTerm td:nth-child(11), .suppTerm td:nth-child(12), .suppTerm td:nth-child(13) {
    background-color: #FFF5F5 !important;
}
.bg-lightgreen {
    background-color: #F5FFF8;
}
.bg-lightpink {
    background-color: #FFF5F5;
} 
.suppRow tbody tr:first-child td {
    font-size: 18px !important;
    font-weight: 600;
    /* font-size: 17px !important; */
}
.suppRow tbody tr:first-child td {
    min-width: 100px;
    font-size: 14px !important;
}
.matrixTbl tbody tr td{
    border-left: 0px;
    border-right: 0px;
}
.p-sm {
    padding: 6px 7px;
}
.btn-rounded{
    border-radius:30px!important;
}.account-input:focus{
     box-shadow:none!important
 }
 @media(max-width:767px){
     .account-section{
         background-color:#39A0DC; 
         padding:20px;
     }
    .hmax-48 {
        max-height: 40px;
    }

    .avatar img {
        border-radius: 50%;
        width: 100%;
        max-width: 100%;
    }

    .avatar {
        position: relative;
        line-height: 1;
        border-radius: 500px;
        white-space: nowrap;
        font-weight: bold;
        border-radius: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 500px;
        width: 40px;
        height: 40px;
    }

    #chat-list {
        min-height: 500px;
        border-bottom: 1px solid #0000004f;
        border-right: 1px solid #0000004f;
        border-top-right-radius: 0px;
        border-left: 1px solid #0000004f;
        border-bottom-right-radius: 0px;
    }
    .direct-chat-messages {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: auto;
        min-height: 300px;
        overflow: auto;
    }
    .content {
        padding: 20px;
    }
    .container {
        width: 100%;
        /*padding-right: 10px;
        padding-left: 10px;*/
        margin-right: auto;
        margin-left: auto;
    }
 }
.account-section {
    width: 100%;
    position: relative;
    min-height: 100vh; 
    display: flex;
    background-image: url("../images/Group 1787.png");
    background-position: left;
    width: 100%;
    background-size: contain;
}

.account-content {
    position: relative;
    background-color: #39A0DC;
    display: grid;
    align-items: center;
    padding: 4em 0 4em 2em;
  
}
.account-inputs { 
    min-height: 100vh;
}
@media(max-width:767px){

    .row-reverse {
        flex-direction: column-reverse
    }
    .account-content{
        width:100%;
        display:block;
    }
    .table-row {
        border-collapse: collapse;
        white-space: normal;
    }


    .account-inputs{
        width:100%;
        display:block;
    }.account-section{
         display:block
     }
    .account-section{
        background-color:white
    }.account-content{
         display:none
     }
}
/* For Accounts Pages End -----> */

.btn-primary{
    background-color: #39A0DC;
    border-color :#39A0DC;
}
    .btn-primary:hover, .btn-primary:focus {
        background-color: #FF3A2A !important;
        border-color: #FF3A2A;
    }
.account-inputs .logo{
    padding: 15px 0px;
}
.account-input.form-control{
    box-shadow: 0px 4px 8px -1px #39a0dc7a;
    border-color: #B7BDC3;
}.red{
    color:#FF3A2A
}.grey{
    color:#495057!important
}
.catalog {
    background-color: #39A0DC;
    color: #fff;
}
.bg-image {
    background-image: url('../images/Mask Group 2.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}
.copyright{
    margin-top:300px
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:40px
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:38px
}
.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #A8B6D1;
    border-radius: 0.50rem !important
}
.loader-div{
    position:absolute;
    width:100%;
    height:100%;
    z-index:11;
    left:0;
    top:0;
    background-color:#3498db3b;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    position:absolute;
    top:40%;
    left:40%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}
.dashboardimg {
    background-size: cover;
    background-position: center;
    width: 80px;
    margin: auto;
    height: 80px;
    position: relative;
    border-radius: 50%;
}
.oy-hidden{
    overflow-y: hidden !important;
}
.main-flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
}
.supp .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0px !important;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 2px 5px;
    /* height: 100%; */
    width: 100%;
}
.supp .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 7px;
    font-size: 12px;
    float: right;
}
.supp .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #39A0DC;
    border: 0px;
    border-radius: 3px;
    cursor: default;
    float: left !important;
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
}
.select2-dropdown {
    background-color: white;
    border: 0px !important;
    border-radius: 6px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results__option {
    padding: 6px !important;
    user-select: none !important;
    color: #242F3A !important;
    padding: 11px !important;
    font-size: 13px !important;
    -webkit-user-select: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F5FBFF !important;
    color: #242F3A !important;
    font-size: 13px !important;
    padding: 11px !important;
    border: 1px solid #39A0DC !important;
}


.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #DEE2E6 !important;
    border-radius: 6px !important;
}
.links-tbl {
    display: inline-block;
    margin-right: 5px;
    padding: 0px !important;
    vertical-align: inherit;
}
/*.links-tbl img {
   height: 20px;
}*/
.dash-col-m {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.dashboardimg .overlay {
    position: absolute;
    height: 100%;
    color: black;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: end
}
.dash a {
    text-align: left;
    padding: 15px 0px;
    display: block;
    line-height: 22px;
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.semibold {
    font-weight: 600;
}
.blue-input {
    border: 1px solid #39A0DC;
    background-color: #F5FBFF;
    border-radius: 6px;
}
.input-group .form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px;
}
.input-group .input-group-text {
    background-color: white;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-color: #A8B6D1;
}
.small-item-img {
    width: auto;
    height: 45px;
}
.cats .card {
    width: 95px;
}
.cats .card a{
    display:block;
    color:black;
    margin-top:10px;
    font-size:15px;

}.cats .card .card-body{
     padding:8px;
 }
.lg-item-img {
    width: auto;
    height: 90px;
}
.text-small{
    margin-bottom:10px;
    font-size:12px;
}
.searchList li {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #39A0DC;
    background-color: white;
    text-decoration: none;
    border-bottom: 1px solid lightgray;
}

    .searchList li:hover {
        background-color: #39A0DC;
        cursor: pointer;
        color: white;
    }
    .searchList li a{
        color:black;
        text-decoration:none;
        display:block;
        width:100%;
    }
    .searchList li:hover a{
        color:white;
    }
.searchList {
    position:absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background-color: white;
    z-index: 111;
    border: 1px solid lightgray;
    text-align: left;
    max-height: 250px;
    overflow-y: scroll;
    min-height: 0px;
    padding-inline-start: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
h1,h2,h3,h4,h5,h6,p,input,span,a,label {
    font-family: 'Segoe UI', sans-serif!important;
}.productlist .card .card-body{
     padding:0.5rem!important
 }
.cartmodal{
    margin:1.75rem 0 0 auto;
}
.cartcounter {
    position: absolute;
    top: -4px;
    z-index: 1;
    color: white; 
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 10px;
    background-color: #D53008;
}
.input-group > .input-group-append:not(:last-child) > .input-group-text {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    
}
.input-group > .input-group-append .input-group-text {
    border-left: 0
}
.pagination li{
    margin:5px;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}