/********** Template CSS **********/
:root {
    --primary: #004160;
    --light: #F3F6F9;
    --dark: #191C24;
}
body{
    overflow-x: hidden;
}
.bg-light{
    background-color: #004160!important;}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.content .navbar .dropdown-toggle::after {
   color:white !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background-color:#004160;
    transition: 0.5s;
    z-index: 999;
}
.text_color{
    color:#005d8b;
}
.btn-info{
    background-color:#005d8b !important ;
    color:white !important;
}
.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #FFFFFF;
    transition: 0.5s;
}
@media (max-width:991px) {
    .sidebar {
        margin-top:53px;
    }
    .delete_f_right{
        float: right;
    }
}


@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}

.text-primary{
    color: #2d3d4c !important;
}
/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 1px;
    color: #ffffff !important;
    font-weight: 500;
    /* border-left: 3px solid var(--light); */
    border-radius: 0 30px 30px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #2d3d4c !important;
    background: #FFFFFF;
    border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: #FFFFFF; */
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
    color: white;
}
.sidebar .navbar .dropdown-item:hover{
    color: black;
}
.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: #2d3d4c !important;
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color:#2d3d4c !important;
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}
.f_right{
    float: right;
}
.refresh_icon{
    margin-top: 34px;

    font-size: 20px;
}


.card_shadow1{
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.create_btn{
   border: #004160 3px solid; 
   color:#004160 ;
}
.create_btn:hover{
    border: #004160 1px solid; 
    background-color:#004160 !important;
    color:white !important;
 }
.f_left{
    float:left;
}
.search_bar_redius{
    border-radius:0px !important;
}
.search_bar_redius:focus{
   border: rgb(212, 201, 201) solid 1px !important;
   box-shadow: none;
}
.focuss:focus{
    border: rgb(212, 201, 201) solid 1px !important;
    box-shadow: none;
 }
ul li {
    list-style: none;
  }

/* profile page css */
.Profile_card {
    margin: auto;
    width: 60%;
    border: 3px solid #2d9bba;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, #9cc9d6  0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }
  @media (max-width:1025px){
    .Profile_card{
        width: 97% !important;
    }
  }
  @media (min-width:1025px) and (max-width:1150px){
    .Profile_card{
        width: 92% !important;
    }
  }
  @media (min-width:1151px) and (max-width:1330px){
    .Profile_card{
        width: 72% !important;
    }
  }

  /* create airline package */
.ariline_pack{
    background-color: #004160;
    height:50px;
}
/* dashbord page */
.dashboard_gif{
    height:300px;
    width: 100%;
}
.Dashboard_card2{
    background-color: white;
}
.Dashboard_card1 h6,h5{
color: white;
}
.Dashboard_card2 h6,h5{
    color: white;
    }
.Dashboard_card_bg{
    /* background-color:#404960; */
    background-color:white;
    padding: 5px;
}.Dashboard_card_bg2{
    background-color: #004160;padding: 5px;
}.card_shadow{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}.dash_icon_font{
    font-size: 35px;
}
.dash_icon_font1{
    font-size: 149px;
}.Dashboard_card1{
    background-color: #004160;
}
@media (min-width:994px) and (max-width:1075px){
    .dashbord_card_h{
        height: 140px;
    }
    .dashbord_card_h5{
        /* font-size: 17px !important; */
    }
}
@media (min-width:576px)and (max-width:768px){
.dashboard_gif{
        height: 420px;
        width: 100%;
    }
}
@media(max-width:576px){
    .dashboard_gif{
        height:195px !important;
    }
}
.dash_card_shadow{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
@media (max-width:768px){
    /* .dashboard_gif{
        height:238px;
        width: 100%;
    } */
}
.dashbord_container{
    min-height: 80%;
}
.mobile_view{
    display:none;
}
.web_view{
    display: block;
}
@media (max-width: 575.98px){
    .mobile_view{
        display:block;
    } 
    .web_view{
        display: none;
    }
}
