﻿/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */


/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

body h1,
body h2,
body h3,
body span,
body strong,
body button,
body input,
body div,
body li,
body a,
body {
    letter-spacing: 0.9px;
    /*font-family: "Poppins", sans-serif;*/
    /*font-family: "Archivo Black", sans-serif;*/
    /*font-family: "Fredoka", serif;*/
    font-family: "Montserrat", serif;
    font-style: normal;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


@media only screen and (max-width: 600px) {
    /*body {
        background-color: lightblue;
    }*/
}

@media only screen and (min-device-width: 1280px) and (max-device-width: 800px) {
    .col-md-12.webtestingsocial {
        margin-left: 29px !important;
    }
}

.user-info {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.dropdown-custom {
    border-radius: 5px;
    left: 25px;
    top: 28px;
    min-width: 170px;
    box-shadow: 2px 3px 4px 3px rgba(0, 0, 0, 0.2);
}

.heading-font {
    font-weight: 600;
}

.text-guide-uncle {
    color: #48175b;
}

@media only screen and (max-width: 576px) {
    .topback {
        background-image: url("../../images/guide uncle 3.png");
        /* background-image: url('../../images/guide uncle 2.png');*/
        /* background-image: url('../../images/guideuncle.png');*/
        /*background-image: url('../../images/1920x720.jpg');*/
        /* background-repeat: no-repeat;
        height: 90vh;
        background-size: 100% 100%;
        background-position: center; */

        background-repeat: no-repeat;
        height: 90vh;
        background-size: 98% 26%;
        background-position-x: 68%;
        background-position-y: 12%;
    }

    .custom-container {
        height: 100vh;
    }

    .custom-heading-for-small {
        font-size: 15px;
    }

    .custom-height {
        min-height: 90px !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 992px) {
    .topback {
        background-image: url("../../images/guide uncle 3.png");
        /* background-image: url('../../images/guide uncle 2.png');*/
        /* background-image: url('../../images/guideuncle.png');*/
        /*background-image: url('../../images/1920x720.jpg');*/
        background-repeat: no-repeat;
        height: 90vh;
        background-size: 100% 100%; /* Set background size to cover the entire area */
        background-position: center;
    }

    .custom-container {
        height: 100vh;
    }

    .custom-heading-for-small {
        font-size: 15px;
    }

    .custom-height {
        min-height: 90px !important;
    }
}

@media only screen and (min-width: 993px) {
    .topback {
        background-image: url("../../images/guide uncle 3.png");
        /* background-image: url('../../images/guide uncle 2.png');*/
        /* background-image: url('../../images/guideuncle.png');*/
        /*background-image: url('../../images/1920x720.jpg');*/
        background-repeat: no-repeat;
        height: 90vh;
        background-size: 100% 100%; /* Set background size to cover the entire area */
        background-position: left center;
    }

    .custom-margin-top {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .custom-padding {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 992px) {
    .custom-padding {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .custom-heading {
        font-size: 20px !important;
    }
}

.custom-height {
    min-height: 120px;
}

.custom-card-padding{
    padding: 0.5rem;
}

.custom-circle {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    background-color: #010233;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    right: 12px;
    width: 18px;
    height: 18px;
    font-size: 15px;
    color: #fff
}

.blog-icon {
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    fill: #d5d5d5;
    background-color: #f5f5f5;
    transition: background-color 0.1s linear, fill 0.1s linear;
    width: 66px;
    height: 45px;
}

.image-number {
    top: 0;
    left: 11px;
}

.custom-border {
    border-radius: 0 0 8px 0 !important;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
    margin-bottom: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #555;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background-color: #313232;
}











