﻿@font-face {
    font-family: 'fortunecity';
    src: url('../font/fortunecity.ttf') format('truetype');
}

@font-face {
    font-family: 'ArialRoundedFont';
    src: url('../font/ARLRDBD.ttf') format('truetype');
}

@font-face {
    font-family: 'DolganFont';
    src: url("../font/Dolgan Bold Italic.otf") format("opentype");
}

@font-face {
    font-family: 'nairi-normal';
    src: url('../font/nairi-normal.otf') format('opentype');
}

@font-face {
    font-family: 'nairi-normal';
    src: url('../font/nairi-normal.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../font/roboto-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'opensans-regular';
    src: url('../font/opensans-regular.ttf') format('truetype');
}
body {
    margin: 0px;
    padding: 0px;
}

.formLabelText {
    /*font-family: 'ArialRoundedFont';*/
    font-family: 'opensans-regular';
    font-size: 14px;
    color: #434343;
    padding: 0px;
}

.formTextBox {
    padding: 0px;
    font-size: 14px;
    background-color: #e5edf6
}

.parent {
    border: 1px solid black;
    margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;
}

.child {
    display:;
    border: 1px solid red;
    /*padding: 1rem 1rem;*/
    vertical-align: middle;
}

.bannercontainer {
    position: relative;
    width: inherit;
    background: linear-gradient(to bottom, #101f5b, #101f5b );
}

    /* Make the image responsive */
    .bannercontainer img {
        width: 100%;
        height: auto;
    }

.triangle-right {
    width: 0;
    height: 0;
    position: inherit;
    top: 0;
    right: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid #555;
    border-bottom: 25px solid transparent;
    z-index: 999;
}

.shape {
    position: inherit;
    top: 0;
    right: 0;
    background: #e4edf6;
    /*-moz-border-radius: 50px 80px 20px 110px;
    -webkit-border-radius: 90px 100px 50px 110px;*/
    border-radius: 0% 250% 0% 0%;
}

.btn {
    /*    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    border: none;
    border: solid 1px white;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'ArialRoundedFont';
    width: 100px;
    color: white;
    padding: 5px 5px;
}

.backgroundImgTLO {
    background-image: url(/Images/leaves.PNG);
    /*filter :opacity(10%);*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    border-radius: 0px 0px 0px 20px;
}

.btnSubmit {
    border: none;
    padding: 0px;
    border-radius: 5px 5px 5px 5px;
    background-color: #101f5b;
    width: 50%;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'opensans-regular';
    color: lightgray;
    height: 25px;
}

.bulletpoints {
    color: white;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 600px) {
    #leftPanel {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 10px;
        width: 28%;
        display: none;
    }
}

.custom-popover {
    --bs-popover-max-width: 400px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.OptionBoxcontainer {
    height: 100%;
    width: 200px;
    border: 1px solid black;
    position: relative;
    padding: 10px;
    background-color: #e5edf6;
    padding-top: 20px;
}

.BoxContainerlabel {
    position: absolute;
    top: -10px;
    left: 5px;
    height: 20px;
    width: 100px;
    background-color: white;
    text-align: center;
}
