/* ----------------------------------------------------
    Normalize    071C1F   0E292D
---------------------------------------------------- */
:root {
    --ltn__primary-color: #333333;
    --ltn__primary-color-2: #041113;
    /* Darken */
    --ltn__primary-color-3: #133236;
    /* Lighten */
    --ltn__secondary-color: #205BF5;
    --ltn__secondary-color-2: #0e46d3;
    /* Darken */
    --ltn__secondary-color-3: #4c77e4;
    /* Lighten */
    --ltn__heading-color: #333333;
    --ltn__paragraph-color: #333333;
    --ltn__heading-font: 'Open Sans', sans-serif;
    --ltn__body-font: 'Open Sans', sans-serif;
    /* Footer ACD2D8 8CB2B2  */
    --ltn__color-1: #909FBA;
    --ltn__color-2: #ACD2D8;
    --ltn__color-3: #A3BCC0;
    --ltn__color-4: #84A2A6;
    --ltn__color-5: #54C1FB;
    --ltn__color-6: #6D71F9;
    --ltn__color-7: #FF8057;
    --ltn__color-8: #11CE8C;
    --ltn__color-9: #FF0000;
    --ltn__color-10: #FEC16C;
    --ltn__color-11: #FFF3EC;
    --ltn__color-12: #FF5C00;
    --ltn__color-13: #E1E9F9;
    /* Gradient Colors */
    --gradient-color-1: linear-gradient(90deg, rgba(242, 139, 194, 1) 0%, rgba(216, 177, 242, 1) 50%);
    --gradient-color-2: linear-gradient(to top, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
    --gradient-color-3: linear-gradient(to bottom, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
    --gradient-color-4: linear-gradient(to top, rgba(242, 246, 247, 0) 0%, rgba(242, 246, 247, 1) 90%);
    /* Background Colors */
    --section-bg-1: #F4F6FA;
    /* White F2F6F7 */
    --section-bg-2: #081D34;
    /* Black */
    --section-bg-5: #081D34;
    /* Black */
    --ltn__body-bg-1: #F4F6FA;
    /* White */
    /* Border Colors */
    --border-color-1: #e5eaee;
    /* White */
    --border-color-2: #1e2021;
    /* Black */
    --border-color-3: #576466;
    /* Black */
    --border-color-4: #eb6954;
    /* Red */
    --border-color-5: #bc3928;
    /* Red */
    --border-color-6: #103034;
    /* Black */
    --border-color-7: #d1dae0;
    /* White */
    --border-color-8: #f6f6f6;
    /* White */
    --border-color-9: #B5BDCE;
    /* White */
    --border-color-10: #ebeeee;
    /* White */
    --border-color-11: #ededed;
    /* White */
    --border-color-12: #e1e6ff;
    /* White */
    --border-color-13: #E5ECF8;
    /* White */
    --border-color-14: #D2DAE7;
    /* White */
    /* Box Shadow Colors */
    --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
    /* like border */
    --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, .28);
    /* like border GGL */
    --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
    --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
    /* Common Colors */
    --black: #000000;
    --black-2: #22355B;
    --white: #fff;
    --white-2: #F2F6F7;
    --white-3: #e8edee;
    --white-4: #e6ecf0;
    --white-5: #f0f4f7;
    --white-6: #f1f1f1;
    --white-7: #F7F7F7;
    --white-8: #FAFAFA;
    --white-9: #F2F7FA;
    --red: #FF2943;
    --red-2: #f34f3f;
    --red-3: #DB483B;
    --silver: #C0C0C0;
    --gray: #808080;
    --maroon: #800000;
    --yellow: #FFFF00;
    --olive: #808000;
    --lime: #00FF00;
    --green: #008000;
    --green-2: #79B530;
    --aqua: #00FFFF;
    --aqua-2: #54C1FB;
    --teal: #008080;
    --blue: #0000FF;
    --navy: #000080;
    --fuchsia: #FF00FF;
    --purple: #800080;
    --pink: #FFC0CB;
    --nude: #ebc8b2;
    --orange: #ffa500;
    --ratings: #FFB800;
    /* social media colors */
    --facebook: #365493;
    --twitter: #3CF;
    --linkedin: #0077B5;
    --pinterest: #c8232c;
    --dribbble: #ea4c89;
    --behance: #131418;
    --google-plus: #dd4b39;
    --instagram: #e4405f;
    --vk: #3b5998;
    --wechat: #7bb32e;
    --youtube: #CB2027;
    --email: #F89A1E;
}

.section-video-call {
    padding-left: 50px;
    padding-right: 50px;
}

.bgimg {
    height: 100%;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 10px;
    left: 16px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 200px;
    height: 40px;
    padding: 4px;
}

.topright {
    position: absolute;
    top: 10px;
    right: 16px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 100px;
    height: 40px;
    padding: 4px;
    color: rgba(242, 246, 247, .70);
    text-align: center;
}


.topright h2 {
    margin-bottom: 10px;
    color: rgba(242, 246, 247, .70);
    vertical-align: middle;
    text-align: center;
}

.topright h3 {
    color: rgba(242, 246, 247, .70);
    vertical-align: middle;
    text-align: center;
}

.topleft h3 {
    color: rgba(242, 246, 247, .70);
    vertical-align: middle;
    text-align: center;
}

.bottomRight {
    position: absolute;
    bottom: 20px;
    right: 16px;
    margin-bottom: 10px;
}

.bottomCenter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.localVideoBox {
    width: 200px;
    height: 150px;
}


.localVideoBox div {
    border-radius: 20px;
}

.remoteVideoBox {
    width: 100%;
    height: 100%;
}

.remoteVideoBox div {
    border-radius: 20px;
}

.call_actions {
    display: flex;
    justify-content: space-between;
    width: 300px;
}

.call_action {
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

.active_call_action {
    backdrop-filter: blur(5px);
    border-radius: 50%;
    background-color: var(--ltn__secondary-color);
}

.call_action_call_end_img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #EE5039;
}

.call_action_img {
    width: 45px;
    height: 45px;
}

.call_action_img img {
    vertical-align: middle;
}


hr {
    margin: auto;
    width: 40%;
}


.chat-section {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    height: 750px;
    padding: 10px;
    background-color: var(--white);
    position: relative;
}

.chat-actions {
    position: absolute;
    bottom: 15px;
    display: flex;
    width: 100%;
    flex-direction: row;

}

.msg_action {
    backdrop-filter: blur(5px);
    border-radius: 50%;
    /* padding: 10px; */
    /* background-color: var(--ltn__secondary-color); */
    /* margin: 5px; */
}

.msg_action img {
    height: 60px;
    width: 60px;
}

.msg_send_box {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 95%;
    border-radius: 30px;
    margin: 5px;
    position: relative;
    height: 50px;
}

.msg_send_box input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.msg_send_box input:focus {
    outline: none;
}

.msg_send_box img {
    position: absolute;
    right: 15px;
    top: 15px;
}

.message p {
    display: inline-flex;
    /* keep the background color wrapped tight */
    padding: 5px;
    color: #ffffff;
}

.messages {
    height: 600px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.messages::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.show-counter {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.countdown_danger {
    color: var(--youtube);
}

.call-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Calendar {
    /* width: 100% !important; */
}

.timeslot {
    border-radius: 50px !important;
}
.timeslot span{
    font-size: 14px;
    font-weight: 700;
}