:root {
    --scanThumbnailsHeight: 104px;
    --blackScreen_marginLeft:180px;
}

.inputs {
    width: 100%;
    height: 37px;
    border: none;
    border-radius: 10px;
    outline: none;
    margin-bottom: 25px;
    border: 1px solid rgb(244, 233, 233);
    padding-left: 15px;
}

/*Mobile Screen*/
@media (max-width:576px) {
    .left-side {
        width: 100%;
        height: auto;
    }

    .container {
        margin: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .hideOnSmallScreen {
        display: none;
    }

    .hideInStudyPageOnSmallScreen {
        display: none;
    }

    .right-side {
        width: 100%;
        height: auto;
    }

    .right_menu .blue-line {
        padding-left: 10px;
        padding-right: 41px;
    }

        .right_menu .blue-line .logo {
            display: inline-block;
            width: 5%;
            height: 10%;
            padding-top: 20px;
        }

        .right_menu .blue-line .heading {
            width: 70%;
            padding: 10px 0px 25px 0px;
            display: inline-block;
            padding-bottom: 0%;
            margin: 0%;
            font-size: medium;
        }

        .right_menu .blue-line .text-right {
            width: 47%;
            height: 35px;
            display: block;
        }

    .mainLayoutBodyTopPadding {
        padding-top: 0;
    }


    .scanThumbnails {
        background: #354357;
        height: var(--scanThumbnailsHeight);
        display: flex;
        bottom: 0;
        float: none;
        left: 0;
        /*position: relative;*/
        z-index: 1;
        overflow: auto;
        width: 100%;
        position: absolute;
    }


    #message .panel-body {
        height: 30px;
        overflow-y: auto;
        border-radius: 0px;
    }

    .right_menu {
        padding-top: .5rem;
    }


    body {
        background: white;
    }




    .forSearchIcon {
        height: auto;
        float: right;
        padding-right: 30px;
        margin-top: 15px;
    }

    .crossIcon {
        padding-top: 10px;
        width: 100%;
        height: 20px;
        display: flex;
        flex-direction: row-reverse;
    }

    .crossiconimg {
        width: 18px;
        height: 16px;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(233, 233, 233);
        overflow-x: hidden;
        transition: 0.5s;
        /* border-radius: 35px; ;
    margin: 2px 5px 5px 5px; */
    }

    .overlay-content {
        position: relative;
        top: 3%;
        width: 100%;
        text-align: center;
    }

    .overlay a {
        padding: 0 12px 0px 0;
        text-decoration: none;
        font-size: 36px;
        color: #f6f4f4;
        display: block;
        transition: 0.3s;
    }

        .overlay a:hover, .overlay a:focus {
            color: #f0eeee;
        }

    .overlay .closebtn {
        color: black;
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 35px;
    }



    .sortbyInSmallscreen {
        background-color: rgb(243 250 255);
        width: 100wh;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 9px;
        margin-top: 10px;
    }

    .thumbnail-scan-mob {
        width: 70px;
        height: 70px;
    }

    .scanThumbnailOverlay {
        margin-top: -100%;
    }

    .scan-imag .number {
        width: 20px;
        height: 20px;
        font-size: 8px;
        margin-top: -24px;
        margin-left: 3px;
    }

    .black-screen-enlarge {
        height: calc(100dvh - 181px + var(--scanThumbnailsHeight));
    }

    .black-screen {
        height: calc(100dvh - 181px);
    }

    /*--------------------START Top Icon Menus--------------------------------------*/
    .scale-menu {
        top: 0px;
        width: 132px;
    }

    /*--------------------END Top Icon Menus--------------------------------------*/
    .studyDescription {
        font-family: circularstd-bold;
        padding-left: 16px;
    }

    .noStudiesFoundIcon {
        top: 30%;
        left: 23%;
    }
}

/*Large Screen*/
@media (min-width:576px) {
    .left-side {
        --leftSide_width: 66%;
        display: inline-block;
        width: var(--leftSide_width);
        vertical-align: top;
        float: left;
    }

    .container {
        margin: 0;
    }

    .hideOnLargeScreen {
        display: none;
    }

    .smallScreenButton {
        all: revert;
        display: none;
    }

    .right-side {
        display: inline-block;
        width: 34%;
        vertical-align: top;
    }

    .right_menu .blue-line {
        padding-left: 32px;
        padding-right: 41px;
    }

        .right_menu .blue-line .logo {
            display: inline-block;
            width: 5%;
            height: 10%;
            padding-top: 20px;
            padding-right: 6px;
        }


    #message .panel-body {
        min-height: 40px;
        overflow-y: auto;
        padding: 24px 44px;
        border-radius: 0px;
    }

    .right_menu {
        padding-top: 2.5rem;
    }

    body {
        background: #E5E5E5;
    }

    /*--------------------START Top Icon Menus--------------------------------------*/
    .scale-menu {
        top: 10px;
    }
    /*--------------------END Top Icon Menus--------------------------------------*/
    /*--------------------START Scan View--------------------------------------*/
    .black-screen {
        margin-left: var(--blackScreen_marginLeft);
        height: calc(100dvh - 52px);
    }

    .icon-single {
        padding: 0px 10px;
    }

        .icon-single:hover {
            background: #1960E4;
            cursor: pointer;
        }

    .scanThumbnailOverlay {
        margin-top: -50%;
    }

    .scan-imag .number {
        width: 29px;
        height: 29px;
        font-size: 12px;
        margin-top: -40px;
        margin-left: 10px;
    }

    .icon-box:hover {
        background: #1960E4;
        cursor: pointer;
    }

    .studyDescription {
        font-family: circularstd-thin;
        padding-left: 32px;
    }

    /*--------------------END Scan View--------------------------------------*/

    .form_group_search {
        margin: 0px 9px 0px 9px;
    }

    .noStudiesFoundIcon {
        top: 45%;
        left: 43%;
    }

    /*paddings*/



    .mainLayoutBodyTopPadding {
        padding-top: 45px;
    }

    .black-board-box-withborders {
        border: 2px solid var(--yellow);
    }

    .pt_s_0 {
        padding-top: 0;
    }

    .pt_s_1 {
        padding-top: 0.25rem;
    }

    .pt_s_2 {
        padding-top: 0.5rem;
    }

    .pt_s_3 {
        padding-top: 1.0rem;
    }

    .pt_s_4 {
        padding-top: 1.5rem;
    }

    .pt_s_5 {
        padding-top: 2.0rem;
    }

    .pt_s_6 {
        padding-top: 2.5rem;
    }
}


@media (max-width:900px){
    .left-side {
        margin-right: 10px;
    }
}
