@font-face {
    font-family: 'FiraGO-Book';
    src: url('/assets/fonts/FiraGO/FiraGO-Book.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO-Regular';
    src: url('/assets/fonts/FiraGO/FiraGO-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO-Bold';
    src: url('/assets/fonts/FiraGO/FiraGO-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO-Medium';
    src: url('/assets/fonts/FiraGO/FiraGO-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('/assets/fonts/Poppins/poppins-medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Poppins/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG Nino Mtavruli Bold';
    src: url('/assets/fonts/bpg-nino/bpg-nino-mtavruli-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/bpg-nino/bpg-nino-mtavruli-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/bpg-nino/bpg-nino-mtavruli-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/bpg-nino/bpg-nino-mtavruli-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/bpg-nino/bpg-nino-mtavruli-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/bpg-nino/bpg-nino-mtavruli-bold-webfont.svg#bpg_nino_mtavrulibold') format('svg'); /* Legacy iOS */
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('/assets/fonts/Montserrat/MontserratRegular.eot');
    src: url('/assets/fonts/Montserrat/MontserratRegular.eot') format('embedded-opentype'),
    url('/assets/fonts/Montserrat/MontserratRegular.woff2') format('woff2'),
    url('/assets/fonts/Montserrat/MontserratRegular.woff') format('woff'),
    url('/assets/fonts/Montserrat/MontserratRegular.ttf') format('truetype'),
    url('/assets/fonts/Montserrat/MontserratRegular.svg#assets/fonts/Montserrat/') format('svg');
    font-display: swap;
}


a {
    text-decoration: none;
    color: unset;
}

p {
    margin: 0;
}

body {
    margin: 0 !important;
}

.collapsed {
    position: relative;
}

.box {
    max-width: 312px;
    border-radius: 15px;
    background-color: #e5e8f3;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all .2s ease;
}

.logo {
    width: 30px;
}

.box .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}

.box .chooser {
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    margin: 5px 0;
    font-size: 14px;
    background-color: #d3d7e7;
    position: relative;
    border-radius: 9px;
    width: 70%;
}

.logo-sc img {
    width: 78px;
}

.logo-nbg img {
    width: 36px;
}

.logo-tbc img {
    width: 36px;
}

.logo-bog img {
    width: 50px;
}

.nbg-logo img {
    width: 35px;
}

.box .chooser-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .chooser button {
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    padding: 10px 10px 8px 10px;
    background-color: #d3d7e7;
    width: 100%;
    border-radius: 9px;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .2s ease;
    z-index: 11;
    position: relative;
    color: #2E384D;
}

.box .chooser .dropdown {
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background-color: white;
    position: absolute;
    left: 0;
    top: 38px;
    transform: translateY(-20px);
    transition: .2s ease;
    padding: 10px;
    border-radius: 0 0 9px 9px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.box .chooser .dropdown .item {
    display: block;
    cursor: pointer;
    transition: color .2s ease;
}

.box .chooser .dropdown .item:not(:first-child) {
    margin-top: 6px;
}

.box .chooser .dropdown {
    top: 37px;
}

.box .chooser .dropdown .item:hover {
    color: #FF7A17;
}

.box .mobile .dropdown .item {
    margin-top: 6px;
}

.box .chooser img {
    width: 12px;
    margin-bottom: 4px;
    transition: transform .2s ease;
}

.box .chooser.opened button img {
    transform: rotate(180deg);
}

.box .chooser.opened {
    border-radius: 9px 9px 0 0;
}

.box .chooser.opened button {
    background-color: white;
    border-radius: 9px 9px 0 0;
    border-bottom: 1px solid #EFF1F8;
}

.box .chooser button:hover {
    background-color: #d6d9e5;
}

.box .chooser.opened .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(-5px);
}

.box .box-header .title {
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    font-size: 17px;
}

.box .box-body .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box .box-body .buy-sell .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d3d7e7;
    padding: 15px;
    margin: 7px 0;
    border-radius: 9px;
    font-family: 'MontserratRegular', sans-serif;
    color: #2E384D;
    font-size: 14px;
    width: 100%;
    border-bottom: 0;
    box-sizing: border-box;
}

.box .box-body .buy-sell.mobile .item {
    width: 35%;
    display: block;
    padding: 10px;
    margin: 0;
}

.box .box-body .buy-sell.mobile .currency-label {
    padding: 20px 10px;
    margin-right: 0;
}

.box .box-body .buy-sell.mobile .item .label {
    margin-bottom: 3px;
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    color: #505664;
}

.box .box-body .buy-sell .labels {
    width: 100%;
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    color: #2E384D;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    align-items: center;
    margin: 7px 0;
    background-color: #d3d7e7;
    padding: 16px;
    border-radius: 9px;
}

.box .box-body .buy-sell .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box .box-body .buy-sell .currency-label {
    background-color: #d3d7e7;
    border-radius: 9px;
    padding: 15px 10px;
    margin-right: 10px;
}

.box .box-body .buy-sell .currency-label img {
    width: 15px;
}

.box .box-body .item .currency {
    background-color: #d3d7e7;
    padding: 10px 8px;
    margin: 7px 0;
    border-radius: 9px;
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    color: #2E384D;
    font-size: 16px;
    width: 50%;
}

.box .box-body .item .currency img {
    width: 15px;
}

.box .box-body .item .currency .gel {
    font-family: 'MontserratRegular', sans-serif;
    color: #748097;
    font-size: 14px;
}

.box .box-body .item .currency p:first-child {
    margin-bottom: 3px;
}

.box .box-body .item .difference {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'MontserratRegular', sans-serif;
    font-size: 15px;
}

.box .box-body .item .difference img {
    width: 30px;
}

.box .box-body .item .difference .wrapper {
    margin-left: 10%;
}

.box .box-body .item .difference.up {
    color: #3FC44C;
}

.box .box-body .item .difference.down {
    color: #FF5858;
}


.box .box-body .item .difference p:first-child {
    margin-bottom: 5px;
}

.box .box-body .item .difference .wrapper {
    text-align: right;
}

.box .box-footer {
    font-family: 'FiraGO-Book', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #6F798E;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.box .box-footer .info-btn {
    margin-left: 5px;
    position: relative;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    cursor: pointer;

}

.box .box-footer .info-btn .tooltip {
    width: max-content;
    position: absolute;
    top: -10px;
    font-size: 14px;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 14px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    left: -100px;
    line-height: 150%;
}


.box .box-footer .info-btn .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: 35%;
    left: 99%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.box .box-footer .info-btn:hover .tooltip {
    top: -8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    left: -240px;
}

.currency-slider {
    overflow: hidden;
}

.arrow-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -27px;
}

.arrow-btn .arrow {
    position: absolute;
    margin-top: 7px;
}

.calculator {
    font-family: 'BPG Nino Mtavruli Bold', sans-serif;
    background-color: #ED1B2F;
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all .2s ease;
}

.calculator:hover {
    background-color: #d01628;
}

.calculator img {
    width: 15px;
    margin-bottom: 3px;
    margin-left: 10px;
}

.extra-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.extra-buttons button {
    background-color: #EFF1F8;
    transition: background-color .2s ease;
}

.extra-buttons button:hover {
    background-color: #e4e6ec;
}

.collapsed.opened .box {
    padding: 15px 15px 40px 15px;
}

.collapsed.opened {
    padding-bottom: 20px;
}

.arrow-btn .btn, .arrow-btn .arrow {
    cursor: pointer;
}

.arrow-btn.rotate {
    bottom: 20px;
}

.arrow-btn.rotate .arrow {
    transform: rotate(180deg);
}

.arrow-btn img {
    transition: transform .3s ease;
}


.arrow-btn img {
    height: 40%;
}

@media screen and (max-width: 300px) {

    .logo-bog img {
        width: 35px;
    }

    .box .chooser button {
        font-size: 13px;
    }

    .logo-sc {
        margin: 7px 0 5px 0;
    }

    .nbg-logo {
        display: none;
    }

    .logo-sc img {
        width: 80px;
    }

    .box .chooser {
        width: 100%;
        margin-right: 8px;
    }

    .nbg-logo img {
        width: 80px;
    }

    .box .chooser .dropdown .item {
        font-size: 12px;
    }

    .box .box-footer .info-btn .tooltip {
        font-size: 12px;
    }

    .box .box-footer .info-btn:hover .tooltip {
        left: -210px;
        top: -6px;
    }

    .box .box-body .item .difference {
        font-size: 13px;
    }

    .box .box-body .item .currency {
        font-size: 13px;
        width: 45%;
    }

    .box .box-header .title {
        font-size: 16px;
    }

    .box .box-footer {
        font-size: 13px;
    }

    .box .box-body .item .currency img {
        width: 13px;
    }
}

@media screen and (max-width: 250px) {

    .box .chooser {
        width: 100%;
    }

    .nbg-logo {
        display: none;
    }

    .logo-sc {
        text-align: center;
    }

    .logo-sc img {
        width: 60%;
    }

    .box * {
        font-size: 12px;
    }

    .box .chooser-wrapper {
        flex-direction: column;
    }

    .box .chooser button {
        font-size: 14px;
    }

    .box .box-footer .info-btn .tooltip {
        font-size: 10px;
    }

    .box .box-footer .info-btn:hover .tooltip {
        left: -170px;
        top: -4px;
    }

    .box .box-footer .info-btn .tooltip {
        top: -4px;
    }

    .box .box-footer .info-btn .tooltip {
        padding: 5px 7px;
    }

    .box {
        padding: 10px;
    }

    .box .box-body .item .difference {
        font-size: 12px;
    }

    .box .box-body .item .currency {
        font-size: 10px;
        width: 40%;
    }

    .box .box-header .title {
        font-size: 12px;
    }

    .box .box-footer {
        font-size: 11px;
    }

    .box .box-body .item .currency img {
        width: 11px;
    }

    .box .box-body .item .difference img {
        width: 25px;
    }

    .logo {
        width: 30px;
    }

    .box .box-body .item .currency .gel {
        font-size: 12px;
    }
}

@media screen and (max-height: 120px) {
    .box {
        padding: 9px;
        box-sizing: unset;
    }

    .box .box-header .title {
        font-size: 14px;
    }

    .logo {
        width: 20px;
    }

    .box .box-header {
        padding-bottom: 4px;
    }

    .box .box-body .item {
        border-bottom: 0;
    }

    .box .box-body .item .currency p:first-child {
        font-size: 13px;
    }

    .box .box-body .item .currency {
        padding: 8px 6px;
        margin: 5px 0;
        border-radius: 10px;
    }

    .box .box-body .item .difference {
        font-size: 12px;
    }

    .box .box-body .item .currency img {
        width: 14px;
    }

    .box .box-body .item .difference {
        justify-content: flex-start;
    }

    .box .box-body .item .currency .gel {
        font-size: 13px;
    }
}



