﻿
.shadow-inner {
    -moz-box-shadow: inset 0 0 30px black;
    -webkit-box-shadow: inset 0 0 30px black;
    box-shadow: inset 0 0 30px black;
}
.div-blur {
    position: absolute;
    width: 100%;
    max-height: 1200px;
    overflow: hidden;
}
.image-blur {
    /* Add the blur effect */
    filter: blur(9px);
    -webkit-filter: blur(9px);
    -webkit-filter: blur(9px);
    -moz-filter: blur(9px);
    -o-filter: blur(9px);
    -ms-filter: blur(9px);
    width: 110%;
    margin-top:-10px;
    margin-left:-10px;
    object-fit: contain;
    clip-path: inset(9px);
}
.pak_marsk {
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, #f5f5f5 30%,rgba(0,0,0,0) 100%);
}

.bg-front-blur {
    position: relative;
    border-radius: 15px;
    background-color: white;
    padding: 0px !important; 
}




#toTop {
    width: 45px;
    height: 45px;
    display: none;
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
    /* background-color: red;
                color: white;*/
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background-image: url('../../images/GotoTop.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.triangleShare {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: mediumvioletred transparent transparent transparent;
    margin: 0px auto;
}

.boxShare {
    padding: 10px;
    background-color: white;
    min-width: 150px;
    /*  max-width:50%;*/
    border-radius: 15px;
    margin: 0px auto;
    border: 1px solid gray;
    white-space: nowrap !important;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .3);
    z-index: 99999 !important;
    display: inline-block;
}

.boxMainShare {
   /* margin-left: -155px;*/
    text-align: center;
    z-index: 99999 !important;
    display: none;
}

.Xpan {
    font-size: 26px;
    color: white;
    float: right;
}

.sticky {
    position: fixed;
    top: 96px;
    right: -10px;
}

.imgQR_Header {
    position: absolute;
    width: 80px;
    right: 5px;
    top: 5px;
    z-index: 9999;
    transition-duration: 0.4s;
    border-radius: 15%;
}

    .imgQR_Header:hover {
        width: 250px;
        border: 5px solid green;
        cursor: none;
        transition-duration: 0.4s;    
    }

::-moz-selection { /* Code for Firefox */
    color: white;
    background-color: darkslategrey;
}

::selection {
    color: white;
    background-color: rebeccapurple;
}

.HeaderBG {
    background: #279863;
    background-image: -webkit-linear-gradient(top, #279863, #006a4e);
    background-image: -moz-linear-gradient(top, #279863, #006a4e);
    background-image: -o-linear-gradient(top, #279863, #006a4e);
    background-image: linear-gradient(to bottom, #279863, #006a4e);
}

.sidenav {
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 0;
    padding-top: 10px;
    background-color: #006a4e;
    /* opacity: 0.9 !important;*/
}

    .sidenav .navbar-collapse {
        background-color: #006a4e;
        background-image: -webkit-linear-gradient(top, #279863, #006a4e);
        background-image: -moz-linear-gradient(top, #279863, #006a4e);
        background-image: -o-linear-gradient(top, #279863, #006a4e);
        background-image: linear-gradient(to bottom, #279863, #006a4e);
    }

.ul-sub-menu {
    background-color: teal;
    border-radius: 5px;
}

.ChatNotify {
    position: absolute;
    padding: 6px;
    padding-left: 13px;
    padding-right: 13px;
    top: 0px;
    left: 0px;
    background-color: red;
    text-align: center;
    border-radius: 25px;
    color: white;
    font-size: 16px;
}

    .ChatNotify:empty {
        display: none;
    }


img {
    /*Disable Drag img*/
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

/*Post content ======================================================*/
.textShadow {
    /*  text-shadow: 0 2px 3px grey;*/
    line-height: 180%;
    word-break: break-word;
}

.MainPostTitle {
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: teal;
    /*  background-image: -webkit-linear-gradient(right, #7823f7, #f723a2);
    background-image: -moz-linear-gradient(right, #7823f7, #f723a2);
    background-image: -o-linear-gradient(right, #7823f7, #f723a2);
    background-image: linear-gradient(to right, #7823f7, #f723a2);
*/
    text-align: center;
    line-height: 180%;
}

    .MainPostTitle:hover {
        color: white;
        background-image: -webkit-linear-gradient(right, #f723a2, #7823f7);
        background-image: -moz-linear-gradient(right, #f723a2, #7823f7);
        background-image: -o-linear-gradient(right, #f723a2, #7823f7);
        background-image: linear-gradient(to right, #f723a2, #7823f7);
        transition-duration: 0.4s;
    }

.RecentPostTitle {
    background-color: white;
    color: black;
    padding-top: 10px;
    opacity: 0.9;
    transition-duration: 0.4s;
    z-index: 1;
    line-height: 180%;
    /* height: 65px;*/
    font-size: 14px;
    overflow: auto;
    height: 35px;
    display: block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

    .RecentPostTitle:hover {
        opacity: 1;
        transition-duration: 0.4s;
        color: deeppink;
    }


.img-hover-zoom {
    /* height: 300px;*/
    overflow: hidden;
    transform: scale(1);
}

    .img-hover-zoom img {
        transition: transform .5s ease;
        transform: scale(1);
    }

    .img-hover-zoom:hover img {
        /* filter: brightness(90%);*/
        transform: scale(1.5);
    }


p {
    /* remove space after paragraph */
    margin-bottom: 8px;
}
/*Post content END ======================================================*/



/* img Preview upload */
.imgCenter {
    max-width: 100%;
    max-height: 100%;
    /* display: block;*/
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.imgOK {
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
/* img Preview upload END */

/* File Upload Design  */
.file-upload {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    /*  browser can do it */
    border-radius: 6px;
    -moz-border-radius: 6px;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

/* The button size */
.file-upload {
    /* height: 1.3em;*/
    font-size: 24px;
    height: 206px;
}

    .file-upload, .file-upload span {
        width: 3.5em;
        width: 100%;
    }

        .file-upload input {
            /* Hide File Upload Control*/
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: .15em;
        }
/* File Upload Design END  */


.MarginBody {
    margin-left: 10px;
    margin-right: 10px;
}

.LoadingMessage {
    font-size: 20px;
    font-family: Arial;
    font-weight: 800;
    color: red;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    text-align: center;
    transform: translate(-50%, -50%);
}

.LoadingScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    color: white;
    text-align: center;
    font-size: 34px;
    color: yellow;
    z-index: 99999999999;
    opacity: 0.9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: black;
}
/*loading Box*/
.loading {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #e5f403);
    animation: animate 1s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

.loading:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #000;
    border-radius: 50%;
    z-index: 1000;
}

.loading:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #e5f403);
    border-radius: 50%;
    z-index: 1000;
    z-index: 1;
    filter: blur(30px);
}
/*loading Box END*/
.MessagePopUpLabel {
    background: #242424;
    font-size: 24px;
    color: white;
    position: fixed;
    top: 300px;
    left: 50%;
    z-index: 999999;
    text-align: center;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999; /*Firefox*/
    -webkit-box-shadow: 0px 0px 20px #999; /*Safari, Chrome*/
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.marginTopTextBox {
    margin-top: 4px;
}

.CursorHand {
    cursor: pointer;
}

.Text-Stroke {
    font-size: 32px;
    font-family: Arial;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: deeppink;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999990;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -moz-opacity: 0.7;
}

#divPopUp, #divImagePreview {
    display: none;
    background: #242424;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    text-align: center;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999; /*Firefox*/
    -webkit-box-shadow: 0px 0px 20px #999; /*Safari, Chrome*/
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px; /*Firefox*/
    -webkit-border-radius: 15px; /*Safari, Chrome*/
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

* html #divPopUp {
    position: absolute;
}

.myButton {
    cursor: pointer;
    background-color: #008CBA;
    margin: 1px;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
        background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
        background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
        background-color: #555555;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.Gridview-Header {
    background: #32a871;
    background-image: -webkit-linear-gradient(top, #32a871, #32a871);
    background-image: -moz-linear-gradient(top, #32a871, #32a871);
    background-image: -o-linear-gradient(top, #32a871, #32a871);
    background-image: linear-gradient(to bottom, #32a871, #32a871);
    font-family: Arial;
    color: white;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.box-display-GridView {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #dbdbdb;
    padding: 105px;
    padding-top: 500px;
}
/*Style for gvShowData*/
td {
    /*padding: 2px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #d9d9d9;
    /* font-size:12px;*/
}

th {
    padding: 5px;
    text-align: center;
    border: 1px solid #d9d9d9;
}

tr {
    border: 1px solid #d9d9d9;
}

    tr.rowHover {
        background-color: #f2f2f2;
        font-family: 'Khmer OS Battambang';
        font-size: 14px;
        /* border: 1px solid #fcfafa;*/
    }

        tr.rowHover:hover {
            color: black;
            background-color: #ffffcc;
            background-image: -webkit-linear-gradient(top, #ffffcc, #ffffcc);
            background-image: -moz-linear-gradient(top, #ffffcc, #ffffcc);
            background-image: -o-linear-gradient(top, #ffffcc, #ffffcc);
        }

    tr.alternatHover {
        background-color: #fafafa;
        font-family: 'Khmer OS Battambang';
        font-size: 14px;
        /* border: 1px solid #fcfafa;*/
    }

        tr.alternatHover:hover {
            color: black;
            background-color: #ffffcc;
            background-image: -webkit-linear-gradient(top, #ffffcc, #ffffcc);
            background-image: -moz-linear-gradient(top, #ffffcc, #ffffcc);
            background-image: -o-linear-gradient(top, #ffffcc, #ffffcc);
        }

.body-Background {
    /*background-color:#c8e1ea;*/
    height: 100%;
    margin: 0px;
}

.box-text-mulitiline {
    background-color: white;
    margin-top: 0px;
    margin-left: 0px;
    width: 247px;
    height: 30px;
    position: absolute;
    border: 1px solid;
    border-color: gray;
    font-size: 16px;
    font-family: Arial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .box-text-mulitiline:focus {
        outline: none;
        width: 420px;
        height: 250px;
        position: absolute;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
        z-index: 10;
    }

.box-show-data {
    padding: 0 !important;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 0 auto;
    border: 0px solid #96AFDE;
}

.Gridview-Shadow {
    box-shadow: 0px 0px 8px #bfbfbf;
    -moz-box-shadow: 0px 0px 8px #bfbfbf;
    -webkit-box-shadow: 0px 0px 8px #bfbfbf;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }



.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}

    .blink :hover {
        visibility: visible;
        cursor: zoom-in;
        font-size: 20px;
    }

@keyframes blink {
    80% {
        visibility: hidden;
    }
}

.bold {
    font-weight: bold;
}

.center-btn {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    /*border: 3px solid #73AD21;*/
    padding: 5px;
}

.NowrapCell {
    white-space: nowrap;
    background-color: white;
}

#boxPopUp {
    display: none;
    background: #242424;
    padding: 10px;
    border: 4px solid #ddd;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px; /*Firefox*/
    -webkit-border-radius: 15px; /*Safari, Chrome*/
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

* html #boxPopUp {
    position: fixed;
}

.PageTitle {
    /* width: 10%;*/
    padding: 5px;
    text-align: center;
    font-family: KhmerFont;
    font-size: 24px;
    color: white;
    background-color: #7952b3;
    border-radius:9px;
}

/* Custome nav Bar Menu*/
.navbar-default {
    background-color: #FFFFFF !important;
    /*border-bottom: 1px solid #c1c1c1;*/
    box-shadow: 0px 0px 5px #c1c1c1;
    -moz-box-shadow: 0px 0px 5px #c1c1c1;
    -webkit-box-shadow: 0px 0px 5px #c1c1c1;
}

.navbar-nav > li > a {
    /*color: #cbbde2 !important;*/
    font-size: 14px;
    font-weight: 600;
    /* text-transform: uppercase;*/
}
/*
li.active {
    background: #1e784e !important;
    color: #FFFFFF !important;
}*/

li > a:focus {
    background: #1e784e !important;
    color: #FFFFFF !important;
}

li:hover > a {
    background: #1e784e !important;
    color: #FFFFFF !important;
}

li > a:hover {
    color: #FFFFFF !important;
    /*background: #179b90 !important; */
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.myVideoFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.drop-shadow {
  /*  width: 100%;*/
    background-color: white;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .3);
    padding: 5px;
    margin-bottom: 10px;
}

.container.drop-shadow {
    padding-left: 0;
    padding-right: 0;
}

.container-CamSport {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

.col {
    padding: 4px;
}

.ImagePreview {
    cursor: pointer;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 1px 10px #666666;
    -moz-box-shadow: 0px 1px 10px #666666;
    box-shadow: 0px 1px 10px #666666;
    border: 5px solid #84c9ff;
}

.topmenu {
    -moz-box-shadow: 0 0 0 1px #FFFFFF inset;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    background-color: #FFFFFF;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #bfc1c2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.selected {
    color: white;
    background-color: #ff597d;
    background-image: -webkit-linear-gradient(top, #ff597d, #ff597d);
    background-image: -moz-linear-gradient(top, #ff597d, #ff597d);
    background-image: -o-linear-gradient(top, #ff597d, #ff597d);
}

@font-face {
    font-family: KhmerFont;
    src: url('../../fonts/KhmerOScontent.ttf');
}

@font-face {
    font-family: KhmerAngkor;
    src: url('../../fonts/AngkorRegular.ttf');
}

@font-face {
    font-family: KhmerKoulen;
    src: url('../../fonts/koulen.woff2'); /* IE9 Compat Modes */
    src: url('../../fonts/koulen.woff2?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/KoulenRegular.ttf') format('truetype'), /* Safari, Android, iOS */
    /*  url('../../fonts/koulen.woff2') format('woff2'), Super Modern Browsers */
    /*  url('../../fonts/koulen.woff2') format('woff'); Pretty Modern Browsers */
    /*url('webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}

@font-face {
    font-family: KhmerNokora;
    src: url('../../fonts/NokoraRegular.ttf');
}

.color-a {
    color: white !important;
    font-weight: normal !important;
    font-size: 17px !important;
    font-family: KhmerKoulen;
/*     font-family: KhmerNokora;*/
    /* font-family: KhmerAngkor;*/
}

    .color-a:hover {
       /* font-style: italic;*/
        color: black !important;
    }

.label-a {
    color: black !important;
    font-weight: 100 !important;
    font-size: 14px !important;
}

    .label-a:hover {
        font-style: italic;
        color: yellow !important;
    }

.color-b {
    color: white !important;
    font-weight: bold !important;
    font-size: 12px !important;
    font-family: Arial;
    /* text-transform: uppercase;*/
}

    .color-b:hover {
        font-style: italic;
        color: yellow !important;
    }

.label-b {
    color: black !important;
    font-weight: bold !important;
    font-size: 14px !important;
    font-family: Arial !important;
    text-transform: uppercase;
}

    .label-b:hover {
        font-style: italic;
        color: yellow !important;
    }

.Zoo666 {
    width: 100%;
    height: 1000vh;
    margin: 0 auto;
    border: 0px;
    /* position:absolute; top:0px; left:0px; z-index:1400;*/
}

/*Custome collapse width*/
@media (max-width: 768px) {
    hr {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/*Live Chat*/
.ChatImgLeft {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    border-radius: 15px;
    border: 1px solid green;
}

    .ChatImgLeft:hover {
        width: 81px;
        height: 81px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

    .ChatImgLeft:not(:hover) {
        width: 30px;
        height: 30px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

.ChatImgRight {
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 5px;
    border-radius: 15px;
    border: 1px solid green;
}

    .ChatImgRight:hover {
        width: 81px;
        height: 81px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

    .ChatImgRight:not(:hover) {
        width: 30px;
        height: 30px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }



.ChatLeftDateTime {
    color: gray;
    max-width: 70%;
    float: left;
    margin-right: 10px;
}

.ChatRightDateTime {
    color: gray;
    max-width: 70%;
    float: right;
    margin-left: 10px;
}


.ChatLeftSide {
    background-color: #f0f2f5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: left;
    max-width: 70%;
    float: left;
}

.ChatRightSide {
    background-color: #adedb8;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: right;
    max-width: 70%;
    float: right;
}

/*Live Chat*/

/* Modify the background color */
.navbar-custom {
    background-color: #279863 !important;
}
    /* Modify brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: indigo !important;
    }


/* ============ desktop view Show Menu On HOver ============ */
@media all and (min-width: 768px) {
    .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .navbar .dropdown:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar .dropdown .dropdown-menu {
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */



.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}



span.live-icon {
    display: inline-block;
    top: calc(50% - 6px);
    background-color: red;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border: 1px solid red;
    border-radius: 50%;
    z-index: 1;
}

    span.live-icon:before {
        content: '';
        display: block;
        position: absolute;
        background-color: red;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        animation: live 2s ease-in-out infinite;
        z-index: 2;
        opacity: 0.3;
    }

@keyframes live {
    0% {
        transform: scale(1,1);
    }

    100% {
        transform: scale(3.5,3.5);
        background-color: red;
    }
}

/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear: both;
    border-bottom: 1px solid transparent;
}

    .panel-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 4px;
            line-height: .85;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color: #ffffff !important;
        }

            .panel-tabs > li > a:hover {
                border-color: transparent;
                color: #ffffff !important;
                background-color: transparent !important;
            }

        .panel-tabs > li.active > a,
        .panel-tabs > li.active > a:hover,
        .panel-tabs > li.active > a:focus {
            color: #fff !important;
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(255,255,255, .23) !important;
            border-bottom-color: transparent !important;
        }
/*Panel tabs END*/