
@import "./participants.css";
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600&family=Lato:wght@400;700&display=swap');

:root {
    --baloo-regular: 400 18px/24px 'Baloo 2', cursive;
    --baloo-bold: 600 18px/24px 'Baloo 2', cursive;
    --lato-regular: 400 12px/14px 'Lato', sans-serif;
    --lato-bold: 700 12px/14px 'Lato', sans-serif;
}

html {
    height: 10vh;
}

body {
    position: relative;
    padding: 0;
    font: var(--lato-regular);
    color: #555;
    background-color: #F6F6F6;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity:1;
}

.hide {
    display: none;
}

.overflow_hidden {
    overflow:hidden;
}


*, *:focus, *:hover {
    outline: none;
    box-shadow: none;
}

h1,
h2,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font: var(--lato-regular);
}

h3 {
    font: var(--baloo-regular);
    font-size: 20px;
    line-height: 24px;
}

a {
    text-decoration: none;
    outline: 0 none;
}

    a:focus,
    a:hover,
    a:active {
        outline: 0 none;
        text-decoration: none;
    }


.block-flat,
.block-wizard {
    margin-bottom: 10px;
    padding: 10px 20px 16px 20px;
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

            .block-flat .header {
                padding: 0 6px 6px 0;
                border-bottom: 1px solid #E1E1E1;
                margin-bottom: 15px;
                min-height: 40px;
            }
                .block-flat .header h3 {
                    float: left;
                    display: inline-block;
                    height: 32px;
                    padding-right: 15px;
                    font: var(--baloo-regular);
                    font-size: 20px;
                    line-height: 37px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

.content-wrapper {
    margin: 0px 1% 0 1%;
    width: 98% !important;
    display: table;
    position: relative;
    top: 95px;
}

.btn-default {
    background-color: #FFFFFF;
    border-color: #F2F2F2;
    background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
    box-shadow: none;
    padding: 5px;
    max-height: 47px;

    }

            .btn-default.last {
                border-radius: 0 6px 6px 0;
            }

            .btn-default.first {
                border-radius: 6px 0 0 6px;
            }

.dropdown-menu {
    z-index: 1009;
}

.right {
    display: inline;
    float: right;
}

.responsive {
    max-width: 100%;
    overflow: hidden;
}

ul {
    list-style-type: none;
}

.tooltip {
    font-size: 12px;
}

.call-message-button{
    height:10px;
    width: 15px;
    margin-right:15px;

}

.btn-default:focus, select:focus, input:focus, button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-outline-primary {
    color: #2547A8;
    border-color: #2547A8;
}
    .btn-outline-primary:hover {
        background-color: #2547A8;
        border-color: #2547A8;
    }
    .btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #1477CB;
        border-color: #1477CB;
    }

.btn-default:active {
    background: #f8f9fa;
}

.was-validated input:invalid {
    background-color: rgba(242, 163, 166, 0.2) !important;
}

 .was-validated input:invalid::placeholder {
    color: #ba272d !important;
}

.no-margin {
    margin-left: 0px;
}

.cursor-pointer{
    cursor:pointer;
}
