/*/FONT-SIZE/*/
.fs_4 {font-size: 4px !important;}
.fs_6 {font-size: 6px !important;}
.fs_8 {font-size: 8px !important;}
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_25 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

/*/Font Weight/*/
.fw_200 {font-weight: 200 !important;}
.fw_300 {font-weight: 300 !important;}
.fw_400 {font-weight: 400 !important;}
.fw_500 {font-weight: 500 !important;}
.fw_600 {font-weight: 600 !important;}
.fw_700 {font-weight: 700 !important;}
.fw_800 {font-weight: 800 !important;}
.fw_900 {font-weight: 900 !important;}

/*/Clip Text/*/
.clip_1 {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1;}
.clip_2 {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2;}
.clip_3 {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3;}
.clip_4 {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4;}
.clip_5 {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5;}
.clip_6 {display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5;}

.bg_gray {background-color: #f3f3f3 !important;}


/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9990; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #ddd; border-bottom: 1px solid #ddd; padding: 5px 10px;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}






/*/Webina CSS/*/
.tempmodal_form {width: 100%; height: 100vh; overflow-y: auto; display: flex; align-items: center; justify-content: center; position: fixed; left: 0; top: 0; background-color: #00000045; z-index: 9999; visibility: hidden; opacity: 0; transition: all 0.5s;}
.tempmodal_body {height: calc(100% - 60px); width: 430px; background-color: #fff;}

.banner_form {width: 100%; height: 100%; border-radius: 5px; background-color: #fff;}
.banner_form .form_head {display: flex; align-items: center; justify-content: space-between; background-color: #eee;}
.brdr_btm {height: 4px; width: 100%; background-color: #ffeea8; position: relative;}
.brdr_btm div {position: absolute; left: 0; height: 4px; background-color: #ffcd05;}
.banner_form .step_form {height: auto;}
.banner_form .form_head a {display: block; padding: 15px; font-size: 14px;}
.banner_form .form_head a i {font-size: 12px;}
.banner_form .form_body {padding: 30px 40px; height: calc(100% - 80px); display: grid;}

.tempmodal_form_open {visibility: visible; opacity: 1;}

.banner_form form input:not(input[type='checkbox']), .banner_form form textarea, .banner_form form select {width: 100%; border: none; height: 50px; padding: 15px; font-size: 15px; color: #7a7a7a; border-radius: 5px; margin-bottom: 20px; background-color: #f2fcfc;}

.banner_form form button {width: 100%; color: #fff; border: none; height: 50px; border-radius: 5px; -webkit-transition: 500ms all ease; transition: 500ms all ease; background-color: #02aaf9; margin-top: auto;}
.banner-form-wrapper form button:hover {background-color: #000e58;}

@media only screen and (max-width:576px) {
.tempmodal_body {width: 100%; height: 100%;}
}


