
  .turbolinks-progress-bar {
            height: 7px;
            background-color: rgba(160, 162, 160, 0.666);
        }


@media (max-width: 767px) {
    .mbl-none {
        display: none;
    }

    .atd-text {
        font-size: 14px;
    }

    .text-24 {
        font-size: 24px;
    }

    .text-19 {
        font-size: 19px;
    }

    .text-18 {
        font-size: 18px;
    }

    .text-16 {
        font-size: 16px;
    }

    .text-13 {
        font-size: 13px;
    }

    .margin-btm {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .btn-sidebar {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .hide-lg-and-blew {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .hide-xl {
        display: none !important;
    }
}
.pointer {
    cursor: pointer;
}

.overFlow div {
    overflow: auto;
}

.dataList:hover {
    background-color: rgba(214, 205, 205, 0.207);
}

.nowrap {
    white-space: nowrap;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}

.icon:hover {
    transform: translateY(0) scale(0.9);
}

.sidebar-link:hover {
    transform: translate(0) scale(0.9);
}

.modal-dialog-sidebar {
    position: absolute;
    width: 90% !important;
    height: 100vh !important;
    top: -15px !important;
    left: -10px !important;
}

.disable-outline > input:focus {
}

.border-color {
    border: 2px solid #4267b2;
}

@media screen and (max-width: 768px) and (min-width: 568px) {
    .modal-dialog-sidebar {
        position: absolute;
        width: 95% !important;
        height: 100vh !important;
        top: -15px !important;
        left: -130px !important;
    }
}

/* group tags */
.padding7 {
    padding: 7px;
}
.tagsMargin {
    margin-bottom: 28px;
    margin-right: -5px;
}
.borderRadiusLeft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.borderRadiusRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tagsBorder {
    border: 2px solid #2f477e;
    background: #2f477e;
    color: white;
}
/*
.model-left-sidebar .modal-dialog-sidebar {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.model-left-sidebar .modal-content-sidebar {
    height: 100%;
    overflow-y: auto;
}

.model-left-sidebar .modal-body-sidebar {
    padding: 15px 15px 80px;
}

.model-left-sidebar.fade .modal-dialog-sidebar {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.model-left-sidebar.fade.in .modal-dialog-sidebar {
    left: 0;
}


.modal-content-sidebar {
    border-radius: 0;
    border: none;
} */

/*  ===============irfan-css================= */

@media only screen and (min-width: 1366px) {
    .magnifer {
        zoom: 100%;
    }
    .half-body {
        height: 25vh;
    }
}
@media only screen and (max-width: 1366px) {
    .magnifer {
        zoom: 75%;
    }

    .half-body {
        height: 40vh;
    }
}

/* commented for chrome as it effects modal popups */
/* .zoom {
    zoom: 75%;
} */

/* large screen */
.padding-x-safari {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

@media screen and (max-width: 850px) and (min-width: 766px) {
    .padding-x-safari {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
@media screen and (max-width: 735px) and (min-width: 568px) {
    .padding-x-safari {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
@media screen and (max-width: 320px) and (min-width: 100px) {
    .padding-x-safari {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media screen and (max-width: 1112px) and (min-width: 1020px) {
    .padding-x-safari {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* safari */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        @supports (-webkit-appearance: none) {
            .zoom {
                zoom: 75% !important;
            }

            @media screen and (max-width: 1366px) and (min-width: 1113px) {
                .padding-x-safari {
                    padding-left: 2rem !important;
                    padding-right: 2rem !important;
                }
            }
        }
    }
}

/* ===============End-irfan-css================ */

/* =============== widget and menu left modal ================ */

/*left right modal*/
.modal.left_modal,
.modal.right_modal {
    position: fixed;
    z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 28% !important;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

@media (max-width: 576px) {
    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        width: 80% !important;
    }

    .left_modal .modal-dialog {
        max-width: 100%;
    }

    .right_modal .modal-dialog {
        max-width: 100%;
    }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
  overflow-x: hidden;*/
    /* height: 100vh !important; */
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px;
}

/*.modal.left_modal  {
  pointer-events: none;
  background: transparent;
}*/

.modal-backdrop {
    /* display: none; */
    zoom: 100;
}

/*Left*/
.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header.left_modal,
.modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.modal_outer .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 126vh;
}

.borderRight {
    border-right: 7px solid;
}

.paddingRight10 {
    padding-right: 10px;
}

/* ----Dark-mode-css---- */
/* .dark-main-content-filter {
    filter: invert(1);
} */

.dark-theme-shadow-none {
    box-shadow: none !important;
}

.custom-shadow {
    box-shadow: 1;
}

/* .dark-mode {
    background-color: #181A20;
}

*/

/* .jet-black {
    background-color: #000000;
}

*/
/* -------------------Start-chat------------------- */
.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}
.msg_card_body {
    overflow-y: auto;
    background-color: #efeae2;
}
.search-header {
    background-color: #f0f2f5;
    padding: 10px;
}
.card-footer {
    border-top: 0 !important;
    background-color: #f0f2f5;
}
.container {
    align-content: center;
}
.search {
    border-radius: 15px 0 0 15px !important;
    background-color: white;
    border: 2px solid #efeae2;
    color: black;
}
.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.fa-video:before,
.fa-phone:before,
.fa-ellipsis-v:before {
    color: darkgray;
}
.fa-paperclip,
.fa-location-arrow,
.fa-grin:before {
    font-size: 20px;
}
.type_msg {
    border: 0 !important;
    color: black !important;
    height: 60px !important;
    overflow-y: auto;
}
.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.attach_btn {
    background-color: #f0f2f5;
    border: 0 !important;
    color: darkgray !important;
    cursor: pointer;
}
.send_btn {
    background-color: #f0f2f5;
    border: 0 !important;
    color: darkgray !important;
    cursor: pointer;
}
.search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: white;
    border: 2px solid #efeae2;
    color: gray !important;
    cursor: pointer;
}
.contacts {
    list-style: none;
    padding: 0;
}
.contacts li {
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
    cursor: pointer;
}
.contacts li:hover {
    background-color: #f0f2f5;
}
.active {
    background-color: #f0f2f5;
}
.user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #f5f6fa;
}
.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;
}
.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}
.img_cont_msg {
    height: 40px;
    width: 40px;
}
.online_icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border: 1.5px solid white;
}
.offline {
    background-color: #c23616 !important;
}
.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}
.user_info span {
    font-size: 20px;
    color: black;
}
.user_info p {
    font-size: 10px;
    color: gray;
}
.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}
.video_cam span {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 0px 4px darkgrey;
    padding: 10px;
    position: relative;
}
.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #d9fdd3;
    box-shadow: 0px 0px 4px darkgrey;
    padding: 10px;
    position: relative;
}
.msg_time {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 10px;
    color: gray;
}
.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 10px;
    color: gray;
}
.msg_head {
    position: relative;
}
#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}
.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}
.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.action_menu ul li i {
    padding-right: 10px;
}
.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }
}
/* ------------end-chat---------- */

.tab-content .active {
    background: none;
}


 .opacity-50 {
            opacity: 0.5;
        }
