.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
border-bottom-color: #9ba5ad !important;}
.tooltip-inner{background-color: white !important;border: 1px solid #c5ced6 !important;color: #000 !important;}



input:focus,
select:focus,
textarea:focus,
button:focus, option:focus {

outline: none !important;
}
input:focus, input.form-control:focus {
outline:none !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-color: #9e9c9c !important;
border-radius: 0 !important;
}
input , select , textarea { border-radius: 0 !important; }
.form-control:focus {
color: #495057  !important;
background-color: #fff;
border-color: #9e9c9c !important;
box-shadow: unset  !important;
}
label {margin-bottom:0rem;}
.form-control{font-size: 14px;}
.btn.focus, .btn:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
.btn-primary.focus, .btn-primary:focus {
box-shadow: none;
}
.min-hG100
{
min-height: 100px;
}
.f-bold
{
font-weight: bold;
}

/*Color*/
.bg_white
{
background:rgba(255, 255, 255, 0.03) !important;
}
._001dBg-C
{
background-color:#eaeff3;
}
._002dBg-c
{
background-color: #fbff01;
}
._002dBg-c.chat-a:hover
{
background-color: #ffd401;transition:.7s;
font-weight: bold;
color: white;
}
/* ------- Margin -------*/
.m-t-8
{
margin-top: 8px;
}
.m-t-12
{
margin-top: 12px;
}
.m-b-25
{
margin-bottom: 25px;
}
.m-b-10
{
margin-bottom: 10px;
}
.m-b-100
{
margin-bottom: 100px;  
}
.m-b-5
{
margin-bottom: 5px;  
}
.m-b-8
{
margin-bottom: 8px;  
}
.m_0
{
margin: 0;
}
.m_r_10
{
margin-right: 10px;
}
.m_r_4
{
margin-right:4px;
}
.m_r_5
{
margin-right:5px;
}
.m_r_16
{
margin-right: 16px;
}
.m_r_8
{
margin-right:8px;
}
.m-r-20
{
margin-right: 20px;
}
.m-l-10
{
margin-left:10px;
}
.m-l-8
{
margin-left: 8px;
}
.m-l-5
{
margin-left: 5px;
}
.m-l-6p
{
margin-left: 6%;
}
.m-15-a
{
margin:15px auto;
}
/*------ Padding   ------*/
.p_l_0
{
padding-left:0;
}
.p_r_0
{
padding-right: 0;
}
.p_15
{
padding: 15px;
}
.p_6
{
padding:6px;
}
.p_l_5
{
padding-left: 5px;
}
.p_r_15
{
padding-right: 15px;
}
.p-t-5
{
padding-top:5px;
}
.p-t-8
{
padding-top:8px
}
.p-t-10
{
padding-top: 10px;
}
.p-t-15
{
padding-top: 15px;
}
.p-b-10
{
padding-bottom: 10px;
}
.p-b-15
{
padding-bottom: 15px;
}
.p-b-4
{
padding-bottom: 4px;
}
.p_l_8
{
padding-left:8px;
}
/* ----- Border Radius  ----- */
.b_radius_0
{
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
.b_radius_2
{
-webkit-border-radius: 2px;
border-radius: 2px;	
}
.b_radius_50p
{
-webkit-border-radius: 50%;
border-radius: 50%;	
}

/*------ Border  -------*/
.border_0
{
border: 0;
}
.border-dflt
{
border: 1px solid #dadce0;
}
.bdr-bottom-0
{
border-bottom: 0;
}
.border-dflt-color
{
border-color:  #dadce0;
}
.bdr_dflt_r
{
border-right: 1px solid #dadce0;
}
.bdr_dflt_l
{
border-left: 1px solid #dadce0;
}
.bdr_dflt_t
{
border-top: 1px solid #dadce0;
}
.bdr_dflt_b
{
border-bottom: 1px solid #dadce0;
}
.bdr_t0
{
border-top: 0;
}

/*------ FLOAT Align Position ------*/
.float-r
{
float: right;
}
.float-l
{
float: left;
}
.v_alinM
{
vertical-align: middle;
}
.position_R
{
position: relative;
}

/*------ Display   ------*/

.inline-block
{
display: inline-block;
}
.dBlock
{
display:block;	
}
.dFlex
{
display: flex;
}
/*------ Flex  Line Hight  Cursor pointer text decoration outline box-sizing overflow -------*/
.dflt_Flex
{
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
}
.Lhgst_17
{
line-height: 17px;
}
.Lhgst_N
{
line-height: normal;
}
.Wht_SpaceNRP
{
white-space: nowrap;
}
.cursor_P
{
cursor: pointer;	
}

.NN_txtD
{
text-decoration: none;
}
.NN_oLin
{
outline: none;	
}
.border-box
{
-webkit-box-sizing: border-box;
box-sizing: border-box;	
}
.overflowH
{
overflow: hidden;	
}
._C_c_
{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.txt-center
{
text-align:center;
}
.txt_left
{
text-align: left;
}
.txt_right
{
text-align: right;
}


/*------ Z index  ------*/
.z_0
{
z-index: 0;	
}
.z_10
{
z-index: 10;
}
/*---- icon ----------*/
.loc-i-c
{
color: #ff0000;
}
.webtype-i-c
{
color: #0ce1e4;	
}
.protype-i-c
{
color: #27ec4b;	
}
.webtech-i-c
{
color: #f54e09;	
}
.login-dise
{
color:#5e6268;
padding: 9px;
font-size: 37px;
border-radius: 50%;
cursor: pointer;
}
.login-dise:hover
{
background: #e4ebec;
}
.red-c
{
color:red;	
}
.r_0
{
right:0;
}

.sign-in-btn:hover
{
background: #3689de;
border: 1px solid #3689de;
color: white;
}
.sign-in-btn
{
padding: 4px 17px;
border-radius: 100px;
background: #82c0ff;
border: 1px solid #82c0ff;
color:white ; 
font-weight: bold;
cursor: pointer;
}
.red_1
{
color: #ff1101;
}
.blue_1
{
color: #1254f5;
}
.blue_2
{
color: #2daaea;
}
.white_1
{
color:white;
}
.t_20
{
top: 20px;
}
.t_2
{
top: 2px;	
}
/*-------- font size -------*/
.f-s-30
{
font-size: 30px;
}
.df-wd-hg
{
width: 100%;
height: auto;
display: block;
position: relative;	
}
.load-rest-btn
{
padding: 5px 45px;
border-radius: 0px;
border: 2px solid #007bff;
background-color: white;
color: black;
}
.load-rest-btn:hover
{
background-color: #007bff;
color: white !important;
transition:.3s;
}
.cs-btn-grp-B
{
margin: 0 8px;
border-radius: 100px !important;
background-color: #f4f5f5;
height: 38px;
width: 40px;font-weight: 600;
}
.cs-btn-grp-B:hover
{
background-color:#e4ebec;	
}

.new-post-btn
{
padding: 5px 16px;
border-radius: 0px;
border: 2px solid #007bff;
background-color: white;
color: black;	
}
.new-post-btn:hover
{
background-color: #007bff;
color: white !important;
transition:.3s;	
}
.close-post-btn
{
padding: 5px 16px;
border-radius: 0px;
border: 2px solid #dc3545;
background-color: white;
color: black;	
}
.close-post-btn:hover
{
background-color: #dc3545;
color: white !important;
transition:.3s;	
}
.link-input
{
color: #587bff;
}
.fa_plus_color
{
color: #0074ff;	
}
.fa_file_image_color
{
color: #fda464;
}
.fa_redo_color
{
color: #ff0000;	
}
.re-c-poor
{
background-color: #d7ffd4;
}
.re-c-moderate
{
background-color: #b4ffaf;
}
.re-c-good
{
background-color: #94ff8d;
}
.re-c-best
{
background-color:#5fed56;
}
.re-c-excelent
{
background-color: #10ff00;
}
.NN-d
{
display: none;
}
.BL-d
{
display: block;
}
.I-FL-d
{
display: inline-flex;
}
._ACl .show
{
background-color: #2a87fb !important;
color: white !important;
}
._AC2 .show
{
border-bottom: 3px solid #000000 !important;
color: black !important;	
}
.dBorder
{
border-right: 1px solid #878787;
margin-left: 5px;
margin-right: 5px;
display: inline;
}
.R-B-2
{
bottom: -2px;	
}
.f-fmi-rub-s-s
{
font-family: 'Rubik', sans-serif;	
}
.box-center
{
text-align: center;
display: flex;
align-items: center;
}
.-h-data
{
font-weight: 600;
color: #878a8c;text-align: left;
}
.-h-s-data{color: #adb3b7;}
.required{color: #ff8300;}
.label_field{font-weight: bold;color: #42474a;font-size: 13px;}
.label_p_field{color: #b1b8c3;font-size: 13px;}
.-d-b-h-{border-top: 1px solid #dadce0;padding-top: 5px;}
.d-h-i{color: #a4b5c2;}
.w-120{width: 120px !important;height: auto !important;}