<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loaderMain {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(255,255,255,0.6);
    top: 0;
    z-index: 99999;
    display: none;
}
.loader {
    border: 5px solid #c5c5c5;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 5px;
    border-top: 5px solid
    #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 2s linear infinite;
}
/* .loaderIneer{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #fff;;
} */
.loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    top: 50%;
    margin-top: -50px;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error {
    color: #F00;
    background-color: #FFF;
  }

.avatar-upload .avatar-preview &gt; div {
    overflow: hidden;
}
.avatar-upload .avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.editMap {
    float:right;
}
.deleteMap {
    margin-right: 6px;
}

.topHeader .nav-item &gt; .nav-link {
    font-size: 14px;
    padding: 0 12px;
}

.topHeader .navbar-nav
{
	background-color: #ffffff;
}

.pestHeader .dropdown .dropdown-item.active, .pestHeader .dropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}
.topHeader .btnRoundGroup .btnRound
{
    background: #000;
    color: #d2d2d2;
    border-radius: 30px;
}
.topHeader .btnRoundGroup .btnRound:hover
{
    color: #ffffff;
}
.topHeader .btnRoundGroup.active .btnRound
{
    color: #ffffff;
}</pre></body></html>