@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{margin: 0;padding: 0;transition: all .3s;-o-transition: all .3s;-webkit-transition: all .3s;-ms-transition: all .3s;box-sizing: border-box;}

body{font-family: "Open Sans", sans-serif!important;font-size: 14px!important}
a{color: initial; text-decoration:none}
a:hover{color:rgba(15, 38, 92, 1)!important; text-decoration:none}
img{max-width:100%}
fieldset{margin-bottom: 15px;}
label{font-family: "Open Sans", sans-serif;font-size: 14px;color: rgba(15, 38, 92, 1);vertical-align: middle;margin-bottom: 4px;display: block;}
input, textarea, select, .select2-container--default .select2-selection--multiple, .select2-selection{border: 1px solid rgba(171, 196, 232, 1)!important;font-family: "Open Sans", sans-serif;font-size: 15px!important;height: initial!important;padding: 10px 10px 10px 10px!important;border-radius: 5px!important;position: relative;width: 100%;}
.select2-selection{padding: 6px 10px 7px 10px!important}
input[readonly]{background: whitesmoke;}
select{padding: 10px!important;}
input:focus, textarea:focus{box-shadow: initial!important;border: 1px solid #10265c !important;}
input[type=checkbox], input[type=radio] {width: 16px;height: 16px!important;display: inline-block;vertical-align: middle;margin: 0px 5px;border:1px solid rgba(171, 196, 232, 1)!important}
input[type=checkbox] ~ label, input[type=radio] ~ label{margin:0;display: inline-block;} 
input[type=radio]{border-radius: 25px !important; width: 18px !important; height: 18px !important; padding: 5px !important; appearance: auto;}
input[type=submit], button[type=submit]{background: rgba(15, 38, 92, 1)!important; font-size: 15px; padding: 12px 0; text-align: center; width: 100%; box-shadow: initial!important;border: 1px solid #10265c !important; color:#fff}
input[type=submit]:hover, button[type=submit]:hover{background: rgb(0 0 0)!important;}
input:-webkit-autofill { background-color: transparent !important; transition: background-color 5000s ease-in-out 0s; /* hack to delay autofill style */ -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* override bg */ }
input.bg, textarea.bg, input[type=search]{background-repeat: no-repeat!important;background-position: 10px 13px!important;background-size: 15px!important;}
input.user{background:url('../../assets/images/user.svg');}
input.pass{background:url('../../assets/images/pass.svg');}
input[type=search]{background:url('../../assets/images/search.svg');}
hr{opacity: .1!important; border-top: 1px solid rgb(223 227 231); margin:12px 0}
.btncolor{background: rgb(11, 38, 93); color: #fff; border-radius: 5px !important; line-height: 26px;}
.btncolor:hover{color: #fff}
.select2-container--default .select2-selection--multiple{padding:0!important}
.select2-container--default .select2-search--inline .select2-search__field{width:auto!important; height:40px!important; margin:4px!important}
.select2-container .select2-selection--multiple .select2-selection__rendered, .select2-search.select2-search--inline{vertical-align:middle!important; display:inline-block!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{margin: 0 5px 0 5px!important; font-size:14px; border:1px solid #10265c!important}
.select2-container--default .select2-selection--multiple .select2-selection__choice button{background:#10265c; color:#fff; border-radius:0px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span{color:#fff; background:initial}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{background:#fbf2ed}
.innerSetForm > span{margin-bottom:10px!important; width:100%; float:left}

.text-primary{color: rgba(1, 99, 227, 1)!important}
.overLaySider { position: fixed; z-index: 100; background: rgba(0, 0, 0, .3); top: 0; left: 0; width: 100%; height: 100%; display: none; opacity: 0;}
.border{box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);border: 1px dashed rgba(223, 227, 232, 1)!important;overflow: auto;border-radius: 5px;}
.alert-warning{padding:10px}

header{background:rgba(15, 38, 92, 1);position:fixed;width:100%;left:0;top:0;padding: 9px 0px;z-index:9}
header .logo{display: inline-block; vertical-align: middle;}
header span.menu{width: 115px; position: relative; cursor: pointer; display: inline-block; vertical-align: middle;}
header span.menu .border{border: 2px solid #fff!important;width: 30px;border-radius: 10px;margin-bottom: 6px;}
header span.menu .border:last-child{margin-bottom: 0;}
header .languagelog, header .profileLog{display:inline-block;vertical-align:middle;cursor: pointer;position: relative;}
header .languagelog img, header .profileLog img{width:25px;}
header .languagelog .language-switcher, header .profileLog .profilemenu{display:none;position: absolute;right: 0;top: 41px;background: #fff;padding: 0;margin: 0;list-style: none;text-align: left;border: 1px solid rgba(223, 227, 232, 1);width: auto;min-width: 150px;}
header .languagelog .language-switcher.toggle, header .profileLog .profilemenu.toggle{display:block}
header .languagelog .language-switcher li a, header .profileLog .profilemenu li a{display: block;padding: 5px 10px;border-bottom: 1px solid rgba(223, 227, 232, 1); text-transform:capitalize}
header .languagelog .language-switcher li a.active, header .languagelog .language-switcher li a:hover, header .profileLog .profilemenu li a.active, header .profileLog .profilemenu li a:hover{background:#fbf2ed; color:rgba(15, 38, 92, 1); font-weight: bold;}
header .profileLog li i{margin-right:5px!important;}
header .profileLog{padding-left: 30px;}
header .profileLog img{border: 1px solid #fff;border-radius: 50%;}
header .profileLog .profileuser i{color:#fff}

.middleContainer{padding-top: 57px;}
.middleContainer .mainmenu{width: 112px;border-right:1px solid rgba(223, 227, 232, 1);position: fixed;height: 100%;background: #fff;z-index: 9;}
.middleContainer .mainmenu a{text-decoration: none; color: #000!important}
.middleContainer .mainmenu .dnav{padding: 0;margin: 0;list-style: none;}
.middleContainer .mainmenu .dnav li{text-align:center}
.middleContainer .mainmenu .dnav li a{color:rgba(15, 38, 92, 1);padding: 15px;font-size: 15px;display: block;}
.middleContainer .mainmenu .dnav li img{width: 40px;margin-bottom: 10px;}
.middleContainer .mainmenu .dnav li span{display:block;line-height: initial;}
.middleContainer .mainmenu .dnav li.active a, .middleContainer .mainmenu .dnav li:hover a{background:rgba(250, 242, 238, 1)}
.middleContainer .mainmenu .childNav{display:none;position: absolute;top: 0;left: 113px;padding: 0;margin: 0;background: #fff;border-right: 1px solid rgba(223, 227, 232, 1);height: 100%;width: 200px;list-style: none;}
.middleContainer .mainmenu .childNav.navOpen{display: block;overflow: scroll;height: 100%;}
.middleContainer .mainmenu .childNav li{float: left;width: 100%;}
.middleContainer .mainmenu .childNav li a{display:block;padding: 10px;border-bottom: 1px solid rgba(223, 227, 232, 1);}
.middleContainer .mainmenu .childNav li a:hover{color:rgba(15, 38, 92, 1); background:#fbf2ed}
.middleContainer .mainmenu .childNav li.subNavInner > a:after{content: '\f107';font-family: fontawesome;position: absolute;right: 0;top: 0;padding: 10px;width: 41px;text-align: center;}
.middleContainer .mainmenu .childNav li.subNavInner > a.open:after{transform:rotate(180deg)}
.middleContainer .mainmenu .childNav li.subNavInner .childNav{display:block;position: initial;opacity: 1;font-size: 14px;font-weight: 400;border: 0;border-bottom: 1px solid rgba(223, 227, 232, 1);width: 100%;float: left;}
.middleContainer .mainmenu .childNav li.open .childNav{position: initial;border-bottom: 1px solid rgba(223, 227, 232, 1);display: none;}
.middleContainer .mainmenu .childNav li.subNavInner .childNav a{border-bottom:0}
.middleContainer .mainmenu .childNav li img{display:none}
.middleContainer .mainmenu.openedmenu{left: -500px;}

body.left .sidePanel{width:100%}

.sidePanel{width: calc(100% - 112px);padding: 20px;float: right;}
.sidePanel h1, .sidePanel h2{padding: 7px 10px;font-size: 18px;font-weight:bold;margin:0;color: rgba(15, 38, 92, 1)}
.sidePanel h2 a{color: rgba(15, 38, 92, 1)}
.sidePanel .top h1{padding:0; margin:0;}
.sidePanel .top{}
.sidePanel .top fieldset{display:inline-block; margin:0}
.sidePanel .top a, .sidePanel .btn{padding: 5px 12px;border:1px solid rgba(15, 38, 92, 1);border-radius:4px;vertical-align:middle;display:inline-block;margin-left: 10px;}
.sidePanel .top a:hover{background:rgba(15, 38, 92, 1); color:#fff!important}
.sidePanel .dashboard-toparea label{margin-left: 12px;}
.sidePanel .dashboard-toparea label, .sidePanel .dashboard-toparea select{display:inline-block;width: auto; vertical-align:middle}
.sidePanel .dashboard-toparea label, .sidePanel .dasboard-v1 .up .right form label{background:rgba(250, 242, 238, 1); font-weight:bold; padding:3px 5px; margin-bottom: 0}
.sidePanel .dashboard-toparea select{padding: 7px 10px!important;width: 150px;margin-left: 8px;font-size: 14px!important;}
.sidePanel .dashboard-toparea .one{width:40%;}
.sidePanel .dashboard-toparea .two{width:60%}
.sidePanel .dashboard-toparea .two .table{margin:0}
.sidePanel .dashboard-toparea .two .table-bordered td, .sidePanel .dashboard-toparea .two .table-bordered th, .sidePanel .dashboard-toparea .two table{border:1px solid rgba(171, 196, 232, 1)!important}
.sidePanel .dashboard-toparea .two table td, .sidePanel .dashboard-toparea .two table th{padding:8px;}
.sidePanel .dashboard-toparea .two table th:nth-child(2), .sidePanel .dashboard-toparea .two table th:nth-child(3), .sidePanel .dashboard-toparea .two table td:nth-child(2), .sidePanel .dashboard-toparea .two table td:nth-child(3){text-align:center;}
.sidePanel .dashboard-toparea .two table td:nth-child(3) div{margin:0 auto;}
.sidePanel .dashboard-toparea .two table th{background:#10265c; color:#fff}
.sidePanel .dashboard-toparea #barGraphTableBody{}
.sidePanel .dashboard-toparea #barGraphTableBody ul{width: 100%; display: block; margin:0; padding:0; margin-bottom:10px; border-radius:10px;}
.sidePanel .dashboard-toparea #barGraphTableBody ul li{background:#fbf2ed; display:block; padding:5px 10px; text-align:center; line-height:1}
.sidePanel .dashboard-toparea #barGraphTableBody ul li:first-child{font-weight:bold;    color: rgba(15, 38, 92, 1);}
.sidePanel .dashboard-toparea #barGraphTableBody ul:last-child{margin:0}
.sidePanel .dasboard-v1{}
.sidePanel .dasboard-v1 .border h2{background:rgba(250, 242, 238, 1);}
.sidePanel .dasboard-v1 .border h2 img{width:40px;margin-right:10px;}
.sidePanel .dasboard-v1 .up h2{display:inline-block;vertical-align: middle;border-radius: 5px;margin-right: 10px;}
.sidePanel .dasboard-v1 .up ul{margin:0;padding:0;border: 1px solid rgba(171, 196, 232, 1)!important;overflow: auto;display: inline-block;vertical-align: middle;border-radius: 5px;}
.sidePanel .dasboard-v1 .up ul li{list-style:none;float: left;padding: 6px 12px;border-radius: 0px; cursor:pointer; border-right:1px solid rgba(171, 196, 232, 1)!important}
.sidePanel .dasboard-v1 .up ul li:last-child{border-right:0!important}
.sidePanel .dasboard-v1 .up ul li.active, .sidePanel .dasboard-v1 .up ul li:hover{background:#0F265C; color:#fff}
.sidePanel .dasboard-v1 .up input, .sidePanel .dasboard-v1 .up .expand{width:auto; display:inline-block}
.sidePanel .dasboard-v1 .up input[type=text], .date-filter input{padding: 5px!important;}
.sidePanel .dasboard-v1 .up .expand{padding: 6px 10px;}
.sidePanel .dasboard-v1 .dashboardList{margin:0; padding:10px;list-style:none; display:flex; gap: 10px;}
.sidePanel .dasboard-v1 .dashboardList li{width: 50%;}
.sidePanel .dasboard-v1 .dashboardList li a{border: 1px solid rgba(171, 196, 232, 1);display: block;font-size: 14px;padding: 7px 25px 7px 5px;border-radius: 5px;position: relative;}
.sidePanel .dasboard-v1 .dashboardList li a i{background: rgba(171, 196, 232, 1);width: 20px;height: 20px;border-radius: 50%;text-align: center;float: right;position: absolute;top: 8px;right: 5px;color: #fff;font-size: 16px;font-weight: bold;line-height: 19px;}
.sidePanel .dasboard-v1 .dashboardList li a:hover{background:#10265c}
.sidePanel .dasboard-v1 .dashboardList li a:hover{color:#fff!important}
.sidePanel .dasboard-v2 img{height: 60px; margin: 0 auto;}
.sidePanel .dasboard-v2 h2{padding:0!important}
.sidePanel .dasboard-v2 .border:hover{background: rgba(250, 242, 238, 1)}
.sidePanel .dasboard-v2 .border:hover img{transform: scale(1.05);}
.sidePanel .dasboard-v2 .border h2{font-size: 16px}

.loginarea{position: relative;}
.loginarea:after{content: '';background: url('../../assets/images/bg.webp');background-size: cover;background-position: center center;width: 58%;height: 100vh;display: block;position: fixed;top: 0;}
.loginarea .bg-white{z-index:9;height: 100%;}
.loginarea .bg-cotton{padding-top: 20px; text-align: center;}
.loginarea center{}
.loginarea center p{margin-bottom: 20px; }
.loginarea center h2 {font-size: 18px; color: rgba(15, 38, 92, 1); font-weight: bold;}
.loginarea .social-login{text-align:center}
.loginarea .social-login a{display:inline-block; margin:0 10px}
.loginarea .social-login a:hover img{transform:scale(1.05)}
.loginarea input{padding-left:35px!important}

.dataTables_wrapper{}
.dataTables_wrapper .dt-buttons{}
.dataTables_wrapper .dataTables_filter{}
.dataTables_wrapper table.datatable{}
.dataTables_wrapper table.datatable thead{background:rgba(243, 246, 249, 1);}
.dataTables_wrapper table.datatable thead tr{}
.dataTables_wrapper table.datatable thead tr th{color:rgba(15, 38, 92, 1);font-weight:600;font-size:14px;border: 1px solid rgba(223, 227, 232, 1);border-bottom: 0;border-right: 0;padding: 10px 8px;width:auto!important}
.dataTables_wrapper table.datatable thead tr th:last-child, .dataTables_wrapper table.datatable tbody td:last-child{border-right:1px solid rgba(223, 227, 232, 1);}
.dataTables_wrapper table.datatable tbody{}
.dataTables_wrapper table.datatable tbody tr{}
.dataTables_wrapper table.datatable tbody td{border:1px solid rgba(223, 227, 232, 1);border-bottom: 0;border-right: 0;padding: 10px 8px; width:auto!important}
.dataTables_wrapper table.datatable tbody td *{font-weight:400; font-size:14px;}
.dataTables_wrapper table.datatable tbody td a .icon-pencil{background: green; color: #fff!important; border-color: green!important}
.dataTables_wrapper table.datatable tbody td a .icon-trash{background: red; color: #fff!important; border-color: red!important}
.dataTables_wrapper table.datatable tbody td a .icon-pencil, .dataTables_wrapper table.datatable tbody td a .icon-trash{border:1px solid rgba(196, 205, 213, 1);width:24px;height:24px;border-radius: 5px;display: inline-block;text-align: center;line-height: 22px;color: rgba(15, 38, 92, 1);margin-right: 6px;font-size:12px;}
.dataTables_wrapper table.datatable tbody td a .icon-pencil:hover, .dataTables_wrapper table.datatable tbody td a .icon-trash:hover{transform: scale(1.05);}
.dataTables_wrapper table.datatable tbody tr:last-child td{border-bottom:1px solid rgba(223, 227, 232, 1);}
.dataTables_wrapper table.datatable{border: 0!important;margin: 25px 0;}
.dataTables_wrapper .dt-buttons button{padding: 8px 14px;border: 1px solid rgba(15, 38, 92, 1);border-radius: 4px;background: initial;margin: 0 5px 20px 0;}
.dataTables_wrapper .dt-buttons span{font-size: 14px;}
.dataTables_wrapper .dt-buttons .dt-down-arrow{font-size: 10px;display: none;}
.dataTables_wrapper .dataTables_filter label{margin:0;font-size: 0;margin-bottom: 20px;}
.dataTables_wrapper .dataTables_filter input[type=search]{background-color: rgba(244, 246, 248, 1);border:0!important;padding: 9px 16px 9px 35px!important;background-position: 8px 13px!important;width: 350px;}
.dataTables_wrapper .dataTables_info{background:#fbf2ed;padding: 5px 10px!important;border-radius: 5px;}
.dataTables_wrapper .dataTables_paginate{background:#fbf2ed;border-radius: 5px;padding: 0!important;}
.dataTables_wrapper .dataTables_paginate a{padding: 5px 10px!important; border:0!important}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#10265c!important;color:#fff!important;margin: 0!important;}

.form-right, .siderInouts{position: fixed; right: 0; background: #fff; z-index: 999999; top: 0; width: 500px;height:100%; border-left:1px solid #dfe3e7}
.siderInouts{right:-1000px}
.siderInouts.load{right:0}
.btn-border-1{padding:6px 20px!important; border:1px solid #10265c;  border-radius:5px!important}
#form-edit-right.form-loaded{display: block!important;}
#form-view-right.form-loaded{display: block!important;}
#form-new-right.form-loaded{display: block!important;}
.form-right h2, .siderInouts h6{padding:15px 20px 13px 20px; background:#10265c; color:#fff; font-size: 18px!important; margin:0}
.siderInouts .closeslide{float: right; position: relative; z-index: 1; cursor: pointer;}
.siderInouts .closeslide img{padding: 12px}
.form-right img{float:right}
.form-right #internal-form form, .form-right #internal-form .space, .containt form{padding: 20px; overflow-y: scroll; height: calc(100vh - 8vh); float: left; width:100%}
.form-right .innerSetForm, #form-right .buttonSection{float:left; width:100%}
.form-right .buttonSection input, .form-right .buttonSection a, .form-right .buttonSection .btn-border{padding: 6px 20px!important; font-size: 14px!important; height: 36px; margin: 0; width: auto; display: inline-block;}
.form-right .buttonSection .btn-border{border:1px solid #10265c; border-radius:5px;}
.form-right .closeslide{cursor: pointer;}
.form-right .showData{margin:0!important; padding:0!important}
.form-right .showData li{list-style:none; border-bottom:1px solid #dfe3e7; display:block; margin-bottom:10px; padding-bottom:10px;}
.form-right #internal-form .space table th, .form-right #internal-form .space table td{border: 1px solid #bdbdbd; font-size: 12px; padding: 5px 8px;}
.form-right #likeunlike{}
.form-right #likeunlike button{background:#fbf2ed; color:#10265c font-size:14px;padding:8px; border-radius:10px;}
.form-right #likeunlike button:hover{background:#10265c; color:#fff;}
.form-right #rating-widget .rating-stars{}
.form-right .rating-stars ul{padding:0;}
.form-right .rating-stars ul li{background:#fbf2ed; color:#10265c; font-size:14px;padding:8px; list-style:none; display:inline-block; border-radius:10px;}
.form-right .rating-stars ul li:hover, .form-right .rating-stars ul li.selected{background:#10265c; color:#fff; cursor:pointer}
.form-right #feedback textarea{height:100px!important;}
.form-right input[type=reset]{background:#fff; border:1px solid #000!important}
.siderInouts .buttonSection, .modal-footer{width:100%; align-items: center !important; justify-content: space-between !important;display: flex !important;}
.siderInouts .buttonSection input, .modal-footer button{width:auto; padding:6px 20px!important;}
.siderInouts .buttonSection input[type=reset], .modal-footer .btn-secondary{border:1px solid #10265c!important; background:#fff; color:#000}
.modal-footer{direction:rtl}
.modal-header h5{font-size:15px;}

.sectionShowImageDocument{width:100%; float:left}
.sectionShowImageDocument ul{margin:0; padding:0; }
.sectionShowImageDocument ul li{width:30%; float:left; list-style:none; padding:5px; border:1px solid #3333332e; margin-right:1%; text-align:center}
.sectionShowImageDocument ul li a.edit_img{background:#10265c; color:#fff; font-size:10px; border-radius:5px; padding:2px;}

.overLaySider.active{display: block; opacity: 1; transition: initial;}

.searchprogram span, .searchprogram .buttonSection {width: auto; display: inline-block; vertical-align: middle; margin-right: 10px; }
.searchprogram .buttonSection input { background: url('../../assets/images/search.svg')!important; background-repeat: no-repeat!important; background-position: center center!important; font-size: 0!important; padding: 18px!important; display: inline-block; border-radius: 50%!important; }

@media(max-width:1200px){
    
}
@media(max-width:992px){
    .loginarea:after{width:100%;}
    .sidePanel .top fieldset label{font-size:12px; margin:0}
    .sidePanel .dashboard-toparea select{width:120px; margin:0}
    .sidePanel .dasboard-v1 .up .text-right, .sidePanel .dasboard-v1 .up form{padding-top:5px!important}
    .sidePanel .dasboard-v1 .dashboardList{display:block;}
    .sidePanel .dasboard-v1 .dashboardList li{width:100%; margin-bottom:8px;}
    .sidePanel .dasboard-v1 .up ul li{padding:6px 6px}
    .sidePanel h1, .sidePanel h2{font-size:16px;}
}
@media(max-width:767px){
     div.dt-buttons, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{float: none !important;text-align: center!important;}
    .dataTables_wrapper .dataTables_filter{margin:0!important}
    .dataTables_wrapper .dataTables_filter label{margin:0}
    .middleContainer .mainmenu{left: -500px;}
    .middleContainer .mainmenu.openedmenu{left:0}
    .sidePanel{width:100%; padding:10px;}
    body.left .sidePanel{width:calc(100% - 112px)}
    .res-block{display: block!important;}
    .sidePanel .dashboard-toparea .one, .sidePanel .dashboard-toparea .two{width:100%}
    .sidePanel h2{font-size: 14px;} 
    .sidePanel .dasboard-v1 .border h2 img{width: 30px;}
    .sidePanel .dasboard-v1 .bottom{display:block!important;}
    .sidePanel .dasboard-v1 .bottom ul{display:flex}
    .sidePanel .dasboard-v1 .bottom ul li{flex:1 1 auto; text-align:center;}
    .sidePanel .dasboard-v1 .bottom .left, .sidePanel .dasboard-v1 .bottom .right{width:100%;}
    .sidePanel .dasboard-v1 .bottom .right{text-align:center; }
    .form-right, .siderInouts{width:80%}
    header span.menu{width: 60px}
}
@media(max-width:575px){
    header .profileLog{padding-left: 10px;}
    header span.menu{text-align:left}
    header span.menu .border{margin: initial;margin-bottom: 5px;}
    .sidePanel h2{font-size:16px;}
    .sidePanel .dasboard-v1 .border h2 img{width:25px;}
    .dataTables_wrapper .dataTables_filter input[type=search]{width:100%}
    .sidePanel .top{display:block!important;}
    .sidePanel .top h1{text-align:center; margin-bottom:10px;}
    .sidePanel .top fieldset label{display:inline-block; }
    .sidePanel .top fieldset{float:left; width:48%}
    .sidePanel .top fieldset:last-child{float:right}
    .sidePanel .top fieldset select{width:100%}
    .sidePanel .dasboard-v1 .middle{display:block!important;}
    .sidePanel .dasboard-v1 .middle .left{width:100%; margin-bottom:10px;}
    .sidePanel .dasboard-v1 .middle .left ul{float:right;}
    .sidePanel .dasboard-v1 .middle .right input{width:88%}
    .sidePanel .dasboard-v1 .middle .right .expand{float:right}
    .sidePanel .dasboard-v1 .bottom ul li{font-size:12px; line-height:initial;}
    .form-right, .siderInouts{width:100%}
}






