﻿
/*button color*/
.btncolor {
    background-color: #126060!important;
    border-color: #126060!important;
}

/*main header color*/
.headercolor {
    background-color: #126060 !important;
    border: 0.5px solid #126060;
    box-sizing: border-box;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
}

.nav-tabs .nav-link.active {
    color: #126060 !important;
}
.tabcolor {
    color: #126060 !important;
}
.btncolor:hover {
    background-color: #126060 !important;
    color: white;
}

/*Loading roller color*/
.lds-roller div:after {
    background: #126060!important;
}
