html {
  scroll-behavior: smooth;
}
a {
    color: #000;
}
a:hover{
    text-decoration: none;
}
/*#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url('https://tools.apgy.in/img/tool-loading.gif') no-repeat center;
    background-color: rgba(255, 255, 255, 0.90);
    z-index: 99999;
    backdrop-filter: blur(5px);
}
.dark-mode #loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url('https://tools.apgy.in/img/tool-loading.gif') no-repeat center;
    background-color: rgba(0, 0, 0, 0.90);
    z-index: 99999;
    backdrop-filter: blur(5px);
} */
.result {
    font-family: 'Ubuntu', sans-serif;
    background: url('https://beta.apgy.in/img/background.png');
    background-attachment: fixed;
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}
.font-ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
.sticky-sidebar { position: -webkit-sticky; position: sticky; top: 10px;}
/* Custom footer */

.custom-footer {
    background-color: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.dark-mode .custom-footer {
    background-color: #111417;
}
.custom-footer a.custom-footer-link {
    color: rgba(0, 0, 0, 0.65);
}
.dark-mode .custom-footer a.custom-footer-link {
    color: rgba(255, 255, 255, 0.65);
}
.custom-footer a.custom-footer-link:hover,
.dark-mode .custom-footer a.custom-footer-link:hover {
    color: #1890ff;
    text-decoration: none;
}
.custom-footer .btn-scroll-to-top {
    border-radius: 3rem;
}
.card-border{
border-top:10px solid #82EEEE;
}
.dark-mode .card-border{
border-top:10px solid #3AA6A6;
}
/* EMBEDS */
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}