/* Minification failed. Returning unminified contents.
(593,31): run-time error CSS1046: Expect comma, found '153'
(593,39): run-time error CSS1046: Expect comma, found '/'
(765,31): run-time error CSS1046: Expect comma, found '153'
(765,39): run-time error CSS1046: Expect comma, found '/'
 */

@font-face {
    font-family: "CF Asty Std Bold";
    src: url('css/fonts/CFAstyStd-Bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/CFAstyStd-Bold.woff') format('woff'), url('css/fonts/CFAstyStd-Bold.ttf') format('truetype'), url('./fonts/CFAstyStd-Bold.svg#CFAstyStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'CFAstyStd-Medium';
    src: url('css/fonts/CFAstyStd-Medium.eot?#iefix') format('embedded-opentype'), url('css/fonts/CFAstyStd-Medium.otf') format('opentype'), url('css/fonts/CFAstyStd-Medium.woff') format('woff'), url('css/fonts/CFAstyStd-Medium.ttf') format('truetype'), url('css/fonts/CFAstyStd-Book.svg#CFAstyStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'StagSans-Medium';
    src: url('css/fonts/StagSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'StagSans-Bold';
    src: url('css/fonts/StagSans-Bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/StagSans-Bold.otf') format('opentype'), url('css/fonts/StagSans-Bold.woff') format('woff'), url('css/fonts/StagSans-Bold.ttf') format('truetype'), url('css/fonts/StagSans-Bold.svg#StagSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StagSans-Semibold';
    src: url('./fonts/StagSans-Semibold.eot?#iefix') format('embedded-opentype'), url('css/fonts/StagSans-Semibold.otf') format('opentype'), url('css/fonts/StagSans-Semibold.woff') format('woff'), url('css/fonts/StagSans-Semibold.ttf') format('truetype'), url('css/fonts/StagSans-Semibold.svg#StagSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'CFAstyStd';
    src: url('css/fonts/CFAstyStd-Book.eot?#iefix') format('embedded-opentype'), url('css/fonts/CFAstyStd-Book.otf') format('opentype'), url('css/fonts/CFAstyStd-Book.woff') format('woff'), url('css/fonts/CFAstyStd-Book.ttf') format('truetype'), url('css/fonts/CFAstyStd-Book.svg#CFAstyStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StagSans';
    src: url('css/fonts/StagSans-Book.eot?#iefix') format('embedded-opentype'), url('css/fonts/StagSans-Book.otf') format('opentype'), url('css/fonts/StagSans-Book.woff') format('woff'), url('css/fonts/StagSans-Book.ttf') format('truetype'), url('css/fonts/StagSans-Book.svg#StagSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6, p, figure {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
}

html, body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    flex: 1 1 auto;
}
html{
    height:auto !important;
}

a {
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------*/
.bubbles {
    background: url(css/images/SerbianArea/left-side-bubbles.svg),url(css/images/SerbianArea/right-side-bubbles.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: top left, top right;
    background-size: contain;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.serbianAreaHeader2 .bubbles .internalHeader {
    text-align: start;
}

.maxContentWidth {
    max-width: 250px;
}

header a, footer a {
    display: inline-block;
}

.internalHeader h1 {
    font-family: "CF Asty Std Bold";
    margin: 0;
    padding: 0
}

.internalHeader p {
    font-family: 'CFAstyStd';
    padding-bottom: 60px;
    margin: 0;
    padding: 0
}

.internalHeader {
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 2;
}

    .internalHeader a {
        display: inline-block;
    }

.footerContents {
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
    color: white;
}


.mmIcon {
    width: 369px;
}

.serbianAreaHeader2 .bubbles {
    text-align: start;
}
/*---------------------------INDEX PAGE----------------------------*/
.serbianAreaPage {
    padding: 90px 0;
    position: relative;
    margin:auto;
}

.serbianAreaHeader, .serbianAreaHeader2 {
    position: relative;
    width: 100%;
    background: transparent linear-gradient(360deg, #FF3333 0%, #8D1C1C 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.headerTexts {
    text-align: center;
    margin: auto;
}


.headerImg, .headerImg2 {
    width: 100%;
}


.mmSerbiaIcon {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%);
}

.serbiaSearchBar {
    position: absolute;
    border-radius: 59px;
    background-color: #ffffff;
    color: #AAAAAA;
    max-width: 648px;
    width: 100%;
    box-shadow: 0px 10px 25px #00000066;
    height: 100px;
    display: flex;
    align-items: center;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    /*padding:0 20px;*/
    padding: 0 20px;
}

.searchbarIcon {
    max-width: 24px;
}


#searchInput {
    color:black;
    width: 100%;
    height: 99%;
    font-size: 24px;
    border: none;
    outline: none;
    border-radius: 59px;
    font-size:0;
}

    #searchInput:focus {
        color:#AAAAAA;
    }

    .serbianAreaContent {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
        /*max-width: 250px;*/
    width: 100%;
    margin: auto;
    /*gap: 60px;*/
        gap: 20px;
    padding-bottom: 60px;
    }


.bookCard {
    width: 250px;
    min-height: 242px;
    padding: 15px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    box-sizing: border-box;
}

.bookBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.seriesHeader {
    margin: 0;
    font-family: "StagSans-Medium";
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}



.similarBooks .seriesHeader {
    padding: 30px 0 40px;
}

.bookList {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.bookCoverImg {
    height: 162px;
    border-radius: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0px 3px 20px #0000004D;
}


#SAFooter {
    min-height: 60px;
    background-color: #FF3333;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: auto;
    padding: 10px 0;
    bottom: 0;
    flex-direction: column;
    font-family: "Arial";
}

#company,
#company:hover,
#company:active,
#company:visited {
    font-weight: bold;
    color: white;
    text-decoration: none;
}


.LvlBookTitle {
    font-family: "StagSans-Medium";
    font-size: 16px;
    line-height: 27px;
    padding: 0 20px;
    color: black;
    font-weight: normal;
    line-height: normal;
}

    .LvlBookTitle:hover {
        color: black;
    }

.backBtn {
    background-color: rgba(0,0,0,0.4);
    width: 40px;
    height: 44px;
    border-radius: 0px 0px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease-in;
    transform: translateY(-4px)
}

    .backBtn:hover {
        transform: translateY(0);
    }

.backBtnIcon {
    width: 9px;
}

#arrowBtn {
    position: absolute;
    right: 0;
    bottom: 60px;
    cursor: pointer;
    transition: opacity .2s ease-in;
    border: none;
    background-color: transparent;
}

    #arrowBtn:hover {
        opacity: .8;
    }

#searchResults {
    background-color: #ffffff;
    z-index: 9999;
    max-width: 648px;
    width: 100%;
    box-shadow: 0px 10px 25px #00000066;
    min-height: 100px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px; /*50px*/
    display: none; /* Hide by default */
}


hr {
    opacity: .5;
}


.searchResultContents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}


.searchResultItem {
    max-width: 330px;
    width: 100%;
    font-size: 20px;
    color: black;
    margin: 10px auto;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

    .searchResultItem:hover {
        transform: scale(1.1);
        transition: all 0.2s ease-in;
    }

.searchActions {
    display: flex;
    /*padding-right: 20px;*/
}

.noResultsMessage {
    text-align: center;
    font-size: 16px;
    margin-top: 38px;
    font-family: 'CFAstyStd';
}

#clearSearchInput {
    display: none;
}

.iconStyle { /*shared styled for both icons*/
    font-size: 0;
    transition: .2s ease-in;
    margin: 0 10px;
    background: none;
    outline: none;
    border: none;
    color: gray;
    cursor: pointer;
}

.iconStyle:hover {
    opacity: .5;
}

.resultLogo {
    transition: .3s ease-in;
}


/*-----------------Book Page-------------*/

.bookPage {
    position: relative;
    margin: 0 auto;
    max-width: 250px;
    padding-bottom: 80px;
}

.bookContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding-bottom: 43px;
    padding-top: 40px;
}

.bookName {
    font-family: "CF Asty Std Bold";
    font-size: 20px;
    margin: 30px 0;
}

.bookDescription {
    font-family: "CFAstyStd";
}

.bookImageOuterContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEEEE;
    border-radius: 30px;
    width: 250px;
    height: 298px;
}


.bookCoverImg img {
    height: 100%;
    border-radius: 15px;
}


.bookImage img {
    height: 100%;
    border-radius: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0px 3px 20px #0000004D;
}


.bookCard:hover .bookCoverImg {
    transform: scale(1.05);
}

.bookCard:hover {
    background: #DEDEDE;
}


.digitalMaterial p {
    font-family: 'CFAstyStd-Medium';
    font-size: 16px;
}

.isLockedContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.actionButton {
    max-width: 423px;
    width: 100%;
    background: transparent linear-gradient(180deg, #FF3333 0%, #BB2727 100%);
    border-radius: 8px;
    color: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "StagSans-Medium";
    text-transform: capitalize;
    cursor: pointer;
}

    .actionButton:hover {
        background: #FF3333;
    }

.actionButtonText {
    flex: 1;
    padding: 13px;
    border-right: 2px solid #fff;
    line-height: normal;
}


.actionIconContainer {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actionIcon {
    display: flex;
    max-width: 25px;
    transition: transform 0.3s ease;
}

.actionButton:hover .actionIconContainer .actionIcon {
    transform: scale(1.3);
}

.pinSubmitIcon {
    display: flex;
}

.downloadMsg {
    display: flex;
    font-family: 'CFAstyStd-Medium';
    font-size: 16px;
    gap: 10px;
    max-width: 423px;
}

    .downloadMsg p {
        margin-top: 3px;
    }

.downloadMsgIcon {
    background-color: rgb(153 153 153 / 65%);
    padding: 7px;
    flex: 0 0 30px;
    border-radius: 30px;
    height: 30px;
    display: flex;
}

#downloadMsgIcon {
    width: 16px;
}
/*===================AREA BUTTONS STARTS HERE=======================*/
.areaBtn {
    position: relative;
    transition: 0.3s ease;
    max-width: 383px;
    width: 100%;
}

.digitalMaterial {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sectionHeader {
    font-family: "CF Asty Std Bold";
    font-size: 16px;
}

.bookDescription p {
    font-family: "CFAstyStd";
}

.accessKeyContainer {
    background: #EEEEEE;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 25px 20px;
    display: none;
    box-sizing: border-box;
}

    .accessKeyContainer p {
        font-family: "StagSans";
        font-size: 12px;
        margin: 5px 0;
    }

.pin-input {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
    border: 3px solid transparent;
    box-sizing: border-box;
}

#wrongAccessKey {
    position: absolute;
    top: 30px;
    color: red;
    left: 8px;
    display: none;
}

#helpMessage {
    display: none;
}

.fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid transparent;
    width: 100%;
    height: 31px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}


.pin-segment {
    width: 100%;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease;
}


    .pin-segment:focus {
    border-color: #007BFF;
    }


.pinSubmit {
    outline: none;
    border: none;
    padding: 11px;
    cursor:pointer;
    background: transparent linear-gradient(180deg, #FF3333 0%, #BB2727 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    transition: opacity .3s ease;
}

    .pinSubmit:hover {
        opacity: .8;
        transition: opacity .3s ease;
    }

.pinSubmitIcon {
    display: flex;
}

.error {
    border: 3px solid red;
    border-radius: 8px;
}

#popupInfo {
    position: absolute;
    top: -233px;
    right: -185px;
    cursor: pointer;
    display: none;
}

.similarBooks {
    width: 100%;
    height: 100%;
}

.bookInfo {
    max-width: 390px;
    width: 100%;
}


serbianAreaContent {
    max-width: 250px;
    width: 100%
}

.serbianAreaPage .seriesHeader {
    margin-bottom: 20px;
}

.withLove {
    width: 12px;
    display: inline-block;
    opacity: 0.5;
}

#company {
    vertical-align: bottom;
    font-size: 0;
    margin-bottom: 1px;
    width: 118px;
}

.downloadMsg span {
    background-color: rgb(153 153 153 / 65%);
    padding: 7px;
    border-radius: 30px;
    width: 16px;
    height: 16px;
    display: inline-block;
}


@media only screen and (max-width: 575px) {
    .serbianAreaHeader .bubbles {
        background-size: 44%;
    }

    .actionIconContainer {
        flex: 0 0 44px;
    }

    .mmIcon {
        width: 180px;
        padding: 30px 0;
    }

    .mmIconPage2 {
        width: 130px;
    }

    .internalHeader h1 {
        font-size: 16px;
    }

    .internalHeader p {
        font-size: 12px;
        padding-bottom: 37px;
    }

    .bookImage {
        height: 268px;
    }

    .similarBooks .seriesHeader {
        padding: 30px 0px;
    }


    .bookList {
        gap: 20px;
    }

    
    #arrowBtn {
        width: 40px;
    }

    .serbianAreaPage {
        padding: 60px 0;
    }

    .footerContents {
        font-size: 12px;
        max-width: 100%;
    }

    .bookDesc p {
        padding: 20px 0 30px;
    }

    .serbiaSearchBar {
        max-width: 250px;
        height: 54px;
        top: -28px;
    }


    #searchInput {
        font-size: 14px;
    }

    #searchResults {
        max-width: 250px;
    }

    .iconStyle {
        width: 17px;
    }

    #wrongAccessKey {
        font-size: 12px;
        top: 34px;
    }

    .accessKeyContainer p {
        font-size: 14px;
    }

    .bookDescription p {
        padding: 20px 0 30px;
    }
}



@media only screen and (min-width: 576px) {
    .actionIconContainer {
        flex: 0 0 44px;
    }

    .serbianAreaHeader .bubbles {
        background-size: 33%;
    }

        .bubbles {
            background-size: 33%;
        }
        .serbianAreaContent {
            gap: 50px;
        }

    .accessKeyContainer p {
        font-size: 14px;
    }

        .maxContentWidth {
            max-width: 440px;
            width: 100%
        }

        .bookList {
            gap: 16px;
        }

        .bookName {
            font-size: 22px;
        }

        .digitalMaterial {
            width: 250px;
        }


        .bookCoverImg {
            height: 162px;
        }

    .actionButtonText {
        padding: 13px;
    }

    .backBtn {
        transform: translateY(-4px);
    }

    .backBtnIcon {
        width: 10px;
    }

        .bookInfo {
            width: 100%;
        }



    .actionButton, .accessKeyContainer, .downloadMsg {
        max-width: 250px;
        }


    .bookImageOuterContainer {
        width: 324px;
        height: 386px;
        }
      

        .bookImage {
            height: 347px;
        }
 

    .bookCard {
            width: 212px;
            min-height: 242px;
        }

        .serbiaSearchBar {
            max-width: 364px;
            height: 54px;
        top: -30px;
        }

    .iconStyle {
        width: 17px;
    }

    #searchResults {
            max-width: 364px;
        }

    #searchInput {
            font-size: 14px;
        }

        .seriesHeader {
            font-size: 22px;
        }

        .similarBooks .seriesHeader {
            font-size: 18px;
        }

        .LvlBookTitle {
            font-size: 16px;
        }


    .similarBooks .bookList .bookCard {
            margin: 0;
        }

        .mmIcon {
            width: 180px;
            padding: 30px 0;
        }


        .internalHeader h1 {
            font-size: 18px;
        }

        .internalHeader p {
            font-size: 14px;
            padding-bottom: 37px;
        }

    #arrowBtn {
        width: 50px;
        }

    #wrongAccessKey {
            font-size: 12px;
        top: 34px;
        }

    .bookDescription p {
        padding: 20px 0 30px;
    }

    .footerContents {
        font-size: 12px;
    }
}




/*----------------------*/
@media only screen and (min-width: 768px) {


        .serbianAreaContent {
            gap: 60px;
        }

    .mmIcon {
        width: 300px;
        padding: 55px 0;
    }

    .serbianAreaHeader2 .mmIcon {
        width: 275px;
        padding: 47px 0;
        }

    .serbiaSearchBar {
        top: -44px;
    }

    #searchInput {
        font-size: 24px;
    }

        .maxContentWidth {
            max-width: 584px;
            width: 100%
        }

    .backBtn {
        transform: translateY(-4px);
    }

    .backBtn {
        width: 48px;
        height: 53px;
    }


        .restLvlBox {
            width: 284px;
            min-height: 346px;
        }

        .serbianAreaPage .seriesHeader {
            margin-bottom: 30px;
        }

    .bookPage {
        padding-bottom: 143px;
    }

        .bookContainer {
            gap: 34px;
            flex-direction: row;
            align-items: flex-start;
        padding-top: 70px;
        }

    .bookImageOuterContainer {
            width: 200px;
            height: 248px;
        }

        .bookImage {
            height: 182px;
        }

        .bookName {
            font-size: 26px;
            margin-top: 0;
        }

    .sectionHeader {
            font-size: 18px;
        }

        .bookCoverImg {
            height: 221px;
        }

        .bookInfo {
            max-width: 310px;
            width: 100%;
        }

    .actionButton, .accessKeyContainer {
            font-size: 16px;
        }

    #wrongAccessKey {
        top: 34px;
    }

    .bookCard {
            width: 284px;
            min-height: 346px;
        padding: 25px;
        }

        .serbiaSearchBar {
            max-width: 584px;
            height: 84px;
        }

    .iconStyle {
        width: 30px;
        }

    #searchResults {
        max-width: 584px;
    }


        .bookList {
            gap: 16px;
        }

        .seriesHeader {
            font-size: 28px;
        }

        .similarBooks .seriesHeader {
            font-size: 26px;
        padding: 50px 0 40px;
        }

        .LvlBookTitle {
            font-size: 24px;
        }

        .restLvlImg {
            width: 159px;
            height: 221px;
        }


        .bookBox {
            gap: 20px;
        }

        .internalHeader h1 {
            font-size: 32px;
        }

        .internalHeader p {
        font-size: 18px;
            padding-bottom: 52px;
        }

        .footerContents {
            text-align: start;
            flex-direction: row;
        align-items: center;
        }
}

@media only screen and (min-width: 992px) {
    .bookDescription p {
        padding: 20px 0 50px;
    }


    .maxContentWidth {
        max-width: 752px;
        width: 100%
    }

    .serbiaSearchBar {
        max-width: 602px;
        width: 100%;
        height: 84px;
    }


    .bookContainer {
        gap: 48px;
    }

    .bookInfo {
        max-width: 390px;
    }

    .bookImageOuterContainer {
        width: 256px;
        height: 318px;
    }

    .bookImage {
        height: 232px;
    }

    .bookName {
        font-size: 30px;
    }

    .seriesHeader {
        font-size: 30px;
    }

    .digitalMaterial {
        width: 320px;
    }


    .actionButton {
        max-width: 320px;
        width: 100%;
        font-size: 19px;
    }

    #num {
        flex-basis: 50px;
    }

    .bookCard {
        width: 368px;
        min-height: 356px;
    }

    .bookCoverImg {
        height: 227px;
    }

    .restLvlBox {
        width: 368px;
        min-height: 356px;
    }

    .accessKeyContainer, .downloadMsg {
        max-width: 320px
    }

    .pin-input {
        width: 100%;
        flex-direction: row;
        gap: 8px;
    }

    .pinSubmit {
        width: 53px;
    }

    .pin-segment {
        font-size: 19px;
    }

    .fields {
        height: 40px;
    }

    #wrongAccessKey {
        top: 44px;
    }

    .maxContentWidth {
        max-width: 752px;
    }

    .selectionButtons {
        margin: 100px auto;
    }

    .actionIconContainer {
        flex-basis: 50px;
    }


    #SAFooter {
        flex-direction: row;
    }

    .mmIcon {
        padding: 65px 0;
    }

    #searchResults {
        max-width: 602px;
    }

    .serbianAreaContent {
        padding-bottom: 210px;
    }

    #arrowBtn {
        width: 80px;
    }

    .similarBooks .seriesHeader {
        padding: 50px 0 30px;
    }

    #heartIcon {
        height: 16px;
    }
}

@media only screen and (min-width: 1200px) {

        .maxContentWidth {
            max-width: 908px;
            width: 100%
        }

    .serbiaSearchBar {
        max-width: 648px;
        height: 100px;
    }

    #searchResults {
        max-width: 648px;
    }

    #searchInput {
        font-size: 24px;
    }

    .bookImageOuterContainer {
            width: 369px;
            height: 460px;
        }

        .bookImage {
            height: 336px;
        }

        .digitalMaterial {
            width: 423px;
        }

    .bookCard {
        width: 292px;
        min-height: 356px;
        } 

    .backBtn {
        width: 63px;
        height: 70px;
    }

    .backBtnIcon {
        width: 15px;
        }

    .actionButton {
            font-size: 28px;
        max-width: 423px;
        }

    .actionIcon {
        max-width: 32px;
        }

    /*.actionButtonText {
        padding: 15px;
    }*/

    .actionIconContainer {
        flex-basis: 65px;
        }

    .accessKeyContainer, .downloadMsg {
        max-width: 423px;
        }

    .pin-segment {
        font-size: 24px;
        }

    .accessKeyContainer p {
        font-size: 18px;
    }

    .fields {
        height: 53px;
        width: 320px;
    }

    #wrongAccessKey {
        top: 58px;
        font-size: 16px;
    }

    .bookInfo {
        max-width: 492px;
    }

    .bookDescription p {
        padding: 20px 0 50px;
    }


        /*---------------------------*/
        .mmIcon {
        width: 369px;
        padding: 70px 0;
        }

        .serbianAreaHeader2 .mmIcon {
            width: 353px;
            padding: 50px 0;
        }


        .internalHeader h1 {
            font-size: 36px;
        }

        .internalHeader p {
            font-size: 20px;
            padding-bottom: 60px;
        }

    .serbiaSearchBar {
        top: -49px;
    }
}



@media only screen and (min-width: 1920px) {
    .bubbles {
        background-size: contain;
    }

        .bubbles {
            background-size: contain;
        }
        .maxContentWidth {
            max-width: 1460px;
            width: 100%
        }


    .bookCard {
            width: 353px;
            min-height: 356px;
        }

        .bookContainer {
            justify-content: flex-start;
        }

        .bookList {
            justify-content: flex-start;
            gap: 16px;
        }

    .bookImageOuterContainer {
            width: 476px;
            height: 594px;
        }

        .bookName {
            font-size: 30px;
        }

    .sectionHeader {
        font-size: 20px;
        }

        .bookBox {
            gap: 20px;
        }

        .bookImage {
            height: 436px;
        }
}





/* --------------------- POP UP ----------------*/
#popupActionButton {
    background-color: #FFFFFF;
    border: 1px solid #FF3333;
    border-radius: 25px;
    margin: 20px 0;
    padding: 14px 75px;
    font-weight: bold;
    font-family: "StagSans";
    cursor: pointer;
    color: #FF3333;
    transition: background-color 0.2s ease-in;
}

    #popupActionButton:hover {
        background-color: #FF3333;
        color: #ffffff;
        transition: background-color 0.3s ease-in;
    }

#popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*colors*/
    background-color: white;
    box-shadow: 0px 3px 10px #00000059;
    /*size*/
    max-width: 495px;
    width: 80%;
    /*distances*/
    padding: 30px 20px;
    /*display*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #888;
    text-align: center;
    box-sizing: content-box;
}

#popupTitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: "StagSans-Semibold";
}

#popupMsg {
    font-size: 16px;
    font-family: "StagSans";
    padding-bottom: 40px;
}


/*--------------------------- Pop Over ----------------------------*/

.myPopOver {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 306px;
    font-family: 'CFAstyStd-Medium';
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 2px 4px 6px #00000080;
    border: 2px solid #4D4D4D;
    border-radius: 3px;
}

    .myPopOver .popover-body {
        /*padding: 16px;*/
        color: #212529;
        background-color: #e2e2e2;
    }


    .myPopOver .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        border-width: .5rem .5rem 0;
        border-top-color: #4D4D4D;
    }

        .myPopOver .popover-arrow::after, .myPopOver .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }


    /*top starts*/
    .myPopOver .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
        bottom: calc(-.5rem - 1px);
    }

        .myPopOver .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: #4D4D4D;
        }

        .myPopOver .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
            bottom: 3px;
            border-width: .5rem .5rem 0;
            border-top-color: #e2e2e2;
        }

    /*top ends here*/



    /*Bottom starts here*/
    .myPopOver .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
        top: calc(-.5rem - 1px);
    }

        .myPopOver .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #4D4D4D;
        }

        .myPopOver .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
            top: 3px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #e2e2e2;
        }
    /*Bottom ends here*/




    /*right starts here*/
    .myPopOver .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
        left: calc(-.5rem - 1px);
        width: 3px;
        height: 1rem;
    }

        .myPopOver .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #4D4D4D;
        }

        .myPopOver .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
            left: 3px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #e2e2e2;
        }
/*right ends here*/
/*left not in use.*/

@media only screen and (max-width: 575px) {
    .myPopOver {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) {

    .myPopOver {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .myPopOver {
        font-size: 18px;
    }
}

