﻿
@media (max-width:1380px) {
    .daterangepicker.opensleft:after {
        right: 235px;
    }

    .daterangepicker.ltr.show-calendar.opensleft {
        right: initial !important;
        left: 10px !important;
    }
}
input.search-fixes.search-page {
    width: 100% !important;
    background-color: #183785 !important;
    color: #fff;
    border-radius: 17px;
    outline: none;
    border: none;
    padding: 11px 7px;
    font-size: 18px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in;
}
    input.search-fixes.search-page:hover {
        background-color: #183785e0 !important;
        transition:0.3s ease-in;
    }


    .nav {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        height: 100%;
        display: flex;
        align-items: center;
        user-select: none;
    }

    .nav.nav-left {
        float: left;
        left: 0;
    }

    .nav.nav-right {
        float: right;
        right: 0;
    }

.nav-left .prev {
    color: white;
    font-size: 48px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

    .nav-left .prev:hover {
        background-color: #80808059;
    }

.nav-right .next {
    color: white;
    font-size: 48px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

    .nav-right .next:hover {
        background-color: #80808059;
    }

input#Country {
    width: 32% !important;
    display: inline-block;
    margin-top: 5px;
}

@media (max-width:768px) {
    .daterangepicker.ltr.show-calendar.opensleft {
        left: initial !important;
    }
}
