/*note all theme used this */
/* CHAT: used for down/right [round] panel ================ */



.path2 {
    fill: pink !important;
}

.cm-hidden-section {
    border-radius: 50px !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    /*display: inline-block !important;*/
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}


    .cm-hidden-section:hover {
        cursor:pointer;
        
    }


    .cm-bg-panel {
        background-color: #f8f9fa;
    }

.cm-bg-sub {
    background-color: #f2f3f8;
}

/* CHAT: used for tag <hr/> */
.cm-hr {
    border-top: 1pt solid #333333;
    margin-top:0px; 
    margin-bottom:0px; 
 
}

span.kt-menu__link-text {
    font-size:12.15px !important;
}


#toast-container > div {
    opacity: 1;
}


.cm-bg-btn-cancel {
    color: White !important;
    background-color: #333333 !important;
    border-radius: 15px;
}

.cm-block-text {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-left:10px !important;
}

.tile-stats {
    padding-top: 5px;
    position: relative;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0;
}

.fixedPadding
{
    padding-right: 2px;
    padding-left: 2px;
}

.loadme-circlePoint {
    background-color: #000;
    z-index: 10;
    position: absolute;
    /* text-align: center; */
    padding: 10px;
    border-radius: 15px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    opacity: 0.5;
}

/*extend modal-body*/
.modal-body2 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.modal-body3 {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.modal-body4 {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.modal-body5 {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.modal-body6 {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }



.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon .kt-badge.kt-badge--notify {
    top: 0 !important;
    right: 0 !important;
    padding: 11px !important;
    padding-top: 10px !important;
    color: #fff !important;
}

.kt-header__topbar-user img.fixed-38 {
    width:38px !important;
    height:38px !important;
}

.kt-user-card__pic img.fixed-38 {
    width: 38px !important;
    height: 38px !important;
}

.kt-radio > span:after {
    border: solid #646c9a;
    background: #646c9a;
}

.kt-checkbox > span:after {
    border: solid #646c9a;
}


@media (max-width: 1024px) {
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img.fixed-38 {
        max-height: 38px !important;
    }
}

.cm-hidden-section {
    border-radius: 50px !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    /*display: inline-block !important;*/
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}



@media (max-width: 633px) {
    .kt-widget__toolbar.toolbar-100 {
        width:100% !important;
    }
}



 div.RadUploadSubmit, div.RadUpload_Metro .ruButton {
    background-color: transparent !important;
    border: 0px solid !important;
}

 
/**=================================================================================*/

.RadInput_Metro .riTextBox, .RadInputMgr_Metro {
    font: normal 12px "Prompt", sans-serif !important;
}

  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
width: 300px;
}
/**=================================================================================*/
@media (max-width: 375px)  {
    .rsRow  {
        height:100px  !important;
    }

    .kt-widget__title.title-1 {
        font-size: 1rem !important;
    }
}

@media (min-width: 414px) {
    .rsRow {
        height: 100px !important;
    }
}
    @media (min-width: 576px) {
        .rsRow {
            height: 100px !important;
        }
    }

    @media (min-width: 768px) {
        .rsRow {
            height: 15px !important;
        }
    }

    @media (min-width: 1024px) {
        .rsRow {
            height: 15px !important;
        }
    }

    @media (min-width: 1399px) {
        .rsRow {
            height: 15px !important;
        }
    }



