*{
    box-sizing: border-box;
}

.bottom ,.addButton{
    background: #7978E9!important;
    font-size: 14px !important;
    transition: 0.1s!important;
    color:#fff!important;
}

.addBar:hover {
    background: #7DA0FA;
    box-shadow: 0 0 5px #7DA0FA;
}

#exampleModalLabel {
    color: #7978E9;
}

.modal-header {
    height: 50px;
}

.modal-content {
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 30px #4747A1;
}

.modal-body > div > p {
    font-size: 14px;
    height: 30px;
}

.modal-body > .items > div {
    margin: 0;
}

.modal-body > .items > div > a {
    display: block;
    height: 30px;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: .5s;
    color: whitesmoke !important;
}

.modal-body > .items > div > a:hover {
    box-shadow: 0 0 5px #7DA0FA !important;
    transform: scale(1.05) !important;
    font-weight: 500 !important;
    color: black;
!important;
}

.table-responsive{

}

.inner-body{
    margin-left: 15px;
    margin-right: 15px;
}
.custom-card{
    border-radius : 15px;
    padding: 0;
    background: #fff;
    /*border: 1px solid #F3797E;*/
}
.baseColor{
    background: white !important;
}
.header-gridView{
    border-radius: 4px 4px 0 0!important;
}

.allRecord{
    border-radius: 4px 4px 0 0;
    background: #F3797E;
    padding:8px 0;
    color: #fff;
}
#documents {
    border: none !important;
    box-shadow: 0 0 0 white;
}

#upload-file {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    box-shadow: 0 0 5px #ec795f;
    text-shadow: 0 0 5px whitesmoke;
    transition: .4s;
}

#upload-file:hover {
    transform: scale(1.1);
}

.drivers-card{
    background: #D9D0E5;
}
.section-title {
    height: 4vh;
    color: black;
    text-shadow: 0 0 10px #00000066k;
    font-weight: 500;
    border-radius: 2px;
    margin: 0 0 30px 0;
}
.section-title>div{

    height: 3px ;
    background: #f0f0f0;
    background: linear-gradient(32deg, #F7C04A 52%, white 100%);
    margin: 5px 20px;

}
.tblrow>th{
vertical-align: middle !important;
}
.section-title {
    height: 4vh;
    color: black;
    text-shadow: 0 0 10px #00000066k;
    font-weight: 500;
    border-radius: 2px;
    margin: 0 0 30px 0;
}
.section-title>div{

    height: 3px ;
    background: #f0f0f0;
    background: linear-gradient(32deg, #F7C04A 52%, white 100%);
    margin: 5px 20px;

}
.select2-dropdown
{
    z-index: 9999;
}

.box , .box-body{
    padding-left: 0!important;
    padding-right: 0!important;
}

.select2-results{
    text-align: right!important;
}
.select2-container{
    z-index: 999;
}
.upload-file {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    box-shadow: 0 0 5px #ec795f;
    text-shadow: 0 0 5px whitesmoke;
    transition: .4s;
}

.upload-file:hover {
    transform: scale(1.1);
}
