@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
body{
    font-family: Roboto;
}


/*SCROLLBAR*/
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /*background: #FFF; */
}

::-webkit-scrollbar-thumb {
    background: #256a8e;
    border-radius: 5px;
}

.loginBg{
    background: url('../images/web/bg_papa.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#forceBackground{
    background: url(../images/web/bg_papa.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
}
.bgRed{
    background-color: #AD0F14 !important;
}
#passDesc{
    position: relative;
    bottom: 16px;
}
.strengthDesc{
    text-align: left;
    font-size: 13px;
    display: inline;
    font-weight: 300;
}
.strength_meter{
    top: 0 !important;
}
.questionary{
    height: 256px;
    width: 387px;
    position: absolute;
    text-align: center;
    left: calc(50% - 187px);
    background-color: white;
        border-radius: 3px;
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.5);
}
#firstTimeForce{
    position: relative;
    top: 10%;
}
#firstTimeForceEmail{
    position: relative;
    top: 10%;
}
#forceOnlyQA{
    position: relative;
    top: 10%;
}
.steps{
        border-radius: 50px;
    border: 1px solid rgba(136, 136, 136, 0.39);
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    color: rgba(165, 160, 160, 0.31);
}
.activeStep{
        color: #f5f5f5;
    border-color: #ffffff;
}
.pointer{
    cursor: pointer;
}
#steps{
    text-align: center;
    position: absolute;
    left: calc(50% - 62px);
    top: calc(50% + 333px);
}
#countinueButton{
    text-align: center;
    top: calc(50% + 375px);
    left: calc(50% - 101px);
    position: absolute;
}
.customBtn{
    margin-top: 0px !important;
    display: inline-block !important;
    width: 210px !important;
    height: 36px !important;
    font-size: 16px !important;
    font-weight: 300;
    background-color: #256a8e !important;
/*    border-radius: 7px !important;*/
}
#modalLogo{
    text-align: center;
    padding: 0 0 29px 0;
}
#modalLogo>img{
    height: 55px;
}
.securityImage{
    width: 95px;
    height: 95px;
    border-radius: 50px;
    border: 2px solid #256a8e;
    padding: 2px;
    display: -webkit-inline-box;
}
#generateNewImage{
    cursor: pointer;
    display: block;
    font-weight: bolder;
    padding-top: 5px;
}
#generateNewImage:hover{
    font-size: 15px;
}
.securityImage>img{
    height: 87px;
    text-align: center;
    border-radius: 50px;
    /*border: 1px solid #b9b7b7;*/
}
.differentInput{
    background-color: rgba(243, 243, 243, 0.82) !important;
    border: 1px solid rgba(146, 146, 146, 0.4) !important;
}
/*#newlogo{
    position: relative;
    height: 150px;
    top: 34px;
    left: 40%;
}*/
#newlogo img{
    /*position: fixed;*/
    height: 42px;
    top: 40px;
}
#newlogo{
    padding-bottom: 30px;
    text-align: center;
}
.loginForm{
    width: 250px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -125px;
    margin-top: -100px;
}

.loginForm .form-group{
    margin-bottom: 0px;
    height: 45px;
}

.loginForm input{
    border: 1px solid #828282;
    border-radius: 3px;
    padding: 8px 35px;
    width: 100%;
    outline: none;
    background-color: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.loginForm .inputIcon{
    position: relative;
    height: 13px;
    top: -30px;
    left: 13px;
}

/*button{
    background-color: #256a8e;
    border-radius: 100px;
    padding:8px 30px;
    width: 100%;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    border: 1px solid #fff;
    transition: all ease 0.25s;
}

button:hover, button:focus{
    border: 1px solid #AD0F14;
}

button:active{
    box-shadow: inset 0 5px 5px rgba(0,0,0,.125);
}*/

.loginForm p{
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 100;
}

.loginForm p span{
    font-weight: 400;
}

.loginForm p:nth-child(2){
    margin-top: 0;
    font-size: 13px;
}

.loginForm div a{
    margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: #a9abae;
    font-weight: 400;
}

.loginForm div a span{
    font-weight: 600;
}

.loginForm div p:nth-child(2){
    margin-top: 0;
    font-size: 13px;
}
.loader {
    display: none;
    height: 3px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    top: 0;
    z-index: 1;
}
.loader:before{
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    background-color: #AD0F14;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/*ERROR MESAGE AT LOADING FORM*/
.loginError{
    /*display: none;*/
    text-align: center;
    padding: 12px 10px;
    border-radius: 3px;
    margin: 10px 0;
    color: #1a5878;
        background-color: rgba(253, 253, 253, 0.75);
    border: 1px solid;
    border-color: #ebccd1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loginSuccess{
    /*display: none;*/
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    margin: 10px 0;

    color:  #1a5878;
   background-color: rgba(253, 253, 253, 0.75);
    border: 1px solid;
    border-color: #d6e9c6;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/*INDEX FOR DRIVER*/
.driverIndex{
    width: 250px;
    height: 360px;
    position: absolute;
    background-color: white;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -200px;
    /* border: 1px solid #256a8e; */
   border: 1px solid rgba(255, 255, 255, 0.53);
    border-radius: 3px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
}
.form-controlFilter{
    display: block;
  width: 177px;
    height: 25px;
    padding: 0px 10px;
    margin: 0px 5px 0 0;
    outline: none;
    border-radius: 3px;
    background-color: #fbfbfb;
/*
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.13);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.13);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.13);
*/
        font-weight: 300;
    font-size: 13px;
    color: #7D7D7D;
        border: solid 1px #c7c7c7;
}
.logoutBtn{
    margin-top: 10px;
    text-align: right;
}
.logoutBtn>a>img{
    height: 15px;
    cursor: pointer;
}

.driverPic>img{
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.avatarPhoto{
    height: 55px;
    width: 55px;
    border-radius: 100%;
}

.driverInfo{
    text-align: center;
    margin-top: 10px;
}

.driverInfo p{
    margin-bottom: 0;
    color: #256a8e;
    
}
.driverInfo p:nth-child(1){
    font-size: 19px;
}

.driverButtons{
   /* text-align: center;*/
   margin-top: 70px;
}


.btn-primary-inverse{
    margin-top:5px !important;;
    background-color: #fff;
    border-radius: 100px;
    padding:5px 30px;
    width: 100%;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #256a8e;
    margin-top: 15px;
    border: 1px solid #256a8e;
    font-weight: 100;
    transition: all ease 0.25s;
}

.btn-primary-costum{
    margin-top:5px !important;;
    background-color: #1A5878;
    border-radius: 3px;
    padding:5px 30px;
    width: 100%;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    /*border: 1px solid #fff;*/
    font-weight: 400;
    transition: all ease 0.25s;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.49);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.49);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.49);
}

.btn-primary-costum:hover, .btn-primary-costum:active:hover, .btn-primary-costum:focus{
    background-color: #2e6c8c;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.49);
}

.btn-primary-costum:active, .btn-primary-inverse:active{
    box-shadow: inset 0 5px 5px rgba(0,0,0,.125);
}

/*//COSTUM BUTTONS*/
@media only screen and (max-width: 650px) {
    .btnc{
        transition: all ease 0.30s;
    min-width: 95px;
    height: 25px;
    border-color: transparent;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 0px 1px rgba(0,0,0,.075);
    margin: 10px 0;
    }
    body {
        background-color: lightblue;
    }
}
@media only screen and (max-width: 650px) {
    .tab-content{
        padding-top:130px;
    }
}
@media only screen and (min-width: 650px) {
    .btnc{
      transition: all ease 0.30s;
    min-width: 95px;
    height: 25px;
    border-color: transparent;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 0px 1px rgba(0,0,0,.075);
    margin: 10px 0;
    }
}
.tab-content{
/*    padding-top:90px;*/
}
.btnc:focus{
    outline: none;
}
.btnc:hover{
   outline: none;
    background-color: #2d759a !important;
}

.btnc:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btnc-primary {
    background-color: #256a8e;
}

.btnc-inverse{
    transition: all ease 0.30s;
    min-width: 95px;
    height: 25px;
    border-color: transparent;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 0px 1px rgba(0,0,0,.075);
    margin: 10px 0;
}

.btnc-warning{
    background-color: #F3CA00;
}

.btnc-danger{
    background-color: #AD0F14;
}

.btnc-default{
    background-color: #DDDDDD;
    color: #256a8e;
}

.btnc-default:hover{
    border-color: #256a8e;
}

.btnc-inline{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: auto;
}

/*COSTUM MDOAL*/
.modal-content{
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fff;
    
}

.modal-backdrop{
    background-color: #FFF;
    /*z-index: 9999999;*/
}

/*checkbox*/
input[type=radio].costumCheckbox, input[type=checkbox].costumCheckbox {
    display:none;
}
input[type=checkbox].costumCheckbox + label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    /* margin-right: 8px; */
    /* background-color: transparent; */
    /* box-shadow: inset 0px 2px 2px rgb(48, 63, 159); */
    border: 2px solid #256a8e;
    border-radius: 100%;
}

input[type=checkbox]:checked.costumCheckbox + label:before {
    content: "\2022";
    color: #D93338;
    background-color: transparent;
    font-size: 36px;
    text-align: center;
    line-height: 21px;
    text-shadow: 0 0 3px #eee;
}

/*SUMMARY STYLES*/

.summaryHeader{
    height: 55px;
    background-color: #fff;
    margin-bottom: 20px;
}

.summaryHeader>.col-md-4:nth-child(2){
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
}

.summaryHeader>.col-md-4>.col-md-6:nth-child(1){
    text-align: right;
}

/*.summaryHeader>.col-md-4>.col-md-6:nth-child(2){
    text-align: left;
    line-height: 2.3;
    font-weight: 600;
    color: #256a8e;
}*/

.summaryBody>.col-md-4>.col-md-6{
    font-weight: 500;
}

.leftSpan{
    font-weight: 300;
}

/*//FORM CONTROL*/
.form-controlMilage{
    display: block;
    width: 120px;
    height: 25px;
    padding: 0px 10px;
    margin: 10px 0;
    outline: none;
    /* -webkit-box-shadow: none !important; */
    -moz-box-shadow: none !important;
    /* box-shadow: none !important; */
    /* border: 1px solid rgba(171, 171, 171, 0.4); */
    border-radius: 3px;
    /* background-color: rgba(255, 255, 255, 0.65); */
    /* box-shadow: 0 0px 1px rgba(0,0,0,.075); */
    background-color: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    font-weight: 300;
    font-size: 13px;
    color: #7D7D7D;
}
.loginlogoutIcon{
    text-align: center;
    height: 40px;
    padding-top: 7px;
}
.termsAndCondText{
    text-align: center;
    color: #d6d6d6;
    font-size: 12px;
    font-weight: 500;
}
.termsAndCondText span:hover{
    color: #256a8e;
    cursor: pointer;
    transition: 0.3s;
}

.form-control {
/*
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 10px;
    margin: 10px 0 10px 0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(6,153,119,0.40);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.65);
    font-weight: 300;
    font-size: 13px;
    color: #7D7D7D;
*/
    display: block;
    width: 177px;
    height: 25px;
    padding: 0px 10px;
    margin: 10px 0;
    outline: none;
    /* -webkit-box-shadow: none !important; */
    -moz-box-shadow: none !important;
    /* box-shadow: none !important; */
    /* border: 1px solid rgba(171, 171, 171, 0.4); */
    border-radius: 3px;
    /* background-color: rgba(255, 255, 255, 0.65); */
    /* box-shadow: 0 0px 1px rgba(0,0,0,.075); */
    background-color: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    font-weight: 300;
    font-size: 13px;
    color: #7D7D7D;
}
.form-control[disabled]{
    background-color: rgba(187, 187, 187, 0.20);
}

textarea.form-control{
       border-radius: 3px;
    width: 250px;
    resize: none;
    padding-top: 5px;
}

.titleText{
        color: #3e3e3e;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/*TABS NAV*/
.nav-tabs{
    border-bottom: none !important;
}

.nav-tabs>li{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
   color: #256a8e;
    background-color: transparent;
    cursor: default;
    border: 0;
    border-bottom: 3px solid #256a8e;
/*    padding: 20px 5px 0 5px;*/
}

.nav-tabs>li>a {
    color: #d8d8d8;
    cursor: default;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 20px 20px 0 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.nav-tabs>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}

.driverProperties img{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: inline-block;
}

.driverProperties p, .driverSummaryText p{
    margin: 0;
    color: #256a8e;
    font-weight: 500;
}

.driverProperties p:first-child{
    font-size: 20px;
    margin-top: 6px;
}

.driverSummaryText p:first-child{
    font-size: 20px;
    margin-top: 6px;
    font-weight: 400;
}

.driverSummaryText p:nth-child(2){
    font-size: 12px;
}

.btnLogoutModal{
    margin-top: 16px;
    padding-right: 35px;
}

.btnLogoutModal>img{
    height: 18px;
}

.totalHours, .totalTrips, .totalDrivescore{
    color: #256a8e;
    font-size: 12px;
    margin-top: 5px;
}

.tripsObjectsDiv{
    border: 1px solid #256a8e;
    border-radius: 3px;
}

.totalIncidentsLine{
    border-top: 2px solid rgba(6, 153, 119, 0.35);
    margin-top: 8px;
}

.currency>span{
    font-size: 30px;
    font-weight: 500;
    color: #256a8e;
    line-height: 1.5;
}

.currency img{
    height: 26px;
    margin-top: -12px;
    margin-left: 10px;
}

.drivescoreCircle{
   height: 46px;
    width: 46px;
    border: 1px solid #256a8e;
    border-radius: 100%;
/*
    margin-top: 35px;
    margin-left: 112px;
*/
}

.innerDrivescoreCircle{
   height: 40px;
    width: 40px;
    margin-top: 2px;
    margin-left: 2px;
    background-color: #256a8e;
    border-radius: 100%;
    line-height: 2.4;
    font-size: 17px;
    color: #fff;
}


/*//SUMMARY NAVBAR*/
.summaryNavbar span{
    display: block;
    font-size: 14px;
    text-align: center;
    color: #256a8e;
    line-height: 1;
}

.verticalLine{
    border-left: 1px solid #7d7d7d;
    margin-left: 5px;
    margin-right: 5px;
}

#appendTrips{
    height: 250px;
    overflow: auto;
    border-bottom: solid 1px #dddddd;
}

.showOnMapBtn{
    height: 15px;
    margin-right: 8px;
    cursor: pointer;
}


/*//DRIVER SUMMARY SHOW ON MAP*/
.showTripOnMap{
    height: 481px;
    width: 100%;
    background-color: #ABABAB;
    position: absolute;
    top: 92px;
    border-radius: 3px;
    z-index: 999;
}


.closeTripMap{
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 9999;
}

.closeTripMap span{
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.49);
}




/*DISPLAY NONE*/
.display{
    display: none;
}


/*GLOBAL CLASSES*/
.shadowBottomLine{
    background: linear-gradient(to top, rgba(199, 199, 199, 0.5) 0%, rgba(255,255,255,0) 5px);
}
.btnOperation{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(6, 153, 119, 0.32);
    color: #256a8e;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
}

.btnOperationInvert{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(6, 153, 119, 0.32);
    color: #FFF;
    background-color: #256a8e;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
}

.noPadding{
    padding-left:0;
    padding-right: 0;
}

.p5{
    padding: 5px;
}
.pt0{
    padding-top: 0px;
}


.pt5{
    padding-top: 5px;
}
.pb0{
    padding-bottom: 0px;
}
.pt10{
    padding-top: 10px;
}

.pb10{
    padding-bottom: 10px;
}


.fs10{
    font-size: 10px;
}

.fs12{
    font-size:12px;
}

.fs15{
    font-size:15px;
}


.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}


.m0{
    margin: 0;
}

.mb0{
    margin-bottom: 0;
}

.mt0{
    margin-top: 0;
}

.cRed{
    color: #AD0F14;
}

.cGreen{
    color: #256a8e;
}

.cGrey{
    color: #7d7d7d;
}
.cWhite{
    color: #fff;
}

.squares{
    background-color: #fff;
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.5);
    height: 250px;
    border-radius: 5px;
}
.squares hr{
    width: 80%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #b3b3b3;
}
.squares input{
    display: inline-block !important;
    height: 32px !important;
    border-color: #b3b3b3;
}
.square-header{
    height: 50px;
    text-align: center;
    padding: 5px;
    padding-top: 18px;
    font-size: 11px;
}
.square-body{
    line-height: 140px;
    height: 140px;
    text-align: center;
    padding: 0% 10%;
}
.square-footer{
    height: 80px;
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    font-size: 11px;
}
.square-questions{
    padding-bottom: 5px;
    font-size: 12px;
}
.steps-numbers{
    border-radius: 50%;
    border: 2px solid;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: rgba(179, 179, 179, 0.7);
}

.squares input::-webkit-input-placeholder {
    text-align: center;
}

.squares input:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

.squares input::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
}

.squares input:-ms-input-placeholder {
    text-align: center;
}
.square-child{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.select-img-border{
    cursor: pointer;
    width: 78px;
    height: 78px;
    border-radius: 50px;
    border: 2px solid #26947b;
    padding: 2px;
    display: -webkit-inline-box;
    margin: 0px 9px;
    position: relative;
}
.select-img-border img{
    height: 70px;
    text-align: center;
    border-radius: 50px;
}
.checked-img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0px;
    right: 2px;
    border: solid 4px;
    border-color: #e6e6e6;
}
#squareBtn{
    padding: 8px 30px;
/*    border-radius: 10px !important;*/
}
#squareDesc{
    padding: 15px;
    text-align: center;
}
#squareDesc .loginError{
    margin: 0px !important;
}
#selectImages{
    display: none;
    width: 520px;
    height: 120px;
    background-color: white;
    position: absolute;
    top: -130px;
    left: calc(50% - 260px);
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 20px 10px;
}
#selectFromHere{
    cursor: pointer;
}
#selectFromHere:hover{
    font-size: 14px;
    font-weight: 500;
}