/* Add here all your CSS customizations */

.app-main__inner {
    padding-top: 0px !important;
    padding-left: 10px !important;
    /*  padding-left: 130px !important;
  padding-right: 130px !important;*/
}
/*.card.mb-3 {
  max-width: 250px;
  max-height: 180px;
}*/
#frontintro {
    padding-top: 50px;
}

#frontintrosub {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
/*
.post-content > h2 > a {
    color: white !important;
}

.post-content > p{
    color: white;
}


.post-content > ol {
    color: white;
}*/

.sample {
    color: black !important;
}

.row {
    margin-left: 10px !important;
}

/*#header {
    min-height: 0px;
    max-width: 23% !important;
}*/

.main {
    margin-left: 6%;
}

.header-container {
    width: 352px !important;
}

.header-body {
    width: 352px !important;
    margin-right: 10px;
}
/*.app-header-right {
    margin-right: 25% !important;
}*/
/*Tool-Tips Begin*/
.custom_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* custom_tooltip text */
    .custom_tooltip .custom_tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the custom_tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the custom_tooltip text when you mouse over the custom_tooltip container */
    .custom_tooltip:hover .custom_tooltiptext {
        visibility: visible;
    }
/*Tool-Tips end*/
.card.mb-3 {
    border-color: #9a834c !important;
}


.modal-backdrop.show {
    display: none;
}

.modal-open .modal {
    background: rgb(0,0,0,0.5);
}

.modal-header {
    background-color: #3b0d1d !important;
}

.modal-title {
    color: white !important;
}

.modal-body > p {
    color: black !important;
}

.modal-footer > button {
    background-color: #3b0d1d !important;
    color: white !important;
}

.modal-header > button {
    color: white !important;
}

#chart-container {
    border: 1px solid !important;
}

@media (max-width: 991px) {
    .submenu_names {
        display: none !important;
    }
}

.btn-group .nav-item > a {
    display: flex;
    flex-direction: row;
}

.card-title {
    font-size: 20px !important;
}

.timeline-box right post post-medium {
    margin-bottom: 0px !important;
}

.section.timeline .timeline-box {
    margin-bottom: 0px !important;
}

.linkbtn {
    background-color: #760e2f !important;
    border-color: #760e2f !important;
}

    .linkbtn:hover {
        background-color: #9a834c !important;
        border-color: #9a834c !important;
    }

#middle-wizard {
    margin-left: 5%;
    transition: all 0.9s ease-in-out;
}

h3.main_question i {
    left: -30px;
    font-weight: bold;
    color: #760e2f;
    font-size: 21px;
    font-size: 1.3125rem;
    top: 2px;
}

.main_question {
    font-size: 20px;
    text-transform: inherit;
    width: 75%;
}

.group {
    display: flex;
    flex-direction: column;
    /*margin-top:30px;*/
    margin-left: 10px;
}

.container_radio {
    padding: 13px 15px 13px 45px;
    border: 1px solid #ddd;
    width: 50%;
    border-radius: 3px;
    display: block;
    position: relative;
    cursor: pointer;
    transition-timing-function: ease-in;
    /* Quick on the way out */
    transition: 0.9s;
    /* Hide thing by pushing it outside by default */
}

    .container_radio:hover {
        border-color: #941f39;
    }

    .container_radio:active {
        background-color: #941f39;
    }

    .container_radio:hover > .checkmark {
        border-color: #941f39;
        background-color: #941f39;
    }

.checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

input[type="radio"] {
    display: none
}

.hidden {
    display: none;
    opacity: 0;
}

.show {
    display: block;
    opacity: 1;
}

.wizard-step {
    transition: all 0.9s ease-in-out;
}

.box-content-border-bottom {
    background-color: white !important;
}

.justify-content-center {
    margin-bottom: 5px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.timeline-body > .post-medium {
    background-color: #760e2f !important;
}

.timeline-box-arrow {
    background-color: #760e2f !important;
}

.post-content > h3 {
    color: white;
}

.size75 {
    width: 75% !important;
}

/* Tab Functionality Begin*/
.tab-container-custom {
    margin-right: 10px;
}

.tab {
    display: flex;
    margin-left: 21px;
    width: 165px !important;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #e4e4e4 !important;
    /* border-top-color: rgb(118, 14, 47); */
    /*border-radius: 6px;*/
    border-radius: 5px 5px 0 0;
    border-top: 4px solid;
    border-color: rgb(118 14 47);
    border-bottom: none;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        display: flex !important;
        padding-right:21px !important;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            /*background-color: #760e2f;
            color: white;*/
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
            border-bottom: none !important;
        }

/* Style the tab content */
.tabcontent {
    /* display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;*/
    /*border-top: none;*/
    border-radius: 0 0 4px 4px !important;
    padding: 15px !important;
    background-color: #FFF !important;
    border: 1px solid #EEE;
    /*border-top: 0 !important;*/
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
}

/* Tab Functionality End*/

.up-drop-down-menu1 {
   top:-70px !important;
}
.up-drop-down-menu2 {
   top:-75px !important;
}

.dropdown-toggle {
    z-index: 100000 !important;
}
.external-link {
    background-color: #8c2042;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    border-radius: 14px;
}
.current-page-active {
    color: #760e2f !important
}
.s1 {
    list-style-type: square;
}

.contactpersons {
    font-style: oblique !important;
}