@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');


.slick-track
{
    display: flex !important;
}
.slick-slide
{
    height: inherit !important;
}
:root {
    --ot-blue: #022140;
    --ot-indigo: #0E4378;
    --ot-brown: #6E5457;
    --ot-light-turquoise: #69D1C5;
    --ot-dark-turquoise: #54968F;
    --ot-light-gradient: linear-gradient(90deg, rgba(14,67,120,1) 0%, rgba(84,150,143,1) 21%, rgba(86,157,149,1) 26%, rgba(88,162,153,1) 31%, rgba(90,169,159,1) 35%, rgba(95,183,172,1) 43%, rgba(99,193,181,1) 49%, rgba(102,201,189,1) 54%, rgba(105,209,197,1) 59%);
    --ot-turquoise-white: #e5f7f5;
    --ot-turquoise-white-light: #f6fcfc;
    --ot-hover-color: #d7e8fa;
    --ot-grey: #E7E6E6;
    --ot-form-color: #719ECE;
    --ot-main-grey: #f2f2f2;
    --ot-header-font: font-family: 'Roboto', sans-serif;
    --ot-primary-font: font-family: 'Roboto', sans-serif;
    --ot-sub-header-font: "Public Sans", sans-serif;
}

.small-font-size {
    font-size: .800em;
}

.hide-content-child{ 
    text-shadow: 0 0 0 rgba(0,0,0,0); 
    z-index: 1; 
    width:100%; 
    top: 30%; 
    position: absolute;
}
.hide-content-parent {
    color:transparent;
    text-shadow: 0 0 10px rgba(1,1,1,1);  
    position: relative;
}

.call-to-action-gradient{
    background: rgb(22,105,189);
    background: linear-gradient(90deg, rgba(22,105,189,1) 0%, rgba(105,209,197,1) 100%);
}

.call-to-action-gradient-text{
    /* color: rgb(22,105,189); */
    color: linear-gradient(90deg, rgba(22,105,189,1) 0%, rgba(105,209,197,1) 100%);
}

.primary-font {
    font-family: var(--ot-header-font)!important;
  }

.shepherd-element{
    background-color: var(--ot-grey) !important;  
    color: white !important;
    z-index: 200;
}
.shepherd-arrow:before {
    background-color: var(--ot-grey) !important;  
}

.shepherd-button{
    background-color: var(--ot-light-turquoise) !important;  
    color: var(--ot-main-grey) !important;
}

.hoverHost:hover{
    background-color: var( --ot-turquoise-white-light) !important;
}
.litepicker .container__days .day-item.is-highlighted {
    color: black !important;
    /* background-color: var(--ot-light-turquoise) !important; */
    border: 2px solid var(--ot-light-turquoise) !important;
}

body {
    font: medium;
    overflow: overlay !important;
    overflow-x: hidden !important;
}

h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
h2 {
    font-family: "Public Sans", sans-serif;
    font-weight: bold;
}
h3 {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
}
p {
    font-family: Arial, Helvetica, sans-serif;
}

.point-12-font {
    font-size: 12px !important;
}

iframe, embed{
    border: none;
}

.bg-ot-light{
    background-color: var(--ot-light-turquoise) !important;
}

.bg-primary {
    background-color: var(--ot-indigo) !important;
}

.mw-80 {
    max-width: 80%!important;
}

.f-1 {
    font-size: 1rem!important;
}

.border-primary {
    color: var(--ot-indigo) !important;
    border-color: var(--ot-indigo) !important;
}

.bg-ot-dark {
    background-color: var(--ot-blue) !important;
}

.bg-brown {
    background-color: var(--ot-brown) !important;
}

.text-primary {
    color: var(--ot-indigo) !important;
}

.btn-transparent {
    background-color: transparent !important;
}

.btn-transparent:hover{
    background-color: var(--ot-light-turquoise) !important;
}

.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .bg-primary {
    background-color: var(--ot-indigo);
}

.bg-secondary {
    background-color: var(--ot-dark-turquoise) !important;
}

.btn-secondary {
    background-color: var(--ot-dark-turquoise) !important;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary, 
.btn-outline-primary.active, 
.btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: var(--ot-indigo) !important;
    border-color: var(--ot-indigo) !important;
}

.btn-primary:hover{
    background-color: #0a2f54; /*a darker version of --ot-indigo*/
}

.btn-outline-primary {
    border-color: var(--ot-indigo);
    color: var(--ot-indigo);
}

.border-outline-primary {
    border-color: var(--ot-indigo);
    color: var(--ot-indigo);
    border-width: 1px;
    border-style: solid;
}

.sailing-item {
    color:#0f4c75;
}

.sailing-item:hover {
    background-color:#0f4c75;
    color: green;
}

.text-turquoise {
    color: var(--ot-light-turquoise) !important;
}

.text-indigo {
    color: var(--ot-indigo) !important;
}

.boxWithSharpEdges{
    border-radius: 0px;
}

.opentug-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ActionButton{
    height: 75px !important;
}

.desktopMarginTop{
    margin-top:100px;
    min-height: 90vh !important;
}

.ot-mt-10{
    margin-top: 10px !important;
}

p {
    font-size: 1.1em;
    line-height: 1.7em;
    margin-bottom: 0;
}

/* styling calendar */
.fc-event-title{
    font-size: 8px;
}
.fc-event-time{
    font-size: 10px;
}
/* 
.fc-event-main {
    background-color: #1aa3ff !important;
    color: white !important;
}
.fc-event-main:hover{
    background-color: white !important;
    color: black !important;
}
.fc-event{
    background-color: #1aa3ff !important;
    color: white !important;
}
.fc-event:hover{
    background-color: white !important;
    color: black !important;
} */
#calendar .fc-daygrid-event-dot {
    display: none;
}
#calendar .fc-toolbar-title {
    margin-left:10px;
}
#calendar .fc-button-group{
    margin-right:10px;
}
.cargo-slide:hover{
    border-style: solid;
    border-color: #1b262c;
}

.card-selected-border{
    border-style: solid;
    border-color: #1b262c;
}

.cargo-step-1:hover{
    border-style: solid;
    border-color: var(--ot-indigo);
}

.cargo-step-1-border{
    border-style: solid;
    border-color: var(--ot-indigo);
}


/* ----- overide selectize style --- */
.create{
    margin-left: 10px !important;
}
/* .selectize-dropdown-content > .option{
    padding: 20px !important;
} */
.selectize-input-no-arrow::after {
    content: ' ';
    display: none !important;
    clear: left;
}



.selectize-input-large-arrow::before{
    content: "From:";
    position: absolute;
    width: 74px;
    height: 30px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;

    color: #022140;
}


/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

    #content {
        width: 100%;
        padding: 20px;
        min-height: 100vh;
        transition: all 0.3s;
    }

    /* ---------------------------------------------------
    MEDIAQUERIES
    ----------------------------------------------------- */

    @media (max-width: 768px) {
        #sidebar {
            margin-left: -250px;
        }
        #sidebar.active {
            margin-left: 0;
        }
        #sidebarCollapse span {
            display: none;
        }
    }

    @media(max-width: 450px){
        .instruction-message{
            max-width: 4.5rem !important;
        }
     
        .mobile-picker{
            min-width: 375px !important;
            margin-top: 5px;
        }
    }

    .height-55 {
        max-height: 55px !important;
        height: auto;
        min-height: 35px !important;
    }

    .height-55-hard{
        height: 55px !important;
    }

    .heading-underline1 {
        width:4rem;
        height: .1rem;
        background-color: #1aa3ff;
        margin: 0 auto 2rem;


    }

    .jumbotron{
        background-color:#edeff2;
    }



    @import url(https://fonts.googleapis.com/css?family=Jaldi:400,700);
    @import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900);
    @import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');





    .radialProgressBar {
        border-radius: 50%;
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #ddd;
        float:left;
    }
    .radialProgressBar .overlay {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin: auto;
        background: #fff;
        text-align: center;
        padding-top: 10%;
    }
    /* end folding cube animation */

    .stick{
        width:300px;
        height:10px;
        display: inline-block;

    }

    .endPoint{
        width: 20px;
        height: 20px;
        background-color: green;
        border-radius: 50%;
        display: inline-block;

    }

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .sk-folding-cube .sk-cube:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #AFF1DF;
        -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
        animation: sk-foldCubeAngle 2.4s infinite linear both;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }
    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }
    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }
    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
    .no-border {
        border: none!important;
    }
    @-webkit-keyframes sk-foldCubeAngle {
        0%, 10% {
            -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
            opacity: 0;
        } 25%, 75% {
            -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
            opacity: 1;
        } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
    }

    @keyframes sk-foldCubeAngle {
        0%, 10% {
            -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
            opacity: 0;
        } 25%, 75% {
            -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
            opacity: 1;
        } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
    }

    /*Shrinking for mobile*/
    @media (max-width: 768px) {
        .content {
            height: 30vh;
        }
        .help-button{
            display: none;
        }
    }

    .active {
        background-color: #1b262c;
    }

    /* custom made modal */
    /* The Modal (background) */
    .cover{
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .cover-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

    /* The Close Button */
    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .cursor-pointer {
        cursor: pointer !important;
    }


    /* end custom made modal */

    /* color pallet  */

    .OpenTugColor {
        background-color: #1b262c;
        height: 'auto';
        border-radius: 0px;
        color:white;
        padding: 20px;
    }

    .primaryColor {
        background-color: var(--ot-blue);
        color: white;
    }

    .interestedColor{
        background-color:  #63a4da;
        color:white;
    }

    .secondary-opentug {
        background-color:var(--ot-indigo);
        color: white;
    }

    .muted-green-OpenTug{
        background-color:var(--ot-dark-turquoise);
        color:white;
    }

    .muted-green-text{
        color:var(--ot-dark-turquoise);
    }

    .light-green-text{
        color:var(--ot-light-turquoise);
    }


    .main-image{
        background: var(--ot-indigo);
        background: var(--ot-light-gradient);
        background-repeat:no-repeat;
        min-height:100vh;
      }

    .proposed-color{
        background-color:#32b873;
        color:white;
    }

    .darkest-color{
        background-color:#1b262c;
        color:white;
    }

    .darkest-color-font{
        color:#1b262c;
    }

    .accentFont{
        color:#0f4c75;
    }

    .lightAccent{
        background-color: var(--ot-indigo) !important;
        color: white !important;
    }

  

    .dullGray{
        background-color:#82807c;
        color:white;
    }

    .fullHeight  {
        min-height:50vh;
        height:auto;
        max-height:calc(100vh - 90px);
        overflow-y: auto;
    }


    .fullHeightHeader  {
        min-height:50vh;
        height:auto;
        max-height:calc(95vh - 190px);
        overflow-y: auto;

    }


    .settingCardHeight{
        min-height: 35vh;
        overflow-y:auto;
        max-height:35vh;

    }

    .halfHeight{
        min-height:40vh;
        height:auto;
        max-height:60vh;
        overflow-y: auto;
    }

    .smallHeight{
        min-height:20vh;
        height: 30vh;
        overflow-y:auto;
        max-height:40vh;

    }


    /* end color pallet */

    /* for sales dashboard left side tables  */

    .saleLeftCard {
        min-height:200px;
        max-height:350px;
        overflow-y: auto;

    }

    .savedCargoCard{
        min-height:50px;
        max-height:75px;
        padding:5px;
        border-color:grey;
        border-width:1rem;
    }


    .pillwidth {
        min-width:125px;
        max-width:150px;
    }

    .lineItem {
        height:.3rem;
        width:50%;
    }


    .saveProposalButton {
        /* position: fixed; */
        width:28.6rem;
        height:3.6rem;
        bottom: 0px;
        left: 0px;
    }


    .proposalPage{
        min-height: 1035px;
        max-height: 1100px;
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
    }

    .footerLine{
        height:1px;
        width:100%;
        background-color:black;
    }

    .hughedPurple{
        background-color:#F1EBF8;
    }

    .profileCard{
        min-width:69.4rem;
        max-width:69.4rem;
        width:100%;
    }

    .separator-line-full{
        width:100%;
        height:.1rem;
        background-color:black;
    }

    .service-separator{
        padding:10px;
        text-align: center;
        background-color:white;
        border-color: var(--ot-indigo);
        border-width: 2px;
        border-left: 2px;
        border-style: solid;
        color: var(--ot-indigo);
    }

    .service-cards{
        text-align: center !important;
        padding: 10px !important;
    }

    .service-cards:hover {
         border-bottom: 5px solid var(--ot-indigo);
    }

    .service-selected{
        padding:10px;
        text-align: center;
        color: var(--ot-indigo);
        border-bottom: 5px solid var(--ot-indigo);
    }


    .service-separator:hover {
        border-bottom: 5px solid var(--ot-indigo);
        color: white;
        border-style: solid;
        border-color: white;
    }

    .note-body {
        width:100%;
        min-height:16.5rem;
        max-height:20rem;
        overflow-y: auto;
    }



    .asset-details {
        width: 100%;
        height: 100%;
        background-color: white;


        float: left;
    }
    .details-element {
        margin: 10px;

    }

    .largePadding{
        padding:20px;
    }

    .smallPadding{
        padding:5px;
    }

    .margin-top-20px {
        margin-top: 20px !important;
    }

    .margin-top-5px {
        margin-top: 5px !important;
    }

    /* no-gutters Class Rules */
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters > [class^="col-"],
    .no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    
    .vesselArea {
        height:100%;
        width:100%;
        background-color:'blue';
        margin-top:-15px;
    }

    .boatImage{
        padding:20px;
        width:100%;
        height:300px;
        text-align:center;
        background-color:#1b262c;
    }

    .backShade{
        background-color:#1b262c;
        color:white;
    }


    .rowSpace{
        margin-bottom:1px;
    }

    .fc-title{
        font-size: 40px;
    }

    .addShareButton{
        margin-top: 2%;
        margin-bottom: 2%;
        width: 150px;
        margin-right: 1%;
    }

    .card-horizontal {
        display: flex;
        flex: 1 1 auto;
    }

    .cover-container {
        height: 100%;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .cover-item {
        display: inline-block;
        margin: 8px;
        box-shadow: 2px 2px 4px #bbb;

        width: 180px;
        height: 200px;
        vertical-align: bottom;
        background-position: top left;
        background-size: cover;
        box-shadow: 1px 3px 5px #888888;
    }
    .landingImg {
        background-size: cover;
        background-repeat: no-repeat;
    }

    @media (max-width: 450px){
        #progress-widget {
            font-size: 7px !important;
        }
        .desktopMarginTop{
            margin-top:25% !important;
        }
        #nav-pic-wl{
            display: none;
        }
        .opentug-col-list{
            font-size: 10px !important;
        }
        
    }

    @media (max-width: 600px) {
        .element {
            display: inline-block;
            width: 100%;
        }

    }

    .top-right{
        position:absolute;
        top:0px;
        right:5px;
    }
    .top-left{
        position:absolute;
        top:0px;
        left:5px;
    }
    .near-bottom-left{
        position:absolute;
        bottom:5px;
        left:0px;
    }
    .bottom-right{
        position:absolute;
        bottom:0px;
        right:5px;
    }
    .centered-item{
        position:absolute;
        top:0px;
        right:5px;
        left:5px;
        bottom:0px;
        z-index:1000;
    }

    .bottom-left{
        position:absolute;
        bottom:0px;
        left:5px;
    }

    .bottom-right{
        position:absolute;
        bottom:0px;
        right:5px;
    }

    .smaller-font{
        font-size:15px;
    }

    blockquote > h2
    {
        text-align:right;
        margin-right:5px;

    }


    .marketingLogo{
        max-width:150px;
        max-height:75px;
        width:auto;
        height:auto;
        object-fit: contain;
    }

    .postLogo{
        max-width:100px;
        max-height:50px;
        width:auto;
        height:auto;
        object-fit: contain;
        filter:
        drop-shadow(0px 0px 1px rgba(0,0,0,.7));

    }

    .postImageMobile{
        max-width:100%;
        max-height:250px;
        width:auto;
        height:auto;
        object-fit: contain;
    }

    .postImage{
        max-width:100%;
        max-height:300px;
        width:auto;
        height:auto;
        object-fit: contain;
    }

    .fullPageImage{
        max-width:100%;
        max-height:400px;
        width:auto;
        height:auto;
        object-fit: contain;
    }


    .postContainer{
        width:auto;
        max-height:300px;
        height:auto;
        overflow-y: auto;
    }

    .bar-logo{
        max-height:40px;
        object-fit: contain;
    }


    .small-circle {
        width: 40px !important;
        height: 40px !important;
        text-align: center;
        padding: 6px 0;
        line-height: 1.428571429;
    }

    .small-button {
        max-height: 40px !important;
    }

    .fixed-top-button {
        position: fixed;
        top: 80px;
        right: 15px;
        z-index: 100;
    }
    .fixed-top-lower-button {
        position: fixed;
        top: 120px;
        right: 15px;
        z-index: 100;
    }


    .slick-prev:before {
        color: black !important;
    }

    .slick-next:before {
        color: black !important;
    }

    /* Remove the navbar default margin-bottom and rounded borders */
    .navbar {
        background-color: var(--ot-blue);
        margin-bottom: 0;
        border-radius: 0;
    }


.dropdown-item:active {
  background-color: var(--ot-indigo);
}

#top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    border: solid 2px var(--ot-indigo);
    fill: var(--ot-indigo)
  }

  #top-btn:hover {
    background-color: var(--ot-indigo);
    fill: white;
  }

input:checked + .slider {
  background-color: var(--ot-indigo);
}

.field-height{
    height: 55px !important;
}

.height-35{
    height: 35px !important;
}
.height-38{
    height: 38px !important;
}
.fixed-input-group-one{
    min-width:100px; 
    width:300px; 
    max-width:300px;
}

.font-45{
    font-weight:bold; 
    font-size: 35px !important;
}

.ot-input-radius{
    border-radius: 8px !important;
}

.ot-form-control{
    background: #fff !important;
    border: 1px solid #ccc !important;
    cursor: pointer;
    border-radius: 8px !important;
}

.ot-form-control:focus {
    outline: none !important;
    border:1px solid var(--ot-form-color) !important;
    box-shadow: 0 0 10px var(--ot-form-color) !important;
}

.ot-form-control:hover {
    outline: none !important;
    border:1px solid var(--ot-form-color) !important;
    box-shadow: 0 0 10px var(--ot-form-color) !important;
}

.hidden {
    display: none;
}

.bg-turquoise-white {
    background-color: var(--ot-turquoise-white) !important;
}

.bg-grey {
    background-color: var(--ot-grey) !important;
}

.border-light {
    border-color: var(--ot-turquoise-white) !important;
    border-width: 2px !important;
}

.bg-light {
    background-color: var(--ot-turquoise-white-light) !important;
}

.border-light:hover{
    background-color: var(--ot-hover-color) !important;
}

.border-light-fill{
    background-color: var(--ot-hover-color) !important;
}


.ot-selected {
    background-color: var(--ot-hover-color) !important; 
}

.mobile-signin-active{
    color:#000;
    background-color: white;
    border: 2px #022140;
}

.border-thick-turquoise {
    border: 4px solid var(--ot-light-turquoise) !important;
}

.sticky-side-top {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-75 {
    top: 75px !important; /* below the navbar */
}

.limit-text{
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.text-250{
    max-width: 250px !important;
}

.text-350{
    max-width: 350px !important;
}

.text-125{
    max-width: 125px !important;
}


.text-big{
    max-width: 700px !important;
}

.text-220{
    max-width: 220px !important;
}


.limit-inner-text-small {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    max-width: 300px !important;
}

.hard-disable{
    pointer-events: none !important;
    color: white !important;
    background-color: #E7E6E6 !important;
}

.dark-bs-shadow-hover:hover{
    outline: none !important;
    border:1px solid var(--ot-form-color) !important;
    box-shadow: 0 0 10px var(--ot-form-color) !important;
}

.location-input-font {
    font-size: 24px;
    font-weight: 300;
}

.limit-100-length{
    max-width: 200px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popover-body{
    padding: 0px;
}

.btn-outline-blue {
    border-color: #2787e6;
    color: #2787e6;
}

.btn-outline-blue:hover{
    background-color: #2787e6;
    color: white;
}

.text-blue{
    color:#2787e6;
}

.text-action-flood {
    color: #f5eb12 !important;
}

.text-minor-flood {
    color: #f5b512 !important;
}

.text-moderate-flood {
    color: #9F2B68 !important;
}

.text-major-flood {
    color: #BF40BF !important;
}

.text-low-water {
    color: #FF0000 !important;
}



.bg-blue{
    background-color:#2787e6;
    color: white;
}
.bg-green{
    background-color:#198754;
    color: white;
}
.text-blue {
    color: #2787e6 !important;
}

.border-blue{
    border-style: solid !important;
    border-color: #2787e6 !important;
}


.custom-radio,
.custom-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.custom-radio legend {
  font-size: 0.875rem;
}
.custom-radio label,
.custom-checkbox label {
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 1rem;
  width: 100%;
  max-width: calc(100% / 2 - 0.25rem);
  display: block;
  position: relative;
  padding-left: calc(35px + 1rem);
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 0.5rem;
}
.custom-radio label:nth-of-type(even),
.custom-checkbox label:nth-of-type(even) {
  margin-right: 0;
}
.custom-radio label:hover,
.custom-checkbox label:hover {
  border: 1px solid black;
}
.custom-radio label:hover input ~ .checkmark {
    background-color: #2787e6;
}
.custom-radio input,
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkmark:after,
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox input:checked ~ .checkmark,
.custom-radio input:checked ~ .checkmark {
  background-color: #2787e6;
}
.custom-radio .checkmark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.custom-checkbox .checkmark {
  content: "\2713"; 
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #eee;
  border-radius: 4px;
}
.custom-checkbox .checkmark:after {
  content: "\2713"; 
  position: absolute;
  display: none;
  top: 0px;
  left: 2px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.custom-checkbox .checkbox {
  border-radius: 4px;
}
.custom-checkbox .checkbox:after {
  border-radius: 4px;
}

.custom-filter-button {
  height: 32px;
  border: 1px solid lightgrey;
  border-radius: 8px;
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.custom-filter-button:hover {
  background-color: #393E4609;
  box-shadow: “0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%)”;
}

.custom-drop-down {
  position: absolute;
  left: 0;
  background-color: white;
  z-index: 10;
  padding: 1rem;
  box-shadow: “0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%)”;
  border-radius: 8px;
}

@media (max-width: 776px) {
  .custom-drop-down {
    position: fixed;
    top: calc(56px + 206px);
    left: 1rem !important;
    right: 1rem !important;
  }
}    


.stat-card-5 {
    width: calc(100% / 6);
    min-width: 105px;
}

.stat-card-6 {
    width: calc(100% / 7);
    min-width: 75px;
}