::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #271d16; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
::placeholder {
    color: #000;
    opacity: 0.4;
}

h1, h2, h3, h4, h5, h6, p, a, label, span, th, td, tr, ul, li,  button, div, input, textarea
{
    font-family: 'TrakyaRounded', sans-serif !important;
}

img:focus-visible {
    outline: none !important;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control {
    border-radius: 0 !important;
}
.input-group-text {
    border-radius: 0 !important;
}
.btn {
    border-radius: 0 !important;
}


/*Custom css start*/

.logoHeader {
    max-width: 100%;
    margin: 0 30px 0 0;
}

.launguageLogin{
    display: none !important;
}