
/* @import url('https://cloud.typography.com/6899754/710526/css/fonts.css'); */

/*
a:hover{
  color: #5daff6 !important;
}
*/

 
/* #loader {
  border: 16px solid #f3f3f3;  
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
} */


/* #navbar{
  float: right;
  width: 1120px;
} */
/* Below css already include in directive and therefore not required separately */
 /* .modal-spinner .modal-content {
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px;
}
.modal-spinner-text .modal-content{
    text-align: left;
}
.modal-spinner .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 300px;
}
.modal-spinner-text .modal-dialog{
    text-align: left;
    width: 250px;
}


.btn, .form-control {
    height: 3em;
    line-height: 3em;
    border: none;
}

.btn {
    border-radius: 50px;

    padding: 0 2em;

    background-color: #00AFFC;
    color: white;

    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    
    transition: 0.5s;

    border: none;
}

.btn:hover {
    background-color: #24bcff;
    color:white !important;
    transition: 0.5s;
}

.input-group:last-child>.btn {
    border-radius: 0px 50px 50px 0px;
}

#search-filter.btn {
    border-radius: 50px 0px 0px 50px;
}

dropdown-menu {

}

.active {

}

.form-control {

}

.form-search .btn {
    border: none;
}

.form-search .btn:hover {

}


.dropdown-menu {

} */