﻿/*add any custom specific css with !important*/
/* --- Show Test system --- */
/*
.top .name-box:not(.details-dropdown)::after{
	padding-left: 100px;
	content:'TEST Environment';
	color:#2384c6;
	font-size:30px;
    font-weight: bold;
}
*/

/*.hover-img {
    position: relative;
}

    .hover-img span {
        position: inherit;
        left: -9999px;
        top: -9999px;
        z-index: 9997;
        display: block;
        top: 20px;
        left: 0;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
    }

@media (max-width:785px) {
    .hover-img span {
        width: 150px;
        height: 250px;
    }
}

@media (min-width:1110px) {
    .hover-img span {
        width: 200px;
        height: 350px;
    }
}

@media (min-width:1360px) {
    .hover-img span {
        width: 300px;
        height: 450px;
    }
}

.imgPrev {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    display: none;
}

.spinLoaderPrev {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/